c-typeck.c (store_init_value): If initializing object with array type of unknown...
[platform/upstream/gcc.git] / gcc / testsuite / ChangeLog
1 2001-12-28  Jakub Jelinek  <jakub@redhat.com>
2
3         * gcc.dg/gnu89-init-1.c: Adjust for the new behaviour, add some
4         additional tests.
5
6 2001-12-27  Roger Sayle <roger@eyesopen.com>
7
8         * gcc.c-torture/execute/string-opt-16.c: New testcase.
9
10 2001-12-27  Richard Henderson  <rth@redhat.com>
11
12         * gcc.dg/debug-1.c, gcc.dg/debug-2.c: New.
13
14 2001-12-26  Nathan Sidwell  <nathan@codesourcery.com>
15
16         * g++.dg/eh/ctor1.C: New test.
17         * g++.dg/other/error2.C: New test.
18
19 2001-12-24  Nathan Sidwell  <nathan@codesourcery.com>
20
21         * g++.dg/other/init2.C: New test.
22
23 2001-12-24  Richard Henderson  <rth@redhat.com>
24
25         * gcc.dg/20011223-1.c: New.
26         * gcc.dg/inline-1.c: New.
27
28 2001-12-23  Richard Henderson  <rth@redhat.com>
29
30         * gcc.dg/asm-4.c: Test operand modifiers.
31
32 2001-12-23  Richard Henderson  <rth@redhat.com>
33
34         * gcc.c-torture/execute/20011219-1.c (main): Make "i" a long.
35
36 2001-12-23  Joseph S. Myers  <jsm28@cam.ac.uk>
37
38         * gcc.c-torture/execute/20011223-1.c: New test.
39
40 2001-12-21  Richard Henderson  <rth@redhat.com>
41
42         * gcc.dg/wtr-aggr-init-1.c: Test that __extension__ disables then
43         re-enables the warning.
44
45 2001-12-21  Richard Henderson  <rth@redhat.com>
46
47         * g++.old-deja/g++.eh/badalloc1.C (malloc): Fix typo.
48
49 2001-12-20  Jakub Jelinek  <jakub@redhat.com>
50
51         * gcc.c-torture/compile/20011218-1.c: New test.
52
53 2001-12-20  Nick Clifton  <nickc@cambridge.redhat.com>
54
55         * gcc.misc-test/arm-isr.exp: New file.  Control running of the
56         arm-isr.c test.
57         * gcc.misc-tests/arm-isr.c: New file.  Test prologue and
58         epilogue generation for ARM ISR routines.
59
60 2001-12-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
61
62         * gcc.dg/format/builtin-1.c: Test unlocked stdio.
63         * gcc.dg/format/c90-printf-3.c: Likewise.
64         * gcc.dg/format/c99-printf-3.c: Likewise.
65         * gcc.dg/format/ext-1.c: Likewise.
66         * gcc.dg/format/ext-6.c: Likewise.
67         * gcc.dg/format/format.h: Prototype unlocked stdio.
68
69 2001-12-20  Richard Henderson  <rth@redhat.com>
70
71         * g++.old-deja/g++.eh/badalloc1.C (arena_size): New.
72         (arena): Use it.
73         (malloc): Correct allocation logic.  Abort if we fill up the
74         arena before initialization complete.
75         (realloc): Correct allocation logic.
76
77 2001-12-20  Jakub Jelinek  <jakub@redhat.com>
78
79         * gcc.c-torture/compile/20011219-2.c: New test.
80
81         * gcc.c-torture/execute/20011219-1.c: New test.
82
83 2001-12-19  David Billinghurst <David.Billinghurst@riotinto.com>
84
85         * gcc.dg/special/ecos.exp:  wkali-1.c unsupported if
86         target does not support weak symbols.
87
88 2001-12-19  Jakub Jelinek  <jakub@redhat.com>
89
90         * gcc.c-torture/compile/20011219-1.c: New test.
91
92 2001-12-19  Nathan Sidwell  <nathan@codesourcery.com>
93
94         * g++.dg/other/error1.C: New test.
95
96 Mon Dec 17 14:31:42 2001  Jeffrey A Law  (law@redhat.com)
97
98         * gcc.c-torture/execute/20011217-1.c: New test.
99
100 Mon Dec 17 16:54:56 2001  Nicola Pero  <nicola@brainstorm.co.uk>
101
102         * objc.dg/special/: New directory.
103         * objc.dg/special/special.exp: New file.
104         * objc.dg/special/unclaimed-category-1.h: New file.
105         * objc.dg/special/unclaimed-category-1a.m: New file.
106         * objc.dg/special/unclaimed-category-1.m: New file.
107
108 2001-12-17  Andreas Jaeger  <aj@suse.de>
109
110         * gcc.c-torture/compile/20011217-2.c: New test.
111
112 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
113
114         * gcc.c-torture/compile/20011217-1.c: New test.
115
116 2001-12-14  Aldy Hernandez  <aldyh@redhat.com>
117
118         * testsuite/gcc.dg/20011214-1.c: New.
119
120 2001-12-13  Aldy Hernandez  <aldyh@redhat.com>
121
122         * gcc.dg/altivec-4.c: New.
123
124 2001-12-13  Hans-Peter Nilsson  <hp@axis.com>
125
126         * gcc.dg/20011113-1.c: New test.
127
128 2001-12-13  John David Anglin  <dave@hiauly1.hia.nrc.ca>
129
130         * g++.old-deja/g++.jason/template31.C: Remove templates for classes
131         std::__malloc_alloc_template<0> and
132         std::__default_alloc_template<false, 0>.
133
134 Thu Dec 13 10:35:33 2001  Nicola Pero  <n.pero@mi.flashnet.it>
135
136         * objc/execute/bf-21.m: New test.
137         * objc/execute/enumeration-1.m: New test.
138         * objc/execute/enumeration-2.m: New test.
139
140 2001-12-12  Jakub Jelinek  <jakub@redhat.com>
141
142         * gcc.dg/gnu89-init-1.c: New test.
143
144 2001-12-12  Nathan Sidwell  <nathan@codesourcery.com>
145
146         * g++.old-deja/g++.brendan/crash56.C: Adjust implicit typename.
147         * g++.old-deja/g++.jason/2371.C: Likewise.
148         * g++.old-deja/g++.jason/template33.C: Likewise.
149         * g++.old-deja/g++.jason/template34.C: Likewise.
150         * g++.old-deja/g++.jason/template36.C: Likewise.
151         * g++.old-deja/g++.oliva/typename1.C: Likewise.
152         * g++.old-deja/g++.oliva/typename2.C: Likewise.
153         * g++.old-deja/g++.other/typename1.C: Likewise.
154         * g++.old-deja/g++.pt/inherit2.C: Likewise.
155         * g++.old-deja/g++.pt/nontype5.C: Likewise.
156         * g++.old-deja/g++.pt/typename11.C: Likewise.
157         * g++.old-deja/g++.pt/typename14.C: Likewise.
158         * g++.old-deja/g++.pt/typename16.C: Likewise.
159         * g++.old-deja/g++.pt/typename3.C: Likewise.
160         * g++.old-deja/g++.pt/typename4.C: Likewise.
161         * g++.old-deja/g++.pt/typename5.C: Likewise.
162         * g++.old-deja/g++.pt/typename7.C: Likewise.
163         * g++.old-deja/g++.robertl/eb9.C: Likewise.
164
165 2001-12-11  Nathan Sidwell  <nathan@codesourcery.com>
166
167         * g++.dg/other/linkage1.C: New test.
168         * g++.old-deja/g++.brendan/err-msg2.C: Alter to avoid two
169         specifiers.
170
171 2001-12-11  Neil Booth  <neil@daikokuya.demon.co.uk>
172
173         * gcc.dg/concat.c: New test.
174
175 2001-12-11  Stan Shebs  <shebs@apple.com>
176
177         * objc/compile: New test directory.
178         * objc/compile/compile.exp: New expect script.
179         * objc/compile/20011211-1.m: New compile test.
180
181 2001-12-11  Jason Merrill  <jason@redhat.com>
182
183         * lib/prune.exp (prune_gcc_output): Also handle "In member
184         function".  So many permutations...
185
186 2001-12-10  Nathan Sidwell  <nathan@codesourcery.com>
187
188         * g++.dg/template/typedef1.C: New test.
189
190 2001-12-09  Nathan Sidwell  <nathan@codesourcery.com>
191
192         * g++.dg/other/copy1.C: New test.
193
194 2001-10-08  Aldy Hernandez  <aldyh@redhat.com>
195
196         * gcc.c-torture/execute/builtin-types-compatible-p.c: New.
197
198         * gcc.dg/builtin-choose-expr.c: New.
199
200 2001-12-07  Aldy Hernandez  <aldyh@redhat.com>
201
202         * gcc.dg/altivec-2.c: New.
203
204 2001-12-07  Richard Henderson  <rth@redhat.com>
205
206         * gcc.dg/cpp/ucs.c: Adjust expected warning for 64-bit hosts.
207
208 2001-12-07  Stephane Carrez  <Stephane.Carrez@sun.com>
209
210         * gcc.dg/sparc-ret.c: New file, test return corruption bug for
211         ultrasparc.
212
213 Fri Dec  7 06:29:03 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
214
215         * g++-old.deja/g++.robertl/eb101.C: Deleted.
216
217 2001-12-06  Janis Johnson  <janis187@us.ibm.com>
218
219         * gcc.c-torture/execute/builtin-prefetch-1.c: Add checks for
220         variable argument list.
221
222 2001-12-06  Zack Weinberg  <zack@codesourcery.com>
223
224         * gcc.c-torture/execute/memcheck: Delete entire directory.
225         (files: blkarg.c blkarg.x driver.c driver.h t1.c t2.c t3.c
226         t4.c t5.c t6.c t7.c t8.c t9.c template memcheck.exp)
227
228 2001-12-05  Neil Booth  <neil@daikokuya.demon.co.uk>
229
230         * gcc.dg/Wshadow-1.c: New test.
231
232 2001-12-05  Jakub Jelinek  <jakub@redhat.com>
233
234         * gcc.c-torture/compile/20011130-1.c: New test.
235
236         * gcc.dg/noncompile/20011025-1.c: New test.
237
238         * g++.dg/other/anon-union.C: New test.
239
240         * gcc.c-torture/execute/20011024-1.c: New test.
241
242 2001-12-04  Joseph S. Myers  <jsm28@cam.ac.uk>
243
244         * gcc.c-torture/execute/20000722-1.x,
245         gcc.c-torture/execute/20010123-1.x: Remove.
246         * gcc.c-torture/compile/init-3.c: Don't use a compound literal.
247         * gcc.dg/c90-complit-1.c, gcc.dg/c99-complit-1.c,
248         gcc.dg/c99-complit-2.c: New tests.
249
250 2001-12-04  Nathan Sidwell  <nathan@codesourcery.com>
251
252         * g++.dg/inherit/base1.C: New test.
253
254 2001-12-04  Jakub Jelinek  <jakub@redhat.com>
255
256         * g++.dg/other/stdarg1.C: New test.
257
258         * gcc.c-torture/compile/20011130-2.c: New test.
259
260 2001-12-03  Janis Johnson  <janis187@us.ibm.com>
261
262         * gcc.c-torture/execute/builtin-prefetch-1.c: New test.
263         * gcc.c-torture/execute/builtin-prefetch-2.c: New test.
264         * gcc.c-torture/execute/builtin-prefetch-3.c: New test.
265         * gcc.c-torture/execute/builtin-prefetch-4.c: New test.
266         * gcc.c-torture/execute/builtin-prefetch-5.c: New test.
267         * gcc.dg/builtin-prefetch-1.c: New test.
268
269 2001-12-03  Jakub Jelinek  <jakub@redhat.com>
270
271         * gcc.dg/20011130-1.c: New test.
272
273 2001-12-03  Nathan Sidwell  <nathan@codesourcery.com>
274
275         * g++.dg/other/scope1.C: New test.
276         * g++.dg/template/explicit-instantiation.C: Remove XFAIL
277
278 2001-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
279
280         * gcc.dg/vla-init-1.c: New test.
281
282 2001-12-01  Geoff Keating  <geoffk@redhat.com>
283
284         * gcc.c-torture/compile/structs.c: New testcase from GDB.
285
286 2001-12-02  Neil Booth  <neil@daikokuya.demon.co.uk>
287
288         * objc.dg/alias.m: Update.
289         * objc.dg/class-1.m: Update.
290         * objc.dg/const-str-1.m: Update.
291         * objc.dg/fwd-proto-1.m: Update.
292         * objc.dg/id-1.m: Update.
293         * objc.dg/super-class-1.m: Update.
294
295 2001-11-29  Mark Mitchell  <mark@codesourcery.com>
296
297         * g++.old-deja/g++.pt/memtemp100.C: Remove non-standard
298         constructs.
299
300 Wed Nov 28 15:05:54 2001  Jeffrey A Law  (law@cygnus.com)
301
302         * gcc.c-torture/execute/20011128-1.c: New test.
303
304 2001-11-28  Hans-Peter Nilsson  <hp@axis.com>
305
306         * gcc.dg/20011127-1.c: New test.
307
308 2001-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
309
310         * gcc.dg/format/strfmon-1.c: Update comments.  Adjust examples
311         from Austin Group draft 7.
312         * gcc.dg/format/xopen-1.c: Update comments.  Add tests for gaps in
313         scanf format arguments.
314         * gcc.dg/format/no-exargs-2.c: New test.
315
316 2001-11-25  Nathan Sidwell  <nathan@codesourcery.com>
317
318         * g++.dg/abi/vbase8-4.C: New test.
319
320 2001-11-24  Ian Lance Taylor  <ian@airs.com>
321
322         * gcc.c-torture/execute/20011121-1.c: New test.
323
324 Fri Nov 23 15:55:44 2001  Jeffrey A Law  (law@cygnus.com)
325
326         * gcc.c-torture/execute/ieee/20011123-1.c: New test.
327
328 2001-11-23  Andreas Jaeger  <aj@suse.de>
329
330         * gcc.dg/cpp/charconst-2.c: New test.
331
332 2001-11-22  Geoffrey Keating  <geoffk@redhat.com>
333
334         * lib/old-dejagnu.exp (old-dejagnu): Copy extra source files
335         to the host if it is remote.  Let tests specify extra headers
336         they use.
337         * g++.old-deja/g++.abi/vtable3a.C: This uses 'vtable3.h'.
338         * g++.old-deja/g++.abi/vtable3b.C: This uses 'vtable3.h'.
339         * g++.old-deja/g++.abi/vtable3c.C: This uses 'vtable3.h'.
340         * g++.old-deja/g++.abi/vtable3d.C: This uses 'vtable3.h'.
341         * g++.old-deja/g++.abi/vtable3e.C: This uses 'vtable3.h'.
342         * g++.old-deja/g++.abi/vtable3f.C: This uses 'vtable3.h'.
343         * g++.old-deja/g++.abi/vtable3g.C: This uses 'vtable3.h'.
344         * g++.old-deja/g++.abi/vtable3h.C: This uses 'vtable3.h'.
345         * g++.old-deja/g++.abi/vtable3i.C: This uses 'vtable3.h'.
346         * g++.old-deja/g++.abi/vtable3j.C: This uses 'vtable3.h'.
347
348 2001-11-22  Nick Clifton  <nickc@cambridge.redhat.com>
349
350         * gcc.c-torture/execute/ieee/20000320-1.c: Fix patterns to work
351         for little endian ARMs.
352
353 2001-11-20  Jakub Jelinek  <jakub@redhat.com>
354
355         * gcc.c-torture/compile/20011119-1.c: New test.
356         * gcc.c-torture/compile/20011119-2.c: New test.
357
358 2001-11-17  Aldy Hernandez  <aldyh@redhat.com>
359
360         * gcc.dg/altivec-1.c: Fix typo.
361
362 2001-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
363
364         * gcc.dg/c90-intconst-1.c, gcc.dg/c99-intconst-1.c: New tests.
365
366 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
367
368         * gcc.c-torture/compile/981006-1.x: Treat XScale like ARM.
369
370 2001-11-19  Geoffrey Keating  <geoffk@redhat.com>
371
372         * lib/g77.exp: Don't specify --rpath-link.
373
374         * gcc.dg/cpp/cpp.exp: For testing on a remote host, copy
375         across all the headers.
376         * gcc.dg/format/format.exp: For testing on a remote host,
377         copy format.h.
378
379         * gcc.c-torture/execute/20011008-3.c: Allow for small STACK_SIZE.
380         * gcc.c-torture/execute/930406-1.c: Likewise.
381         * gcc.c-torture/execute/comp-goto-1.c: Likewise.
382
383 2001-11-19  Aldy Hernandez  <aldyh@redhat.com>
384
385         * gcc.dg/altivec-1.c: New.
386
387 2001-11-19  Neil Booth  <neil@daikokuya.demon.co.uk>
388
389         * gcc.dg/cpp/fpreprocessed.c: New test case.
390
391 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
392
393         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/tr-paste.c,
394         gcc.dg/cpp/tr-str.c: Use -traditional-cpp instead of -traditional.
395         * gcc.dg/ext-glob.c: Expect -traditional deprecation warning.
396
397 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
398
399         * gcc.dg/no-builtin-1.c: New test.
400
401 2001-11-16  Jakub Jelinek  <jakub@redhat.com>
402
403         * gcc.c-torture/execute/20011115-1.c: New test.
404
405 2001-11-15  Jakub Jelinek  <jakub@redhat.com>
406
407         * gcc.c-torture/compile/20011114-2.c: New test.
408         * gcc.c-torture/compile/20011114-3.c: New test.
409         * gcc.c-torture/compile/20011114-4.c: New test.
410
411 2001-11-15  Nathan Sidwell  <nathan@codesourcery.com>
412
413         * g++.dg/other/init1.C: New test.
414
415 2001-11-14  Geoffrey Keating  <geoffk@redhat.com>
416
417         * gcc.dg/noncompile/920923-1.c: xstormy16 produces an extra error
418         message.
419
420         * gcc.c-torture/execute/20011114-1.c: New testcase.
421
422         * gcc.c-torture/compile/20010327-1.c: Revert last change.
423         * gcc.c-torture/compile/20011114-1.c: New test, exactly
424         like the (before this change) version of 20010327-1.c.
425
426 2001-11-14  Roger Sayle <roger@eyesopen.com>
427
428         * gcc.c-torture/execute/string-opt-13.c: New testcase.
429
430 2001-11-14  Richard Sandiford  <rsandifo@redhat.com>
431
432         * g++.dg/init/array2.C: New test.
433
434 2001-11-14  Alexandre Oliva  <aoliva@redhat.com>
435
436         * gcc.c-torture/execute/20010122-1.c: Prevent unwanted inlining.
437
438 2001-11-13  Nathan Sidwell  <nathan@codesourcery.com>
439
440         * g++.dg/other/forscope1.C: New test.
441         * g++.dg/ext/forscope1.C: New test.
442         * g++.dg/ext/forscope2.C: New test.
443
444 2001-11-13  Jakub Jelinek  <jakub@redhat.com>
445
446         * gcc.c-torture/execute/20011113-1.c: New test.
447
448 2001-11-09  Geoffrey Keating  <geoffk@redhat.com>
449
450         * gcc.c-torture/execute/20011109-2.c: New test.
451
452         * gcc.c-torture/execute/20011109-1.c: New test.
453
454 2001-11-09  Jakub Jelinek  <jakub@redhat.com>
455
456         * gcc.c-torture/compile/20011109-1.c: New test.
457
458 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
459
460         * g++.old-deja/g++.bugs/900227_01.C: Change stormy16 to xstormy16.
461         * g++.old-deja/g++.eh/badalloc1.C: Change stormy16 to xstormy16.
462         * g++.old-deja/g++.mike/ns15.C: Change stormy16 to xstormy16.
463         * g++.old-deja/g++.pt/crash16.C: Change stormy16 to xstormy16.
464         * gcc.c-torture/compile/961203-1.x: Change stormy16 to xstormy16.
465         * gcc.c-torture/compile/980506-1.x: Change stormy16 to xstormy16.
466         * gcc.c-torture/compile/990617-1.x: Change stormy16 to xstormy16.
467
468 2001-11-08  Neil Booth  <neil@daikokuya.demon.co.uk>
469
470         * g++.dg/warn/Wshadow-1.C: New tests.
471         * g++.old-deja/g++.mike/for3.C: Update.
472
473 2001-11-06  Joseph S. Myers  <jsm28@cam.ac.uk>
474
475         * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-array-lval-2.c,
476         gcc.dg/c99-array-lval-1.c, gcc.dg/c99-array-lval-2.c: Remove
477         XFAILs.  Adjust expected error texts.
478         * gcc.c-torture/compile/20011106-1.c,
479         gcc.c-torture/compile/20011106-2.c, gcc.dg/c90-array-lval-3.c,
480         gcc.dg/c90-array-lval-4.c, gcc.dg/c90-array-lval-5.c,
481         gcc.dg/c99-array-lval-3.c, gcc.dg/c99-array-lval-4.c,
482         gcc.dg/c99-array-lval-5.c: New tests.
483
484 2001-11-05  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
485
486         * gcc.dg/cpp/defined.c: Update.
487
488 2001-11-04  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
489
490         * gcc.c-torture/execute/anon-1.c: New test.
491
492 2001-11-03  Geoffrey Keating  <geoffk@redhat.com>
493
494         * g++.old-deja/g++.bugs/900227_01.C: short and pointer are the
495         same size, so no warning should be produced on stormy16.
496
497         * g++.old-deja/g++.eh/badalloc1.C: Will always fail on stormy16
498         due to oversized array.
499         * g++.old-deja/g++.mike/ns15.C: Likewise.
500         * g++.old-deja/g++.pt/crash16.C: Likewise.
501
502 2001-11-02  Graham Stott  <grahams@redhat.com>
503
504         * g++.dgother/debug1.C: Fix typos.
505
506 2001-11-01  Jakub Jelinek  <jakub@redhat.com>
507
508         * g++.dg/other/debug1.C: New test.
509
510 2001-11-01  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
511
512         * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead
513         of unsigned long.
514
515 2001-10-30  Jakub Jelinek  <jakub@redhat.com>
516
517         * gcc.dg/20011029-2.c: New test.
518
519         * gcc.c-torture/compile/20011029-1.c: New test.
520
521 Mon Oct 29 21:19:53 2001  Nicola Pero  <n.pero@mi.flashnet.it>
522
523         * objc/execute/class_self-1.m: New test.
524         * objc/execute/class_self-2.m: New test.
525
526 2001-10-25  Zack Weinberg  <zack@codesourcery.com>
527
528         * gcc.misc-tests/msgs.exp: Delete.
529         * gcc.misc-tests/m-un-1.c: Move to gcc.dg.
530         * gcc.misc-tests/m-un-2.c: Move to gcc.dg.  Update expected
531         error set to match recent changes.
532
533 2001-10-24  Zack Weinberg  <zack@codesourcery.com>
534
535         * gcc.dg/20011021-1.c: New test.
536
537 2001-10-24  Jakub Jelinek  <jakub@redhat.com>
538
539         * gcc.c-torture/compile/20011023-1.c: New test.
540
541 2001-10-23  Geoffrey Keating  <geoffk@redhat.com>
542
543         * lib/g77.exp: Rewrite based on lib/g++.exp.
544
545 2001-10-19  Jakub Jelinek  <jakub@redhat.com>
546
547         * gcc.c-torture/execute/20011019-1.c: New test.
548
549         * gcc.dg/20011018-1.c: New test.
550
551 2001-10-19  NIIBE Yutaka  <gniibe@m17n.org>
552
553         * gcc.c-torture/execute/ieee/ieee.exp: Change sh-*-* to sh*-*-*.
554
555 2001-10-18  Alexandre Oliva  <aoliva@redhat.com>
556
557         * gcc.dg/attr-noinline.c, gcc.dg/attr-used.c: New tests.
558         * gcc.dg/attr-invalid.c: Likewise.
559
560 2001-10-18  Jakub Jelinek  <jakub@redhat.com>
561
562         * testsuite/gcc.dg/20011015-1.c: New test.
563
564 2001-10-14  Richard Sandiford  <rsandifo@redhat.com>
565
566         * g++.dg/template/unify2.C: New test.
567
568 2001-10-14  Richard Sandiford  <rsandifo@redhat.com>
569
570         * g++.dg/other/exception-specification.C: New test
571
572 2001-10-13  Tom Rix  <trix@redhat.com>
573
574         * gcc.c-torture/execute/990826-0.x: AIX XFAIL -msoft-float.
575         * gcc.c-torture/execute/980709-1.x: AIX XFAIL -msoft-float.
576
577 2001-10-12  Jakub Jelinek  <jakub@redhat.com>
578
579         * testsuite/gcc.dg/20011009-1.c: New test.
580
581 2001-10-12  Nathan Sidwell  <nathan@codesourcery.com>
582
583         PR g++/4476
584         * g++.dg/other/friend1.C: New test.
585
586 2001-10-11  Richard Henderson  <rth@redhat.com>
587
588         * g++.old-deja/g++.other/crash18.C: Add -S to options.
589
590 2001-10-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
591
592         * gcc.c-torture/compile/20011010-1.c: New.
593
594 2001-10-09  Joseph S. Myers  <jsm28@cam.ac.uk>
595
596         * consistency.vlad/vlad.exp, g++.old-deja/g++.mike/p784.C,
597         g++.old-deja/old-deja.exp, g77.f-torture/compile/compile.exp,
598         g77.f-torture/execute/execute.exp,
599         g77.f-torture/noncompile/noncompile.exp,
600         gcc.c-torture/compile/compile.exp,
601         gcc.c-torture/execute/execute.exp,
602         gcc.c-torture/execute/ieee/ieee.exp,
603         gcc.c-torture/execute/memcheck/memcheck.exp,
604         gcc.c-torture/unsorted/unsorted.exp, gcc.misc-tests/linkage.exp,
605         objc/execute/execute.exp: Update FSF address.
606
607 2001-10-09  Neil Booth  <neil@daikokuya.demon.co.uk>
608
609         * gcc.dg/cpp/cmdlne-C.c: Update.
610         * gcc.dg/cpp/cmdlne-C2.c: New.
611
612 2001-10-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
613
614         * gcc.c-torture/execute/20011008-3.c: New.
615
616 2001-10-08  DJ Delorie  <dj@redhat.com>
617
618         * gcc.dg/20011008-1.c: New.
619         * gcc.dg/20011008-2.c: New.
620
621 2001-10-08  Neil Booth  <neil@daikokuya.demon.co.uk>
622
623         * gcc.dg/cpp/spacing1.c: Update test.
624
625 2001-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
626
627         * gcc.c-torture/unsorted/unsorted.exp, lib/file-format.exp: Fix
628         spelling errors of "separate" as "seperate".
629
630 2001-10-05  Alexandre Oliva  <aoliva@redhat.com>
631
632         * gcc.c-torture/execute/20010122-1.c: Don't assume alloca() is
633         enough to avoid inlining.
634
635 2001-10-04  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
636
637         * lib/g77.exp: set libg2c_dir correctly.
638
639 2001-10-02  Neil Booth  <neil@daikokuya.demon.co.uk>
640
641         * gcc.dg/cpp/macro11.c: New test.
642
643 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
644
645         * g++.dg/warn/format2.C, gcc.dg/format/attr-7.c,
646         gcc.dg/format/multattr-1.c, gcc.dg/format/multattr-2.c,
647         gcc.dg/format/multattr-3.c: New tests.
648         * gcc.dg/format/attr-3.c: Update expected error texts.  Remove
649         tests for format attributes on function pointers being rejected.
650
651 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
652
653         * gcc.dg/format/attr-5.c, gcc.dg/format/attr-6.c: New tests.
654
655 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
656
657         * g++.dg/warn/format1.C: New test.
658
659 2001-10-01  Neil Booth  <neil@daikokuya.demon.co.uk>
660
661         * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: Correct tests.
662
663 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
664
665         * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: New test.
666
667 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
668
669         * gcc.dg/cpp/redef2.c: Add test.
670
671 2001-09-27  Geoffrey Keating  <geoffk@redhat.com>
672
673         * gcc.c-torture/execute/loop-2e.x: This is a manifestation of a
674         long-standing bug on i686, apparently.
675         * gcc.c-torture/execute/loop-2c.x: New file.
676         * gcc.c-torture/execute/loop-2d.x: New file.
677         * gcc.c-torture/execute/loop-3c.x: New file.
678
679 2001-09-25  Neil Booth  <neil@daikokuya.demon.co.uk>
680
681         * gcc.dg/cpp/20000625-2.c: Correct line number.
682
683 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
684
685         * gcc.dg/cpp/macro10.c: New test.
686         * gcc.dg/cpp/strify3.c: New test.
687         * gcc.dg/cpp/spacing1.c: Add tests.
688         * gcc.dg/cpp/19990703-1.c: Remove bogus test.
689         * gcc.dg/cpp/20000625-2.c: Fudge to pass.
690
691 2001-09-24  DJ Delorie  <dj@redhat.com>
692
693         * gcc.c-torture/execute/20010924-1.c: New test.
694
695 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
696
697         * testsuite/objc/execute/paste.m: Remove.
698
699 2001-09-22  Joseph S. Myers  <jsm28@cam.ac.uk>
700
701         * gcc.dg/format/builtin-1.c, gcc.dg/format/ext-6.c: New tests.
702
703 2001-09-22  George Helffrich  <george@geo.titech.ac.jp>
704
705         * g77.dg/strlen0.f: New test.
706
707 2001-09-21  Richard Henderson  <rth@redhat.com>
708
709         * g++.old-deja/g++.abi/ptrmem.C: Update for ia64 c++ abi.
710         * g++.old-deja/g++.abi/vtable2.C: Likewise.
711
712 2001-09-21  Joseph S. Myers  <jsm28@cam.ac.uk>
713
714         Table-driven attributes.
715         * g++.dg/ext/attrib1.C: New test.
716
717 2001-09-20  DJ Delorie  <dj@redhat.com>
718
719         * gcc.dg/20000926-1.c: Update expected warning messages.
720         * gcc.dg/array-2.c: Likewise, and test for warnings too.
721         * gcc.dg/array-4.c: Likewise, and don't verify the zero-length
722         array.
723
724 2001-09-18  Richard Sandiford  <rsandifo@redhat.com>
725
726         * g++.dg/eh/registers1.C: New test case.
727
728 2001-09-17  Richard Henderson  <rth@redhat.com>
729
730         * gcc.dg/array-5.c: Fix VLA decomposition test.
731
732 2001-09-16  Neil Booth  <neil@daikokuya.demon.co.uk>
733
734         * gcc.dg/cpp/line5.c: New testcase.
735
736 2001-09-15  Neil Booth  <neil@daikokuya.demon.co.uk>
737
738         * gcc.dg/cpp/macro9.c: New test.
739
740 2001-09-15  Aldy Hernandez  <aldyh@redhat.com>
741
742         * gcc.c-torture/execute/980223.c: Change type of addr from long
743         to char *.
744
745 2001-09-15  Hans-Peter Nilsson  <hp@axis.com>
746
747         * gcc.c-torture/execute/20010915-1.c: New test.
748
749 2001-09-14  Janis Johnson  <janis187@us.ibm.com>
750
751         * g77.dg/bprob: New directory.
752         * g77.dg/bprob/bprob.exp: New file.
753         * g77.dg/bprob/bprob-1.f: New test.
754         * g77.dg/gcov: New directory.
755         * g77.dg/gcov/gcov.exp: New file.
756         * g77.dg/gcov/gcov-1.f: New test.
757         * g77.dg/gcov/gcov-1.x: New file.
758
759 2001-09-13  Neil Booth  <neil@daikokuya.demon.co.uk>
760
761         * gcc.dg/cpp/directiv.c: Update.
762         * gcc.dg/cpp/undef1.c: Update.
763
764 2001-09-12  Jakub Jelinek  <jakub@redhat.com>
765
766         * gcc.dg/20010912-1.c: New test.
767
768 2001-09-11  Janis Johnson  <janis187@us.ibm.com>
769
770         * gcc.misc-tests/gcov.exp: Move almost everything to a new,
771         language-independent file in lib.
772         * lib/gcov.exp: New file.
773
774 2001-09-11  Joseph S. Myers  <jsm28@cam.ac.uk>
775
776         * gcc.c-torture/compile/20010911-1.c: New test.
777
778 2001-09-10  Janis Johnson  <janis187@us.ibm.com>
779
780         * lib/profopt.exp: New, to support profile-directed optimizations.
781         * gcc.misc-tests/bprob.exp: New, to support branch profiling in C.
782         * gcc.misc-tests/bprob-1.c: New test.
783         * gcc.misc-tests/bprob-2.c: New test.
784
785 2001-09-07  Janis Johnson  <janis187@us.ibm.com>
786
787         * gcc.misc-tests/gcov.exp: Add support for a .x file to control
788         XFAIL and which kinds of gcov output to verify.
789         * gcc.misc-tests/gcov-4b.x: New file.
790         * gcc.misc-tests/gcov-5b.x: New file.
791         * gcc.misc-tests/gcov-6.x: New file.
792         * gcc.misc-tests/gcov-7.c: New test.
793         * gcc.misc-tests/gcov-7.x: New file.
794
795 2001-09-06  Janis Johnson  <janis187@us.ibm.com>
796
797         * gcc.misc-tests/gcov.exp: Add support for call return percentages.
798         * gcc.misc-tests/gcov-6.c: New test.
799
800 2001-09-06  Nathan Sidwell  <nathan@codesourcery.com>
801
802         PR c++/3986
803         * g++.dg/abi/vbase1.C: New test.
804
805 2001-09-05  Ziemowit Laski  <zlaski@apple.com>
806
807         * objc.dg/method-2.m: New.
808
809 2001-09-04  Nathan Sidwell  <nathan@codesourcery.com>
810
811         PR c++/4203
812         * g++.old-deja/g++.other/empty1.C: XFAIL. See PR c++/4222
813         * g++.dg/init/empty1.C: New test.
814
815 2001-09-03  Jakub Jelinek  <jakub@redhat.com>
816
817         * gcc.c-torture/compile/20010903-1.c: New test.
818
819 2001-08-31  Roman Zippel  <zippel@linux-m68k.org>
820
821         * testsuite/gcc.c-torture/execute/ieee/ieee.exp: Add -ffloat-store
822         for m68k.
823
824 2001-08-31  Geoffrey Keating  <geoffk@redhat.com>
825
826         * g++.dg/abi/empty4.C: Allow for 16-bit ints.
827
828         * g++.dg/special/initp1.C (X): Allow for 16-bit ints.
829
830         * gcc.c-torture/unsorted/bcopy.c (BYTES): Honor STACK_SIZE.
831
832 2001-08-30  Geoffrey Keating  <geoffk@redhat.com>
833
834         * gcc.c-torture/execute/longlong.c (alpha_ep_extbl_i_eq_0): Allow
835         for 16-bit 'unsigned int'.
836
837 2001-08-29  Kazu Hirata  <kazu@hxi.com>
838
839         * gcc.c-torture/compile/981006-1.x: Do not use -fpic on h8300.
840
841 2001-08-27  Richard Henderson  <rth@redhat.com>
842
843         * gcc.c-torture/execute/ieee/fp-cmp-4.c (main): Make "data" static.
844         * gcc.c-torture/execute/ieee/fp-cmp-5.c: New.
845
846 2001-08-25  Aldy Hernandez  <aldyh@redhat.com>
847
848         * gcc.dg/asm-names.c (ymain): New.
849
850 2001-08-22  Geoffrey Keating  <geoffk@redhat.com>
851
852         * gcc.c-torture/compile/961203-1.x: Mark unsupported by stormy16.
853         * gcc.c-torture/compile/980506-1.x: Mark unsupported by stormy16.
854         * gcc.c-torture/compile/990617-1.x: Mark unsupported by stormy16.
855
856 2001-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
857
858         * gcc.dg/compare5.c: New testcase.
859
860 2001-08-23  Jason Merrill  <jason_merrill@redhat.com>
861
862         * lib/prune.exp (prune_gcc_output): Also ignore "In constructor"
863         and "In instantiation".
864
865 2001-08-21  Aldy Hernandez  <aldyh@redhat.com>
866
867         * gcc.c-torture/execute/divmod-1.c: Convert to ANSI.
868
869 2001-08-20  Janis Johnson  <janis187@us.ibm.com>
870
871         * gcc.misc-tests/gcov.exp: Add support for branch information.
872         * gcc.misc-tests/gcov-2.c: Change to invoke gcov and clean up.
873         * gcc.misc-tests/gcov-4.c: New test.
874         * gcc.misc-tests/gcov-4b.c: New test.
875         * gcc.misc-tests/gcov-5b.c: New test.
876
877 2001-08-20  Zack Weinberg  <zackw@panix.com>
878
879         * gcc.c-torture/execute/20000801-4.x: Delete, test no longer
880         expected to fail.
881
882 2001-08-19  John David Anglin  <dave@hiauly1.hia.nrc.ca>
883
884         * g++.dg/special/ecos.exp (initp1.C): Run initp1.C test.
885
886 2001-08-19  Jakub Jelinek  <jakub@redhat.com>
887
888         * g++.dg/eh/template1.C: New test.
889
890 2001-08-16  David Billinghurst  <David.Billinghurst@riotinto.com>
891
892         * g77.f-torture/compile/pr3743.x: Do not return 1 for xfail.
893         Fix thinko.
894         * g77.f-torture/execute/f90-intrinsic-bit.x: Do not return 1
895         for xfail.
896
897 2001-08-14  David Billinghurst  <David.Billinghurst@riotinto.com>
898
899         * lib/g77-dg.exp:  Use prune.exp for common procedures
900         (g77-dg-prune): Replace prune_g77_output with prune_gcc_output
901         * lib/g77.exp: (g77-dg-prune) Remove
902
903 2001-08-13  Jason Merrill  <jason_merrill@redhat.com>
904
905         * lib/scanasm.exp (scan-assembler*): Use expr instead of concat.
906
907 2001-08-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
908
909         * g++.dg/template/unify1.C: New test.
910
911 2001-08-07  Nathan Sidwell  <nathan@codesourcery.com>
912
913         * g++.dg/abi/empty4.C: New test.
914
915 2001-08-06  David Billinghurst  <David.Billinghurst@riotinto.com>
916
917         * g77.f-torture/execute/f90-intrinsic-bit.x: XFAIL on irix6.* and
918         solaris2.*
919         * g77.f-torture/compile/pr3743.x: Likewise
920
921 2001-08-05  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
922
923         * g++.dg/other/using-declaration.C: New test.
924
925 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
926
927         * gcc.dg/cpp/tr-sign.c: New testcase.
928
929 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
930
931         * gcc.dg/cpp/19951025-1.c: Revert.
932         * gcc.dg/cpp/directiv.c: We no longer process directives that
933         interrupt macro arguments.
934
935 2001-08-03  Zack Weinberg  <zackw@stanford.edu>
936
937         * gcc.dg/bconstp-1.c: New test.
938
939 2001-08-03  Richard Henderson  <rth@redhat.com>
940
941         * g++.dg/eh/filter1.C, g++.dg/eh/filter2.C: New tests.
942
943 2001-08-02  Neil Booth  <neil@daikokuya.demon.co.uk>
944
945         * gcc.dg/cpp/19951025-1.c: Update.
946
947 2001-08-02  Jeffrey Oldham  <oldham@codesourcery.com>
948
949         * g77.dg/ff90-1.f (s): Fix reference of variable z,
950         should be x.
951
952 2001-08-02  Nathan Sidwell  <nathan@codesourcery.com>
953
954         Kill -fhonor-std.
955         * g++.old-deja/g++.ns/ns14.C: Remove special options.
956         * g++.old-deja/g++.other/std1.C: Likewise.
957         * g++.old-deja/g++.robertl/eb133.C: Likewise. Add using directive.
958
959 2001-08-01  David Billinghurst <David.Billinghurst@riotinto.com>
960
961         * lib/g77.exp:  Load gcc-defs.exp for common procedures
962         (g77_pass, g77_fail, g77_finish, g77_exit,
963         ${tool}_check_unsupported_p} Now redundant.  Deleted.
964
965 2001-08-01 David Billinghurst <David.Billinghurst@riotinto.com>
966
967         * g77.dg/fbackslash.f
968         * g77.dg/fcase-preserve.f
969         * g77.dg/ff90-1.f
970         * g77.dg/ffixed-line-length-0.f
971         * g77.dg/ffixed-line-length-132.f
972         * g77.dg/ffixed-line-length-7.f
973         * g77.dg/ffixed-line-length-72.f
974         * g77.dg/ffixed-line-length-none.f
975         * g77.dg/ffree-form-1.f
976         * g77.dg/fno-backslash.f
977         * g77.dg/fno-f90-1.f
978         * g77.dg/fno-fixed-form-1.f
979         * g77.dg/fno-onetrip.f
980         * g77.dg/fno-typeless-boz.f
981         * g77.dg/fno-underscoring.f
982         * g77.dg/fno-vxt-1.f
983         * g77.dg/fonetrip.f
984         * g77.dg/ftypeless-boz.f
985         * g77.dg/fugly-assumed.f
986         * g77.dg/funderscoring.f
987         * g77.dg/fvxt-1.f
988
989 2001-08-01  Ziemowit Laski  <zlaski@apple.com>
990
991         * objc.dg/fwd-proto-1.m: New.
992         * objc.dg/local-decl-1.m: New.
993         * objc.dg/naming-1.m: New.
994         * objc.dg/naming-2.m: New.
995         * objc.dg/proto-hier-1.m: New.
996
997 2001-07-31  Hans-Peter Nilsson  <hp@bitrange.com>
998
999         * gcc.dg/c99-scope-2.c: Don't generally assume adding more
1000         largest-type elements to a struct makes its size grow.
1001
1002 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
1003
1004         * g++.dg/abi/vthunk1.C: New test.
1005
1006 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
1007
1008         * g++.dg/abi/vbase8-22.C: New test.
1009
1010 2001-07-31  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
1011
1012         * gcc.dg/cpp/macro8.c: New test.
1013
1014 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
1015
1016         * g++.dg/abi/vbase8-21.C: New test.
1017
1018 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
1019
1020         * g++.dg/abi/vbase8-10.C: New test.
1021
1022 2001-07-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1023
1024         * lib/g++.exp (g++_set_ld_library_path): Renamed to
1025         ${tool}_set_ld_library_path.
1026         Changed caller.
1027         * lib/objc.exp (${tool}_set_ld_library_path): New, copied from
1028         g++.exp.
1029
1030 2001-07-26  Stan Cox <scox@redhat.com>
1031
1032         * lib/g++.exp (g++_exit, g++_check_unsupported_p): Removed.
1033         * lib/gcc.exp (gcc_check_compile, gcc_pass, gcc_fail, gcc_finish,
1034         gcc_exit, gcc_check_unsupported_p):
1035         Moved to gcc-deps.exp
1036         * gcc-deps.exp: New file.
1037
1038 2001-07-26  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1039
1040         * g++.old-deja/g++.pt/defarg14.C: New test.
1041
1042 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
1043
1044         * g++.old-deja/g++.other/lineno5.C: New test.
1045
1046 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
1047
1048         * g++.old-deja/g++.pt/crash68.C: New test.
1049
1050 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
1051
1052         * g++.old-deja/g++.other/crash42.C: New test.
1053
1054 2001-07-26  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
1055
1056         * gcc.dg/cpp/extratokens.c: Fix.
1057         * gcc.dg/cpp/skipping2.c: New tests.
1058
1059 2001-07-25  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1060
1061         * gcc.c-torture/execute/20010724-1.c: New file.
1062         * gcc.c-torture/execute/20010724-1.x: New file.
1063
1064 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
1065
1066         * g++.old-deja/g++.other/cond7.C: New test.
1067
1068 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
1069
1070         * g++.old-deja/g++.other/optimize4.C: New test.
1071
1072 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
1073
1074         * g++.old-deja/g++.abi/vbase8-5.C: New test.
1075
1076 2001-07-24  Jason Merrill  <jason_merrill@redhat.com>
1077
1078         * lib/scanasm.exp (scan-assembler*): Don't take "testcase" argument.
1079         * gcc.dg/asm-2.c, gcc.dg/asm-3.c, gcc.dg/asm-fs-1.c, gcc.dg/dll-1.c,
1080         gcc.dg/dll-3.c, gcc.dg/dll-4.c, gcc.dg/iftrap-1.c: Don't pass it.
1081         * g++.dg/mangle1.C, g++.dg/vtgc1.C: Likewise.
1082
1083         * lib/prune.exp (prune_gcc_output): Prune "Please submit a full
1084         bug report" message.
1085
1086         * g++.dg/dg.exp: Run tests from subdirectories other than "special".
1087         * g++.dg/ext/instantiate1.C: Move from old-deja.
1088
1089 2001-07-24  David Billinghurst <David.Billinghurst@riotinto.com>
1090
1091         * g77.f-torture/execute/intrinsic-unix-bessel.f: New test
1092         * g77.f-torture/execute/intrinsic-unix-erf.f: New test
1093         * g77.f-torture/execute/intrinsic-vax-cd.f: New test
1094         * g77.f-torture/execute/intrinsic-f2c-z.f: New test
1095
1096 Mon Jul 23 10:14:17 2001  Jeffrey A Law  (law@cygnus.com)
1097
1098         * gcc.c-torture/execute/20010723-1.c: New test.
1099
1100 2001-07-23  Ben Elliston  <bje@redhat.com>
1101
1102         * g++.old-deja/g++.other/enum5.C: Mark as XFAIL.
1103
1104 2001-07-22  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
1105
1106         * gcc.c-torture/execute/ieee/ieee.exp: Only use -ffloat-store only on
1107         i[34567]86-*-*.
1108         Delete handling of ieee_multilib_flags.
1109         Pass -mieee for alpha*-*-* and sh-*-*.
1110         * gcc.c-torture/execute/20010114-2.c: Move into ieee subdir.
1111
1112 2001-07-21  Nathan Sidwell  <nathan@codesourcery.com>
1113
1114         Remove old-abi tests.
1115         * g++.old-deja/g++.mike/p11116.C: Remove.
1116         * g++.old-deja/g++.eh/catchptr1.C: Remove old-abi ifdef.
1117
1118 2001-07-20  David Billinghurst <David.Billinghurst@riotinto.org>
1119
1120         * g77.f-torture/compile/pr3743.f:  New test
1121
1122 2001-07-20  David Billinghurst <David.Billinghurst@riotinto.com>
1123
1124         * g77.f-torture/execute/f90-intrinsic-bit.f: New test
1125
1126 2001-07-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1127
1128         * g++.old-deja/g++.pt/static3.C: Removed alpha*-*-osf* XFAIL.
1129         g++.old-deja/g++.pt/static6.C: Likewise.
1130         * lib/target-supports.exp (check_weak_available): alpha*-*-osf*
1131         supports weak symbols.
1132
1133 2001-07-18  Andreas Jaeger  <aj@suse.de>
1134
1135         * g++.dg/vtgc1.C: Revert patch from 2001-04-26 since vtable-gc is
1136         supported again.
1137
1138 2001-07-18  Andreas Jaeger  <aj@suse.de>
1139
1140         * gcc.dg/iftrap-1.c: Fix target line.
1141
1142 2001-07-17  Richard Henderson  <rth@redhat.com>
1143
1144         * gcc.c-torture/execute/20010717-1.c: New.
1145
1146 2001-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
1147
1148         * gcc.c-torture/compile/20010714-1.c, gcc.dg/format/attr-4.c: New
1149         tests.
1150
1151 2001-07-17  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
1152
1153         * g++.old-deja/g++.robertl/eb130.C: Include the correct header file.
1154
1155 2001-07-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1156
1157         * gcc.c-torture/execute/20001229-1.c: Include <sys/proc.h> for
1158         UAC_SIGBUS, UAC_NOPRINT definitions.
1159
1160 Mon Jul 16 12:21:56 2001  Nicola Pero  <n.pero@mi.flashnet.it>
1161
1162         * objc/execute/object_is_class.m: New test.
1163         * objc/execute/object_is_meta_class.m: New test.
1164
1165 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
1166
1167         * g77.f-torture/execute/f90-intrinsic-numeric.f: Fix pasto.
1168         * g77.f-torture/execute/f90-intrinsic-mathematical.f: Fix pasto.
1169
1170 2001-01-15  David Billinghurst  <David.Billinghurst@riotinto.com>
1171
1172         * g77.f-torture/execute/f90-intrinsic-numeric.f: New test.
1173         * g77.f-torture/execute/f90-intrinsic-mathematical.f: New test.
1174
1175 2001-07-14  Richard Henderson  <rth@redhat.com>
1176
1177         * gcc.dg/iftrap-1.c: New.
1178
1179 2001-07-11  David Billinghurst  <David.Billinghurst@riotinto.com>
1180
1181         * g77.f-torture/execute/intrinsic77.f: New test.
1182
1183 2001-07-11  Janis Johnson <janis@us.ibm.com>
1184
1185         * gcc.misc-tests/gcov-3.c: New test.
1186
1187 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
1188
1189         * gcc.c-torture/compile/20010711-1.c,
1190         * gcc.c-torture/compile/20010711-2.c: New tests.
1191
1192 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
1193
1194         * gcc.c-torture/execute/20010711-1.c: New test.
1195
1196 2001-07-11  Ben Elliston  <bje@redhat.com>
1197
1198         * g++.old-deja/g++.other/enum5.C: New test.
1199
1200 2001-07-10  Jason Merrill  <jason_merrill@redhat.com>
1201
1202         * lib/g++-dg.exp: Load file-format and target-supports like gcc.
1203         (g++-dg-prune): Call prune_gcc_output.
1204         * prune.exp: New file for prune_gcc_output.
1205         * lib/g++.exp, lib/gcc.exp: Load it.
1206
1207 2001-07-08  Joseph S. Myers  <jsm28@cam.ac.uk>
1208
1209         * gcc.c-torture/compile/20010701-1.c,
1210         g++.old-deja/g++.ext/attrib6.C: New tests.
1211
1212 Fri Jul  6 09:31:43 2001  Jeffrey A Law  (law@cygnus.com)
1213
1214         * gcc.c-torture/compile/20010706-1.c: New test.
1215
1216 2000-09-10  Michael Chamberlain <michael@chamberlain.net.au>
1217
1218         * gcc.misc-tests/mg.exp (compiler_output): Support tcl 8.3.1.
1219
1220 2001-06-28  Stan Shebs  <shebs@apple.com>
1221
1222         * gcc.dg/pragma-darwin.c: New test.
1223
1224 2001-06-28  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1225
1226         * lib/objc.exp (objc_target_compile): Don't need -lposix4 on any
1227         Solaris 2.[678] system.
1228
1229 2001-06-22  Joseph S. Myers  <jsm28@cam.ac.uk>
1230
1231         * gcc.dg/20010622-1.c: New test.
1232
1233 2001-06-18  Stan Shebs  <shebs@apple.com>
1234
1235         * objc.dg: New directory.
1236         * objc.dg/dg.exp: New file.
1237         * objc.dg/alias.m: New.
1238         * objc.dg/class-1.m: New.
1239         * objc.dg/class-2.m: New.
1240         * objc.dg/const-str-1.m: New.
1241         * objc.dg/const-str-2.m: New.
1242         * objc.dg/id-1.m: New.
1243         * objc.dg/method-1.m: New.
1244         * objc.dg/super-class-1.m: New.
1245         * lib/objc-dg.exp: New file.
1246
1247 2001-06-16  John David Anglin  <dave@hiauly1.hia.nrc.ca>
1248
1249         * g++.dg/mangle1.C: Modify regexp to test for `[: \t\n]' at end
1250         of label name.
1251
1252 2001-06-14  Nathan Sidwell  <nathan@codesourcery.com>
1253
1254         * g++.old-deja/g++.abi/vbase8-9.C: New test.
1255
1256 2001-06-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
1257
1258         * lib/objc.exp (objc_target_compile): Add ${rootme} to ld_library_path
1259         variable.
1260
1261 2001-06-12  Richard Henderson  <rth@redhat.com>
1262
1263         * g++.old-deja/g++.other/crash27.C: Don't XFAIL.
1264
1265 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
1266
1267         * g++.old-deja/g++.abi/vbase5.C: New test.
1268         * g++.old-deja/g++.abi/vbase6.C: New test.
1269         * g++.old-deja/g++.abi/vbase7.C: New test.
1270
1271 2001-06-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1272
1273         * gcc.c-torture/compile/20010610-1.c: New test.
1274
1275 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
1276
1277         * g++.old-deja/g++.abi/vbase4.C: New test.
1278
1279 2001-06-11  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
1280
1281         * gcc.c-torture/execute/920501-8.x: New file, sprintf() does not
1282         support %f for HC11/HC12 targets.
1283         * gcc.c-torture/execute/930513-1.x: New file, likewise.
1284         * gcc.c-torture/execute/980709-1.x: New file, pow() is not available
1285         on HC11/HC12 targets.
1286         * gcc.c-torture/execute/990826-0.x: New file, likewise for floor().
1287
1288 2001-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1289
1290         * gcc.dg/wchar_t-1.c: New file.
1291         * gcc.dg/wint_t-1.c: Likewise.
1292
1293 2001-06-11  Bernd Schmidt  <bernds@redhat.com>
1294
1295         * g++.old-deja/g++.other/stepanov_v1p2.C: Remove.
1296
1297 2001-06-11  Richard Henderson  <rth@redhat.com>
1298
1299         * g++.old-deja/g++.law/code-gen5.C: Don't send raw pointers to assert.
1300
1301 2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
1302
1303         * gcc.c-torture/compile/20010611-1.c: New test.
1304
1305 2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
1306
1307         * gcc.dg/c99-tag-1.c: Add more tests.
1308
1309 2001-06-10  Alexandre Oliva  <aoliva@redhat.com>
1310
1311         * g++.old-deja/g++.abi/ptrmem.C: Take into account different
1312         representation on MN10300 and ARM/Thumb.
1313
1314 2001-06-10  Toon Moene  <toon@moene.indiv.nluug.nl>
1315
1316         * g77.f-torture/execute/20010610.f: New.
1317
1318 2001-06-09  David Billinghurst  <David.Billinghurst@riotinto.com>
1319
1320         * g++.dg/mangle1.C: Change regex to allow USER_LABEL_PREFIX == "_"
1321         names.
1322
1323 2001-06-09  Richard Henderson  <rth@redhat.com>
1324
1325         * gcc.c-torture/execute/ashrdi-1.c: New.
1326         * gcc.c-torture/execute/ashldi-1.c: New.
1327         * gcc.c-torture/execute/lshrdi-1.c: New.
1328
1329 2001-06-09  Ovidiu Predescu  <ovidiu@cup.hp.com>
1330
1331         * objc/execute/load-3.m: Added. Check sending +load to categories,
1332         in addition to classes.
1333
1334 2001-06-08  Stan Shebs  <shebs@apple.com>
1335
1336         * objc/execute/load-2.m: New test.  From Nicola Pero
1337         <n.pero@mi.flashnet.it>.
1338
1339 2001-06-08  Jakub Jelinek  <jakub@redhat.com>
1340
1341         * gcc.c-torture/execute/20010605-2.c: New test.
1342
1343 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
1344
1345         * g++.old-deja/g++.abi/vbase2.C: New test.
1346         * g++.old-deja/g++.abi/vbase3.C: New test.
1347
1348 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
1349
1350         * g++.old-deja/g++.pt/friend49.C: New test.
1351
1352 2001-06-07  Nathan Sidwell  <nathan@codesourcery.com>
1353
1354         * g++.old-deja/g++.ext/anon3.C: New test.
1355
1356 2001-06-05  Nathan Sidwell  <nathan@codesourcery.com>
1357
1358         * g++.old-deja/g++.other/conv7.C: New test.
1359
1360 2001-06-05  Joseph S. Myers  <jsm28@cam.ac.uk>
1361
1362         * gcc.c-torture/compile/20010605-2.c: New test.
1363
1364 2001-06-04  John David Anglin  <dave@hiauly1.hia.nrc.ca>
1365
1366         * gcc.c-torture/execute/20010604-1.c: New test.
1367
1368 2001-06-04  Loren J. Rittle  <ljrittle@acm.org>
1369
1370         * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 5.x.
1371
1372 2001-06-04  Jeffrey Oldham  <oldham@codesourcery.com>
1373
1374         * lib/g++.exp (g++_include_flags): Change `args' to gccpath's value.
1375         (g++_link_flags): Likewise.
1376         (g++_init): Pass gccpath's value to two previous functions.
1377
1378 2001-06-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1379
1380         * gcc.misc-tests/linkage.exp: Use wildcards when matching N32.
1381         Ensure logfile entry matches exec command line.
1382
1383 2001-05-31  Richard Henderson  <rth@redhat.com>
1384
1385         * gcc.c-torture/execute/memcheck/blkarg.x: Disable the test.
1386         * g++.dg/mangle1.C: Tweek expected mangling for 64-bit hosts.
1387
1388 2001-05-30  David.Billinghurst  <David.Billinghurst@riotinto.com>
1389
1390         * gcc.misc-tests/linkage.exp: Pass appropriate flags to native
1391         compiler for irix6.2
1392
1393 2001-05-30  Nathan Sidwell  <nathan@codesourcery.com>
1394
1395         * g++.old-deja/g++.other/optimize3.C: New file.
1396
1397 2001-05-29  Jeffrey Oldham  <oldham@codesourcery.com>
1398
1399         * gcc.c-torture/compile/20010518-2.x: New file to compile, not
1400         assemble.
1401
1402 2001-05-26  Nathan Sidwell  <nathan@codesourcery.com>
1403
1404         * g++.old-deja/g++.other/optimize2.C: New file.
1405
1406 2001-05-25  Diego Novillo  <dnovillo@redhat.com>
1407
1408         * gcc.c-torture/compile/20010518-2.c: New file.
1409         * gcc.c-torture/execute/20010518-1.c: New file.
1410         * gcc.c-torture/execute/20010518-2.c: New file.
1411
1412 2001-05-25  Joseph S. Myers  <jsm28@cam.ac.uk>
1413
1414         * gcc.dg/c90-arraydecl-1.c, gcc.dg/c99-arraydecl-1.c: New tests.
1415
1416 2001-05-24  Mark Mitchell  <mark@codesourcery.com>
1417
1418         G++ no longer defines builtins that do not begin with __builtin.
1419         * g++.old-deja/g++.abi/bitfields.C: Update accordingly.
1420         * g++.old-deja/g++.brendand/misc13.C: Likewise.
1421         * g++.old-deja/g++.law/builtin1.C: Likewise.
1422         * g++.old-deja/g++.law/cvt2.C: Likewise.
1423         * g++.old-deja/g++.mike/net5.C: Likewise.
1424         * g++.old-deja/g++.other/builtins1.C: Likewise.
1425         * g++.old-deja/g++.other/builtins2.C: Likewise.
1426         * g++.old-deja/g++.other/builtins3.C: Likewise.
1427         * g++.old-deja/g++.other/builtins4.C: Likewise.
1428         * g++.old-deja/g++.other/inline8.C: Likewise.
1429         * g++.old-deja/g++.robertl/eb39.C: Likewise.
1430
1431 2001-05-24  Nathan Sidwell  <nathan@codesourcery.com>
1432
1433         * g++.old-deja/g++.pt/using1.C: Adjust.
1434         * g++.old-deja/g++.pt/using2.C: New test.
1435
1436 2001-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
1437
1438         * gcc.dg/cpp/charconst.c: New tests.
1439         * gcc.dg/cpp/escape.c: New tests.
1440         * gcc.dg/cpp/escape-1.c: New tests.
1441         * gcc.dg/cpp/escape-2.c: New tests.
1442         * gcc.dg/cpp/ucs.c: New tests.
1443
1444 2001-05-23  David.Billinghurst <David.Billinghurst@riotinto.com>
1445
1446         * gcc.misc-tests/linkage.exp:  Pass appropriate flags to
1447         native compiler for irix6.5.
1448
1449 Wed May 23 2001  Jeffrey D. Oldham  <oldham@codesourcery.com>
1450
1451         * lib/g++.exp (g++_include_flags): Use args to compute
1452         get_multilibs.
1453         (g++_link_flags): Likewise.
1454         (g++_init): Pass TOOL_OPTIONS as arguments to two above functions.
1455
1456 2001-05-22  Joseph S. Myers  <jsm28@cam.ac.uk>
1457
1458         * gcc.dg/c90-hexfloat-1.c: Add more tests.
1459
1460 2001-05-21  Geoff Keating  <geoffk@redhat.com>
1461
1462         * gcc.c-torture/compile/920520-1.x: Merge previous contents into
1463         this file.
1464
1465 2001-05-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
1466
1467         * gcc.c-torture/unsorted/msp.c (A_SIZE): Define according to
1468         STACK_SIZE;
1469         * gcc.c-torture/compile/991214-2.c (HISTO_SIZE): Define according
1470         to STACK_SIZE; Use it to define size of add_histo array.
1471         * gcc.c-torture/compile/920723-1.c (GITT_SIZE): Define according
1472         to STACK_SIZE.
1473         (f): Use GITT_SIZE to define size of gitt local table.
1474         * gcc.c-torture/compile/930621-1.c (BYTEMEM_SIZE): Define according
1475         to STACK_SIZE; Use it to define size of bytemem array.
1476
1477 2001-05-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
1478
1479         * gcc.c-torture/compile/20000804-1.x: New file, this test fails
1480         on 68HC11/HC12 due to the asm instruction.
1481         * gcc.c-torture/compile/20001205-1.x: New file, ditto.
1482         * gcc.c-torture/compile/920520-1.x: Likewise.
1483         * gcc.c-torture/compile/20001226-1.x: New file, this test fails
1484         on 68HC11/HC12 because the function is larger than 64K.
1485         * gcc.c-torture/compile/961203-1.x: New file, this test fails
1486         on 68HC11/HC12 because the structure is too large.
1487
1488 2001-05-20  Richard Henderson  <rth@redhat.com>
1489
1490         * gcc.c-torture/execute/20010520-1.c: New.
1491
1492 2001-05-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1493
1494         * g++.old-deja/g++.warn/compare1.C: New test.
1495         * gcc.dg/compare4.c: New test.
1496
1497 2001-05-20  Nathan Sidwell  <nathan@codesourcery.com>
1498
1499         * g++.old-deja/g++.other/optimize1.C: New test.
1500
1501 2001-05-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1502
1503         * g++.old-deja/g++.pt/spec41.C: New test.
1504
1505 2001-05-19  Joseph S. Myers  <jsm28@cam.ac.uk>
1506
1507         * gcc.c-torture/compile/20010114-1.x: Remove.
1508
1509 2001-05-18  Stan Shebs  <shebs@apple.com>
1510
1511         * gcc.c-torture/compile/20010518-1.c: New test.
1512
1513 2001-05-18  Nathan Sidwell  <nathan@codesourcery.com>
1514
1515         * g++.old-deja/g++.pt/inherit2.C: Remove XFAIL.
1516         * g++.old-deja/g++.pt/crash67.C: New test.
1517
1518 2001-05-17  Jeffrey D. Oldham  <oldham@codesourcery.com>
1519
1520         * g++.old-deja/g++.other/debug9.C: New test.
1521
1522 2001-05-16  Zack Weinberg  <zackw@stanford.edu>
1523
1524         * gcc.dg/complete-port.c: New (revised version of libgcc1-test.c)
1525
1526 Wed May 16 20:33:57 CEST 2001  Jan Hubicka  <jh@suse.cz>
1527
1528         * gcc.c-torture/compile/20010516-1.c: New test.
1529
1530 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
1531
1532         * g++.old-deja/g++.other/crash41.C: New test.
1533
1534 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
1535
1536         * g++.old-deja/g++.pt/crash66.C: New test.
1537
1538 2001-05-15  Benjamin Kosnik  <bkoz@redhat.com>
1539
1540         * g++.old-deja/g++.robertl/eb27.C: Convert.
1541
1542 2001-05-15  Nick Clifton  <nickc@cambridge.redhat.com>
1543
1544         * g++.dg/friend-warn.C: New test.  Do not warn about friend
1545         declaration being redundant.
1546
1547 2001-05-15  Mark Mitchell (admin)  <mitchell@nunki.dbai.tuwien.ac.at>
1548
1549         * gcc.dg/ultrasp2.c: Don't run it with -m64 on sparc-*-*.
1550
1551 2001-05-14  Mark Mitchell  <mark@codesourcery.com>
1552
1553         * lib/objc.exp: Add -lposix4 on Solaris 2.6 and Solaris 2.7.
1554
1555 2001-05-13  Benjamin Kosnik  <bkoz@redhat.com>
1556
1557         * lib/g++.exp: Use testsuite_flags.
1558
1559 2001-05-13  Mark Mitchell  <mark@codesourcery.com>
1560
1561         * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 4.x.
1562
1563 2001-05-11  John David Anglin  <dave@hiauly1.hia.nrc.ca>
1564
1565         * gcc.c-torture/execute/ieee/ieee.exp: Don't run ieee tests on VAX.
1566
1567 2001-05-11  Mark Mitchell  <mark@codesourcery.com>
1568
1569         * lib/objc.exp: Add -lposix4 on Solaris 2.8.
1570
1571 2001-05-10  Joseph S. Myers  <jsm28@cam.ac.uk>
1572
1573         * gcc.c-torture/compile/20010313-1.c: New test.
1574
1575 2001-05-09  Zack Weinberg  <zackw@stanford.edu>
1576
1577         * gcc.dg/cpp/direct2.c: New test.
1578         * gccq.dg/cpp/direct2s.c: New test.
1579
1580         * gcc.c-torture/execute/920730-1t.c: #undef __GNUC__ at head.
1581
1582 2001-05-07  Mark Mitchell  <mark@codesourcery.com>
1583
1584         * g++.old-deja/g++.other/op2.C: Don't use `glob' as a variable.
1585         * g++.old-deja/g++.other/op3.C: Likewise.
1586
1587 2001-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
1588
1589         * gcc.dg/cpp/syshdr.h: New file.
1590         * gcc.dg/cpp/sysmac1.c: Update.
1591         * gcc.dg/cpp/sysmac2.c: Update.
1592
1593 2001-05-05  Neil Booth  <neil@daikokuya.demon.co.uk>
1594
1595         * gcc.dg/cpp/sysmac1.c,sysmac2.c: Return to original file.
1596
1597 2001-05-04  David Edelsohn  <edelsohn@gnu.org>
1598
1599         * gcc.c-torture/execute/20001227-1.c: Remove duplicate of
1600         gcc.c-torture/execute/20000412-3.c with no ChangeLog entry.
1601
1602 2001-05-04  Neil Booth  <neil@daikokuya.demon.co.uk>
1603
1604         * gcc.c-torture/execute/longlong.c: Update for 16 bit int issues.
1605
1606 2001-05-03  Geoffrey Keating  <geoffk@redhat.com>
1607
1608         * lib/g++.exp (g++_include_flags): Don't use any special flags
1609         if TESTING_IN_BUILD_TREE is not defined.
1610         (g++_init): Use a plain 'c++' as the compiler if
1611         TESTING_IN_BUILD_TREEE is not defined.
1612
1613 2001-05-02  Jakub Jelinek  <jakub@redhat.com>
1614
1615         * g++.old-deja/g++.eh/catch13.C: New test.
1616         * g++.old-deja/g++.eh/catch14.C: New test.
1617
1618 2001-05-02  Jakub Jelinek  <jakub@redhat.com>
1619
1620         * gcc.dg/cpp/tr-define.c: New test.
1621
1622 2001-05-01  Loren J. Rittle  <ljrittle@acm.org>
1623
1624         * g++.old-deja/g++.abi/cxa_vec.C: Get malloc() from
1625         <stdlib.h>, not <malloc.h>.
1626
1627 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
1628
1629         * g++.old-deja/g++.ns/template17.C: New test.
1630
1631 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
1632
1633         * g++.old-deja/g++.pt/ref4.C: New test.
1634
1635 2001-04-30  Richard Henderson  <rth@redhat.com>
1636
1637         * gcc.dg/20000724-1.c: Revert last change.
1638
1639 2001-04-30  Toon Moene  <toon@moene.indiv.nluug.nl>
1640
1641         * g77.f-torture/execute/20010430.f: New test.
1642
1643 2001-04-30  Mark Mitchell  <mark@codesourcery.com>
1644
1645         * gcc.dg/20000724-1.c: Add a clobber of `esp'.
1646
1647 2001-04-29  Joseph S. Myers  <jsm28@cam.ac.uk>
1648
1649         * g++.old-deja/g++.other/crash14.C: Remove -fnew-abi.
1650
1651 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
1652
1653         * g++.old-deja/g++.eh/crash6.C: New test.
1654
1655 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
1656
1657         * g++.old-deja/g++.other/warn7.C: New test.
1658
1659 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
1660
1661         * g++.old-deja/g++.other/defarg9.C: New test.
1662
1663 2001-04-26  Toon Moene  <toon@moene.indiv.nluug.nl>
1664
1665         * g77.f-torture/compile/20010426.f: New test.
1666         * g77.f-torture/execute/20010426.f: New test.
1667
1668 2001-04-26  Toon Moene  <toon@moene.indiv.nluug.nl>
1669
1670         * g77.f-torture/compile/20000629-1.x: Remove - error
1671         has been fixed.
1672
1673 Thu Apr 26 11:15:12 2001  Jeffrey A Law  (law@cygnus.com)
1674
1675         * g++.dg/special/initp1.C: Moved here from g++.old-deja/g++.ext.
1676         Tweak slightly to work with g++.dg framework.
1677         * g++.dg/special/ecos.exp: Run initp1.C test.
1678         * g++.old-deja/g++.ext/initp1.C: Moved to g++.dg/special.
1679
1680         * g++.old-deja/g++.ext/instantiate2.C: XFAIL for HPUX too since
1681         its linker doesn't give line numbers either.
1682         * g++.old-deja/g++.ext/instantiate3.C: Similarly.
1683
1684 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
1685
1686         * g++.old-deja/g++.other/lex1.C: New test.
1687
1688 2001-04-26  Jakub Jelinek  <jakub@redhat.com>
1689
1690         * gcc.dg/noncompile/20010425-1.c: New test.
1691
1692 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
1693
1694         * g++.old-deja/g++.pt/mangle2.C: New test.
1695
1696 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
1697
1698         * gcc.dg/format/plus-1.c: New test.
1699
1700 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
1701
1702         * gcc.dg/20010423-1.c: New test.
1703
1704 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
1705
1706         * gcc.c-torture/execute/20010422-1.c: New test.
1707
1708 2001-04-25  Nathan Sidwell  <nathan@codesourcery.com>
1709
1710         * g++.old-deja/g++.ns/type2.C: New test.
1711
1712 2001-04-24  Zack Weinberg  <zackw@stanford.edu>
1713
1714         * g++.old-deja/g++.other/perf1.C: New test.
1715
1716 2001-04-24  Nathan Sidwell <nathan@codesourcery.com>
1717
1718         * gcc.dg/c99-func-2.c: Remove xfail.
1719         * gcc.dg/c99-func-3.c: Remove xfail.
1720         * gcc.dg/c99-func-4.c: Remove xfail.
1721
1722 2001-04-23  Zack Weinberg  <zackw@stanford.edu>
1723
1724         * gcc.c-torture/execute/20010124-1.c: No longer expected to fail.
1725
1726 2001-04-23  Joseph S. Myers  <jsm28@cam.ac.uk>
1727
1728         * gcc.c-torture/compile/20010423-1.c: New test.
1729
1730 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
1731
1732         * g++.old-deja/g++.pt/typename28.C: New test.
1733
1734 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
1735
1736         * g++.old-deja/g++.abi/empty2.C: New test.
1737         * g++.old-deja/g++.abi/empty3.C: New test.
1738
1739 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
1740
1741         * g++.old-deja/g++.other/comdat2.C: New test.
1742         * g++.old-deja/g++.other/comdat2-aux.cc: Auxiliary source for it.
1743
1744 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
1745
1746         * g++.old-deja/g++.other/overload14.C: New test.
1747
1748 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
1749
1750         * g++.old-deja/g++.other/lookup23.C: New test.
1751
1752 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
1753
1754         * gcc.c-torture/execute/20010403-1.c: New test.
1755
1756 2001-04-19  David Billinghurst <David.Billinghurst@riotinto.com>
1757             Mark Mitchell  <mark@codesourcery.com>
1758
1759         * lib/old-dejagnu.exp: Don't delete output of executable.
1760         Add .exe suffix to executables.
1761
1762 2001-04-18  Toon Moene  <toon@moene.indiv.nluug.nl>
1763
1764         * g77.f-torture/execute/short.x; Remove - Error has been fixed.
1765
1766 2001-04-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1767
1768         * gcc.dg/wtr-conversion-1.c: Don't test for width changes.
1769
1770 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
1771
1772         * g++.old-deja/g++.abi/primary3.C (main): Correct expected layout.
1773         * g++.old-deja/g++.abi/crash1.C: New test.
1774
1775 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
1776
1777         * g++.old-deja/g++.other/crash40.C: New test.
1778
1779 2001-04-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1780
1781         * gcc.c-torture/execute/20010122-1.c: Fix declaration of alloca.
1782
1783 2001-04-11  Nathan Sidwell  <nathan@codesourcery.com>
1784
1785         * g++.old-deja/g++.other/warn6.C: New test.
1786
1787 22001-04-11  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
1788
1789         * g++.old-deja/g++.robertl/eb42.C: Same.
1790
1791 001-04-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1792
1793         * gcc.dg/wtr-conversion-1.c: New testcase.
1794
1795 2001-04-10  Richard Henderson  <rth@redhat.com>
1796
1797         * g++.old-deja/g++.other/array5.C: New.
1798
1799 2001-04-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
1800
1801         * gcc.c-torture/execute/20010408-1.c: New test.
1802
1803 2001-04-06  Benjamin Kosnik  <bkoz@redhat.com>
1804
1805         * g++.old-deja/g++.benjamin/15071.C (main): Update to conformant
1806         headers and constructs.
1807         * g++.old-deja/g++.robertl/eb79.C: Same.
1808         * g++.old-deja/g++.robertl/eb77.C (main): Same.
1809         * g++.old-deja/g++.robertl/eb73.C: Same.
1810         * g++.old-deja/g++.robertl/eb66.C (main): Same.
1811         * g++.old-deja/g++.robertl/eb55.C (t): Same.
1812         * g++.old-deja/g++.robertl/eb54.C (main): Same.
1813         * g++.old-deja/g++.robertl/eb46.C (main): Same.
1814         * g++.old-deja/g++.robertl/eb44.C: Same.
1815         * g++.old-deja/g++.robertl/eb41.C (main): Same.
1816         * g++.old-deja/g++.robertl/eb4.C (main): Same.
1817         * g++.old-deja/g++.robertl/eb39.C: Same.
1818         * g++.old-deja/g++.robertl/eb33.C (main): Same.
1819         * g++.old-deja/g++.robertl/eb31.C (main): Same.
1820         * g++.old-deja/g++.robertl/eb30.C: Same.
1821         * g++.old-deja/g++.robertl/eb3.C: Same.
1822         * g++.old-deja/g++.robertl/eb24.C (T>): Same.
1823         * g++.old-deja/g++.robertl/eb21.C: Same.
1824         * g++.old-deja/g++.robertl/eb15.C: Same.
1825         * g++.old-deja/g++.robertl/eb118.C: Same.
1826         * g++.old-deja/g++.robertl/eb115.C (main): Same.
1827         * g++.old-deja/g++.robertl/eb113.C (streambuf): Same.
1828         * g++.old-deja/g++.robertl/eb109.C: Same.
1829         * g++.old-deja/g++.other/sibcall1.C (main): Same.
1830         * g++.old-deja/g++.mike/rtti1.C: Same.
1831         * g++.old-deja/g++.mike/p658.C: Same.
1832         * g++.old-deja/g++.mike/net46.C: Same.
1833         * g++.old-deja/g++.mike/net34.C: Same.
1834         * g++.old-deja/g++.mike/memoize1.C: Same.
1835         * g++.old-deja/g++.mike/eh2.C: Same.
1836         * g++.old-deja/g++.law/weak.C: Same.
1837         * g++.old-deja/g++.law/visibility7.C: Same.
1838         * g++.old-deja/g++.law/visibility25.C: Same.
1839         * g++.old-deja/g++.law/visibility22.C: Same.
1840         * g++.old-deja/g++.law/visibility2.C: Same.
1841         * g++.old-deja/g++.law/visibility17.C: Same.
1842         * g++.old-deja/g++.law/visibility13.C: Same.
1843         * g++.old-deja/g++.law/visibility10.C: Same.
1844         * g++.old-deja/g++.law/visibility1.C: Same.
1845         * g++.old-deja/g++.law/virtual3.C (eval): Same.
1846         * g++.old-deja/g++.law/vbase1.C: Same.
1847         * g++.old-deja/g++.law/operators32.C: Same.
1848         * g++.old-deja/g++.law/nest3.C: Same.
1849         * g++.old-deja/g++.law/missed-error2.C (foo): Same.
1850         * g++.old-deja/g++.law/except5.C (main): Same.
1851         * g++.old-deja/g++.law/cvt7.C (run): Same.
1852         * g++.old-deja/g++.law/cvt2.C: Same.
1853         * g++.old-deja/g++.law/cvt16.C: Same.
1854         * g++.old-deja/g++.law/ctors6.C (bar): Same.
1855         * g++.old-deja/g++.law/ctors17.C (main): Same.
1856         * g++.old-deja/g++.law/ctors13.C: Same.
1857         * g++.old-deja/g++.law/ctors12.C (main): Same.
1858         * g++.old-deja/g++.law/ctors10.C: Same.
1859         * g++.old-deja/g++.law/code-gen5.C: Same.
1860         * g++.old-deja/g++.law/bad-error7.C: Same.
1861         * g++.old-deja/g++.law/arm9.C: Same.
1862         * g++.old-deja/g++.law/arm12.C: Same.
1863         * g++.old-deja/g++.law/arg8.C: Same.
1864         * g++.old-deja/g++.law/arg1.C: Same.
1865         * g++.old-deja/g++.jason/typeid1.C (struct foo): Same.
1866         * g++.old-deja/g++.jason/template31.C: Same.
1867         * g++.old-deja/g++.jason/template24.C (main): Same.
1868         * g++.old-deja/g++.jason/2371.C: Same.
1869         * g++.old-deja/g++.eh/new2.C: Same.
1870         * g++.old-deja/g++.eh/new1.C: Same.
1871         * g++.old-deja/g++.brendan/ptolemy2.C: Same.
1872         * g++.old-deja/g++.brendan/nest21.C (main): Same.
1873         * g++.old-deja/g++.brendan/err-msg3.C: Same.
1874         * g++.old-deja/g++.brendan/crash62.C: Same.
1875         * g++.old-deja/g++.brendan/crash52.C: Same.
1876         * g++.old-deja/g++.brendan/crash49.C (main): Same.
1877         * g++.old-deja/g++.brendan/crash38.C: Same.
1878         * g++.old-deja/g++.brendan/crash15.C (main): Same.
1879         * g++.old-deja/g++.brendan/copy9.C: Same.
1880
1881 Fri Apr  6 15:36:15 2001  J"orn Rennecke <amylaar@redhat.com>
1882
1883         * gcc.c-torture/execute/20001203-2.c (memset):
1884         Count argument is of type __SIZE_TYPE__.
1885
1886 2001-04-04  Diego Novillo  <dnovillo@redhat.com>
1887
1888         * gcc.c-torture/compile/20010404-1.c: New test.
1889
1890 2001-04-04  Jakub Jelinek  <jakub@redhat.com>
1891
1892         * gcc.c-torture/compile/20010326-1.c: New test.
1893
1894 2001-04-03  Alexandre Oliva  <aoliva@redhat.com>
1895
1896         * g++.old-deja/g++.ext/instantiate1.C: Adjust to accommodate
1897         peculiarities of the SH.
1898         * g++.old-deja/g++.ext/instantiate2.C: Likewise.
1899
1900 2001-04-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1901
1902         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Renamed nan to dnan.
1903         * gcc.c-torture/execute/ieee/fp-cmp-3.c: Likewise.
1904         * gcc.c-torture/execute/ieee/fp-cmp-2.c: Renamed nan to fnan.
1905
1906 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
1907
1908         * g77.f-torture/compile/20010321-1.f: New test.
1909
1910 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
1911
1912         * gcc.c-torture/compile/20010329-1.c: New test.
1913
1914 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
1915
1916         * gcc.c-torture/execute/20010329-1.c: New test.
1917
1918 2001-03-28  Loren J. Rittle  <ljrittle@acm.org>
1919
1920         * g++.old-deja/g++.other/eh4.C: Fix typo.
1921
1922 2001-03-28  Loren J. Rittle  <ljrittle@acm.org>
1923
1924         * g++.dg/special/ecos.exp (conpr-1.C): Do not write in $srcdir.
1925
1926 2001-03-28  Philip Blundell  <philb@gnu.org>
1927
1928         * gcc.c-torture/compile/20010328-1.c: New test.
1929
1930 2001-03-27  Richard Henderson  <rth@redhat.com>
1931
1932         * g++.old-deja/g++.eh/crash3.C: Don't use -fsjlj-exceptions.
1933         * g++.old-deja/g++.eh/vbase3.C: Likewise.
1934
1935 2001-03-27  Alan Modra  <alan@linuxcare.com.au>
1936
1937         * gcc.c-torture/compile/20010327-1.c: New test.
1938
1939 2001-03-26  Nathan Sidwell  <nathan@codesourcery.com>
1940
1941         * g++.old-deja/g++.other/friend12.C: New test.
1942         * g++.old-deja/g++.other/friend9.C: Expect no errors.
1943         * g++.old-deja/g++.robertl/eb56.C: Make typedef public.
1944
1945 2001-03-25  Joseph S. Myers  <jsm28@cam.ac.uk>
1946
1947         * gcc.c-torture/execute/20010325-1.c: New test.
1948
1949 2001-03-23  Jakub Jelinek  <jakub@redhat.com>
1950
1951         * g++.old-deja/g++.other/mangle3.C: New test.
1952
1953 2001-03-22  Jakub Jelinek  <jakub@redhat.com>
1954
1955         * g++.old-deja/g++.other/anon8.C: New test.
1956
1957 2001-03-20  Philip Blundell  <philb@gnu.org>
1958
1959         * gcc.c-torture/compile/20010320-1.c: New test.
1960
1961 2001-03-17  Richard Henderson  <rth@redhat.com>
1962
1963         * g++.old-deja/g++.other/eh4.C: Add expected error text.
1964
1965 2001-03-15  Geoff Keating  <geoff@redhat.com>
1966
1967         * gcc.c-torture/execute/memcheck/memcheck.exp: Don't try to run these
1968         tests on AIX.
1969
1970 2001-03-15  Gabriel Dos Reis  <gdr@codesourcery.com>
1971
1972         * g++.old-deja/g++.other/eh4.C: New test.
1973
1974 2001-03-14  Neil Booth  <neil@daikokuya.demon.co.uk>
1975
1976         * gcc.dg/cpp/mi1.c: Update.
1977
1978 2001-03-14  Jakub Jelinek  <jakub@redhat.com>
1979
1980         * g++.old-deja/g++.other/regstack.C: New test.
1981
1982 2001-03-12  Nathan Sidwell  <nathan@codesourcery.com>
1983
1984         * g++.old-deja/g++.other/ref4.C: New test.
1985
1986 2001-03-11  Nicola Pero <n.pero@mi.flashnet.it>
1987
1988         * objc/execute/va_method.m: Added.
1989         * objc/execute/IMP.m: Added.
1990         * objc/execute/_cmd.m: Added.
1991         * objc/execute/accessing_ivars.m: Added.
1992         * objc/execute/class-1.m: Added.
1993         * objc/execute/class-10.m: Added.
1994         * objc/execute/class-11.m: Added.
1995         * objc/execute/class-12.m: Added.
1996         * objc/execute/class-13.m: Added.
1997         * objc/execute/class-14.m: Added.
1998         * objc/execute/class-2.m: Added.
1999         * objc/execute/class-3.m: Added.
2000         * objc/execute/class-4.m: Added.
2001         * objc/execute/class-5.m: Added.
2002         * objc/execute/class-6.m: Added.
2003         * objc/execute/class-7.m: Added.
2004         * objc/execute/class-8.m: Added.
2005         * objc/execute/class-9.m: Added.
2006         * objc/execute/class-tests-1.h
2007         * objc/execute/class-tests-2.h
2008         * objc/execute/compatibility_alias.m: Added.
2009         * objc/execute/encode-1.m: Added.
2010         * objc/execute/formal_protocol-1.m: Added.
2011         * objc/execute/formal_protocol-2.m: Added.
2012         * objc/execute/formal_protocol-3.m: Added.
2013         * objc/execute/formal_protocol-4.m: Added.
2014         * objc/execute/formal_protocol-5.m: Added.
2015         * objc/execute/formal_protocol-6.m: Added.
2016         * objc/execute/formal_protocol-7.m: Added.
2017         * objc/execute/informal_protocol.m: Added.
2018         * objc/execute/initialize.m: Added.
2019         * objc/execute/load.m: Added.
2020         * objc/execute/many_args_method.m: Added.
2021         * objc/execute/nested-3.m: Added.
2022         * objc/execute/no_clash.m: Added.
2023         * objc/execute/private.m: Added.
2024         * objc/execute/redefining_self.m: Added.
2025         * objc/execute/root_methods.m: Added.
2026         * objc/execute/selector-1.m: Added.
2027         * objc/execute/static-1.m: Added.
2028         * objc/execute/static-2.m: Added.
2029         * objc/execute/va_method.m: Added.
2030
2031 2001-03-10  Richard Henderson  <rth@redhat.com>
2032
2033         * g++.old-deja/g++.oliva/delete3.C (main): Catch the exception.
2034
2035 2001-03-07  Neil Booth  <neil@daikokuya.demon.co.uk>
2036
2037         * g++.old-deja/g++.other/crash31.C: XFAIL.
2038         * g77.f-torture/execute/20010116.x: Conditional XFAIL.
2039         * g77.f-torture/execute/short.x: XFAIL -Os on x86.
2040         * gcc.c-torture/execute/20010123-1.x: XFAIL.
2041         * gcc.c-torture/execute/20010124-1.x: XFAIL.
2042         * gcc.dg/sequence-pt-1.c: XFAIL one test.
2043
2044 2001-03-06  Ovidiu Predescu  <ovidiu@cup.hp.com>
2045
2046         * objc/execute/nested-2.m: Added. Contributed by Nicola Pero.
2047
2048 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
2049
2050         * gcc.dg/20000724-1.c: Don't use multiline strings.
2051
2052 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
2053
2054         * objc/execute/string1.m, objc/execute/string2.m: Compare the
2055         result of -cString against what we expect it to be; don't just
2056         print it out for no one to read.
2057
2058         * objc/execute/string3.m, objc/execute/string4.m: New tests.
2059         Based on testcases provided by Nicola Pero.
2060
2061 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
2062
2063         * gcc.dg/cpp/macro7.c: New test.
2064
2065 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
2066
2067         * gcc.dg/cpp/multiline.c: Update.
2068
2069 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
2070
2071         * g++.old-deja/g++.other/enum3.C: New test.
2072
2073 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
2074
2075         * g++.old-deja/g++.other/pod1.C: New test.
2076
2077 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
2078
2079         * g++.old-deja/g++.ext/overload1.C: New test.
2080
2081 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
2082
2083         * g++.old-deja/g++.pt/using1.C: New test.
2084
2085 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
2086
2087         * g++.old-deja/g++.other/using9.C: New test.
2088
2089 2001-02-28  Ovidiu Predescu  <ovidiu@cup.hp.com>
2090
2091         * objc/execute/bycopy-3.m: Added new test from Nicola Pero.
2092
2093         * objc/execute/protocol.m (main): Added patch from Nicola Pero.
2094
2095 2001-02-28  Nathan Sidwell  <nathan@codesourcery.com>
2096
2097         * g++.old-deja/g++.ext/realpt1.C: Remove.
2098
2099 2001-02-27  Nathan Sidwell  <nathan@codesourcery.com>
2100
2101         * g++.old-deja/g++.abi/vtable3.h: Check vcall offsets too.
2102
2103 2001-02-26  Will Cohen  <wcohen@redhat.com>
2104
2105         * gcc.c-torture/execute/ieee/20010226-1.c: New test.
2106
2107 2001-02-26  Jeffrey Oldham  <oldham@codesourcery.com>
2108
2109         * g++.old-deja/g++.pt/overload15.C: New test to stress overloaded
2110         templatized constructors.
2111
2112 2001-02-24  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2113
2114         * gcc.c-torture/execute/20010224-1.c: New test.
2115
2116 2001-02-23  Jakub Jelinek  <jakub@redhat.com>
2117
2118         * gcc.c-torture/execute/20010222-1.c: New test.
2119
2120 2001-02-22  Jakub Jelinek  <jakub@redhat.com>
2121
2122         * g++.old-deja/g++.other/inline20.C: New test.
2123
2124 Wed Feb 21 12:38:22 2001  Ovidiu Predescu  <ovidiu@cup.hp.com>
2125
2126         * objc/execute/nested-1.m: Added (contributed by Nicola Pero).
2127
2128 2001-02-21  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
2129
2130         * g++.old-deja/g++.other/lookup22.C: New test.
2131
2132 2001-02-19  Zack Weinberg  <zackw@stanford.edu>
2133
2134         * g77.dg: New directory.
2135         * g77.dg/20010216-1.f: New test case.
2136         * g77.dg/dg.exp: New driver.
2137         * lib/g77-dg.exp: New driver library.
2138
2139 2001-02-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2140
2141         * g++.old-deja/g++.other/inline19.c: Remove XFAIL.
2142
2143 2001-02-16  Gabriel Dos Reis <gdr@codesourcery.com>
2144
2145         * g++.old-deja/g++.other/decl9.C: New test.
2146
2147 2001-02-16  Jakub Jelinek  <jakub@redhat.com>
2148
2149         * g++.old-deja/g++.other/init16.C: Update the test so that it does
2150         not need <string> and also tests the initialization at runtime.
2151
2152 2001-02-16  Neil Booth  <neil@daikokuya.demon.co.uk>
2153
2154         * gcc.c-torture/execute/longlong.c: New test.
2155
2156 Wed Feb 14 21:41:17 2001  J"orn Rennecke <amylaar@redhat.com>
2157
2158         * g++.old-deja/g++.brendan/new2.C (main): Use sizeof.
2159
2160 Wed Feb 14 21:31:25 2001  J"orn Rennecke <amylaar@redhat.com>
2161
2162         * gcc.c-torture/execute/920302-1.c (execute):
2163         Change argument type to short.
2164
2165 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
2166
2167         * g++.old-deja/g++.pt/deduct6.C: New test.
2168
2169 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
2170
2171         * g++.old-deja/g++.pt/deduct5.C: New test.
2172
2173 2001-02-14  Jakub Jelinek  <jakub@redhat.com>
2174
2175         * gcc.c-torture/execute/20010209-1.c: New test.
2176
2177 2001-02-14  Neil Booth  <neil@daikokuya.demon.co.uk>
2178
2179         * gcc.dg/cpp/sysmac1.c, sysmac2.c: New tests.
2180
2181 2001-02-12  Geoffrey Keating  <geoffk@redhat.com>
2182
2183         * g++.dg/vtgc1.C: Update for new ABI.
2184
2185         * consistency.vlad: New directory, 1665 files.
2186
2187 2001-02-12  Joseph S. Myers  <jsm28@cam.ac.uk>
2188
2189         * gcc.dg/c99-impl-int-1.c: Use stricter error string for implicit
2190         return type.
2191         * gcc.dg/cpp/digraphs.c: Declare puts.
2192
2193 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
2194
2195         * g++.old-deja/g++.other/warn5.C: New test.
2196
2197 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
2198
2199         * g++.old-deja/g++.pt/spec40.C: New test.
2200
2201 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
2202
2203         * g++.old-deja/g++.robertl/eb63.C: Remove new initializer list
2204         case.
2205         * g++.old-deja/g++.ext/arrnew.C: Deprecate.
2206
2207 2001-02-12  Jakub Jelinek  <jakub@redhat.com>
2208
2209         * gcc.c-torture/compile/20010209-1.c: New test.
2210
2211 2001-02-11  Jeffrey Oldham  <oldham@codesourcery.com>
2212
2213         * g++.old-deja/g++.other/crash26.C: XFAIL if parser produces
2214         excess errors message but not if it crashes.
2215         * g++.old-deja/g++.other/crash27.C: Likewise.
2216         * g++.old-deja/g++.other/crash28.C: Likewise.
2217         * g++.old-deja/g++.other/crash30.C: Likewise.
2218         * g++.old-deja/g++.other/crash32.C: Likewise.
2219         * g++.old-deja/g++.other/crash35.C: Likewise.
2220         * g++.old-deja/g++.pt/inherit2.C: Likewise.
2221
2222 2001-02-08  Joseph S. Myers  <jsm28@cam.ac.uk>
2223
2224         * config/default.exp, gcc.dg/cpp/cpp.exp, gcc.dg/dg.exp,
2225         gcc.dg/noncompile/noncompile.exp, gcc.dg/format/format.exp,
2226         g++.dg/dg.exp, g++.old-deja/old-deja.exp,
2227         g77.f-torture/execute/execute.exp,
2228         g77.f-torture/noncompile/noncompile.exp,
2229         gcc.c-torture/execute/execute.exp,
2230         gcc.c-torture/execute/memcheck/memcheck.exp,
2231         gcc.misc-tests/acker1.exp, gcc.misc-tests/dg-test.exp,
2232         gcc.misc-tests/dhry.exp, gcc.misc-tests/gcov.exp,
2233         gcc.misc-tests/linkage.exp, gcc.misc-tests/matrix1.exp,
2234         gcc.misc-tests/mg.exp, gcc.misc-tests/msgs.exp,
2235         gcc.misc-tests/sieve.exp, gcc.misc-tests/sort2.exp,
2236         lib/g++-dg.exp, lib/g++.exp, lib/g77.exp, lib/gcc-dg.exp,
2237         lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
2238         lib/old-dejagnu.exp, lib/scanasm.exp, objc/execute/execute.exp:
2239         Remove bug reporting instructions with ancient email addresses.
2240
2241 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
2242
2243         * gcc.dg/20010202-1.c: New test.
2244         * gcc.dg/991209-1.c: Compile on whole ia32 family, not just i386.
2245
2246 2001-02-07  Zack Weinberg  <zack@wolery.stanford.edu>
2247
2248         * g++.dg/stdbool-if.C: New test.
2249
2250 Wed Feb  7 09:54:47 2001  Ovidiu Predescu  <ovidiu@cup.hp.com>
2251
2252         * objc/execute/fdecl.m: Added main().
2253
2254 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
2255
2256         * gcc.c-torture/execute/20010206-1.c: New test.
2257
2258 2001-02-06  Neil Booth  <neil@daikokuya.demon.co.uk>
2259
2260         * gcc.dg/cpp/avoidpaste1.c: Update.
2261
2262 Tue Feb  5 8:53:33 2001  Ovidiu Predescu  <ovidiu@cup.hp.com>
2263
2264         * objc/execute/bycopy-1.m, bycopy-2.m: Added new tests from Nicola
2265         Pero <nicola@brainstorm.co.uk>.
2266         * objc/execute/fdecl.m: Declare foo as pointer to AClass.
2267
2268 2001-02-06  Nathan Sidwell  <nathan@codesourcery.com>
2269
2270         * g++.old-deja/g++.pt/spec39.C: New test.
2271
2272 2001-02-05  Jakub Jelinek  <jakub@redhat.com>
2273
2274         * gcc.c-torture/compile/20010202-1.c: New test.
2275
2276 2001-02-05  Nathan Sidwell  <nathan@codesourcery.com>
2277
2278         * g++.old-deja/g++.abi/primary2.C: New test.
2279         * g++.old-deja/g++.abi/primary3.C: New test.
2280         * g++.old-deja/g++.abi/primary4.C: New test.
2281         * g++.old-deja/g++.abi/primary5.C: New test.
2282         * g++.old-deja/g++.abi/vtable3.h: New test.
2283         * g++.old-deja/g++.abi/vtable3a.C: New test.
2284         * g++.old-deja/g++.abi/vtable3b.C: New test.
2285         * g++.old-deja/g++.abi/vtable3c.C: New test.
2286         * g++.old-deja/g++.abi/vtable3d.C: New test.
2287         * g++.old-deja/g++.abi/vtable3e.C: New test.
2288         * g++.old-deja/g++.abi/vtable3f.C: New test.
2289         * g++.old-deja/g++.abi/vtable3g.C: New test.
2290         * g++.old-deja/g++.abi/vtable3h.C: New test.
2291         * g++.old-deja/g++.abi/vtable3i.C: New test.
2292         * g++.old-deja/g++.abi/vtable3j.C: New test.
2293         * g++.old-deja/g++.oliva/thunk1.C: Remove XFAIL.
2294
2295 2001-02-03  Jakub Jelinek  <jakub@redhat.com>
2296
2297         * g++.old-deja/g++.other/anon6.C: New test.
2298         * g++.old-deja/g++.other/anon7.C: New test.
2299
2300 2001-02-01  Neil Booth  <neil@daikokuya.demon.co.uk>
2301
2302         * gcc.dg/cpp/avoidpaste2.c: New tests.
2303
2304 2001-01-31  Jakub Jelinek  <jakub@redhat.com>
2305
2306         * gcc.dg/gnu99-init-1.c: Add test for [0 ... 0] range.
2307
2308 2001-01-31  Jeffrey Oldham  <oldham@codesourcery.com>
2309
2310         * gcc.dg/c99-float-1.c: Back out "XFAIL FLT_EVAL_METHOD and
2311         DECIMAL_DIG cases for Irix."
2312
2313 Wed Jan 31 12:23:32 2001  J"orn Rennecke <amylaar@redhat.com>
2314
2315         * gcc.c-torture/execute/920302-1.c: Cast 0 to pointer.
2316
2317 2001-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
2318
2319         * gcc.dg/c99-tag-1.c: New test.
2320
2321 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
2322
2323         * gcc.dg/cpp/tr-warn1.c: Add tests.
2324
2325 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
2326
2327         * gcc.dg/cpp/avoidpaste1.c: Update.
2328         * gcc.dg/cpp/paste4.c: Update.
2329
2330 2001-01-30  Jeffrey Oldham  <oldham@codesourcery.com>
2331
2332         * gcc.dg/c99-float-1.c: XFAIL FLT_EVAL_METHOD and DECIMAL_DIG
2333         cases for Irix.
2334
2335 2001-01-30  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
2336
2337         * g++.old-deja/g++.other/inline19.C: New test.
2338
2339 2001-01-30  Neil Booth  <neil@daikokuya.demon.co.uk>
2340
2341         * gcc.dg/Wlarger-than.c: New test.
2342
2343 2001-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
2344
2345         * gcc.dg/cpp/avoidpaste1.c: Fix typos.
2346
2347 2001-01-29  Jakub Jelinek  <jakub@redhat.com>
2348
2349         * gcc.c-torture/execute/20010129-1.c: New test.
2350         * gcc.c-torture/execute/20010129-1.x: Add -mcpu=i686 on ia32.
2351
2352 2001-01-28  Neil Booth  <neil@daikokuya.demon.co.uk>
2353
2354         * gcc.dg/cpp/avoidpaste1.c: Test case.
2355
2356 2001-01-28  Jakub Jelinek  <jakub@redhat.com>
2357
2358         * g++.old-deja/g++.other/inline18.C: New test.
2359
2360 2001-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2361
2362         * gcc.c-torture/execute/stdio-opt-2.c: Also test __builtin_puts
2363         and __builtin_putchar.
2364
2365 2001-01-27  Jakub Jelinek  <jakub@redhat.com>
2366
2367         * gcc.dg/gnu99-init-1.c: Add 3 more designated range initializer
2368         tests.
2369
2370 2001-01-25  Jeffrey Oldham  <oldham@codesourcery.com>
2371
2372         * gcc.c-torture/execute/ieee/20000320-1.c (main): For MIPS, change
2373         floating point number rounding mode to round to the nearest
2374         representable mode.
2375
2376 2001-01-25  Jakub Jelinek  <jakub@redhat.com>
2377
2378         * g++.old-deja/g++.other/mangle2.C: New test.
2379
2380 2001-01-24  Joseph S. Myers  <jsm28@cam.ac.uk>
2381
2382         * gcc.c-torture/compile/20010124-1.c: New test.
2383
2384 2001-01-24  Nathan Sidwell  <nathan@codesourcery.com>
2385
2386         * g++.old-deja/g++.pt/spec38.C: New test.
2387
2388 2001-01-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2389
2390         * g++.old-deja/g++.pt/spec33.C: Change from "Build don't link" to
2391         "Build don't run".
2392
2393 2001-01-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2394
2395         * gcc.c-torture/execute/20010123-1.c: New test.
2396
2397 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
2398
2399         * g++.old-deja/g++.pt/spec37.C: New test.
2400
2401 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
2402
2403         * g++.old-deja/g++.pt/overload14.C: New test.
2404
2405 2001-01-22  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2406
2407         * gcc.c-torture/execute/20010122-1.c: New test, exercise
2408         __builtin_return_address.
2409
2410 2001-01-22  Nathan Sidwell  <nathan@codesourcery.com>
2411
2412         * g++.old-deja/g++.martin/sts_partial.C: Remove XFAIL.
2413         * g++.old-deja/g++.pt/spec35.C: New test.
2414         * g++.old-deja/g++.pt/spec36.C: New test.
2415
2416 2001-01-20  Jakub Jelinek  <jakub@redhat.com>
2417
2418         * gcc.c-torture/compile/20010118-1.c: New test.
2419
2420 2001-01-20  Neil Booth  <neil@daikokuya.demon.co.uk>
2421
2422         * gcc.dg/cpp/macro3.c,macro4.c,strp1.c: Update.
2423
2424 2001-01-19  Jakub Jelinek  <jakub@redhat.com>
2425
2426         * gcc.c-torture/execute/20010119-1.c: New test.
2427
2428 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
2429
2430         * g++.old-deja/g++.other/vbase5.C: New test.
2431
2432 2001-01-19  Jakub Jelinek  <jakub@redhat.com>
2433
2434         * gcc.c-torture/execute/20010118-1.c: New test.
2435
2436 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
2437
2438         * g++.old-deja/g++.pt/deduct3.C: New test.
2439
2440 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
2441
2442         * g++.old-deja/g++.pt/spec34.C: New test.
2443
2444 2001-01-19  "Billinghurst, David (CRTS)" <David.Billinghurst@riotinto.com>
2445
2446         * g77.f-torture/compile/20000601-2.f: New test.
2447
2448 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
2449
2450         * g++.old-deja/g++.other/init17.C: New test.
2451
2452 2001-01-18  Alexandre Oliva  <aoliva@redhat.com>
2453
2454         * gcc.dg/cpp/if-2.c: Adjust for signed wchar_t.
2455
2456 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
2457
2458         * g++.old-deja/g++.pt/unify8.C: New test.
2459
2460 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
2461
2462         * g++.old-deja/g++.abi/vbase1.C: New test.
2463
2464 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
2465
2466         * g++.old-deja/g++.pt/crash65.C: New test.
2467
2468 2001-01-18  Neil Booth  <neil@daikokuya.demon.co.uk>
2469
2470         * gcc.dg/cpp/assembl2.S: New test case.
2471
2472 2001-01-17  Jeffrey Oldham  <oldham@codesourcery.com>
2473
2474         * gcc.dg/special/ecos.exp (wkali-2.c): Xfail if only weak aliases
2475         are supported.
2476
2477 2001-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2478
2479         * g++.old-deja/g++.other/builtins1.C: New test.
2480         * g++.old-deja/g++.other/builtins2.C: Likewise.
2481         * g++.old-deja/g++.other/builtins3.C: Likewise.
2482         * g++.old-deja/g++.other/builtins4.C: Likewise.
2483
2484 2001-01-17  Jakub Jelinek  <jakub@redhat.com>
2485
2486         * gcc.c-torture/compile/20010117-1.c: New test.
2487         * gcc.c-torture/compile/20010117-2.c: New test.
2488
2489 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
2490
2491         * g77.f-torture/execute/20010116.[fx]: New test,
2492         XFAIL on i?86-*-*.
2493         * g77.f-torture/compile/20010115.f: Indicate it's
2494         a test for PR fortran/1636.
2495
2496 2001-01-15  Joseph S. Myers  <jsm28@cam.ac.uk>
2497
2498         * gcc.dg/c90-float-1.c, gcc.dg/c99-float-1.c: New tests.
2499
2500 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
2501
2502         * g77.f-torture/compile/20010115.f: New test.
2503
2504 2001-01-15  Nathan Sidwell  <nathan@codesourcery.com>
2505
2506         * g++.old-deja/g++.pt/nontype5.C: New test.
2507
2508 2001-01-15  Neil Booth  <neil@daikokuya.demon.co.uk>
2509
2510         * gcc.dg/cpp/if-2.c: Comment out occasionally bogus test; we
2511         have an equivalent working one below it.
2512
2513 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
2514
2515         * g++.old-deja/g++.ext/instantiate2.C: Add explanatory comment.
2516         * g++.old-deja/g++.ext/instantiate3.C: Likewise.
2517
2518 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
2519
2520         * g++.dg/special/ecos.exp (conpr-1.C): XFAIL if compile emits
2521         message containing "init_priority".
2522         (conpr-2.C): Likewise.
2523         (conpr-3.C): Likewise.
2524         * g++.old-deja/g++.ext/initp1.C: XFAIL for Irix.
2525
2526 2001-01-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2527
2528         * gcc.c-torture/execute/20010114-2.c: New test.
2529
2530 2001-01-14  Joseph S. Myers  <jsm28@cam.ac.uk>
2531
2532         * gcc.c-torture/compile/20010114-1.c: New test.
2533         * gcc.c-torture/compile/20010114-1.x: Xfail.
2534         * gcc.c-torture/compile/20010114-2.c: New test.
2535         * gcc.c-torture/execute/20010114-1.c: New test.
2536         * gcc.dg/trunc-1.c: New test.
2537         * gcc.dg/uninit-B.c: New test.
2538
2539 2001-01-13  Nick Clifton  <nickc@redhat.com>
2540
2541         * gcc.c-torture/execute/bf64-1.x: Expect to fail on M*Core
2542         target.
2543
2544 2001-01-13  Joseph S. Myers  <jsm28@cam.ac.uk>
2545
2546         * gcc.c-torture/compile/20010113-1.c: New test.
2547
2548 2001-01-13  Jakub Jelinek  <jakub@redhat.com>
2549
2550         * gcc.c-torture/compile/20001212-1.c: New test.
2551
2552 2001-01-13  Neil Booth  <neil@daikokuya.demon.co.uk>
2553
2554         * gcc.dg/cpp/widestr1.c: Update.
2555         * gcc.dg/cpp/prag-imp.c: Remove.
2556
2557 2001-01-12  Jakub Jelinek  <jakub@redhat.com>
2558
2559         * gcc.c-torture/execute/20000801-3.x: Remove.
2560         * gcc.dg/c90-init-1.c: New test.
2561         * gcc.dg/c99-init-1.c: New test.
2562         * gcc.dg/c99-init-2.c: New test.
2563         * gcc.dg/gnu99-init-1.c: New test.
2564
2565 2001-01-12  Richard Earnshaw <rearnsha@arm.com>
2566
2567         * lib/f-torture.exp (f_torture_compile): Prune the warnings before
2568         testing that no relevant ones were found.
2569
2570 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
2571
2572         * g++.old-deja/g++.pt/cast2.C: New test.
2573
2574 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
2575
2576         * g++.old-deja/g++.pt/friend47.C: New test.
2577
2578 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
2579
2580         * g++.old-deja/g++.pt/instantiate13.C: New test.
2581
2582 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
2583
2584         * g++.old-deja/g++.other/defarg7.C: New test.
2585         * g++.old-deja/g++.other/defarg8.C: New test.
2586
2587 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
2588
2589         * g++.old-deja/g++.pt/crash64.C: New test.
2590
2591 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
2592
2593         * g++.old-deja/g++.pt/crash63.C: New test.
2594
2595 2001-01-11  Neil Booth  <neil@daikokuya.demon.co.uk>
2596
2597         * gcc.dg/cpp/if-2.c: Add wide char test without sign extension.
2598
2599 2001-01-10  Alan Lehotsky  <lehotsky@tiac.net>
2600
2601         * gcc.dg/20000926-1.c: Parameterize for machines with 16-bit ints.
2602
2603 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
2604
2605         * g++.old-deja/g++.pt/error3.C: New test.
2606
2607 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
2608
2609         * g++.old-deja/g++.other/crash39.C: New test.
2610
2611 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
2612
2613         * g++.old-deja/g++.other/vbase4.C: New test.
2614
2615 2001-01-08  Jonathan Larmour  <jlarmour@redhat.com>
2616
2617         * gcc.dg/20000419-2.c: Move to "special" subdirectory.
2618         * gcc.dg/special/20000419-2.c: New file. Identical to above.
2619         * gcc.dg/special/special.exp: New test driver which will check
2620         for alias support for the above test.
2621
2622 2001-01-09  Alan Lehotsky  <lehotsky@tiac.net>
2623
2624         * gcc.c-torture/execute/921202-1.c: Use STACK_SIZE to avoid
2625         problems on small machines.
2626         * gcc.c-torture/execute/920730-1.c: Use values from <limits.h> to
2627         parameterize.
2628
2629 2001-01-09  Jeffrey Oldham  <oldham@codesourcery.com>
2630
2631         * g++.old-deja/g++.ext/instantiate2.C: ERROR line should fail for
2632         mips.
2633         * g++.old-deja/g++.ext/instantiate3.C: Likewise.
2634
2635 2001-01-09  Nathan Sidwell  <nathan@codesourcery.com>
2636
2637         * g++.old_deja/g++.pt/using8.C: New test.
2638
2639 2001-01-09  Joseph S. Myers  <jsm28@cam.ac.uk>
2640
2641         * gcc.dg/format/attr-2.c, gcc.dg/format/attr-3.c: New tests.
2642
2643 2000-01-08  Loren J. Rittle  <ljrittle@acm.org>
2644
2645         * gcc.c-torture/execute/ieee/mzero2.x: Adjust statement of
2646         where a failure is expected.
2647         * gcc.c-torture/execute/ieee/rbug.x: Likewise.
2648
2649 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
2650
2651         * g++.old_deja/g++.pt/instantiate12.C: New test.
2652
2653 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
2654
2655         * g++.old-deja/g++.benjamin/15309-1.C: Expect diagnostic at
2656         start of structs.
2657         * g++.old-deja/g++.benjamin/15309-2.C: Likewise.
2658         * g++.old-deja/g++.brendan/crash17.C: Likewise.
2659         * g++.old-deja/g++.brendan/crash29.C: Likewise.
2660         * g++.old-deja/g++.brendan/crash48.C: Likewise.
2661         * g++.old-deja/g++.brendan/ns1.C: Likewise.
2662         * g++.old-deja/g++.brendan/warnings1.C: Likewise.
2663         * g++.old-deja/g++.bugs/900205_04.C: Likewise.
2664         * g++.old-deja/g++.bugs/900514_03.C: Likewise.
2665         * g++.old-deja/g++.eh/spec6.C: Likewise.
2666         * g++.old-deja/g++.jason/crash3.C: Likewise.
2667         * g++.old-deja/g++.law/ctors11.C: Likewise.
2668         * g++.old-deja/g++.law/ctors17.C: Likewise.
2669         * g++.old-deja/g++.law/ctors5.C: Likewise.
2670         * g++.old-deja/g++.law/ctors9.C: Likewise.
2671         * g++.old-deja/g++.mike/ambig1.C: Likewise.
2672         * g++.old-deja/g++.mike/net22.C: Likewise.
2673         * g++.old-deja/g++.mike/p3538a.C: Likewise.
2674         * g++.old-deja/g++.mike/p3538b.C: Likewise.
2675         * g++.old-deja/g++.mike/virt3.C: Likewise.
2676         * g++.old-deja/g++.niklas/t128.C: Likewise.
2677         * g++.old-deja/g++.other/anon4.C: Likewise.
2678         * g++.old-deja/g++.other/using1.C: Likewise.
2679         * g++.old-deja/g++.other/warn3.C: Likewise.
2680         * g++.old-deja/g++.pt/t37.C: Likewise.
2681         * g++.old-deja/g++.robertl/eb69.C: Likewise.
2682         * g++.old-deja/g++.robertl/eb71.C: Likewise.
2683
2684 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
2685
2686         * g++.old-deja/g++.other/lookup16.C: Remove XFAIL.
2687
2688 2001-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2689
2690         * gcc.c-torture/execute/stdio-opt-3.c: New test.
2691
2692 2001-01-07  Jakub Jelinek  <jakub@redhat.com>
2693
2694         * gcc.c-torture/compile/20010107-1.c: New test.
2695
2696 2001-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
2697
2698         * gcc.c-torture/execute/builtin-noret-1.c: New test.
2699
2700 2001-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
2701
2702         * gcc.dg/format/format.h: New file.
2703         * gcc.dg/format/array-1.c, gcc.dg/format/attr-1.c,
2704         gcc.dg/format/branch-1.c, gcc.dg/format/c90-printf-1.c,
2705         gcc.dg/format/c90-printf-2.c, gcc.dg/format/c90-printf-3.c,
2706         gcc.dg/format/c90-scanf-1.c, gcc.dg/format/c90-scanf-2.c,
2707         gcc.dg/format/c90-scanf-3.c, gcc.dg/format/c90-scanf-4.c,
2708         gcc.dg/format/c90-strftime-1.c, gcc.dg/format/c90-strftime-2.c,
2709         gcc.dg/format/c94-printf-1.c, gcc.dg/format/c94-scanf-1.c,
2710         gcc.dg/format/c99-printf-1.c, gcc.dg/format/c99-printf-2.c,
2711         gcc.dg/format/c99-printf-3.c, gcc.dg/format/c99-scanf-1.c,
2712         gcc.dg/format/c99-scanf-2.c, gcc.dg/format/c99-scanf-3.c,
2713         gcc.dg/format/c99-strftime-1.c, gcc.dg/format/c99-strftime-2.c,
2714         gcc.dg/format/diag-1.c, gcc.dg/format/errmk-1.c,
2715         gcc.dg/format/ext-1.c, gcc.dg/format/ext-2.c,
2716         gcc.dg/format/ext-3.c, gcc.dg/format/ext-4.c,
2717         gcc.dg/format/ext-5.c, gcc.dg/format/miss-1.c,
2718         gcc.dg/format/miss-2.c, gcc.dg/format/no-exargs-1.c,
2719         gcc.dg/format/no-y2k-1.c, gcc.dg/format/nonlit-1.c,
2720         gcc.dg/format/nonlit-2.c, gcc.dg/format/nonlit-3.c,
2721         gcc.dg/format/sec-1.c, gcc.dg/format/strfmon-1.c,
2722         gcc.dg/format/va-1.c, gcc.dg/format/warnll-1.c,
2723         gcc.dg/format/xopen-1.c, gcc.dg/format/z-1.c: Include "format.h"
2724         instead of declaring standard types, macros and functions in each
2725         test.
2726
2727 2001-01-06  Alexandre Oliva  <aoliva@redhat.com>
2728
2729         * gcc.c-torture/execute/20010106-1.c: New test.
2730
2731 2001-01-06  Joseph S. Myers  <jsm28@cam.ac.uk>
2732
2733         * gcc.dg/format/format.exp: New file.
2734         * gcc.dg/c90-printf-1.c: Rename to gcc.dg/format/c90-printf-1.c.
2735         * gcc.dg/c90-printf-2.c: Rename to gcc.dg/format/c90-printf-2.c.
2736         * gcc.dg/c90-printf-3.c: Rename to gcc.dg/format/c90-printf-3.c.
2737         * gcc.dg/c94-printf-1.c: Rename to gcc.dg/format/c94-printf-1.c.
2738         * gcc.dg/c99-printf-1.c: Rename to gcc.dg/format/c99-printf-1.c.
2739         * gcc.dg/c99-printf-2.c: Rename to gcc.dg/format/c99-printf-2.c.
2740         * gcc.dg/c99-printf-3.c: Rename to gcc.dg/format/c99-printf-3.c.
2741         * gcc.dg/c90-scanf-1.c: Rename to gcc.dg/format/c90-scanf-1.c.
2742         * gcc.dg/c90-scanf-2.c: Rename to gcc.dg/format/c90-scanf-2.c.
2743         * gcc.dg/c90-scanf-3.c: Rename to gcc.dg/format/c90-scanf-3.c.
2744         * gcc.dg/c90-scanf-4.c: Rename to gcc.dg/format/c90-scanf-4.c.
2745         * gcc.dg/c94-scanf-1.c: Rename to gcc.dg/format/c94-scanf-1.c.
2746         * gcc.dg/c99-scanf-1.c: Rename to gcc.dg/format/c99-scanf-1.c.
2747         * gcc.dg/c99-scanf-2.c: Rename to gcc.dg/format/c99-scanf-2.c.
2748         * gcc.dg/c99-scanf-3.c: Rename to gcc.dg/format/c99-scanf-3.c.
2749         * gcc.dg/c90-strftime-1.c: Rename to gcc.dg/format/c90-strftime-1.c.
2750         * gcc.dg/c90-strftime-2.c: Rename to gcc.dg/format/c90-strftime-2.c.
2751         * gcc.dg/c99-strftime-1.c: Rename to gcc.dg/format/c99-strftime-1.c.
2752         * gcc.dg/c99-strftime-2.c: Rename to gcc.dg/format/c99-strftime-2.c.
2753         * gcc.dg/format-array-1.c: Rename to gcc.dg/format/array-1.c.
2754         * gcc.dg/format-attr-1.c: Rename to gcc.dg/format/attr-1.c.
2755         * gcc.dg/format-branch-1.c: Rename to gcc.dg/format/branch-1.c.
2756         * gcc.dg/format-diag-1.c: Rename to gcc.dg/format/diag-1.c.
2757         * gcc.dg/format-errmk-1.c: Rename to gcc.dg/format/errmk-1.c.
2758         * gcc.dg/format-ext-1.c: Rename to gcc.dg/format/ext-1.c.
2759         * gcc.dg/format-ext-2.c: Rename to gcc.dg/format/ext-2.c.
2760         * gcc.dg/format-ext-3.c: Rename to gcc.dg/format/ext-3.c.
2761         * gcc.dg/format-ext-4.c: Rename to gcc.dg/format/ext-4.c.
2762         * gcc.dg/format-ext-5.c: Rename to gcc.dg/format/ext-5.c.
2763         * gcc.dg/format-miss-1.c: Rename to gcc.dg/format/miss-1.c.
2764         * gcc.dg/format-miss-2.c: Rename to gcc.dg/format/miss-2.c.
2765         * gcc.dg/format-no-exargs-1.c: Rename to gcc.dg/format/no-exargs-1.c.
2766         * gcc.dg/format-no-y2k-1.c: Rename to gcc.dg/format/no-y2k-1.c.
2767         * gcc.dg/format-nonlit-1.c: Rename to gcc.dg/format/nonlit-1.c.
2768         * gcc.dg/format-nonlit-2.c: Rename to gcc.dg/format/nonlit-2.c.
2769         * gcc.dg/format-nonlit-3.c: Rename to gcc.dg/format/nonlit-3.c.
2770         * gcc.dg/format-sec-1.c: Rename to gcc.dg/format/sec-1.c.
2771         * gcc.dg/format-strfmon-1.c: Rename to gcc.dg/format/strfmon-1.c.
2772         * gcc.dg/format-va-1.c: Rename to gcc.dg/format/va-1.c.
2773         * gcc.dg/format-warnll-1.c: Rename to gcc.dg/format/warnll-1.c.
2774         * gcc.dg/format-xopen-1.c: Rename to gcc.dg/format/xopen-1.c.
2775         * gcc.dg/formatz-1.c: Rename to gcc.dg/format/z-1.c.
2776
2777 2001-01-05  Alexandre Oliva  <aoliva@redhat.com>
2778
2779         * gcc.c-torture/execute/991228-1.c: Take word endianness into
2780         account.
2781
2782 2001-01-05  Joseph S. Myers  <jsm28@cam.ac.uk>
2783
2784         * gcc.c-torture/execute/builtin-complex-1.c: New test.
2785
2786 2001-01-05  Nathan Sidwell  <nathan@codesourcery.com>
2787
2788         * g++.old-deja/g++.pt/crash62.C: New test.
2789
2790 2001-01-04  Richard Henderson  <rth@redhat.com>
2791
2792         * gcc.dg/20000926-1.c: Update expected warnings.
2793         * gcc.dg/array-2.c: Likewise.
2794         * gcc.dg/array-4.c: Also validate flexible array members.
2795         * gcc.dg/c99-flex-array-1.c: New.
2796
2797 2001-01-04  Joseph S. Myers  <jsm28@cam.ac.uk>
2798
2799         * gcc.c-torture/compile/20001222-1.x: Remove.
2800
2801 Thu Jan  4 13:54:11 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2802
2803         * gcc.c-torture/execute/built-in-setjmp.c: New.
2804
2805 2001-01-03  Richard Henderson  <rth@redhat.com>
2806
2807         * gcc.dg/940510-1.c: Update expected error wording.
2808         * gcc.dg/array-2.c, gcc.dg/array-3.c, gcc.dg/array-4.c: New.
2809
2810 2001-01-03  Jeffrey Oldham  <oldham@codesourcery.com>
2811
2812         * lib/target-supports.exp (check_alias_available): Modified to
2813         indicate aliases not supported if only weak aliases are supported.
2814
2815 2001-01-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2816
2817         * gcc.c-torture/execute/string-opt-8.c: Add more testcases.
2818         Turn on cmpstrsi checks for __pj__ and __i370__.
2819
2820 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
2821
2822         * g++.old-deja/g++.other/virtual11.C: New test.
2823
2824 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
2825
2826         * g++.old-deja/g++.eh/spec6.C: Remove remaining XFAIL.
2827
2828 2001-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2829
2830         * gcc.c-torture/compile/20010102-1.c: New test.
2831
2832 2001-01-02  Andreas Jaeger  <aj@suse.de>
2833
2834         * gcc.dg/noreturn-3.c: New test.
2835
2836         * gcc.dg/noreturn-4.c: New test.
2837
2838 2001-01-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2839
2840         * gcc.c-torture/execute/stdio-opt-1.c: Also test
2841         __builtin_fputc and __builtin_fwrite.
2842
2843 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
2844
2845         * gcc.c-torture/execute/20001009-2.c (foo): Test only works for
2846         signed char, not default char.
2847
2848 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
2849
2850         * g++.old-deja/g++.other/crash18.C: Fails on mips*-sgi-irix*.
2851
2852 2000-12-30  David Billinghurst <David.Billinghurst@riotinto.com>
2853
2854         * lib/g++.exp:  Use sh to exec ${odir_v3}/tests_flags
2855
2856 2000-12-29  Richard Henderson  <rth@redhat.com>
2857
2858         * gcc.dg/20001117-1.c (__cyg_profile_func_enter): Define.
2859         (__cyg_profile_func_exit): Define.
2860
2861 2000-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
2862
2863         * g++.dg/vtgc1.C: New test.
2864
2865 2000-12-28  Geoffrey Keating  <geoffk@redhat.com>
2866
2867         * gcc.dg/noncompile/20001228-1.c: New test.
2868
2869         * gcc.dg/20001228-1.c: New test.
2870
2871         * gcc.c-torture/execute/20001228-1.c: New test.
2872
2873 2000-12-28  Joseph S. Myers  <jsm28@cam.ac.uk>
2874
2875         * gcc.dg/format-strfmon-1.c: New test.
2876
2877 2000-12-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2878
2879         * gcc.c-torture/execute/stdio-opt-1.c: Test __builtin_ style too.
2880         * gcc.c-torture/execute/stdio-opt-2.c: Likewise.
2881         * gcc.c-torture/execute/string-opt-1.c: Likewise.
2882         * gcc.c-torture/execute/string-opt-2.c: Likewise.
2883         * gcc.c-torture/execute/string-opt-3.c: Likewise.
2884         * gcc.c-torture/execute/string-opt-4.c: Likewise.
2885         * gcc.c-torture/execute/string-opt-6.c: Likewise.
2886         * gcc.c-torture/execute/string-opt-7.c: Likewise.
2887         * gcc.c-torture/execute/string-opt-8.c: Likewise.
2888         * gcc.c-torture/execute/string-opt-9.c: Likewise.
2889         * gcc.c-torture/execute/string-opt-10.c: Likewise.
2890         * gcc.c-torture/execute/string-opt-11.c: Likewise.
2891         * gcc.c-torture/execute/string-opt-12.c: Likewise.
2892
2893         * gcc.c-torture/execute/string-opt-3.c: Test rindex.
2894         * gcc.c-torture/execute/string-opt-4.c: Test index.
2895
2896 2000-12-26  Geoffrey Keating  <geoffk@redhat.com>
2897
2898         * gcc.c-torture/compile/20001226-1.c: New test.
2899
2900 2000-12-22  Joseph S. Myers  <jsm28@cam.ac.uk>
2901
2902         * gcc.c-torture/compile/20001222-1.c: New test.
2903         * gcc.c-torture/compile/20001222-1.x: Xfail.
2904
2905 Fri Dec 22 06:45:03 2000  Alexandre Oliva  <aoliva@redhat.com>
2906
2907         * gcc.c-torture/execute/comp-goto-2.c: New test.
2908
2909 Thu Dec 21 22:43:03 2000  J"orn Rennecke <amylaar@redhat.com>
2910
2911         * gcc.c-torture/execute/comp-goto-1.c (uint32, sint32):
2912         Use long types if __INT_MAX__ is 32767.
2913         (main): Use cast to (sint32 *) when poking 88 into a_page.
2914
2915         * gcc.c-torture/execute/20000822-1.c: Check for NO_TRAMPOLINES.
2916
2917 2000-12-21  Bernd Schmidt  <bernds@redhat.com>
2918
2919         * gcc.c-torture/compile/20001221-1.c: New test.
2920         * gcc.c-torture/execute/20001221-1.c: New test.
2921
2922 2000-12-20  Richard Henderson  <rth@redhat.com>
2923
2924         * g++.old-deja/g++.pt/crash36.C: Update error lines.
2925         * g++.old-deja/g++.robertl/eb109.C: Likewise.
2926
2927 2000-12-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2928
2929         * gcc.dg/compare3.c: New test.
2930
2931 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
2932
2933         * gcc.dg/format-warnll-1.c: New test.
2934
2935 2000-12-18  Neil Booth  <neil@daikokuya.demon.co.uk>
2936
2937         * gcc.dg/cpp/cmdlne-P.c: New test.
2938
2939 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
2940
2941         * gcc.c-torture/execute/builtin-abs-1.c,
2942         gcc.c-torture/execute/builtin-abs-2.c: New tests.
2943
2944 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
2945
2946         * gcc.dg/cpp/multiline.c: New test.
2947
2948 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
2949
2950         * g++.old-deja/g++.other/syshdr1.C: Update.
2951         * gcc.dg/cpp/lineflags.c: Remove temporarily.
2952
2953 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2954
2955         * g++.old-deja/g++.oliva/template5.C: Remove XFAILs.
2956
2957 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2958
2959         * g++.old-deja/g++.pt/ttp65.C: New test.
2960
2961 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2962
2963         * g++.old-deja/g++.pt/ttp64.C: New test.
2964
2965 2000-12-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2966
2967         * g++.old-deja/g++.pt/spec33.C: New test.
2968
2969 2000-12-14  Catherine Moore  <clm@redhat.com>
2970
2971         * gcc.c-torture/execute/920501-7.c: Check for NO_TRAMPOLINES.
2972         * gcc.c-torture/execute/920612-2.c: Likewise.
2973         * gcc.c-torture/execute/920428-2.c: Likewise.
2974         * gcc-c-torture/execute/va-arg-11.c: Call exit.
2975         * gcc.c-torture/execute/va-arg-21.c: Likewise.
2976
2977 2000-12-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2978
2979         * gcc.dg/pack-test-1.c: Compile on powerpc*-*-eabi* too.
2980         * gcc.dg/pack-test-2.c: Likewise.
2981
2982 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
2983
2984         Tests by Zack Weinberg <zackw@stanford.edu>.
2985
2986         * gcc.dg/cpp/defined.c: Update.
2987         * gcc.dg/cpp/defined_trad.c: New tests.
2988
2989 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
2990
2991         * gcc.dg/cpp/trad-direct.c: Update.
2992
2993 2000-12-11  Neil Booth  <neilb@earthling.net>
2994
2995         * gcc.dg/cpp/defined_trad.c
2996
2997 2000-12-11  Neil Booth  <neilb@earthling.net>
2998
2999         * gcc.dg/cpp/if-2.c: Separate tests so that which failed is obvious.
3000
3001 2000-12-09  Joseph S. Myers  <jsm28@cam.ac.uk>
3002
3003         * gcc.dg/format-miss-2.c: New test.
3004
3005 2000-12-09  Neil Booth  <neilb@earthling.net>
3006
3007         * gcc.dg/cpp/lineflags.c: New tests.
3008         * gcc.dg/cpp/poison.c: Update.
3009         * gcc.dg/cpp/redef2.c: Update.
3010         * gcc.dg/cpp/skipping.c: New test.
3011
3012 2000-12-07  Geoffrey Keating  <geoffk@redhat.com>
3013
3014         * g++.old-deja/g++.other/eh3.C: New testcase.
3015
3016 2000-12-07  Neil Booth  <neilb@earthling.net>
3017
3018         * gcc.dg/wtr-aggr-init-1.c, wtr-escape-1.c, wtr-int-type-1.c,
3019         wtr-label-1.c, wtr-static-1.c, wtr-strcat-1.c, wtr-suffix-1.c,
3020         wtr-switch-1.c, wtr-unary-plus-1.c, wtr-union-init-1.c
3021         wtr-union-init-2.c, wtr-union-init-3.c: Update.
3022         * gcc.dg/cpp/extratokens.c, tr-warn4.c, tr-warn5.c, tr-warn6.c:
3023         Update.
3024
3025 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
3026
3027         * gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: Use
3028         __SIZE_TYPE__ instead of int for type of integers cast to
3029         pointers.
3030
3031 2000-12-07  Jakub Jelinek  <jakub@redhat.com>
3032
3033         * g++.old-deja/g++.other/cleanup4.C: New test.
3034
3035 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
3036
3037         * format-sec-1.c: New test.
3038
3039 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
3040
3041         * gcc.dg/format-nonlit-3.c: New test.
3042
3043 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
3044
3045         * gcc.dg/c90-printf-1.c: Add test for printf formats reading
3046         through a null pointer.
3047
3048 2000-12-06  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3049
3050         * g++.old-deja/g++.oliva/partspec1.C: Remove XFAIL.
3051         * g++.old-deja/g++.pt/partial4.C: New test.
3052
3053 2000-12-06  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
3054
3055         * gcc.c-torture/execute/ieee/hugeval.x: New.
3056
3057 2000-12-06  Neil Booth  <neilb@earthling.net>
3058
3059         * gcc.dg/cpp/backslash2.c: New tests.
3060
3061 2000-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3062
3063         * testsuite/gcc.c-torture/execute/stdio-opt-1.c: Add more checks.
3064         * testsuite/gcc.c-torture/execute/stdio-opt-2.c: New test.
3065
3066 2000-12-05  Geoffrey Keating  <geoffk@redhat.com>
3067
3068         * gcc.c-torture/execute/20001203-2.c: New testcase.
3069
3070 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
3071
3072         * g++.old-deja/g++.h/spec6.C: Remove some of the XFAILS.
3073         * g++.old-deja/g++.other/virtual10.C: New test.
3074
3075 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
3076
3077         * g++.old-deja/g++.mike/pmf5.C: Remove test.
3078
3079 2000-12-05  Richard Henderson  <rth@redhat.com>
3080
3081         * gcc.c-torture/compile/20001205-1.c: New.
3082
3083 2000-12-04  Neil Booth  <neilb@earthling.net>
3084
3085         * g++.old-deja/g++.other/virtual9.C: New test.
3086         * g++.old-deja/g++.pt/crash61.C: New test.
3087         * gcc.c-torture/execute/loop-9.c: New test.
3088
3089 2000-12-04  Neil Booth  <neilb@earthling.net>
3090
3091         * g++.old-deja/g++.other/instan1.C, instan2.C: Move to...
3092         * g++.old-deja/g++.pt/instantiate1.C, instantiate2.C: ...here.
3093         * gcc.dg/cpp/19960224-2.c, endif.c, if-6.c: Move into...
3094         * gcc.dg/cpp/extratokens.c: ...here.
3095
3096 2000-12-04  Neil Booth  <neilb@earthling.net>
3097
3098         * gcc.dg/cpp/assert_trad1.c, assert_trad2.c, assert_trad3.c:
3099         New tests.
3100
3101 2000-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3102
3103         * gcc.c-torture/execute/string-opt-11.c: Add more strspn checks.
3104         * gcc.c-torture/execute/string-opt-12.c: Add more strcspn checks.
3105
3106 2000-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
3107
3108         * gcc.c-torture/execute/20001203-1.c: New test.
3109
3110 2000-12-03  Neil Booth  <neilb@earthling.net>
3111
3112         * gcc.dg/cpp/macro6.c: New test cases.
3113
3114 2000-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3115
3116         * gcc.c-torture/execute/string-opt-9.c: New test.
3117         * gcc.c-torture/execute/string-opt-10.c: Likewise.
3118         * gcc.c-torture/execute/string-opt-11.c: Likewise.
3119         * gcc.c-torture/execute/string-opt-12.c: Likewise.
3120
3121         * gcc.c-torture/execute/string-opt-3.c: Add more strcmp checks.
3122         * gcc.c-torture/execute/string-opt-8.c: Add more strncmp checks.
3123
3124 2000-12-02  Geoffrey Keating  <geoffk@redhat.com>
3125
3126         * gcc.dg/cpp/if-6.c: New testcase.
3127
3128         * gcc.dg/20001201-1.c: New testcase.
3129
3130 2000-12-02  Neil Booth  <neilb@earthling.net>
3131
3132         * g++.old-deja/g++.other/externC4.C,
3133         g++.old-deja/g++.other/friend10.C: New tests.
3134
3135 2000-12-02  Neil Booth  <neilb@earthling.net>
3136
3137         * g++.old-deja/g++.other/instan2.C
3138         * g++.old-deja/g++.other/instan3.C: New test.
3139
3140 2000-12-02  Neil Booth  <neilb@earthling.net>
3141
3142         * gcc.dg/cpp/c++98.c,c++98-pedantic.c,c89.c,c89-pedantic.c,
3143         c94.c,c94-pedantic.c,c99.c,c99-pedantic.c,gnuc89.c,gnuc89-pedantic.c,
3144         gnuc99.c,gnuc99-pedantic.c: New tests.
3145
3146 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
3147
3148         * gcc.dg/format-no-exargs-1.c, gcc.dg/format-no-y2k-1.c,
3149         gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: New tests.
3150
3151 2000-12-01  Neil Booth  <neilb@earthling.net>
3152
3153         * gcc.dg/cpp/20000720-1.S: Remove duplicate testcase.
3154         * gcc.dg/cpp/poison.c: Update.
3155         * gcc.dg/cpp/spacing1.c: New testcase for all spacing issues.
3156
3157 2000-12-01  Toon Moene  <toon@moene.indiv.nluug.nl>
3158
3159         * g77.f-torture/execute/20001201.f: New test.
3160
3161 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
3162
3163         * gcc.dg/c99-array-nonobj-1.c: No longer XFAIL.
3164
3165 2000-12-01  Jakub Jelinek  <jakub@redhat.com>
3166
3167         * gcc.c-torture/execute/string-opt-5.c: Add some memset tests.
3168
3169 2000-12-01  Nathan Sidwell  <nathan@codesourcery.com>
3170
3171         * g++.old-deja/g++.other/cast6.C: New test.
3172
3173 2000-11-30  Geoffrey Keating  <geoffk@redhat.com>
3174
3175         * gcc.c-torture/execute/20001130-2.c: New testcase.
3176
3177 2000-11-30  Richard Henderson  <rth@redhat.com>
3178
3179         * gcc.c-torture/execute/20001130-1.c: New test.
3180
3181 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
3182
3183         * g++.old-deja/g++.other/op3.C: New test.
3184
3185 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
3186
3187         * g++.old-deja/g++.other/op2.C: New test.
3188
3189 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
3190
3191         * g++.old-deja/g++.other/crash38.C: New test.
3192
3193 2000-11-29  Toon Moene  <toon@moene.indiv.nluug.nl>
3194
3195         * g77.f-torture/execute/20001111.x: Test fixed - remove XFAIL.
3196
3197 2000-11-29  Jakub Jelinek  <jakub@redhat.com>
3198
3199         * gcc.c-torture/execute/string-opt-5.c: Add some strcmp and strncpy
3200         tests.
3201         * gcc.c-torture/execute/string-opt-6.c: New test.
3202
3203         * gcc.dg/20001117-1.c: Add main.
3204
3205 2000-11-28  Geoffrey Keating  <geoffk@redhat.com>
3206
3207         * gcc.dg/noncompile/940510-1.c: Update to test c89 functionality.
3208         Move from here ...
3209         * gcc.dg/940510-1.c: ... to here.
3210
3211         * gcc.dg/20000926-1.c: GNU C now allows initializations of
3212         zero-size arrays in toplevel structures.
3213
3214 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
3215
3216         * gcc.c-torture/execute/loop-8.c: New test.
3217
3218 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
3219
3220         * g++.old-deja/g++.other/base1.C: New test.
3221
3222 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
3223
3224         * g++.old-deja/g++.other/parse2.C: New test.
3225
3226 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
3227
3228         * g++.old-deja/g++.pt/incomplete1.C: New test.
3229
3230 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
3231
3232         * g++.old-deja/g++.other/friend9.C: New test.
3233
3234 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
3235
3236         * gcc.dg/20001127-1.c: New test.
3237
3238 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
3239
3240         * g++.old-deja/g++.pt/friend46.C: New test.
3241
3242 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
3243
3244         * g++.old-deja/g++.other/ptrmem8.C: New test.
3245
3246 2000-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3247
3248         * gcc.c-torture/execute/string-opt-7.c: New test.
3249         * gcc.c-torture/execute/string-opt-8.c: Likewise.
3250
3251 2000-11-26  Gabriel Dos Reis  <gdr@codesourcery.com>
3252
3253         * lib/g++.exp (g++_include_flags): Invoke 'tests_flags --compiler'
3254         instead of 'mkcheck 2'.
3255
3256 2000-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
3257
3258         * gcc.c-torture/execute/memcheck/driver.c,
3259         gcc.c-torture/execute/memcheck/driver.h, gcc.dg/cpp/if-3.c: Change
3260         C9X references to refer to C99.
3261
3262 2000-11-25  Jakub Jelinek  <jakub@redhat.com>
3263
3264         * gcc.dg/ultrasp3.c: New test.
3265
3266 2000-11-25  Neil Booth  <neilb@earthling.net>
3267
3268         * gcc.dg/cpp/include2.c: Update test to be locale independent.
3269
3270 2000-11-25  Alexandre Oliva  <aoliva@redhat.com>
3271
3272         * gcc.c-torture/compile/20001123-2.c: New.
3273
3274 2000-11-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3275
3276         * g++.old-dega/g++.pt/ttp62.C: Call abort() on failure.
3277
3278 2000-11-24  Bernd Schmidt  <bernds@redhat.co.uk>
3279
3280         * gcc.dg/sequence-point-1.c: Add some new tests.
3281         * gcc.c-torture/execute/20001124-1.c: New test.
3282
3283 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
3284
3285         * g++.old-deja/g++.other/vaarg4.C: New test.
3286         * gcc.c-torture/compile/20001123-1.c: New test.
3287
3288 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
3289
3290         * g++.other/crash24.C: Adjust and remove XFAIL.
3291         * g++.other/crash37.C: New test.
3292
3293 2000-11-23  Nathan Sidwell  <nathan@codesourcery.com>
3294
3295         * g++.old-deja/g++.pt/instantiate9.C: New test.
3296
3297 2000-11-22  Mark Mitchell  <mark@codesourcery.com>
3298
3299         * g++.old-deja/g++.other/decl4.C: Tweak so that it fails with the
3300         new ABI, too.
3301
3302         * g++.old-deja/g++.mike/p6610a.C: This test no longer fails.
3303         * g++.old-deja/g++.robertl/eb55.C: Likewise.
3304
3305 2000-11-22  Neil Booth  <neilb@earthling.net>
3306
3307         * gcc.dg/cpp/Wtrigraphs.c: New test.
3308
3309 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
3310
3311         * g++.old-deja/g++.robertl/eb39.C: Don't include libio.h.
3312
3313 2000-11-22  Jakub Jelinek  <jakub@redhat.com>
3314
3315         * gcc.c-torture/execute/ieee/20001122-1.c: New test.
3316
3317 2000-11-22  Hans-Peter Nilsson  <hp@bitrange.com>
3318
3319         * lib/gcc-dg.exp: load_lib scanasm.exp.
3320         (scan-assembler, scan-assembler-not): Break out to scanasm.exp.
3321         * lib/g++-dg.exp: load_lib scanasm.exp.
3322         * lib/scanasm.exp: New.
3323         (scan-assembler, scan-assembler-not): Add optional arguments to
3324         test name, or if not present, the pattern name.
3325         (scan-assembler-dem, scan-assembler-dem-not): New.
3326
3327         * g++.dg/dg.exp: New.
3328
3329 2000-11-21  Neil Booth  <neilb@earthling.net>
3330
3331         * gcc.dg/cpp/integrated1.c: Remove.
3332
3333 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
3334
3335         * gcc.c-torture/execute/20001121-1.c: New test.
3336
3337 2000-11-21  Richard Henderson  <rth@redhat.com>
3338
3339         * gcc.c-torture/compile/20001121-1.c: New test.
3340
3341 2000-11-20  Neil Booth  <neilb@earthling.net>
3342
3343         * gcc.dg/cpp/integrated1.c: New test.
3344
3345 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
3346
3347         * g++.old-deja/g++.other/inline17.C: New test.
3348
3349 2000-11-20  Donald Lindsay  <dlindsay@redhat.com>
3350
3351         * gcc.dg/20000614-2.c: Bug fix. This test expected an unitialized
3352         local variable to be zero: I made the variable global. Now
3353         uses abort() and exit() instead of relying on main's return value.
3354
3355 2000-11-20  Neil Booth  <neilb@earthling.net>
3356
3357         * gcc.dg/cpp/paste2.c: Update test.
3358         * objc/execute/paste.m: New test.
3359
3360 2000-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
3361
3362         * gcc.dg/c99-condexpr-1.c: New test.
3363
3364 2000-11-20  Neil Booth  <neilb@earthling.net>
3365
3366         * gcc.dg/cpp/macsyntx.c: Use correct command line option.
3367
3368 2000-11-20  Nathan Sidwell  <nathan@codesourcery.com>
3369
3370         * g++.old-deja/g++.pt/export1.C: New test.
3371
3372 2000-11-20  Jakub Jelinek  <jakub@redhat.com>
3373
3374         * gcc.dg/20001117-1.c: New test.
3375
3376 2000-11-18  Richard Henderson  <rth@redhat.com>
3377
3378         * gcc.c-torture/execute/nestfunc-3.c (main): Mask result to 32 bits.
3379
3380 2000-11-18  Richard Henderson  <rth@redhat.com>
3381
3382         * lib/c-torture.exp (TORTURE_OPTIONS): Remove -fssa.
3383         * lib/f-torture.exp (TORTURE_OPTIONS): Likewise.
3384         * lib/gcc-dg.exp (TORTURE_OPTIONS): Likewise.
3385
3386 2000-11-18  Richard Henderson  <rth@redhat.com>
3387
3388         * gcc.c-torture/execute/20001009-2.c (foo): Rename from main.
3389         (main): New.  Exit cleanly.
3390
3391 2000-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
3392
3393         * gcc.dg/c90-fordecl-1.c, gcc.dg/c99-fordecl-1.c,
3394         gcc.dg/c99-fordecl-2.c: New tests.
3395
3396 2000-11-18  Richard Henderson  <rth@redhat.com>
3397
3398         * gcc.c-torture/execute/zerolen-1.c: Rename from 20001115-1.c.
3399         * gcc.c-torture/execute/zerolen-2.c: New.
3400
3401 2000-11-18  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3402
3403         * gcc.c-torture/execute/20001115-1.c: Don't access nonexistant
3404         memory.
3405
3406 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
3407
3408         * g++.old-deja/g++.pt/instantiate8.C: New test.
3409
3410 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
3411
3412         * g++.old-deja/g++.other/incomplete.C: Add more tests.
3413         * g++.old-deja/g++.pt/crash9.C: Mark new expected error.
3414
3415 2000-11-16  Nick Clifton  <nickc@redhat.com>
3416
3417         * gcc.c-torture/execute/nestfunc-2.c: New test.
3418         * gcc.c-torture/execute/nestfunc-3.c: New test.
3419
3420 2000-11-11  Bernd Schmidt  <bernds@redhat.co.uk>
3421
3422         * gcc.c-torture/compile/20001116-1.c: New test.
3423
3424 2000-11-15  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3425
3426         * gcc.c-torture/execute/20001115-1.c: New test.
3427
3428 2000-11-15  Mark Mitchell  <mark@codesourcery.com>
3429
3430         * g++.old-deja/g++.abi/arraynew.C: Use `std' where necessary.
3431         * g++.old-deja/g++.abi/cxa_vec.C: Likewise.
3432         * g++.old-deja/g++.abi/ptrflags.C: Likewise.
3433         * g++.old-deja/g++.abi/vmihint.C: Likewise.
3434
3435 2000-11-15  Neil Booth  <neilb@earthling.net>
3436
3437         gcc.dg/cpp/_Pragma1.c: Update.
3438         gcc.dg/cpp/_Pragma2.c: New test.
3439
3440 2000-11-15  Nathan Sidwell  <nathan@codesourcery.com>
3441
3442         * g++.old-deja/g++.other/anon5.C: New test.
3443
3444 2000-11-14  Joseph S. Myers  <jsm28@cam.ac.uk>
3445
3446         * gcc.dg/c90-const-expr-2.c, gcc.dg/c99-const-expr-2.c: Add more
3447         tests.
3448
3449 2000-11-14  Jakub Jelinek  <jakub@redhat.com>
3450
3451         * gcc.c-torture/execute/20000801-4.c: Make sure the second string is
3452         output.
3453
3454 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
3455
3456         * gcc.dg/wtr-label-1.c, gcc.dg/990214-1.c: Add semicolons after
3457         labels at end of compound statements.
3458
3459 2000-11-13  Jakub Jelinek  <jakub@redhat.com>
3460
3461         * gcc.c-torture/execute/loop-7.c: New test.
3462
3463 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
3464
3465         * gcc.dg/c99-mixdecl-1.c, gcc.dg/c90-mixdecl-1.c: New tests.
3466
3467 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
3468
3469         * gcc.dg/c99-bool-1.c: New test.
3470
3471 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
3472
3473         * gcc.dg/c99-scope-1.c: Remove xfail.
3474         * gcc.dg/c99-scope-2.c: New test.
3475
3476 2000-11-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3477
3478         * gcc.c-torture/execute/string-opt-3.c: Also test builtin rindex.
3479         * gcc.c-torture/execute/string-opt-4.c: Also test builtin index.
3480
3481 2000-11-11  Mark Mitchell  <mark@codesourcery.com>
3482
3483         * g++.brendan/err-msg8.C: Avoid capricious line-number issues with
3484         error messages.
3485
3486         * g++.mike/p700.C: Don't typedef wchar_t.
3487         * g++.mike/p784.C: Likewise.
3488         * g++.mike/eb101.C: Don't use __wchar_t.
3489
3490 2000-11-11  Toon Moene  <toon@moene.indiv.nluug.nl>
3491
3492         * g77.f-torture/execute/20001111.[fx]: Test premature exit
3493         from DO loop.
3494
3495 2000-11-11  Bernd Schmidt  <bernds@redhat.co.uk>
3496
3497         * gcc.c-torture/execute/20001111-1.c: New test.
3498
3499 2000-11-10  Nick Clifton  <nickc@redhat.com>
3500
3501         * gcc.c-torture/execute/20001108-1.c: Add test of unsigned long
3502         long multuiple and accumulate.
3503
3504 2000-11-09  Richard Henderson  <rth@redhat.com>
3505
3506         * gcc.dg/sequence-pt-1.c: Cast from pointer to integer
3507         via size_t instead of int.
3508
3509         * gcc.c-torture/execute/string-opt-1.c: Make stub functions static.
3510         * gcc.c-torture/execute/string-opt-2.c: Likewise.
3511         * gcc.c-torture/execute/string-opt-3.c: Likewise.
3512         * gcc.c-torture/execute/string-opt-4.c: Likewise.
3513
3514 2000-11-09  Geoffrey Keating  <geoffk@redhat.com>
3515
3516         * gcc.c-torture/compile/20001109-1.c: New test.
3517         * gcc.c-torture/compile/20001109-2.c: New test.
3518
3519 2000-11-09  Nathan Sidwell  <nathan@codesourcery.com>
3520
3521         * g++.old-deja/g++.pt/operator1.C: New test.
3522         * g++.old-deja/g++.brendan/err-msg8.C: Adjust error line.
3523
3524 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
3525
3526         * gcc.dg/20001108-1.c: New test.
3527
3528 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
3529
3530         * gcc.c-torture/execute/string-opt-1.c: Add test for strstr
3531         with both arguments constant strings.
3532         * gcc.c-torture/execute/string-opt-3.c: New test.
3533         * gcc.c-torture/execute/string-opt-4.c: New test.
3534         * gcc.c-torture/execute/string-opt-5.c: New test.
3535
3536 2000-11-08  Nick Clifton  <nickc@redhat.com>
3537
3538         * gcc.c-torture/execute/20001108-1.c: New test case.  Checks
3539         mulsidi3adddi patterns.
3540
3541 2000-11-08  Nathan Sidwell  <nathan@codesourcery.com>
3542
3543         * g++.old-deja/g++.other/crash36.C: New test.
3544
3545 2000-11-08  Jakub Jelinek  <jakub@redhat.com>
3546
3547         * g++.old-deja/g++.other/init16.C: New test.
3548
3549 2000-11-06  Loren J. Rittle  <ljrittle@acm.org>
3550
3551         * g++.old-deja/g++.mike/p6610a.C: Update XFAIL.
3552
3553 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
3554
3555         * gcc.c-torture/execute/va-arg-15.x: Changed to mips*-sgi-irix6.*.
3556         * gcc.c-torture/execute/va-arg-16.x: Likewise.
3557         * gcc.c-torture/execute/va-arg-17.x: Likewise.
3558
3559 2000-11-07  DJ Delorie  <dj@redhat.com>
3560
3561         * testsuite/gcc.dg/20000614-1.c: Add return so that test can pass.
3562
3563 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3564
3565         * gcc.c-torture/execute/string-opt-1.c: New test.
3566
3567 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
3568
3569         * gcc.c-torture/execute/va-arg-15.x: New file.  Fails on
3570         mips-sgi-irix6.* because the MIPS ABI passes floating-point
3571         parameters in registers, and there is no way for a varargs
3572         function to know in which order the integer and floating-point
3573         parameters should be interleaved when they are placed on the
3574         stack.
3575         * gcc.c-torture/execute/va-arg-16.x: Likewise.
3576         * gcc.c-torture/execute/va-arg-17.x: Likewise.
3577
3578 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3579
3580         * gcc.c-torture/execute/string-opt-2.c: New test.
3581
3582 2000-11-07  Nathan Sidwell  <nathan@codesourcery.com>
3583
3584         * g++.old-deja/g++.pt/crash60.C: New test.
3585
3586 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
3587
3588         * g++.old-deja/g++.other/crash24.C: New test.
3589         * g++.old-deja/g++.other/crash25.C: New test.
3590         * g++.old-deja/g++.other/crash26.C: New test.
3591         * g++.old-deja/g++.other/crash27.C: New test.
3592         * g++.old-deja/g++.other/crash28.C: New test.
3593         * g++.old-deja/g++.other/crash29.C: New test.
3594         * g++.old-deja/g++.other/crash30.C: New test.
3595         * g++.old-deja/g++.other/crash31.C: New test.
3596         * g++.old-deja/g++.other/crash32.C: New test.
3597         * g++.old-deja/g++.other/crash33.C: New test.
3598         * g++.old-deja/g++.other/crash34.C: New test.
3599         * g++.old-deja/g++.other/crash35.C: New test.
3600
3601 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
3602
3603         * gcc.c-torture/execute/20001031-1.c: New test.
3604
3605 2000-11-04  Mark Mitchell  <mark@codesourcery.com>
3606
3607         * g++.old-deja/g++.brendan/misc13.C: Put `strlen' in `std'
3608         namespace.
3609
3610         * g++.old-deja/g++.law/weak.C: Fix uses of iostreams to be
3611         standards-conformant.
3612
3613         * g++.old-deja/g++.mike/net5.C: Put `abort' in `std' namespace.
3614
3615         * g++.old-deja/g++.mike/p755.C: Tweak handling of exit.
3616         * g++.old-deja/g++.mike/p755a.C: Likewise.
3617         * g++.old-deja/g++.mike/p9706.C: Don't assume that the standard
3618         library makes no calls to `operator new' during initialization.
3619
3620 2000-11-04  Neil Booth  <neilb@earthling.net>
3621
3622         * gcc.dg/cpp/include2.c: New tests.
3623
3624 Fri Nov  3 13:32:14 2000  Mark P Mitchell  <mark@codesourcery.com>
3625
3626         * lib/g++.exp (g++_set_ld_library_path): New function.
3627         Use it to set LD_LIBRARYN32_PATH and LD_LIBRARY64_PATH.
3628
3629 2000-11-03  Bernd Schmidt  <bernds@redhat.co.uk>
3630
3631         * gcc.dg/sequence-pt-1.c: A few new tests.  Unify output for bogus
3632         warnings.
3633
3634 2000-11-01  Richard Henderson  <rth@redhat.com>
3635
3636         * g++.old-deja/g++.ext/namedret1.C: New.
3637         * g++.old-deja/g++.ext/namedret2.C: New.
3638         * g++.old-deja/g++.ext/namedret3.C: New.
3639
3640 2000-10-31  Geoffrey Keating  <geoffk@cygnus.com>
3641
3642         * gcc.c-torture/compile/920501-7.c: Remove 'CYGNUS LOCAL' markers.
3643         * gcc.c-torture/execute/ieee/rbug.c: Remove 'CYGNUS LOCAL' markers.
3644
3645 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3646
3647         * gcc.c-torture/execute/va-arg-21.c: New test.
3648
3649 2000-10-31  Joseph S. Myers  <jsm28@cam.ac.uk>
3650
3651         * gcc.dg/c99-complex-2.c: New test.
3652
3653 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3654
3655         * gcc.c-torture/execute/stdio-opt-1.c: New test.
3656
3657 2000-10-31  Jakub Jelinek  <jakub@redhat.com>
3658
3659         * g++.old-deja/g++.other/inline16.C: New test.
3660
3661 2000-10-31  Gabriel Dos Reis  <gdr@codesourcery.com>
3662
3663         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparison against.
3664         __PRETTY_FUNCTION__
3665
3666 2000-10-29  Neil Booth  <neilb@earthling.net>
3667
3668         * gcc.dg/cpp/defined.c, include1.c, paste11.c, skipping.c:
3669         New tests.
3670         * gcc.dg/cpp/macsyntx.c: Move test to defined.c.
3671         * gcc.dg/cpp/mi3.c, mi3.h: New test for over-enthusiastic
3672         optimisation.
3673
3674 2000-10-29  Neil Booth  <neilb@earthling.net>
3675
3676         * gcc.dg/cpp/macro4.c, macro5.c: New tests.
3677         * mi1.c, mi1c.h: Add null directives to multiple-include test.
3678         * mi5.c: Test multiple includes work with -C.
3679         * trigraphs.c: Test ^= version.
3680
3681 2000-10-28  Neil Booth  <neilb@earthling.net>
3682
3683         New tests and test updates for new macro expander.
3684
3685         * gcc.dg/cpp/19960224-2.c, 20000625-2.c, cxxcom2.c, directiv.c,
3686         endif.c, if-4.c, if-5.c, if-mop.c, macsyntx.c, paste2.c, paste6.c,
3687         paste8.c, redef2.c, strify2.c, strp1.c, tr-warn1.c, tr-warn3.c,
3688         tr-warn6.c, undef1.c, undef2.c, widestr1.c: Update tests for
3689         new diagnostic messages.
3690
3691         * gcc.dg/cpp/macro3.c: New tests.
3692
3693 2000-10-27  Mark Mitchell  <mark@codesourcery.com>
3694
3695         * gcc.dg/noncompile/init-2.c: Tweak to deal with multiple errors
3696         on the same line.
3697
3698 2000-10-27  Jakub Jelinek  <jakub@redhat.com>
3699
3700         * g++.old-deja/g++.other/eh2.C: New test.
3701
3702 2000-10-27  Bernd Schmidt  <bernds@cygnus.co.uk>
3703
3704         * gcc.c-torture/execute/20001027-1.c: New test.
3705
3706 2000-10-26  Richard Henderson  <rth@redhat.com>
3707
3708         * gcc.c-torture/execute/20001026-1.c: New.
3709
3710 2000-10-26  Mark Mitchell  <mark@codesourcery.com>
3711
3712         * g++.old-deja/g++.brendan/label2.C: Tweak to work with V3.
3713         * g++.old-deja/g++.law/builtin1.C: Likewise.
3714         * g++.old-deja/g++.law/ctors10.C: Likewise.
3715         * g++.old-deja/g++.law/virtual3.C: Likewise.
3716         * g++.old-deja/g++.mike/p658.C: Likewise.
3717         * g++.old-deja/g++.other/sibcall1.C: Likewise.
3718         * g++.old-deja/g++.other/vaarg2.C: Likewise.
3719         * g++.old-deja/g++.robertl/eb124.C: Likewise.
3720         * g++.old-deja/g++.robertl/eb44.C: Likewise.
3721         * g++.old-deja/g++.robertl/eb77.C: Likewise.
3722
3723 2000-10-26  Nathan Sidwell  <nathan@codesourcery.com>
3724
3725         * gcc.c-torture/compile/20001024-1.c: New test.
3726
3727 2000-10-25  Mark Mitchell  <mark@codesourcery.com>
3728
3729         * lib/g++.exp (g++_include_flags): Trust HAVE_LIBSTDCXX_V3
3730         to tell us whether or not we are using V3.
3731
3732 2000-10-26  Gabriel Dos Reis  <gdr@codesourcery.com>
3733
3734         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparaison
3735         operands.
3736
3737 2000-10-25  Joseph S. Myers  <jsm28@cam.ac.uk>
3738
3739         * gcc.dg/qual-return-1.c, gcc.dg/qual-return-2.c: New tests.
3740
3741 2000-10-25  Jakub Jelinek  <jakub@redhat.com>
3742
3743         * gcc.c-torture/execute/20001024-1.c: New test.
3744
3745 2000-10-24  Jakub Jelinek  <jakub@redhat.com>
3746
3747         * g++.old-deja/g++.other/sibcall1.C: New test.
3748
3749 2000-10-20  Jakub Jelinek  <jakub@redhat.com>
3750
3751         * gcc.dg/noncompile/init-3.c: New test.
3752
3753 2000-10-20  Joseph S. Myers  <jsm28@cam.ac.uk>
3754
3755         * gcc.dg/format-array-1.c: New test.
3756
3757 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
3758
3759         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c: Add tests for
3760         writing through null pointers; remove comment about testing
3761         unterminated strings.
3762
3763 2000-10-17  Matthew Hiller  <hiller@redhat.com>
3764
3765         * gcc.c-torture/execute/20001017-2.c: New test.
3766
3767 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
3768
3769         * gcc.c-torture/compile/20001018-1.c: New test.
3770         * gcc.c-torture/compile/20001018-1.x: Xfail.
3771
3772 2000-10-17  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3773
3774         * gcc.c-torture/execute/20001017-1.c: New test.
3775
3776 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
3777
3778         * gcc.dg/format-xopen-1.c: Update comments; adjust for checking
3779         for multiple use of arguments with scanf formats; add tests for
3780         multiple use of arguments.
3781
3782 2000-10-17  Bernd Schmidt  <bernds@redhat.co.uk>
3783
3784         * gcc.dg/sequence-pt-1.c: Several new tests; remove xfail from some old tests.
3785
3786 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
3787
3788         * gcc.dg/format-miss-1.c: New test.
3789
3790 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
3791
3792         * gcc.c-torture/execute/20001013-1.c: New test.
3793
3794 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
3795
3796         * gcc.dg/format-branch-1.c: New test.
3797
3798 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
3799
3800         * README, lib/file-format.exp: Remove EGCS references.
3801
3802 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
3803
3804         * gcc.dg/20001013-1.c: New test.
3805
3806 2000-10-15  Joseph S. Myers  <jsm28@cam.ac.uk>
3807
3808         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Determine the type
3809         for intmax_t in the compiler using __typeof__ and the type rules
3810         for conditional expressions.
3811
3812 2000-10-13  Jakub Jelinek  <jakub@redhat.com>
3813
3814         * gcc.dg/20001012-1.c: New test.
3815         * gcc.dg/20001012-2.c: New test.
3816
3817 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
3818
3819         * gcc.dg/format-attr-1.c: New test.
3820
3821 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
3822
3823         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Use
3824         __LONG_LONG_MAX__ instead of LLONG_MAX.
3825
3826 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
3827
3828         * gcc.dg/c99-scanf-2.c, gcc.dg/format-ext-2.c: Test ' and I
3829         scanf flags.
3830         * gcc.dg/format-ext-3.c: Test mutually exclusive pairs of strftime
3831         flags.
3832
3833 2000-10-11  Joseph S. Myers  <jsm28@cam.ac.uk>
3834
3835         * gcc.dg/sequence-pt-1.c: New test.
3836
3837 2000-10-11  Geoff Keating  <geoffk@cygnus.com>
3838
3839         * gcc.c-torture/execute/20001011-1.c: New testcase.
3840         Testcase provided by Zack Weinberg <zackw@stanford.edu>.
3841
3842 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
3843
3844         * gcc.dg/991209-1.c (stack_ptr): Use __asm, not asm, so that -ansi
3845         does not error on it.
3846
3847 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
3848
3849         * gcc.dg/20001009-1.c: New test.
3850
3851 Mon Oct  9 23:32:06 MET DST 2000  Jan Hubicka  <jh@suse.cz>
3852
3853         * gcc.c-torture/compile/20001009-1.c: Move from here ....
3854         * gcc.c-torture/execute/20001009-2.c: ... to here.
3855
3856 2000-10-09  Geoff Keating  <geoffk@cygnus.com>
3857
3858         * gcc.c-torture/compile/20001009-1.c: New testcase.
3859         * gcc.c-torture/execute/20001009-1.c: New testcase.
3860         Testcases provided by Jan Hubicka <jh@suse.cz>.
3861
3862 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
3863
3864         * gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
3865         gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Define intmax_t and
3866         uintmax_t using <limits.h> to emulate the compiler's internal
3867         logic.  No longer XFAIL %j tests.
3868
3869 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
3870
3871         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c,
3872         gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
3873         gcc.dg/c99-strftime-1.c, gcc.dg/format-ext-3.c: Adjust error
3874         regexps and details of expected handling of some bad formats.
3875         * gcc.dg/format-xopen-1.c: Add test for $ format with assignment
3876         suppression.
3877
3878 2000-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
3879
3880         * g++.old-deja/g++.eh/cond1.C, g++.old-deja/g++.other/bitfld3.C,
3881         g++.old-deja/g++.other/cond5.C, g++.old-deja/g++.other/decl3.C,
3882         g++.old-deja/g++.other/decl5.C, gcc.dg/cast-qual-1.c,
3883         gcc.dg/return-type-1.c, gcc.dg/unused-1.c: Update URLs of messages
3884         in list archives.
3885
3886 2000-10-06  Richard Henderson  <rth@cygnus.com>
3887
3888         * g++.old-deja/g++.brendan/crash13.C: Pass -Wreturn-type.
3889         * g++.old-deja/g++.brendan/crash52.C: Likewise.
3890         * g++.old-deja/g++.jason/report.C: Likewise.
3891         * g++.old-deja/g++.law/friend5.C: Likewise.
3892         * g++.old-deja/g++.mike/p646.C: Likewise.  Adjust the spelling
3893         of the expected warnings.
3894
3895 2000-10-06  Nathan Sidwell  <nathan@codesourcery.com>
3896
3897         * g++.old-deja/g++.pt/enum14.C: New test.
3898
3899 2000-10-05  Nathan Sidwell  <nathan@codesourcery.com>
3900
3901         * g++.old-deja/g++.pt/crash59.C: New test.
3902
3903 2000-10-04  Will Cohen  <wcohen@redhat.com>
3904
3905         * gcc.dg/20000926-1.c: New test.
3906
3907 2000-10-03  Geoff Keating  <geoffk@cygnus.com>
3908
3909         * g++.old-deja/g++.pt/memtemp77.C (main): Update demangled
3910         function name for current C++ compiler.
3911         Patch from Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>.
3912
3913 2000-09-29  Gabriel Dos Reis  <gdr@codesourcery.com>
3914
3915         * g++.old-deja/g++.ext/pretty3.C: Fix comparison with
3916         __PRETTY_FUNCTION__.
3917         * g++.old-deja/g++.ext/pretty2.C: Likewise.
3918
3919 2000-09-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3920
3921         * gcc.dg/wtr-int-type-1.c: Don't expect a warning from system headers.
3922
3923 2000-09-26  Jakub Jelinek  <jakub@redhat.com>
3924
3925         * gcc.c-torture/compile/20000923-1.c: New test.
3926
3927 2000-09-25 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
3928
3929         * g++.old-deja/g++.other/crash20.C: Make ready for libstdc++-v3.
3930         * g++.old-deja/g++.pt/ttp62.C: Same.
3931         * g++.old-deja/g++.other/inline14.C: Same.
3932
3933 2000-09-24  Richard Henderson  <rth@cygnus.com>
3934
3935         * gcc.c-torture/execute/20000914-1.c: Declare malloc.
3936
3937 2000-09-24  Joseph S. Myers  <jsm28@cam.ac.uk>
3938
3939         * gcc.dg/c90-printf-1.c: Add test for wide string format.
3940
3941 2000-09-22  Geoff Keating  <geoffk@cygnus.com>
3942
3943         * gcc.c-torture/compile/20000922-1.c: New file.
3944
3945 2000-09-21  Nick Clifton  <nickc@redhat.com>
3946
3947         * gcc.c-torture/execute/divmod-1.c (mod5): New function - perform
3948         a signed long modulo operation.
3949         (mod6): New funciton - perform an unsigned long modulo operation.
3950         (main): Add tests for modulos of very large numbers by very small
3951         dividends.
3952
3953 2000-09-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3954
3955         * g++.old-deja/g++.other/virtual8.C: Declare printf correctly.
3956
3957 2000-09-19  Richard Henderson  <rth@cygnus.com>
3958
3959         * gcc.dg/compare2.c (case 10): XFAIL.
3960
3961 2000-09-18  Richard Henderson  <rth@cygnus.com>
3962
3963         * gcc.c-torture/execute/20000906-1.c: Move ...
3964         * gcc.dg/20000906-1.c: ... here.  Only run on targets
3965         that support __builtin_trap.
3966
3967 Mon 18-Sep-2000 19:23:11 BST  Neil Booth  <NeilB@earthling.net>
3968
3969         * gcc.dg/cpp/cmdlne-C.c: Remove bogus warning test.
3970
3971 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
3972
3973         * gcc.dg/format-ext-1.c: Add tests for mixing %m with $ formats.
3974         * gcc.dg/format-xopen-1.c: Fix error in one $ format test.  Add
3975         more $ format tests.
3976
3977 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
3978
3979         * gcc.dg/format-errmk-1.c: New test.
3980
3981 2000-09-17  Greg McGary  <greg@mcgary.org>
3982
3983         * gcc.c-torture/execute/20000917-1.x: Remove.
3984
3985 2000-09-17  Joseph S. Myers  <jsm28@cam.ac.uk>
3986
3987         * gcc.dg/c90-complex-1.c, gcc.dg/c99-complex-1.c: New tests.
3988
3989 2000-09-17  Greg McGary  <greg@mcgary.org>
3990
3991         * gcc.c-torture/execute/20000917-1.c: New test.
3992         * gcc.c-torture/execute/20000917-1.x: XFAIL.
3993
3994 Sat 16-Sep-2000 08:14:58 BST  Neil Booth  <NeilB@earthling.net>
3995
3996         * gcc.dg/cpp/macro2.c: Testcase for multi-context arguments
3997         in nested macro bug.
3998
3999 Fri 15-Sep-2000 06:50:11 BST  Neil Booth  <NeilB@earthling.net>
4000
4001         * gcc.dg/cpp/paste10.c: Testcase for PASTE_LEFT buglet.
4002
4003 Thu Sep 14 16:48:49 2000  Jeffrey A Law  (law@cygnus.com)
4004
4005         * gcc.c-torture/execute/20000914-1.c: New test.
4006
4007 2000-09-12  Alexandre Oliva  <aoliva@redhat.com>
4008
4009         * g++.other/inline13.C: New test.
4010
4011 2000-09-12  Andreas Jaeger  <aj@suse.de>
4012
4013         * gcc.c-torture/execute/widechar-2.c: New test for wchar_t
4014         constant by Ulrich Drepper <drepper@redhat.com>.
4015
4016 Tue Sep 12 18:32:07 2000  J"orn Rennecke <amylaar@redhat.co.uk>
4017
4018         * gcc.c-torture/compile/981006-1.x: No -fpic for sh-coff / sh-hms.
4019
4020 2000-09-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4021
4022         * gcc.dg/wtr-union-init-2.c, gcc.dg/wtr-union-init-3.c: New tests.
4023
4024 2000-09-11  Zack Weinberg  <zack@wolery.cumb.org>
4025
4026         * gcc.dg/cpp/backslash.c: New test.
4027
4028 2000-09-11  Alexandre Oliva  <aoliva@redhat.com>
4029
4030         * gcc.c-torture/execute/20000910-1.c: New test.
4031         * gcc.c-torture/execute/20000910-2.c: Likewise.
4032
4033 2000-09-11  Robert Lipe  <robertl@sco.com>
4034
4035         * gcc.dg/pragma-align.c: New test.
4036
4037 2000-09-11  Nathan Sidwell  <nathan@codesourcery.com>
4038
4039         * g++.old-deja/g++.pt/explicit82.C: New test.
4040         * g++.old-deja/g++.pt/explicit83.C: New test.
4041
4042 2000-09-10  Zack Weinberg  <zack@wolery.cumb.org>
4043
4044         * gcc.dg/asm-names.c: New test.
4045
4046 2000-09-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4047
4048         * gcc.dg/cpp/tr-warn6.c: New test
4049
4050 2000-09-07  Joseph S. Myers  <jsm28@cam.ac.uk>
4051
4052         * gcc.dg/format-ext-3.c: Test %#b and %#h as formats that should
4053         be accepted.
4054
4055 2000-09-07  Catherine Moore  <clm@redhat.com>
4056
4057         * gcc.c-torture/execute/unroll-1.c: New test.
4058
4059 2000-09-06  Zack Weinberg  <zack@wolery.cumb.org>
4060
4061         * g++.old-deja/g++.benjamin/13478.C: Put meaningful tags on
4062         ERROR markers.
4063         * g++.old-deja/g++.brendan/crash8.C: Move ERROR marker up one line.
4064         * gcc.dg/c99-array-nonobj-1.c: Don't expect func[] cases to fail.
4065         * gcc.dg/wtr-label-1.c: Don't use unconstrained .* in error regexps.
4066         * gcc.dg/wtr-suffix-1.c: Correct error regexps.
4067         * gcc.dg/cpp/unc1.c, gcc.dg/cpp/unc2.c, gcc.dg/cpp/unc3.c:
4068         Preprocess only.
4069         * gcc.dg/cpp/unc4.c: Adjust line number in dg-error line.
4070         * gcc.dg/noncompile/const-ll-1.c: Generalize error regexp.
4071
4072 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
4073
4074         * g++.old-deja/g++.pt/deduct2.C: New test.
4075
4076 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
4077
4078         * g++.old-deja/g++.pt/parms2.C: New test.
4079
4080 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
4081
4082         * g++.old-deja/g++.pt/crash58.C: New test.
4083
4084 2000-09-06  Greg McGary  <greg@mcgary.org>
4085
4086         * gcc.c-torture/execute/20000906-1.c: New test.
4087         * gcc.c-torture/execute/20000906-1.x: Expect failure for ix86 at `-O2'.
4088
4089 2000-09-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4090
4091         * gcc.dg/wtr-int-type-1.c: Fix for 64-bit platforms.
4092
4093 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
4094
4095         * g++.old-deja/g++.pt/crash57.C: New test.
4096
4097 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
4098
4099         * g++.old-deja/g++.pt/crash56.C: New test.
4100
4101 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
4102
4103         * g++.old-deja/g++.pt/koenig1.C: New test.
4104
4105 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
4106
4107         * gcc.dg/20000904-1.c: New test.
4108
4109 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
4110
4111         * gcc.dg/cpp/paste8.c: New test.
4112
4113 2000-09-01  Alexandre Oliva  <aoliva@redhat.com>
4114
4115         * gcc.c-torture/compile/20000827-1.c: New test.
4116
4117 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
4118
4119         * gcc.dg/format-diag-1.c: New test.
4120
4121 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
4122
4123         * gcc.dg/c90-printf-1.c, gcc.dg/c90-printf-2.c,
4124         gcc.dg/c90-scanf-1.c, gcc.dg/c90-scanf-2.c, gcc.dg/c99-printf-1.c,
4125         gcc.dg/c99-scanf-1.c, gcc.dg/format-ext-1.c,
4126         gcc.dg/format-ext-2.c, gcc.dg/format-xopen-1.c,
4127         gcc.dg/formatz-1.c: Adjust warning regular expressions.
4128
4129 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
4130
4131         * g++.old-deja/g++.other/nested4.C: New test.
4132
4133 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
4134
4135         * g++.old-deja/g++.ns/scoped1.C: New test.
4136
4137 2000-08-30  Alexandre Oliva  <aoliva@redhat.com>
4138
4139         * lib/g++.exp: Support testing already-installed GCC.
4140
4141 2000-08-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4142
4143         * wtr-label-1.c, wtr-suffix-1.c: New tests.
4144
4145 2000-08-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4146
4147         * gcc.dg/return-type-2.c: New test.
4148
4149 2000-08-27  Geoff Keating  <geoffk@cygnus.com>
4150
4151         * gcc.c-torture/compile/20000825-1.c: New test.
4152
4153 2000-08-26  Alexandre Oliva  <aoliva@redhat.com>
4154
4155         * gcc.dg/dwarf2-2.c: New test.
4156
4157 2000-08-26  Zack Weinberg  <zack@wolery.cumb.org>
4158
4159         * gcc.dg/cpp/tr-warn4.c: Remove unconstrained .* from
4160         dg-warning regexps.
4161
4162 2000-08-25  Joseph S. Myers  <jsm28@cam.ac.uk>
4163
4164         * gcc.dg/format-ext-3.c, gcc.dg/format-ext-4.c,
4165         gcc.dg/format-ext-5.c: New tests.
4166
4167 2000-08-25  Jakub Jelinek  <jakub@redhat.com>
4168
4169         * testsuite/g++.old-deja/g++.other/crash22.C: New test.
4170
4171 2000-08-24  Mark Mitchell  <mark@codesourcery.com>
4172
4173         * gcc.dg/noncompile/930622-2.c: Adjust error message.
4174
4175 2000-08-24  Richard Henderson  <rth@cygnus.com>
4176
4177         * gcc.dg/ia64-sync-1.c: New test.
4178         * gcc.dg/ia64-sync-2.c: New test.
4179         * gcc.dg/ia64-asm-1.c: New test.
4180
4181 2000-08-24  Joseph S. Myers  <jsm28@cam.ac.uk>
4182
4183         * gcc.dg/c99-scanf-2.c: Remove test for scanf "Z" length.
4184         * gcc.dg/format-ext-2.c: New test.
4185
4186 2000-08-23  Jason Merrill  <jason@redhat.com>
4187
4188         * lib/old-dejagnu.exp: Also ignore "In member function" and
4189         "At global scope".
4190
4191 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4192
4193         * gcc.dg/noncompile/label-lineno-1.c: New test.
4194
4195 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
4196
4197         * gcc.dg/c99-array-nonobj-1.c: New test.
4198
4199 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
4200
4201         * gcc.dg/c99-printf-2.c, gcc.dg/format-xopen-1.c: Add some more
4202         tests.
4203         * gcc.dg/format-ext-1.c: New test.
4204
4205 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4206
4207         * gcc.dg/cpp/tr-warn4.c, gcc.dg/cpp/tr-warn5.c,
4208         gcc.dg/wtr-aggr-init-1.c, gcc.dg/wtr-escape-1.c,
4209         gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-static-1.c,
4210         gcc.dg/wtr-strcat-1.c, gcc.dg/wtr-switch-1.c,
4211         gcc.dg/wtr-unary-plus-1.c, gcc.dg/wtr-union-init-1.c: New tests.
4212
4213 2000-08-22  Joseph S. Myers  <jsm28@cam.ac.uk>
4214
4215         * gcc.dg/c90-strftime-2.c, gcc.dg/c99-strftime-1.c,
4216         gcc.dg/c99-strftime-2.c: New tests.
4217
4218 2000-08-22  Richard Henderson  <rth@cygnus.com>
4219
4220         * gcc.c-torture/execute/20000822-1.c: New test.
4221
4222 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
4223
4224         * gcc.c-torture/execute/20000819-1.x: Remove.
4225
4226 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
4227
4228         * gcc.dg/c90-printf-3.c, gcc.dg/c90-scanf-2.c,
4229         gcc.dg/c90-scanf-3.c, gcc.dg/c90-scanf-4.c,
4230         gcc.dg/c90-strftime-1.c, gcc.dg/c99-printf-3.c,
4231         gcc.dg/c99-scanf-1.c, gcc.dg/c99-scanf-2.c, gcc.dg/c99-scanf-3.c,
4232         gcc.dg/format-xopen-1.c: New tests.
4233
4234 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
4235
4236         * gcc.dg/c90-scanf-1.c, gcc.dg/c94-scanf-1.c: New tests.
4237
4238 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
4239
4240         * g++.old-deja/g++.other/loop2.C: New test.
4241
4242         * gcc.c-torture/compile/20000606-1.c: New test.
4243         * gcc.c-torture/compile/20000728-1.c: New test.
4244         * gcc.c-torture/execute/20000801-1.c: New test.
4245         * gcc.c-torture/execute/20000801-2.c: New test.
4246         * gcc.c-torture/execute/20000819-1.c: New test.
4247         * gcc.c-torture/execute/20000819-1.x: XFAIL.
4248         * gcc.dg/20000629-1.c: New test.
4249         * gcc.dg/20000724-1.c: New test.
4250         * gcc.dg/20000807-1.c: New test.
4251
4252 Sun Aug 20 01:41:35 MSD 2000 Dennis Chernoivanov <cdi@sparc.spb.su>
4253
4254         * gcc.dg/cpp/pragma-1.c: New test.
4255         * gcc.dg/cpp/pragma-2.c: New test.
4256
4257 2000-08-18  Zack Weinberg  <zack@wolery.cumb.org>
4258
4259         * gcc.dg/cpp/lexstrng.c: Don't include string.h.
4260         * gcc.dg/cpp/paste2.c: Don't include string.h.  Prototype strcmp.
4261
4262 Fri Aug 18 16:57:35 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4263
4264         * gcc.c-torture/compile/20000818-1.c: New test.
4265
4266 2000-08-18  Manfred Hollstein  <manfredh@redhat.com>
4267
4268         * gcc.c-torture/execute/20000818-1.c: New test.
4269
4270 2000-08-18  Joseph S. Myers  <jsm28@cam.ac.uk>
4271
4272         * gcc.dg/format-va-1.c: New test.
4273
4274 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
4275
4276         * g++.old-deja/g++.other/typedef8.C: New test.
4277
4278 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
4279
4280         * g++.old-deja/g++.benjamin/13478.C: Mark candidate.
4281         * g++.old-deja/g++.mike/net36.C: Mark candidate.
4282         * g++.old-deja/g++.robertl/eb131.C: Mark candidate.
4283         * g++.old-deja/g++.oliva/overload1.C: Remove XFAIL.
4284         * g++.old-deja/g++.other/ptrmem7.C: New test.
4285         * g++.old-deja/g++.pt/ptrmem10.C: New test.
4286
4287 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
4288
4289         * g++.old-deja/g++.pt/typename27.C: New test.
4290
4291 2000-08-17  Nathan Sidwell  <nathan@codesourcery.com>
4292
4293         * g++.old-deja/g++.pt/crash44.C: Remove XFAIL. Add ERROR.
4294         * g++.old-deja/g++.pt/friend38.C: Remove XFAIL. Add extra test.
4295         * g++.old-deja/g++.pt/friend45.C: New test.
4296         * g++.old-deja/g++.other/friend8.C: New test.
4297
4298 2000-08-15  Richard Henderson  <rth@cygnus.com>
4299
4300         * gcc.c-torture/execute/20000815-1.c: New test.
4301
4302 2000-08-15  Joseph S. Myers  <jsm28@cam.ac.uk>
4303
4304         * gcc.dg/c90-array-lval-2.c, gcc.dg/c90-const-expr-2.c,
4305         gcc.dg/c99-array-lval-2.c, gcc.dg/c99-const-expr-2.c,
4306         gcc.dg/c99-func-3.c, gcc.dg/c99-func-4.c: New tests.
4307
4308 2000-08-14  Nathan Sidwell  <nathan@codesourcery.com>
4309
4310         * g++.old-deja/g++.other/refinit2.C: New test.
4311
4312 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
4313
4314         * lib/c-torture.exp (c-torture): Make
4315         compiler_conditional_xfail_data global.
4316         * lib/f-torture.exp (f-torture): Add in torture_eval_before_compile,
4317         compiler_conditional_xfail_data machinery.
4318         (f-torture-execute): Likewise.
4319         * g77.c-torture/compile/20000629-1.x: The test only fails on x86,
4320         and only when unrolling loops.
4321
4322         * gcc.dg/c99-array-lval-1.c: The test on line 14 now passes.
4323
4324 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
4325
4326         * g++.old-deja/g++.pt/explicit81.C: New test.
4327
4328 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
4329
4330         * g++.old-deja/g++.pt/typename26.C: New test.
4331
4332 2000-08-10  Geoff Keating  <geoffk@cygnus.com>
4333
4334         * gcc.dg/920413-1.c: Allow for 'traditional C rejects 'U' suffix'
4335         warning.
4336
4337 2000-08-10  Nathan Sidwell  <nathan@codesourcery.com>
4338
4339         * g++.old-deja/g++.other/array3.C: New test.
4340
4341 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
4342
4343         * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-scope-1.c,
4344         gcc.dg/c99-array-lval-1.c, gcc.dg/c99-const-expr-1.c,
4345         gcc.dg/c99-func-1.c, gcc.dg/c99-func-2.c, gcc.dg/c99-scope-1.c:
4346         New tests.
4347
4348 2000-08-09  Nathan Sidwell  <nathan@codesourcery.com>
4349
4350         * g++.old-deja/g++.abi/ptrflags.C: Adjust rtti member names.
4351         * g++.old-deja/g++.abi/vmihint.C: Likewise.
4352
4353 2000-08-09  Alexandre Oliva  <aoliva@redhat.com>
4354
4355         * gcc.c-torture/execute/20000808-1.c: New test.
4356
4357 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
4358
4359         * gcc.dg/c90-const-expr-1.c: New test.
4360
4361 2000-08-08  Richard Henderson  <rth@cygnus.com>
4362
4363         * gcc.dg/noncompile/920923-1.c: Declare calloc.
4364
4365 2000-08-08  Joseph S. Myers  <jsm28@cam.ac.uk>
4366
4367         * gcc.dg/noncompile/const-ll-1.c: New test.
4368
4369 2000-08-07  Joseph S. Myers  <jsm28@cam.ac.uk>
4370
4371         * gcc.dg/c90-printf-2.c, gcc.dg/c99-printf-2.c: New tests.
4372
4373 Sun Aug  6 11:41:51 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
4374
4375         * lib/objc.exp (objc_target_compile): Set the ld_library_path so
4376         that running programs linked against the shared version of libobjc
4377         run correctly.
4378
4379 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
4380
4381         * gcc.dg/c99-printf-1.c: New test.
4382
4383 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
4384
4385         * gcc.c-torture/execute/20000801-4.x: Only xfail on x86.
4386
4387 2000-08-05  Zack Weinberg  <zack@wolery.cumb.org>
4388
4389         * gcc.c-torture/execute/20000731-1.x: Delete.
4390
4391 2000-08-04  Zack Weinberg  <zack@wolery.cumb.org>
4392
4393         * lib/gcc-dg.exp: Set up TORTURE_OPTIONS, torture_with_loops,
4394         and torture_without_loops as is done by c-torture.exp.
4395         (search_for): Copy from c-torture.exp.
4396         (gcc-dg-runtest): New function, drives a directory of tests
4397         iterating over the TORTURE_OPTIONS.
4398         (scan-assembler, scan-assembler-not): Move here from
4399         individual directory drivers.
4400
4401         * gcc.dg/dg.exp: scan-assembler, scan-assembler-not now
4402         defined by lib/gcc-dg.exp.
4403         * gcc.dg/cpp/cpp.exp: Likewise.
4404         * gcc.dg/noncompile/noncompile.exp: Likewise.  Use
4405         gcc-dg-runtest, so we cycle over optimization options.
4406
4407         * gcc.dg/cpp/20000625-2.c: Expect warning on line 8, not 9.
4408         * gcc.dg/compare2.c: No longer expected to fail.
4409
4410 Fri Aug  4 23:00:50 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
4411
4412         * gcc.c-torture/execute/20000804-1.c: New test.
4413
4414 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
4415
4416         * gcc.dg/c90-printf-1.c, gcc.dg/c94-printf-1.c: New tests.
4417
4418 2000-08-03  Zack Weinberg  <zack@wolery.cumb.org>
4419
4420         * gcc.dg/cpp/20000625-2.c: Don't expect a warning on line 4.
4421
4422 Thu Aug  3 01:46:33 2000  Jeffrey A Law  (law@cygnus.com)
4423
4424         * gcc.c-torture/compile/20000803-1.c: New test.
4425
4426 2000-08-03  Joseph S. Myers  <jsm28@cam.ac.uk>
4427
4428         * gcc.c-torture/execute/20000801-3.c,
4429         gcc.c-torture/execute/20000801-4.c: New tests.
4430         * gcc.c-torture/execute/20000801-3.x,
4431         gcc.c-torture/execute/20000801-4.x: Xfail.
4432
4433 2000-08-02  Geoff Keating  <geoffk@cygnus.com>
4434
4435         * lib/objc.exp (objc_target_compile): Look for libobjc.a in
4436         libobjc/.libs to allow for libtool.
4437
4438 2000-08-02  Jakub Jelinek  <jakub@redhat.com>
4439
4440         * gcc.c-torture/compile/20000802-1.c: New test.
4441
4442 2000-08-02  Zack Weinberg  <zack@wolery.cumb.org>
4443
4444         * gcc.dg/cpp/macsyntx.c: Fix error regexp.
4445
4446 Mon Jul 31 21:14:49 2000  Jeffrey A Law  (law@cygnus.com)
4447
4448         * gcc-c-torture/execute/20000731-2.c: New test.
4449
4450         * gcc.c-torture/execute/20000731-1.c: New test.
4451         * gcc.c-torture/execute/20000731-1.x: Expected to fail for i?86-*-*.
4452
4453 2000-07-31  Jakub Jelinek  <jakub@redhat.com>
4454
4455         * testsuite/gcc.dg/cpp/paste7.c: New test.
4456         * gcc.dg/cpp/20000725-1.c: New test.
4457
4458 2000-07-31  Zack Weinberg  <zack@wolery.cumb.org>
4459
4460         * gcc.dg/c90-digraph-1.c: Restore { dg-do run } marker.
4461         * gcc.dg/noncompile/990416-1.c: Do not expect an implicit-
4462         declaration warning for __builtin_dwarf_reg_size.
4463
4464         * gcc.dg/c99-impl-decl-1.c: No longer XFAIL.
4465
4466 2000-07-31  Joseph S. Myers  <jsm28@cam.ac.uk>
4467
4468         * gcc.dg/noncompile/voidparam-1.c: New test.
4469
4470 2000-07-30  Richard Henderson  <rth@cygnus.com>
4471
4472         * gcc.dg/c90-digraph-1.c: Don't xfail.
4473         * gcc.dg/compare2.c (case 10): Xfail.
4474         * gcc.dg/noncompile/redecl-1.c: Fix expected error message.
4475
4476 2000-07-27  Joseph S. Myers  <jsm28@cam.ac.uk>
4477
4478         * gcc.dg/c99-main-1.c: New test.
4479
4480 2000-07-25  Joseph S. Myers  <jsm28@cam.ac.uk>
4481
4482         * gcc.dg/c90-impl-int-2.c, gcc.dg/c99-impl-int-2.c: New tests.
4483
4484 Wed Jul 26 19:41:51 2000  Hans-Peter Nilsson  <hp@axis.com>
4485
4486         * gcc.c-tortuer/execute/20000726-1.c: New test.
4487
4488 2000-07-26  Alexandre Oliva  <aoliva@redhat.com>
4489
4490         * gcc.c-torture/execute/enum-2.c: New test.
4491
4492 2000-07-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4493
4494         * gcc.dg/cpp/tr-warn3.c: New test.
4495
4496 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
4497
4498         * g++.old-deja/g++.ext/implicit1.C: Remove.
4499         * g++.old-deja/g++.jason/c2.C: Remove
4500         * g++.old-deja/g++.mike/p700.C: Add prototype parameters.
4501         * g++.old-deja/g++.pt/crash16.C: Likewise.
4502         * g++.old-deja/g++.brendan/crash43.C: Remove -fstrict-prototype.
4503
4504 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
4505
4506         * g++.old-deja/g++.other/for2.C: New test.
4507
4508 2000-07-25  Jakub Jelinek  <jakub@redhat.com>
4509
4510         * gcc.dg/20000720-1.c: New test.
4511
4512 2000-07-25  Toon Moene  <toon@moene.indiv.nluug.nl>
4513
4514         * g77.f-torture/compile/20000630-2.x: Removed.  Case fixed.
4515
4516 2000-07-24  Geoff Keating  <geoffk@cygnus.com>
4517
4518         * gcc.c-torture/execute/20000722-1.x: New, testcase fails.
4519         * gcc.c-torture/execute/20000722-1.c: New.
4520         * gcc.c-torture/execute/20000516-1.c: Delete, replaced by 20000722-1.
4521
4522 2000-07-24  Jakub Jelinek  <jakub@redhat.com>
4523
4524         * gcc.dg/cpp/20000720-1.S: New test.
4525
4526 2000-07-21  Michael Meissner  <meissner@redhat.com>
4527
4528         * gcc.c-torture/execute/ieee/hugeval.c: New test.
4529
4530 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
4531
4532         * g++.old-deja/g++.brendan/crash16.C,
4533         g++.old-deja/g++.brendan/parse3.C,
4534         g++.old-deja/g++.brendan/redecl1.C,
4535         g++.old-deja/g++.ns/template13.C,
4536         g++.old-deja/g++.other/decl4.C,
4537         g++.old-deja/g++.pt/spec14.C: Mark as crash test, expected to fail.
4538
4539 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
4540
4541         * lib/old-dejagnu.exp: Check for both "Internal compiler error"
4542         and "Internal error".
4543
4544         * gcc.dg/cpp/20000625-2.c, gcc.dg/cpp/macsyntx.c: Update error
4545         regexps.
4546         * gcc.dg/cpp/paste6.c: New test.
4547
4548 2000-07-19  Zack Weinberg  <zack@wolery.cumb.org>
4549
4550         * gcc.dg/cpp/tr-direct.c: New test.
4551
4552         * gcc.dg/cpp/directiv.c, gcc.dg/cpp/macsyntx.c,
4553         gcc.dg/cpp/undef1.c: Tweak error regexps.
4554
4555 2000-07-18  Eric Christopher <echristo@redhat.com>
4556
4557         * gcc.c-torture/compile/20000718-1.c: New test.
4558
4559 2000-07-18  Zack Weinberg  <zack@wolery.cumb.org>
4560
4561         * cpplex.c (_cpp_push_token): If the token being pushed back
4562         is the previous token in this context, just subtract one from
4563         context->posn.
4564         * cppmacro.c (save_expansion): Clear aux field when storing a
4565         placemarker.
4566
4567 2000-07-18  Alexandre Oliva  <aoliva@redhat.com>
4568
4569         * gcc.dg/noncompile/redecl-1.c: New test.
4570
4571 2000-07-18  Jakub Jelinek  <jakub@redhat.com>
4572
4573         * gcc.c-torture/execute/20000717-5.c: New test.
4574         * gcc.c-torture/execute/20000717-1.x: Removed.
4575
4576 2000-07-17  Richard Henderson  <rth@cygnus.com>
4577
4578         * gcc.c-torture/execute/20000717-4.c: New test.
4579
4580 2000-07-17  Zack Weinberg  <zack@wolery.cumb.org>
4581
4582         * gcc.dg/cpp/syshdr.c: New test.
4583         * gcc.dg/cpp/syshdr1.h, gcc.dg/cpp/syshdr2.h: New files.
4584
4585 2000-07-17  Neil Booth  <neilb@earthling.net>
4586
4587         * gcc.dg/cpp/cmdlne-dM.c: New test.
4588         * gcc.dg/cpp/cmdlne-dD.c: New test.
4589
4590 Mon Jul 17 03:13:12 2000  Jeffrey A Law  (law@cygnus.com)
4591
4592         * gcc.c-torture/execute/20000717-3.c: New test.
4593
4594         * gcc.c-torture/compile/20000717-1.c: New test.
4595
4596 2000-07-17  Geoffrey Keating  <geoffk@cygnus.com>
4597
4598         * gcc.c-torture/execute/20000717-2.c: New test.
4599
4600 2000-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
4601
4602         * gcc.dg/formatz-1.c: New test.
4603
4604         * gcc.dg/c90-digraph-1.c, gcc.dg/c94-digraph-1.c,
4605         * gcc.dg/c99-digraph-1.c: New tests.
4606
4607         * gcc.dg/c90-hexfloat-1.c, gcc.dg/c90-hexfloat-2.c,
4608         * gcc.dg/c99-hexfloat-1.c, gcc.dg/c99-hexfloat-2.c: New tests.
4609
4610         * gcc.dg/c90-enum-comma-1.c, gcc.dg/c90-idem-qual-1.c,
4611         * gcc.dg/c90-impl-decl-1.c, gcc.dg/c90-impl-int-1.c,
4612         * gcc.dg/c90-longlong-1.c, gcc.dg/c90-restrict-1.c,
4613         * gcc.dg/c90-return-1.c, gcc.dg/c99-enum-comma-1.c,
4614         * gcc.dg/c99-idem-qual-1.c, gcc.dg/c99-impl-decl-1.c,
4615         * gcc.dg/c99-impl-int-1.c, gcc.dg/c99-longlong-1.c,
4616         * gcc.dg/c99-restrict-1.c, gcc.dg/c99-return-1.c: New tests.
4617
4618 Mon Jul 17 00:41:57 2000   Greg McGary <greg@mcgary.org>
4619
4620         * gcc.c-torture/execute/20000717-1.c: New test.
4621         * gcc.c-torture/execute/20000717-1.x: Expected to fail.
4622
4623 2000-07-15  Jakub Jelinek  <jakub@redhat.com>
4624
4625         * gcc.c-torture/execute/20000715-2.c: New test.
4626         * gcc.dg/20000715-1.c: New test.
4627
4628 2000-07-15  Michael Meissner  <meissner@redhat.com>
4629
4630         * gcc.c-torture/execute/20000715-1.c: New test.
4631
4632 2000-07-13  Jakub Jelinek  <jakub@redhat.com>
4633
4634         * gcc.c-torture/execute/20000707-1.c: New test.
4635
4636 2000-07-13  Neil Booth  <NeilB@earthling.net>
4637
4638         * testsuite/gcc.dg/cpp/digraph1.c,
4639         testsuite/gcc.dg/cpp/digraph2.c,
4640         testsuite/gcc.dg/cpp/digraphs.c: New tests.
4641
4642 2000-07-12  David Billinghurst  <David Billinghurst@riotinto.com.au>
4643
4644         * g77.f-torture/compile/20000630-2.f:  New test.
4645         * g77.f-torture/compile/20000630-2.x
4646
4647 2000-07-11  David Billinghurst  <David.Billinghurst@riotinto.com.au>
4648
4649         * g77.f-torture/execute/20000503-1.x: Delete.  Test now passes.
4650
4651 2000-07-11  Neil Booth  <NeilB@earthling.net>
4652
4653         * gcc.dg/cpp/cmdlne-C.c: Fix typo.
4654
4655 2000-07-11  Neil Booth  <NeilB@earthling.net>
4656
4657         * gcc.dg/cpp/cmdlne-C.c: New.
4658
4659 2000-07-09  Neil Booth  <NeilB@earthling.net>
4660
4661         * gcc.dg/cpp/directiv.c: New tests.
4662         * gcc.dg/cpp/undef1.c: Update.
4663
4664 2000-07-08  Angela Marie Thomas <angela@cygnus.com>
4665
4666         * lib/c-torture.exp: Make compiler_conditional_xfail_data global.
4667
4668 2000-07-09  Neil Booth  <NeilB@earthling.net>
4669
4670         * gcc.dg/cpp/macsyntx.c: Add test for #define defined.
4671
4672 2000-07-07  Zack Weinberg  <zack@wolery.cumb.org>
4673
4674         * gcc.dg/cpp/19951227-1.c, gcc.dg/cpp/assert2.c,
4675         gcc.dg/cpp/if-1.c, gcc.dg/cpp/if-4.c: Tweak error regexps.
4676
4677 2000-07-08  Neil Booth  <NeilB@earthling.net>
4678
4679         * gcc.dg/cpp/macsyntx.c: New tests.
4680
4681 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
4682
4683         * gcc.dg/20000707-1.c: New test.
4684
4685 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
4686
4687         * gcc.c-torture/execute/20000706-1.c: New test.
4688         * gcc.c-torture/execute/20000706-2.c: New test.
4689         * gcc.c-torture/execute/20000706-3.c: New test.
4690         * gcc.c-torture/execute/20000706-4.c: New test.
4691         * gcc.c-torture/execute/20000706-5.c: New test.
4692
4693 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
4694
4695         * g++.old-deja/g++.pt/instantiate7.C: New test.
4696
4697 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
4698
4699         * g++.old-deja/g++.mike/thunk2.C: Add return 0.
4700         * g++.old-deja/g++.mike/thunk3.C: Likewise.
4701         * g++.old-deja/g++.other/rtti3.C: Likewise.
4702         * g++.old-deja/g++.other/rttid3.C: Likewise.
4703
4704 2000-06-30  David Billinghurst  <David Billinghurst@riotinto.com.au>
4705
4706         *  g77.f-torture/compile/20000630-1.x: Fix typo
4707
4708 2000-07-05  Zack Weinberg  <zack@wolery.cumb.org>
4709
4710         * gcc.dg/cpp/ident.c: Don't expect #ident strings in the
4711         assembly output.
4712
4713 2000-07-04  Zack Weinberg  <zack@wolery.cumb.org>
4714
4715         * gcc.dg/cpp/ident.c: New test.
4716
4717 2000-07-05  Neil Booth  <NeilB@earthling.net>
4718
4719         * gcc.dg/cpp/lexident.c, gcc.dg/cpp/lexnum.c,
4720           gcc.dg/cpp/lexstrng.c: New tests.
4721
4722 2000-07-04  Neil Booth  <NeilB@earthling.net>
4723
4724         * gcc.dg/cpp/macro1.c: Add more macro expansion tests.
4725         * gcc.dg/cpp/strify2.c: Same.
4726
4727 2000-07-03  Zack Weinberg  <zack@wolery.cumb.org>
4728
4729         * testsuite/gcc.dg/cpp/19951025-1.c: Adjust regexps.
4730         * testsuite/gcc.dg/cpp/19990703-1.c: Likewise.
4731         * testsuite/gcc.dg/cpp/20000625-1.c: Likewise.
4732         * testsuite/gcc.dg/cpp/20000625-2.c: Likewise.
4733
4734         * testsuite/gcc.dg/cpp/macro1.c,
4735         testsuite/gcc.dg/cpp/paste1.c, testsuite/gcc.dg/cpp/paste2.c,
4736         testsuite/gcc.dg/cpp/paste3.c, testsuite/gcc.dg/cpp/paste4.c,
4737         testsuite/gcc.dg/cpp/strify1.c,
4738         testsuite/gcc.dg/cpp/strify2.c: New tests.
4739
4740 2000-07-03  Jakub Jelinek  <jakub@redhat.com>
4741
4742         * gcc.c-torture/execute/20000703-1.c: New test.
4743
4744 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
4745
4746         * g++.old-deja/g++.pt (lookup10.C): New test.
4747
4748 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
4749
4750         * g++.old-deja/g++.pt (typename25.C): New test.
4751
4752 2000-07-02  Zack Weinberg  <zack@wolery.cumb.org
4753
4754         * gcc.c-torture/compile/20000701-1.c: New test.
4755
4756 2000-06-30  Nick Clifton  <nickc@cygnus.com>
4757
4758         * gcc.c-torture/compile/20000629-1.c: Add second, reversed, loop
4759         to test case.
4760
4761 2000-06-30  Catherine Moore  <clm@cygnus.com>
4762
4763         * gcc.c-torture/execute/align-1.c: New test.
4764
4765 2000-06-30  Nathan Sidwell  <nathan@codesourcery.com>
4766
4767         * g++.old-deja/g++.pt/expr8.C: New test.
4768         * g++.old-deja/g++.pt/expr6.C: Remove XFAIL.
4769
4770 2000-06-29  Nick Clifton  <nickc@cygnus.com>
4771
4772         * gcc.c-torture/compile/20000629-1.c: New test.
4773
4774 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
4775
4776
4777         Move the c-torture/noncompile tests to either gcc.dg/cpp or a new
4778         gcc.dg/noncompile directory, depending on whether they're
4779         preprocessor tests or not.  Annotate all the tests for the dg
4780         framework.
4781
4782         * gcc.c-torture/noncompile/noncompile.exp: Delete.
4783         * gcc.dg/noncompile/noncompile.exp: New.
4784
4785         * Moved files:
4786         Old name                                New name
4787         gcc.c-torture/noncompile/920507-1.c     gcc.dg/noncompile/920507-1.c
4788         gcc.c-torture/noncompile/920616-2.c     gcc.dg/noncompile/920616-2.c
4789         gcc.c-torture/noncompile/920721-2.c     gcc.dg/noncompile/920721-2.c
4790         gcc.c-torture/noncompile/920824-1.c     gcc.dg/noncompile/920824-1.c
4791         gcc.c-torture/noncompile/920923-1.c     gcc.dg/noncompile/920923-1.c
4792         gcc.c-torture/noncompile/921102-1.c     gcc.dg/noncompile/921102-1.c
4793         gcc.c-torture/noncompile/921116-1.c     gcc.dg/noncompile/921116-1.c
4794         gcc.c-torture/noncompile/930301-1.c     gcc.dg/noncompile/930301-1.c
4795         gcc.c-torture/noncompile/930622-1.c     gcc.dg/noncompile/930622-1.c
4796         gcc.c-torture/noncompile/930622-2.c     gcc.dg/noncompile/930622-2.c
4797         gcc.c-torture/noncompile/930714-1.c     gcc.dg/noncompile/930714-1.c
4798         gcc.c-torture/noncompile/931203-1.c     gcc.dg/noncompile/931203-1.c
4799         gcc.c-torture/noncompile/940112-1.c     gcc.dg/noncompile/940112-1.c
4800         gcc.c-torture/noncompile/940227-1.c     gcc.dg/noncompile/940227-1.c
4801         gcc.c-torture/noncompile/940510-1.c     gcc.dg/noncompile/940510-1.c
4802         gcc.c-torture/noncompile/950825-1.c     gcc.dg/noncompile/950825-1.c
4803         gcc.c-torture/noncompile/950921-1.c     gcc.dg/noncompile/950921-1.c
4804         gcc.c-torture/noncompile/951123-1.c     gcc.dg/noncompile/951123-1.c
4805         gcc.c-torture/noncompile/971104-1.c     gcc.dg/noncompile/971104-1.c
4806         gcc.c-torture/noncompile/990416-1.c     gcc.dg/noncompile/990416-1.c
4807         gcc.c-torture/noncompile/init-1.c       gcc.dg/noncompile/init-1.c
4808         gcc.c-torture/noncompile/init-2.c       gcc.dg/noncompile/init-2.c
4809         gcc.c-torture/noncompile/invalid_asm.c  gcc.dg/noncompile/invalid_asm.c
4810         gcc.c-torture/noncompile/va-arg-1.c     gcc.dg/noncompile/va-arg-1.c
4811
4812         gcc.c-torture/noncompile/940712-1.c     gcc.dg/cpp/19940712-1.c
4813         gcc.c-torture/noncompile/940712-1.h     gcc.dg/cpp/19940712-1.h
4814         gcc.c-torture/noncompile/940712-1a.h    gcc.dg/cpp/19940712-1a.h
4815         gcc.c-torture/noncompile/940712-1b.h    gcc.dg/cpp/19940712-1b.h
4816         gcc.c-torture/noncompile/951025-1.c     gcc.dg/cpp/19951025-1.c
4817         gcc.c-torture/noncompile/951227-1.c     gcc.dg/cpp/19951227-1.c
4818
4819 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
4820
4821         * gcc.dg/cpp/20000628-1a.h: On each of the first three inclusions,
4822         declare one variable.  On the fourth, error.
4823         * gcc.dg/cpp/20000628-1.c (main): Reference the three variables
4824         declared by 20000628-1a.h.
4825
4826 2000-06-29  Richard Henderson  <rth@redhat.com>
4827
4828         * gcc.c-torture/execute/930529-1.x: New file.
4829         * gcc.dg/920413-1.c: Adjust expected warning text.
4830         * gcc.dg/980217-1.c: Declare abort.
4831         * gcc.dg/cpp/20000628-1a.h: Use a declaration instead of an asm.
4832
4833 Thu Jun 29 09:42:40 2000  Jeffrey A Law  (law@cygnus.com)
4834
4835         * g77.f-torture/compile/20000629-1.f: New test.
4836         * g77.f-torture/compile/20000629-1.x: Expected to fail.
4837
4838 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
4839
4840         Rearrange lots of files, removing entirely the
4841         gcc.c-torture/special, gcc.c-torture/code_quality, and gcc.failure
4842         directories.
4843
4844         * Deleted files:
4845         gcc.c-torture/code_quality/code_quality.exp
4846         gcc.c-torture/special/special.exp
4847         gcc.failure/failure.exp
4848         gcc.failure/940409-1.x
4849         gcc.c-torture/compile/961203-1.x
4850
4851         * New files:
4852         gcc.misc-tests/linkage.exp
4853         gcc.c-torture/execute/920730-1t.c
4854         gcc.c-torture/execute/920730-1t.x
4855         gcc.c-torture/compile/920520-1.x
4856         gcc.c-torture/compile/920521-1.x
4857         gcc.c-torture/compile/981006-1.x
4858         gcc.c-torture/execute/eeprof-1.x
4859
4860         * Moved files (possibly with modifications to fit a new harness):
4861         Old name                                New name
4862         gcc.c-torture/code_quality/920608-1.c   gcc.c-torture/compile/920608-1.c
4863         gcc.c-torture/special/920413-1.c        gcc.dg/920413-1.c
4864         gcc.c-torture/special/920520-1.c        gcc.c-torture/compile/920520-1.c
4865         gcc.c-torture/special/920521-1.c        gcc.c-torture/compile/920521-1.c
4866         gcc.c-torture/special/920717-x.c        gcc.misc-tests/linkage-x.c
4867         gcc.c-torture/special/920717-y.c        gcc.misc-tests/linkage-y.c
4868         gcc.c-torture/special/920730-1.c        gcc.c-torture/execute/920730-1.c
4869         gcc.c-torture/special/930510-1.c        gcc.dg/cpp/19930510-1.c
4870         gcc.c-torture/special/951130-1.c        gcc.dg/951130-1.c
4871         gcc.c-torture/special/960224-1.c        gcc.dg/cpp/19960224-1.c
4872         gcc.c-torture/special/960224-2.c        gcc.dg/cpp/19960224-2.c
4873         gcc.c-torture/special/981006-1.c        gcc.c-torture/compile/981006-1.c
4874         gcc.c-torture/special/eeprof-1.c        gcc.c-torture/execute/eeprof-1.c
4875         gcc.failure/940409-1.c                  gcc.dg/940409-1.c
4876
4877 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
4878
4879         * c-torture/compile/961203-1.x: Delete.
4880
4881         * gcc.misc-tests/acker1.c: Report failure.  Use return from main,
4882         not exit. Include stdio.h.
4883         * gcc.misc-tests/dg-11.c: Remove anchors from regexp.
4884         * gcc.misc-tests/dg-12.c: Likewise.
4885         * gcc.misc-tests/dg-5.c: Likewise.
4886         * gcc.misc-tests/dg-6.c: Likewise.
4887         * gcc.misc-tests/dg-7.c: Prototype abort.
4888         * gcc.misc-tests/dg-9.c: Adjust error-message regexps.
4889         * gcc.misc-tests/dhry.h: Include stdlib.h and string.h.
4890         * gcc.misc-tests/matrix1.c: Report failure.  Use return from main,
4891         not exit.
4892         * gcc.misc-tests/sieve.c: Use return from main, not exit.
4893         * gcc.misc-tests/sort2.c: Use return from main, not exit.
4894
4895 2000-06-28  Jakub Jelinek  <jakub@redhat.com>
4896
4897         * gcc.dg/cpp/20000628-1.c: New test.
4898         * gcc.dg/cpp/20000628-1.h: New header for above test.
4899         * gcc.dg/cpp/20000628-1a.h: Likewise.
4900
4901 2000-06-27  Zack Weinberg  <zack@wolery.cumb.org>
4902
4903         * gcc.dg/cpp: New directory.
4904         * gcc.dg/cpp/cpp.exp: New driver.
4905         * gcc.dg/cpp/20000627-1.c: New test.
4906         * gcc.c-torture/special/special.exp: Remove entry for 921210-1.c.
4907         * gcc.c-torture/special/921210-1.c: Move to gcc.dg/cpp/19921210-1.c
4908         and rewrite as a compilation test.
4909
4910         * gcc.dg: Move many files into the cpp subdirectory, possibly
4911         renaming or editing them as well.
4912         Old name                New name
4913         990119-1.c              cpp/19990119-1.c
4914         990228-1.c              cpp/19990228-1.c
4915         990407-1.c              cpp/19990407-1.c
4916         990409-1.c              cpp/19990409-1.c
4917         990413-1.c              cpp/19990413-1.c
4918         990703-1.c              cpp/19990703-1.c
4919         20000127-1.c            cpp/20000127-1.c
4920         20000129-1.c            cpp/20000129-1.c
4921         20000207-1.c            cpp/20000207-1.c
4922         20000207-2.c            cpp/20000207-2.c
4923         20000209-1.c            cpp/20000209-1.c
4924         20000209-2.c            cpp/20000209-2.c
4925         20000301-1.c            cpp/20000301-1.c
4926         20000419-1.c            cpp/20000419-1.c
4927         20000510-1.S            cpp/20000510-1.S
4928         20000519-1.c            cpp/20000519-1.c
4929         20000529-1.c            cpp/20000529-1.c
4930         20000625-1.c            cpp/20000625-1.c
4931         20000625-2.c            cpp/20000625-2.c
4932         cpp-as1.c               cpp/assert1.c
4933         cpp-as2.c               cpp/assert2.c
4934         cxx-comments-1.c        cpp/cxxcom1.c
4935         cxx-comments-2.c        cpp/cxxcom2.c
4936         endif-label.c           cpp/endif.c
4937         cpp-hash1.c             cpp/hash1.c
4938         cpp-hash2.c             cpp/hash2.c
4939         cpp-if1.c               cpp/if-1.c
4940         cpp-if2.c               cpp/if-2.c
4941         cpp-if3.c               cpp/if-3.c
4942         cpp-if4.c               cpp/if-4.c
4943         cpp-if5.c               cpp/if-5.c
4944         cpp-cond.c              cpp/if-cexp.c
4945         cpp-missingop.c         cpp/if-mop.c
4946         cpp-missingparen.c      cpp/if-mpar.c
4947         cpp-opprec.c            cpp/if-oppr.c
4948         cpp-ifparen.c           cpp/if-paren.c
4949         cpp-shortcircuit.c      cpp/if-sc.c
4950         cpp-shift.c             cpp/if-shift.c
4951         cpp-unary.c             cpp/if-unary.c
4952         cpp-li1.c               cpp/line1.c
4953         cpp-li2.c               cpp/line2.c
4954         lineno.c                cpp/line3.c
4955         lineno-2.c              cpp/line4.c
4956         cpp-mi.c                cpp/mi1.c
4957         cpp-mic.h               cpp/mi1c.h
4958         cpp-micc.h              cpp/mi1cc.h
4959         cpp-mind.h              cpp/mi1nd.h
4960         cpp-mindp.h             cpp/mi1ndp.h
4961         cpp-mix.h               cpp/mi1x.h
4962         cpp-mi2.c               cpp/mi2.c
4963         cpp-mi2a.h              cpp/mi2a.h
4964         cpp-mi2b.h              cpp/mi2b.h
4965         cpp-mi2c.h              cpp/mi2c.h
4966         cpp-mi3.c               cpp/mi3.c
4967         cpp-mi3.def             cpp/mi3.def
4968         poison-1.c              cpp/poison.c
4969         pr-impl.c               cpp/prag-imp.c
4970         cpp-redef-2.c           cpp/redef1.c
4971         cpp-redef.c             cpp/redef2.c
4972         strpaste.c              cpp/strp1.c
4973         strpaste-2.c            cpp/strp2.c
4974         cpp-tradpaste.c         cpp/tr-paste.c
4975         cpp-tradstringify.c     cpp/tr-str.c
4976         cpp-tradwarn1.c         cpp/tr-warn1.c
4977         cpp-tradwarn2.c         cpp/tr-warn2.c
4978         trigraphs.c             cpp/trigraphs.c
4979         cpp-unc1.c              cpp/unc1.c
4980         cpp-unc2.c              cpp/unc2.c
4981         cpp-unc3.c              cpp/unc3.c
4982         cpp-unc.c               cpp/unc4.c
4983         undef.c                 cpp/undef1.c
4984         undef-2.c               cpp/undef2.c
4985         cpp-wi1.c               cpp/widestr1.c
4986
4987 2000-06-27  Mark Mitchell  <mark@codesourcery.com>
4988
4989         * lib/g++.exp (g++_include_flags): Tweak.
4990
4991 2000-06-27  H.J. Lu  <hjl@gnu.org>
4992             Loren J. Rittle  <ljrittle@acm.org>
4993
4994         * lib/g++.exp (g++_include_flags): Override libgloss.exp
4995         version with one that knows about the new gcc tree structure.
4996         (g++_link_flags): Same.
4997
4998 2000-06-26  Zack Weinberg  <zack@wolery.cumb.org>
4999
5000         * gcc.dg/20000419-1.c, gcc.dg/cpp-mi.c, gcc.dg/cpp-tradwarn1.c,
5001         gcc.dg/cpp-unc.c: Use "target *-*-*", not "target native", in
5002         case we are cross-compiling.
5003
5004         * g++.old-deja/Makefile.in, g++.old-deja/configure.in,
5005         g++.old-deja/g++.niklas/Makefile.in,
5006         g++.old-deja/g++.niklas/configure.in,
5007         g++.old-deja/g++.other/Makefile.in,
5008         g++.old-deja/g++.other/configure.in,
5009         gcc.c-torture/code_quality/Makefile.in,
5010         gcc.c-torture/code_quality/configure.in,
5011         gcc.c-torture/compat/Makefile.in, gcc.c-torture/compat/configure.in,
5012         gcc.c-torture/compile/Makefile.in, gcc.c-torture/compile/configure.in,
5013         gcc.c-torture/execute/Makefile.in, gcc.c-torture/execute/configure.in,
5014         gcc.c-torture/execute/ieee/Makefile.in,
5015         gcc.c-torture/execute/ieee/configure.in,
5016         gcc.c-torture/noncompile/Makefile.in,
5017         gcc.c-torture/noncompile/configure.in,
5018         gcc.c-torture/special/Makefile.in, gcc.c-torture/special/configure.in,
5019         gcc.c-torture/unsorted/Makefile.in, gcc.c-torture/unsorted/configure.in,
5020         gcc.misc-tests/Makefile.in, gcc.misc-tests/configure.in: Delete.
5021
5022 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
5023
5024         * g++.old-deja/g++.other/ambig3.C: New test.
5025
5026 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
5027
5028         * g++.old-deja/g++.pt/syntax1.C: New test.
5029         * g++.old-deja/g++.pt/syntax2.C: New test.
5030         * g++.old-deja/g++.other/syntax3.C: New test.
5031         * g++.old-deja/g++.other/syntax4.C: New test.
5032
5033 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
5034
5035         * gcc.dg/20000623-1.c: Prototype exit and abort.
5036
5037 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
5038
5039         * gcc.dg/20000625-1.c, gcc.dg/20000625-2.c, gcc.dg/cpp-mi3.c:
5040         New tests.
5041         * gcc.dg/cpp-mi3.def: New file.
5042
5043         * gcc.dg/cpp-as1.c: Also test that macro expansion does not occur
5044         inside assertions.
5045         * gcc.dg/cpp-as2.c: Make error regexps match either old or new
5046         lexer's error messages.
5047         * gcc.dg/cpp-mi.c: Use -H and examine the output, don't try to
5048         divine anything from the linemarkers.
5049         * gcc.dg/cpp-micc.h: Fix typo (declare int b, not int a);
5050         * gcc.dg/poison-1.c: Preprocess only; apply -fno-show-column.
5051
5052 2000-06-23  Geoffrey Keating  <geoffk@cygnus.com>
5053
5054         * gcc.dg/20000623-1.c: New test.
5055
5056 2000-06-22  Jakub Jelinek  <jakub@redhat.com>
5057
5058         * gcc.c-torture/execute/20000622-1.c: New test.
5059
5060 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
5061
5062         * g++.old-deja/g++.other/init15.C: New test.
5063
5064 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
5065
5066         * g++.old-deja/g++.pt/vaarg2.C: New test.
5067         * g++.old-deja/g++.pt/vaarg3.C: New test.
5068
5069 2000-06-20  Nathan Sidwell  <nathan@codesourcery.com>
5070
5071         * g++.old-deja/g++.other/dyncast6.C: New test.
5072
5073 2000-06-15  Jakub Jelinek  <jakub@redhat.com>
5074
5075         * gcc.c-torture/execute/loop-6.c: New test.
5076
5077 2000-06-14  Jakub Jelinek  <jakub@redhat.com>
5078
5079         * gcc.dg/20000614-1.c: New test.
5080         * gcc.dg/20000614-2.c: New test.
5081
5082 2000-06-14  Hans-Peter Nilsson  <hp@axis.com>
5083
5084         * g++.old-deja/g++.other/inline12.C: New test.
5085
5086 2000-06-13  Jakub Jelinek  <jakub@redhat.com>
5087
5088         * g++.old-deja/g++.other/eh1.C: New test.
5089
5090 2000-06-12  Jakub Jelinek  <jakub@redhat.com>
5091
5092         * g++.old-deja/g++.other/type.C: New test.
5093
5094 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
5095
5096         * g++.old-deja/g++.other/initstring.C: New test.
5097
5098 2000-06-12  Jason Merrill  <jason@redhat.com>
5099
5100         * g++.old-deja/old-deja.exp: Add -Wno-long-long.
5101
5102 Fri Jun  9 22:46:34 2000  Jeffrey A Law  (law@cygnus.com)
5103
5104         * gcc.c-torture/compile/20000609-1.c: New test.
5105
5106 Fri Jun  9 21:54:28 2000  Clinton Popetz  <cpopetz@cygnus.com>
5107
5108         * gcc.dg/20000609-1.c: New test.
5109
5110 2000-06-08  Zack Weinberg  <zack@wolery.cumb.org>
5111
5112         * gcc.c-torture/noncompile/noncompile.exp: Remove poison-1 block.
5113         * gcc.c-torture/noncompile/poison-1.c: Move...
5114         * gcc.dg/poison-1.c: ...here, and adapt to dg framework.
5115         * gcc.dg/cpp-li1.c: Add a token after the #line.
5116
5117 2000-06-05  Richard Henderson  <rth@cygnus.com>
5118
5119         * gcc.c-torture/execute/20000605-2.c: New test.
5120         * gcc.c-torture/execute/20000605-3.c: New test.
5121
5122 2000-06-06  David Billinghurst  <David Billinghurst@riotinto.com.au>
5123
5124         * g77.f-torture/execute/20000503-1.x: New file.
5125
5126 2000-06-06  Nathan Sidwell  <nathan@codesourcery.com>
5127
5128         * g++.old-deja/g++.eh/badalloc1.C: New test.
5129
5130 2000-06-05  Richard Henderson  <rth@cygnus.com>
5131
5132         * gcc.c-torture/execute/20000605-1.c: New test.
5133
5134 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
5135             Nathan Sidwell <nathan@codesourcery.com>
5136
5137         * gcc.c-torture/compile/20000605-1.c: New test.
5138
5139 2000-06-03  David Billinghurst  <David Billinghurst@riotinto.com.au>
5140
5141         * g77.f-torture/compile/20000601-1.f:  New test.
5142
5143 2000-06-03  Richard Henderson  <rth@cygnus.com>
5144
5145         * gcc.c-torture/execute/20000603-1.c: New.
5146
5147 2000-06-02  Zack Weinberg  <zack@wolery.cumb.org>
5148
5149         * gcc.dg/noreturn-1.c (foo7, foo8): Revert previous change.
5150         * gcc.dg/noreturn-2.c (noreturn): Likewise.
5151
5152 2000-06-01  Zack Weinberg  <zack@wolery.cumb.org>
5153
5154         * gcc.dg/compare2.c (case 12): XFAIL.
5155         * gcc.dg/noreturn-1.c (foo7, foo8): XFAIL.
5156         * gcc.dg/noreturn-2.c (noreturn): XFAIL.
5157
5158         * gcc.dg/cpp-tradwarn2.c: Update egrep pattern.
5159
5160 2000-05-29  Zack Weinberg  <zack@wolery.cumb.org>
5161
5162         * gcc.dg/cpp-mi.c: Add another case, cpp-mix.h, where the
5163         guard macro is already defined when the header is first
5164         included.
5165         * gcc.dg/cpp-mix.h: New file.
5166         * gcc.dg/endif-label.c: Update patterns to match compiler.
5167
5168         * g++.brendan/complex1.C: Declare abort.
5169         * g++.law/refs4.C: Remove XFAIL.
5170         * g++.oliva/expr2.C: Declare abort and exit.
5171
5172 2000-05-28  Alexandre Oliva  <aoliva@cygnus.com>
5173
5174         * gcc.c-torture/execute/20000528-1.c: New test.
5175
5176         * g++.old-deja/g++.law/refs4.C: Mark as XFAIL.
5177         * g++.old-deja/g++.law/temps4.C: Likewise.
5178
5179         * g++.old-deja/g++.brendan/code-gen4.C: Include stdio.h and
5180         stdlib.h.  Call abort() on failure.
5181         * g++.old-deja/g++.law/refs4.C: Likewise.
5182         * g++.old-deja/g++.law/temps4.C: Likewise.
5183         * g++.old-deja/g++.brendan/complex1.C: Don't assume argc is 1.
5184         * gcc.c-torture/execute/20000112-1.c: Include string.h.
5185
5186 2000-05-27  Zack Weinberg  <zack@wolery.cumb.org>
5187
5188         Relative to g++.dg/special:
5189         * conpr-1.C, conpr-2.C, conpr-3.C: Include stdlib.h.
5190
5191         Relative to g++.old-deja:
5192         * g++.brendan/complex1.C, g++.jason/optimize2.C,
5193         g++.mike/p9732b.C, g++.other/addrof1.C, g++.other/dyncast5.C,
5194         g++.other/init5.C, g++.other/init7.C, g++.other/union2.C,
5195         g++.pt/vbase1.C, g++.robertl/eb14.C, g++.robertl/eh990323-1.C,
5196         g++.robertl/eh990323-2.C, g++.robertl/eh990323-3.C,
5197         g++.robertl/eh990323-4.C, g++.robertl/eh990323-5.C,
5198         g++.robertl/ice990323-2.C: Prototype exit and/or abort.
5199
5200         * g++.brendan/nest21.C, g++.eh/rethrow3.C, g++.jason/init3.C,
5201         g++.law/arm15.C, g++.law/cvt2.C, g++.law/visibility17.C,
5202         g++.mike/eh23.C, g++.mike/eh25.C, g++.mike/eh34.C,
5203         g++.mike/eh48.C, g++.mike/eh55.C, g++.mike/p2736.C,
5204         g++.oliva/new1.C, g++.other/align.C, g++.robertl/eb39.C,
5205         g++.robertl/eb54.C, g++.robertl/eb63.C: Include stdlib.h
5206         and/or string.h.
5207
5208         * g++.other/goto1.C: Update expectations for error messages.
5209
5210 2000-05-25  Alexandre Oliva  <aoliva@cygnus.com>
5211
5212         * gcc.c-torture/compile/20000523-1.c: New test.
5213
5214 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
5215
5216         * g++.old-deja/g++.abi/ptrflags.C: Use __pbase_type_info.
5217
5218 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
5219
5220         * g++.old-deja/g++.eh/catch11.C: New test.
5221         * g++.old-deja/g++.eh/catch12.C: New test.
5222
5223 2000-05-24  Nick Clifton  <nickc@cygnus.com>
5224
5225         * gcc.c-torture/execute/20000523-1.c: New test.
5226
5227 2000-05-23  Zack Weinberg  <zack@wolery.cumb.org>
5228
5229         * c-torture/execute/bcp-1.c: Replace abort in arg of
5230         __builtin_constant_p with a generic external function.
5231
5232         * gcc.dg/20000108-1.c, gcc.dg/980211-1.c, gcc.dg/980414-1.c,
5233         gcc.dg/990119-1.c, gcc.dg/990409.c, gcc.dg/990424-1.c,
5234         gcc.dg/991230-1.c, gcc.dg/clobbers.c, gcc.dg/lineno.c,
5235         gcc.dg/noreturn-1.c, gcc.dg/trigraphs.c, gcc.dg/uninit-4.c:
5236         Prototype abort and/or exit.
5237
5238         * gcc.dg/990407-1.c, gcc.dg/strpaste.c,
5239         gcc.dg/special/alias-1.c, gcc.dg/special/gcsec-1.c,
5240         gcc.dg/special/weak-1.c, gcc.dg/special/weak-2.c,
5241         gcc.dg/special/wkali-1.c, gcc.dg/special/wkali-2.c: Include stdlib.h.
5242
5243 2000-05-22  Alexandre Oliva  <aoliva@cygnus.com>
5244
5245         * gcc.dg/dwarf2-1.c: New test.
5246
5247 2000-05-20  Richard Henderson  <rth@cygnus.com>
5248
5249         * lib/f-torture.exp (TORTURE_OPTIONS): Add "-O3 -g" and "-O3 -fssa".
5250
5251 2000-05-20  Andreas Jaeger  <aj@suse.de>
5252
5253         * gcc.c-torture/execute/20000519-1.c (main): Fixed return value of
5254         testcase.
5255
5256 2000-05-19  David Edelsohn  <edelsohn@gnu.org>
5257
5258         * gcc.c-torture/execute/20000519-2.c: New test.
5259
5260 2000-05-19  Andreas Jaeger  <aj@suse.de>
5261
5262         * gcc.c-torture/execute/20000519-1.c: Testcase from Ulrich Drepper
5263         which fails with SSA.
5264
5265         * lib/c-torture.exp: Also test with -O3 -fssa.
5266
5267 2000-05-18  Michael Meissner  <meissner@redhat.com>
5268
5269         * gcc.c-torture/compile/920501-1.c: Remove CYGNUS LOCAL markers.
5270         * gcc.c-torture/execute/920415-1.c: Ditto.
5271         * gcc.c-torture/execute/920501-1.c: Ditto.
5272         * gcc.c-torture/execute/conversion.c: Ditto.
5273         * gcc.c-torture/execute/cvt-1.c: Ditto.
5274
5275 Thu May 18 16:03:29 2000  Jeffrey A Law  (law@cygnus.com)
5276
5277         * gcc.c-torture/compile/20000518-1.c: New test.
5278
5279 2000-05-18  David Billinghurst  <David.Billinghurst@riotinto.com.au>
5280
5281         * g77.f-torture/compile/200005018.f:  New test.
5282
5283 Wed May 17 18:30:10 2000  Jeffrey A Law  (law@cygnus.com)
5284
5285         * gcc.c-torture/compile/20000517-1.c: New test.
5286
5287 2000-05-16  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5288
5289         * gcc.c-torture/execute/20000516-1.c: New test.
5290
5291 2000-05-15  Jakub Jelinek  <jakub@redhat.com>
5292
5293         * g++.old-deja/g++.other/eh.C: New test.
5294
5295 2000-05-12  Richard Henderson  <rth@cygnus.com>
5296
5297         * gcc.c-torture/execute/990208-1.c (main): Don't pass
5298         constants through to doit's conditional.
5299
5300 Thu May 11 19:02:43 2000  Jeffrey A Law  (law@cygnus.com)
5301
5302         * gcc.c-torture/compile/20000511-1.c: New test.
5303         * g77.f-torture/compile/20000511-1.f: New test.
5304         * g77.f-torture/compile/20000511-2.f: New test.
5305
5306 2000-05-11  Michael Meissner  <meissner@redhat.com>
5307
5308         * gcc.c-torture/execute/20000511-1.c: New test.
5309
5310 2000-05-11  Zack Weinberg  <zack@wolery.cumb.org>
5311
5312         * gcc.dg/dg.exp: Scan .S files as well as .c files.
5313         * gcc.dg/20000510-1.S: New.
5314
5315 2000-05-08  Catherine Moore  <clm@cygnus.com>
5316
5317         * gcc.dg/unused-3.c: New.
5318
5319 2000-05-06  Richard Henderson  <rth@cygnus.com>
5320
5321           * g++.old-deja/g++.brendan/code-gen2.C: Cast to size_t, not int.
5322           * g++.old-deja/g++.mike/warn1.C: Likewise.
5323           * g++.old-deja/g++.pt/local1.C: Likewise.
5324           * g++.old-deja/g++.pt/local7.C: Likewise.
5325           * g++.old-deja/g++.pt/spec16.C: Likewise.
5326
5327 2000-05-06  Nathan Sidwell  <nathan@codesourcery.com>
5328
5329         * g++.old-deja/g++.abi/ptrflags.C: Correct and extend.
5330
5331 2000-05-05  David Billinghurst  <David Billinghurst@riotinto.com.au>
5332
5333           * g77.f-torture/execute/20000503-1.f:  New test.
5334
5335 2000-05-04  Andreas Jaeger  <aj@suse.de>
5336
5337         * gcc.dg/noreturn-2.c: New test.
5338
5339 2000-05-04  Neil Booth  <NeilB@earthling.net>
5340
5341         * gcc.dg/cpp-opprec.c: New tests for operator precedence in the
5342         preprocessor.
5343
5344 2000-05-04  Richard Henderson  <rth@cygnus.com>
5345
5346         * gcc.c-torture/execute/20000503-1.c: Fix typo.
5347
5348 2000-05-04  Richard Henderson  <rth@cygnus.com>
5349
5350         * gcc.c-torture/compile/20000504-1.c: New test.  Derived from
5351         OpenSSL by Jason R Thorpe.
5352
5353 Wed May  3 13:02:10 2000  Jim Wilson  <wilson@cygnus.com>
5354
5355         * gcc.c-torture/execute/20000503-1.c: New test for extract_muldiv bug.
5356
5357 2000-05-03  Robert Lipe <robertlipe@usa.net>
5358
5359         * gcc.dg/20000503-1.c: New test.
5360
5361 2000-05-02  Jakub Jelinek  <jakub@redhat.com>
5362
5363         * gcc.c-torture/compile/20000502-1.c: New test.
5364         * g++.old-deja/g++.other/align.C: New test.
5365         * gcc.dg/cpp-tradstringify.c: New test.
5366
5367 Thu Apr 27 15:58:18 MET DST 2000  Jan Hubicka  <jh@suse.cz>
5368
5369         * gcc.c-torture/compile/20000427-1.c: New test for loop hoisting code
5370         and hard registers.
5371
5372 2000-04-26  Geoff Keating  <geoffk@cygnus.com>
5373
5374         * gcc.c-torture/execute/loop-5.c: New test.
5375
5376 2000-04-25  Jakub Jelinek  <jakub@redhat.com>
5377
5378         * gcc.c-torture/execute/va-arg-20.c: New test.
5379
5380 Sun Apr 23 14:41:33 2000  Jeffrey A Law  (law@cygnus.com)
5381
5382         * gcc.c-torture/execute/20000422-1.c: New test.
5383
5384 2000-04-20  Greg McGary  <gkm@gnu.org>
5385
5386         * gcc.c-torture/compile/20000420-2.c: New test for stack misalignment
5387         when optimizing, but without sibling-call optimizations (-O1).
5388
5389 Thu Apr 20 11:57:03 2000  Jeffrey A Law  (law@cygnus.com)
5390
5391           * gcc.c-torture/compile/20000420-1.c: New test.
5392
5393 2000-04-20  Nathan Sidwell  <nathan@codesourcery.com>
5394
5395         * g++.abi/ptrflags.C: New test.
5396         * g++.eh/catchptr1.C: Test incomplete pointer chains.
5397
5398 Wed Apr 19 09:16:32 2000  Catherine Moore  <clm@cygnus.com>
5399
5400         * gcc.c-torture/execute/921017-1.c: Check for NO_TRAMPOLINES.
5401
5402 2000-04-19  Greg McGary  <gkm@gnu.org>
5403
5404         * gcc.c-torture/execute/20000419-1.c: New test for arg clobbering with
5405         sibling-call optimizations.
5406
5407 2000-04-19  Zack Weinberg  <zack@wolery.cumb.org>
5408
5409         * gcc.dg/20000419-1.c: New test.
5410
5411 Wed Apr 12 22:54:02 2000  Hans-Peter Nilsson  <hp@axis.com>
5412
5413         * gcc.c-torture/execute/20000412-6.c: New test.
5414
5415 Wed Apr 12 10:25:08 2000  Jeffrey A Law  (law@cygnus.com)
5416
5417         * gcc.c-torture/execute/20000412-5.c: New test.
5418         * g77.f-torture/compile/20000412-1.f: New test.
5419         * gcc.c-torture/execute/20000412-4.c: New test.
5420         * gcc.c-torture/compile/20000412-2.c: New test.
5421         * gcc.c-torture/execute/20000412-3.c: New test.
5422         * gcc.c-torture/compile/20000412-1.c: New test.
5423         * gcc.c-torture/execute/20000412-2.c: New test.
5424
5425 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
5426
5427         * objc/execute/bf-20.m: New test.
5428
5429 2000-04-10  Richard Henderson  <rth@cygnus.com>
5430
5431         * gcc.c-torture/execute/20000412-1.c: Reduce some more.
5432
5433         * gcc.c-torture/execute/20000412-1.c: New test.
5434
5435 2000-04-10  Nathan Sidwell  <nathan@codesourcery.com>
5436
5437         * g++.old-deja/g++.eh/catchptr1.C: New test.
5438
5439 2000-04-09  Nathan Sidwell  <nathan@codesourcery.com>
5440
5441         * g++.old-deja/g++.abi/cxa_vec.C: New test.
5442
5443 2000-04-08  Neil Booth  <NeilB@earthling.net>
5444
5445         * gcc.dg/cpp-nullchar.c: Remove test as
5446         embedded nulls cause problems.
5447
5448 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5449
5450         * gcc.dg/compare2.c: New test.
5451
5452 2000-04-08  Neil Booth  <NeilB@earthling.net>
5453
5454         * gcc.dg/cpp-nullchar.c: New test.
5455
5456 2000-04-07  Zack Weinberg  <zack@wolery.cumb.org>
5457
5458         * gcc.dg/cpp-mi2.c: New test.
5459         * gcc.dg/cpp-mi2[abc].h: New files.
5460
5461 2000-04-07  Nathan Sidwell  <nathan@codesourcery.com>
5462
5463         * g++.old-deja/g++.abi/vmihint.C: Adjust __vmi_class_type_info
5464         member name.
5465
5466 2000-04-06  Nathan Sidwell  <nathan@codesourcery.com>
5467
5468         * g++.old-deja/g++.abi/vmihint.C: New test.
5469
5470 2000-04-06  Neil Booth  <NeilB@earthling.net>
5471
5472         * cpp-ifparen.c, cpp-missingop.c, cpp-missingparen.c,
5473         cpp-shift.c, cpp-shortcircuit.c, cpp-unary.c:  Add FSF
5474         copyright.
5475
5476 Wed Apr  5 22:51:36 2000  Hans-Peter Nilsson  <hp@axis.com>
5477
5478         * gcc.c-torture/execute/960327-1.c (f): Add a letter to s[] to
5479         avoid stack-frame overwrite.
5480
5481 2000-04-05  Jakub Jelinek  <jakub@redhat.com>
5482
5483         * gcc.c-torture/compile/20000405-2.c: New test.
5484         * gcc.c-torture/compile/20000405-3.c: New test.
5485
5486 2000-04-05  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
5487
5488         * gcc.c-torture/compile/20000405-1.c: New test.
5489
5490 2000-04-04  Geoff Keating  <geoffk@cygnus.com>
5491
5492         * gcc.dg/cast-qual-1.c: Revert last change.
5493
5494 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5495
5496         * gcc.dg/cast-qual-1.c: Check casts through a pointer typedef.
5497
5498 2000-04-03  Zack Weinberg  <zack@wolery.cumb.org>
5499
5500         * gcc.dg/cpp-redef-2.c, gcc.dg/cpp-tradwarn1.c,
5501         gcc.dg/cpp-unc.c: Add -fno-show-column to compiler options.
5502
5503 Mon Apr  3 02:35:34 2000  Jeffrey A Law  (law@cygnus.com)
5504
5505         * gcc.c-torture/compile/20000403-2.c: New test.
5506         * gcc.c-torture/compile/20000403-1.c: New test.
5507
5508 Mon Apr  3 16:53:52 2000  Hans-Peter Nilsson  <hp@axis.com>
5509
5510         * gcc.c-torture/execute/20000403-1.c: New test.
5511
5512 2000-04-03  Geoff Keating  <geoffk@cygnus.com>
5513
5514         * gcc.c-torture/execute/20000402-1.c: New test.
5515
5516 Mon Apr  3 14:10:34 2000  Donald Lindsay  <dlindsay@cygnus.com>
5517
5518         * gcc.c-torture/execute/va-arg-15.c: New test.
5519         * gcc.c-torture/execute/va-arg-16.c: New test.
5520         * gcc.c-torture/execute/va-arg-17.c: New test.
5521         * gcc.c-torture/execute/va-arg-18.c: New test.
5522         * gcc.c-torture/execute/va-arg-19.c: New test.
5523
5524 2000-04-02  Zack Weinberg  <zack@wolery.cumb.org>
5525
5526         * gcc.c-torture/compile/981211-1.c: Move to...
5527         * gcc.dg/cpp-as1.c: ...here.
5528         * gcc.dg/cpp-as2.c: New file.
5529
5530         * gcc.dg/cpp-tradwarn1.c: Change warning regexps to match the
5531         compiler.
5532
5533 2000-04-02  Neil Booth  <NeilB@earthling.net>
5534
5535         * gcc.dg/cpp-cond.c  New tests.
5536         * gcc.dg/cpp-ifparen.c New tests.  Amend existing tests to make
5537         accidental success less likely.
5538         * gcc.dg/cpp-missingop.c  New tests.
5539         * gcc.dg/cpp-missingparen.c  New tests.
5540         * gcc.dg/cpp-shift.c  New tests.
5541         * gcc.dg/cpp-shortcircuit.c  New tests.
5542         * gcc.dg/cpp-unary.c  New tests.
5543
5544 Wed Mar 29 13:44:23 2000  Jeffrey A Law  (law@cygnus.com)
5545
5546         * gcc.c-torture/compile/20000329-1.c: New test.
5547
5548 2000-03-26  Bernd Schmidt  <bernds@cygnus.co.uk>
5549
5550         * gcc.c-torture/compile/20000326-1.c: New test.
5551         * gcc.c-torture/compile/20000326-2.c: New test.
5552
5553 2000-03-24  Geoff Keating  <geoffk@cygnus.com>
5554
5555         * gcc.c-torture/execute/va-arg-14.c: New test for va_start where
5556         the first parameter is a function argument.
5557
5558 2000-03-23  Nathan Sidwell  <nathan@codesourcery.com>
5559
5560         * g++.old-deja/g++.ext/array4.C: New test.
5561
5562 2000-03-22  Geoff Keating  <geoffk@cygnus.com>
5563
5564         * gcc.c-torture/execute/ieee/20000320-1.c: New test for denormals.
5565
5566 2000-03-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5567
5568         * gcc.dg/noreturn-1.c: Check for another bogus noreturn case.
5569
5570 2000-03-19  Richard Henderson  <rth@cygnus.com>
5571
5572         * gcc.c-torture/compile/20000314-2.c: Use __SIZE_TYPE__, not size_t.
5573
5574 2000-03-19  Richard Henderson  <rth@cygnus.com>
5575
5576         * gcc.c-torture/compile/20000319-1.c: New test.
5577
5578 Tue Mar 14 08:58:37 2000  Jeffrey A Law  (law@cygnus.com)
5579
5580         * gcc.c-torture/execute/20000314-3.c: New test.
5581         * gcc.c-torture/execute/20000314-2.c: New test.
5582         * gcc.c-torture/execute/20000314-1.c: New test.
5583         * gcc.c-torture/compile/20000314-2.c: New test.
5584         * gcc.c-torture/compile/20000314-1.c: New test.
5585
5586 2000-03-13  Nathan Sidwell  <nathan@codesourcery.com>
5587
5588         * g++.old-deja/g++.warn/inline.C: New test.
5589
5590 Fri Mar 10 01:15:19 2000  Hans-Peter Nilsson  <hp@bitrange.com>
5591
5592         * gcc.c-torture/execute/divconst-2.c: Rewrite to check for
5593         standards-compliant result rather than specific constants.
5594         Put test-values in array.
5595
5596 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
5597
5598         * lib/g++.exp (g++_init): Don't put { } around -fmessage-length=0.
5599         (g++_target_compile): Put test-specific options last.
5600
5601 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
5602
5603         * g++.old-deja/g++.eh/vbase4.C: New test.
5604
5605 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
5606
5607         * g++.old-deja/g++.bugs/900215_01.C: Adjust.
5608
5609 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
5610
5611         * g++.old-deja/g++.brendan/misc12.C: Removed.
5612         * g++.old-deja/g++.pt/memtemp77.C: Constify.
5613         * g++.old-deja/g++.ext/pretty4.C: New test.
5614
5615 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
5616
5617         * g++.old-deja/g++.other/string2.C: New test.
5618
5619 2000-03-06  Nathan Sidwell  <nathan@codesourcery.com>
5620
5621         * g++.old-deja/g++.warn/impint2.C: New test.
5622
5623 Sun Mar  5 23:25:12 2000  Hans-Peter Nilsson  <hp@bitrange.com>
5624
5625         * gcc.c-torture/execute/20000224-1.c (main): Expected return-value
5626         is 1, not zero.
5627
5628 2000-03-05  Nathan Sidwell  <nathan@codesourcery.com>
5629
5630         * g++.old-deja/g++.warn/impint.C: New test.
5631         * g++.old-deja/g++.martin/sts_vectini.C: Add -w option.
5632         * g++.old-deja/g++.pt/explicit10.C: Specify -w option.
5633         * g++.old-deja/g++.pt/explicit12.C: Likewise.
5634         * g++.old-deja/g++.pt/explicit13.C: Likewise.
5635         * g++.old-deja/g++.pt/explicit17.C: Likewise.
5636         * g++.old-deja/g++.pt/explicit18.C: Likewise.
5637         * g++.old-deja/g++.pt/explicit19.C: Likewise.
5638         * g++.old-deja/g++.pt/explicit23.C: Likewise.
5639         * g++.old-deja/g++.pt/explicit31.C: Likewise.
5640         * g++.old-deja/g++.pt/explicit35.C: Likewise.
5641         * g++.old-deja/g++.pt/explicit6.C: Likewise.
5642         * g++.old-deja/g++.pt/memclass7.C: Likewise.
5643
5644 2000-03-01  Zack Weinberg  <zack@wolery.cumb.org>
5645
5646         * gcc.dg/cpp-redef.c: New test.
5647
5648 2000-02-29  Nathan Sidwell  <nathan@codesourcery.com>
5649
5650         * g++.old-deja/g++.pt/unify7.C: New test.
5651
5652 Sat Feb 26 19:46:09 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5653
5654         * g++.old-deja/g++.ext/attrib5.C: XFAIL on Alpha since no link alias.
5655         * g++.old-deja/g++.pt/static3.C: Generalize system name for Alpha.
5656
5657 2000-02-25  Geoff Keating  <geoffk@cygnus.com>
5658
5659         * gcc.c-torture/compile/20000224-1.c: New test.
5660
5661 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
5662
5663         * gcc.c-torture/compile/cpp-2.c: New test.
5664         * gcc.c-torture/compile/cpp-1.c: New test.
5665
5666 Fri Feb 25 21:44:49 2000  Jeffrey A Law  (law@cygnus.com)
5667
5668         * gcc.c-torture/execute/20000225-1.c: New test.
5669
5670 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
5671
5672         * gcc.dg/cpp-li2.c: New test.
5673
5674         * gcc.dg/cpp-wi1.c: New test.
5675
5676         * gcc.dg/cpp-li1.c: New test.
5677
5678 2000-02-24  Nathan Sidwell  <nathan@codesourcery.com>
5679
5680         * g++.old-deja/g++.other/sizeof5.C: New test.
5681
5682 2000-02-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5683
5684         * gcc.c-torture/execute/va-arg-13.c: New test.
5685
5686 Wed Feb 23 14:16:06 2000  Donald Lindsay  <dlindsay@cygnus.com>
5687
5688         * gcc.c-torture/execute/va-arg-12.c: New test.
5689
5690 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
5691
5692         * gcc.c-torture/execute/20000223-1.c: New test.
5693
5694 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
5695
5696         * g++.old-deja/g++.pt/memtemp79.C: Fixed. Remove XFAIL.
5697
5698 2000-02-22  Mark Mitchell  <mark@codesourcery.com>
5699
5700         * g++.old-deja/g++.abi/ptrmem.C: New test.
5701
5702 2000-02-19  Richard Henderson  <rth@cygnus.com>
5703
5704         * gcc.c-torture/compile/init-3.c: New.
5705
5706 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
5707
5708         * lib/g++.exp (g++_init): Add -fmessage-length=0 to
5709         ALWAYS_CXXFLAGS.
5710
5711 Fri Feb 11 12:35:40 2000  Robert Lipe <robertl@sco.com>
5712
5713         * gcc.c-torture/compile/20000211-3.c: New test.
5714
5715 Fri Feb 11 12:35:40 2000  Martin Buchholz <martin@xemacs.org>
5716
5717         * gcc.c-torture/compile/20000211-2.c: New test.
5718
5719 Fri Feb 11 12:35:40 2000  Jeffrey A Law  (law@cygnus.com)
5720
5721         * gcc.c-torture/compile/20000211-1.c: New test.
5722
5723 2000-02-09  Jonathan Larmour  <jlarmour@redhat.co.uk>
5724
5725         * gcc.dg/special/ecos.exp: Use -static when testing --gc-sections
5726           on native targets
5727
5728 2000-02-08  Nathan Sidwell  <nathan@acm.org>
5729
5730         * g++.old-deja/g++.other/cast5.C: New test.
5731
5732 2000-02-05  Alan Modra  <alan@SPRI.Levels.UniSA.Edu.Au>
5733
5734         * gcc.c-torture/execute/20000205-1.c: New.
5735
5736 2000-02-03  Nathan Sidwell  <nathan@acm.org>
5737
5738         * g++.old-deja/g++.jason/cast3.C: Return void.
5739         * g++.old-deja/g++.pt/dynarray.C: Don't be pedantic.
5740
5741 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
5742
5743         * gcc.dg/unused-2.c: Use -Wreturn-type instead of -Wall.
5744
5745         * gcc.dg/loop-1.c: New test.
5746
5747 2000-01-27  Jakub Jelinek  <jakub@redhat.com>
5748
5749         * gcc.c-torture/compile/20000127-1.c: New test.
5750         * gcc.c-torture/execute/991228-1.c: New test.
5751
5752 2000-01-26  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
5753
5754         * gcc.dg/unused-2.c: New test.
5755
5756         * gcc.dg/conv-1.c: New test.
5757
5758 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
5759
5760         * lib/g++.exp (g++init): Use g++, not xgcc, to invoke the C++
5761         compiler.
5762         (tool_option_proc): Fix typo.
5763
5764 2000-01-24  Geoff Keating  <geoffk@cygnus.com>
5765
5766         * gcc.dg/special/ecos.exp (gcsec-1.c): Check the version
5767         of the ld on the host, not on the build machine.
5768         Also, don't crash if '--help' is not a supported option.
5769
5770 2000-01-24  Richard Henderson  <rth@cygnus.com>
5771
5772         * gcc.c-torture/execute/ieee/fp-cmp-4.c: New.
5773
5774 Thu Jan 20 12:34:48 2000  Jeffrey A Law  (law@cygnus.com)
5775
5776         * gcc.c-torture/execute/20000120-2.c: New test.
5777         * gcc.c-torture/execute/20000120-1.c: New test.
5778
5779 Thu Jan 13 02:29:32 2000  Jeffrey A Law  (law@cygnus.com)
5780
5781         * gcc.c-torture/execute/20000113-1.c: New test.
5782
5783 Wed Jan 12 20:26:58 2000  Jeffrey A Law  (law@cygnus.com)
5784
5785         * gcc.c-torture/execute/20000112-1.c: New test.
5786
5787 2000-01-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
5788
5789         * gcc.dg/20000111-1.c: New test.
5790
5791 Mon Jan 10 18:12:49 2000  Jeffrey A Law  (law@cygnus.com)
5792
5793         * gcc.c-torture/execute/990628-1.c: Tweak to work on targets
5794         with 16 bit integers.
5795
5796 2000-01-08  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
5797
5798         * gcc.dg/20000108-1.c: New test.
5799
5800 2000-01-05  Nathan Sidwell  <nathan@acm.org>
5801
5802         * g++.old-deja/g++.ns/koenig8.C: New test.
5803
5804 2000-01-05  Nathan Sidwell  <nathan@acm.org>
5805
5806         * g++.old-deja/g++.other/cast4.C: New test.
5807
5808 Wed Jan  5 00:26:20 2000  Jeffrey A Law  (law@cygnus.com)
5809
5810         * gcc.c-torture/compile/20000105-2.c: New test.
5811         * gcc.c-torture/compile/20000105-1.c: New test.
5812
5813 2000-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5814
5815         * g++.old-deja/g++.brendan/array1.C: Modify explicit external libc
5816         references to printf & atoi to conform to ANSI standard.
5817         * g++.old-deja/g++.brendan/code-gen1.C: Likewise.
5818         * g++.old-deja/g++.brendan/code-gen2.C: Likewise.
5819         * g++.old-deja/g++.brendan/code-gen3.C: Likewise.
5820         * g++.old-deja/g++.brendan/code-gen4.C: Likewise.
5821         * g++.old-deja/g++.brendan/code-gen6.C: Likewise.
5822         * g++.old-deja/g++.brendan/complex1.C: Likewise.
5823         * g++.old-deja/g++.brendan/copy1.C: Likewise.
5824         * g++.old-deja/g++.brendan/copy2.C: Likewise.
5825         * g++.old-deja/g++.brendan/copy3.C: Likewise.
5826         * g++.old-deja/g++.brendan/copy4.C: Likewise.
5827         * g++.old-deja/g++.brendan/copy5.C: Likewise.
5828         * g++.old-deja/g++.brendan/copy6.C: Likewise.
5829         * g++.old-deja/g++.brendan/copy7.C: Likewise.
5830         * g++.old-deja/g++.brendan/copy8.C: Likewise.
5831         * g++.old-deja/g++.brendan/crash11.C: Likewise.
5832         * g++.old-deja/g++.brendan/crash14.C: Likewise.
5833         * g++.old-deja/g++.brendan/ctors1.C: Likewise.
5834         * g++.old-deja/g++.brendan/ctors2.C: Likewise.
5835         * g++.old-deja/g++.brendan/delete2.C: Likewise.
5836         * g++.old-deja/g++.brendan/dtors1.C: Likewise.
5837         * g++.old-deja/g++.brendan/dtors2.C: Likewise.
5838         * g++.old-deja/g++.brendan/dtors3.C: Likewise.
5839         * g++.old-deja/g++.brendan/eh1.C: Likewise.
5840         * g++.old-deja/g++.brendan/groff1.C: Likewise.
5841         * g++.old-deja/g++.brendan/init3.C: Likewise.
5842         * g++.old-deja/g++.brendan/misc12.C: Likewise.
5843         * g++.old-deja/g++.brendan/misc7.C: Likewise.
5844         * g++.old-deja/g++.brendan/new2.C: Likewise.
5845         * g++.old-deja/g++.brendan/operators4.C: Likewise.
5846         * g++.old-deja/g++.brendan/operators5.C: Likewise.
5847         * g++.old-deja/g++.brendan/overload2.C: Likewise.
5848         * g++.old-deja/g++.brendan/overload7.C: Likewise.
5849         * g++.old-deja/g++.brendan/redecl2.C: Likewise.
5850         * g++.old-deja/g++.brendan/reference1.C: Likewise.
5851         * g++.old-deja/g++.brendan/sizeof5.C: Likewise.
5852         * g++.old-deja/g++.brendan/template24.C: Likewise.
5853         * g++.old-deja/g++.brendan/template3.C: Likewise.
5854         * g++.old-deja/g++.brendan/vtables1.C: Likewise.
5855         * g++.old-deja/g++.jason/inline3.C: Likewise.
5856         * g++.old-deja/g++.jason/opeq.C: Likewise.
5857         * g++.old-deja/g++.law/arg5.C: Likewise.
5858         * g++.old-deja/g++.law/arm7.C: Likewise.
5859         * g++.old-deja/g++.law/ctors11.C: Likewise.
5860         * g++.old-deja/g++.law/cvt8.C: Likewise.
5861         * g++.old-deja/g++.law/init9.C: Likewise.
5862         * g++.old-deja/g++.law/refs4.C: Likewise.
5863         * g++.old-deja/g++.law/template2.C: Likewise.
5864         * g++.old-deja/g++.law/visibility24.C: Likewise.
5865         * g++.old-deja/g++.law/vtable3.C: Likewise.
5866         * g++.old-deja/g++.mike/asm2.C: Likewise.
5867         * g++.old-deja/g++.mike/eh1.C: Likewise.
5868         * g++.old-deja/g++.mike/misc1.C: Likewise.
5869         * g++.old-deja/g++.mike/misc13.C: Likewise.
5870         * g++.old-deja/g++.mike/misc14.C: Likewise.
5871         * g++.old-deja/g++.mike/ns12.C: Likewise.
5872         * g++.old-deja/g++.mike/p1248.C: Likewise.
5873         * g++.old-deja/g++.mike/p3708.C: Likewise.
5874         * g++.old-deja/g++.mike/p3708a.C: Likewise.
5875         * g++.old-deja/g++.mike/p3708b.C: Likewise.
5876         * g++.old-deja/g++.mike/p646.C: Likewise.
5877         * g++.old-deja/g++.mike/p700.C: Likewise.
5878         * g++.old-deja/g++.mike/p783.C: Likewise.
5879         * g++.old-deja/g++.mike/p783a.C: Likewise.
5880         * g++.old-deja/g++.mike/p783b.C: Likewise.
5881         * g++.old-deja/g++.mike/p786.C: Likewise.
5882         * g++.old-deja/g++.mike/p789.C: Likewise.
5883         * g++.old-deja/g++.mike/p789a.C: Likewise.
5884         * g++.old-deja/g++.mike/p807a.C: Likewise.
5885         * g++.old-deja/g++.other/delete3.C: Likewise.
5886         * g++.old-deja/g++.other/dyncast1.C: Likewise.
5887         * g++.old-deja/g++.other/dyncast2.C: Likewise.
5888         * g++.old-deja/g++.other/dyncast3.C: Likewise.
5889         * g++.old-deja/g++.other/empty1.C: Likewise.
5890         * g++.old-deja/g++.other/temporary1.C: Likewise.
5891         * g++.old-deja/g++.pt/memtemp14.C: Likewise.
5892         * g++.old-deja/g++.pt/t16.C: Likewise.
5893         * g++.old-deja/g++.pt/tiemann2.C: Likewise.
5894
5895 1999-12-30  Bernd Schmidt  <bernds@cygnus.co.uk>
5896
5897         * gcc.dg/991230-1.c: New test.
5898
5899 Wed Dec 29 23:48:49 1999  Jeffrey A Law  (law@cygnus.com)
5900
5901         * gcc.c-torture/compile/991229-3.c: New test.
5902         * gcc.c-torture/compile/991229-2.c: New test.
5903         * gcc.c-torture/compile/991229-1.c: New test.
5904
5905 Wed Dec 29 20:54:46 1999  Greg McGary <gkm@eng.ascend.com>
5906
5907         * gcc.c-torture/compile/labels-2.c: New test.
5908
5909 1999-12-27  Martin von Löwis  <loewis@informatik.hu-berlin.de>
5910
5911         * gcc.c-torture/execute/991227-1.c: New test.
5912
5913 1999-12-22  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
5914
5915         * g++.old-deja/g++.pt/instantiate6.C: Remove excess errors XFAIL.
5916
5917 1999-12-21  Martin von Löwis  <loewis@informatik.hu-berlin.de>
5918
5919         * gcc.c-torture/execute/991221-1.c: New test.
5920
5921 1999-12-20  Nathan Sidwell  <nathan@acm.org>
5922
5923         * g++.old-deja/g++.other/cast3.C: New test.
5924
5925 1999-12-16  Bernd Schmidt  <bernds@cygnus.co.uk>
5926
5927         * gcc.c-torture/execute/991216-4.c: New test.
5928
5929 1999-12-16  Michael Meissner  <meissner@cygnus.com>
5930
5931         * gcc.c-torture/execute/991216-1.c: New test.
5932         * gcc.c-torture/execute/991216-2.c: New test.
5933         * gcc.c-torture/execute/991216-3.c: New test.
5934
5935 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
5936
5937         * gcc.dg/991214-1.c: Use "__asm__", not "asm".
5938         Actually make the test fail by using "-O2" for compilation.
5939
5940 1999-12-15  Nathan Sidwell  <nathan@acm.org>
5941
5942         * g++.old-deja/g++.warn/cast-align1.C: New test.
5943
5944 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
5945
5946         * gcc.c-torture/compile/991214-1.c: New test.
5947         * gcc.c-torture/compile/991214-2.c: New test.
5948
5949 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
5950
5951         * gcc.dg/991214-1.c: New test.
5952
5953 Mon Dec 13 23:03:09 1999  Jeffrey A Law  (law@cygnus.com)
5954
5955         * gcc.c-torture/compile/991213-3.c: New test.
5956         * gcc.c-torture/compile/991213-2.c: New test.
5957         * gcc.c-torture/compile/991213-1.c: New test.
5958
5959 Fri Dec 10 00:53:10 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
5960
5961         * gcc.dg/991209-1.c: New test.
5962
5963 Wed Dec  8 23:44:08 1999  Nathan Sidwell <nathan@acm.org>
5964
5965         * gcc.c-torture/compile/991208-1.c: New test.
5966
5967 1999-12-06  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
5968
5969         * gcc.dg/ultrasp2.c: New test.
5970
5971 1999-12-05  Alex Samuel  <samuel@codesourcery.com>
5972
5973         * g++.old-deja/g++.abi/align.C (main): Fix typo.
5974
5975 1999-12-02  Bernd Schmidt  <bernds@cygnus.co.uk>
5976
5977         * gcc.c-torture/compile/991202-1.c: New test.
5978         * gcc.c-torture/execute/991202-1.c: New test.
5979         * gcc.c-torture/execute/991202-2.c: New test.
5980         * gcc.c-torture/execute/991202-3.c: New test.
5981
5982 1999-12-02  Alex Samuel  <samuel@codesourcery.com>
5983
5984         * g++.old-deja/g++.abi/align.C: New test.
5985         * g++.old-deja/g++.abi/aggregates.C: Likewise.
5986         * g++.old-deja/g++.abi/bitfields.C: Likewise.
5987
5988 1999-12-01  Richard Henderson  <rth@cygnus.com>
5989
5990         * gcc.c-torture/execute/991201-1.c: New.
5991
5992 1999-11-29  Bernd Schmidt  <bernds@cygnus.co.uk>
5993
5994         * gcc.dg/991129-1.c: New test.
5995
5996 1999-11-27  Bernd Schmidt  <bernds@cygnus.co.uk>
5997
5998         * gcc.c-torture/compile/991127-1.c: New test.
5999
6000 1999-11-22  Nathan Sidwell  <nathan@acm.org>
6001
6002         * g++.old-deja/g++.other/warn4.C: New test.
6003
6004 1999-11-22  Nathan Sidwell  <nathan@acm.org>
6005
6006         * g++.old-deja/g++.eh/cleanup2.C: New test.
6007         * g++.old-deja/g++.ext/pretty2.C: New test.
6008         * g++.old-deja/g++.ext/pretty3.C: New test.
6009         * g++.old-deja/g++.other/debug6.C: New test.
6010
6011 Wed Oct 20 16:18:23 1999  Jim Wilson  <wilson@cygnus.com>
6012
6013         * gcc.c-torture/noncompile/noncompile.exp: For 940510-1.c, change
6014         compiler_output to look for one error message instead of two.
6015
6016 1999-11-19  Geoffrey Keating  <geoffk@cygnus.com>
6017
6018         * gcc.c-torture/execute/991118-1.c: Also test case
6019         where the word boundary does not split a byte evenly.
6020
6021 1999-11-19  Nathan Sidwell  <nathan@acm.org>
6022
6023         * g++.old-deja/g++.ext/restrict1.C: New test.
6024
6025 1999-11-18 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
6026
6027         * gcc.c-torture/execute/991118-1.c: New test.
6028
6029 1999-11-16  Geoffrey Keating  <geoffk@cygnus.com>
6030
6031         * g77.f-torture/execute/u77-test.f (wd): Allow for longer
6032         working directory pathnames.
6033
6034 1999-10-13  Brendan Kehoe  <brendan@cygnus.com>
6035
6036         * gcc.c-torture/execute/memcheck/memcheck.exp: Make sure a remote
6037         host is equipped with driver.h and driver.o so it can actually
6038         compile and run the tests.
6039
6040 Fri Oct  8 18:46:11 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
6041
6042         * gcc.c-torture/compile/991008-1.c: New test.
6043
6044 1999-11-08  Nick Clifton  <nickc@cygnus.com>
6045
6046         * lib/gcc-dg.exp: Include target-supports.exp
6047
6048 1999-11-05  Nick Clifton  <nickc@cygnus.com>
6049
6050         * lib/target-supports.exp: New file: Provide procs to test for
6051         features supported by the target.
6052         (check_weak_available): Moved here from ecos.exp.
6053         (check_alias_available): New proc: Determine of the target
6054         toolchain supports the alias attribute.
6055
6056         * gcc.dg/special/ecos.exp: Move check_weak_available to
6057         target-supports.exp.
6058         (alias-1.c): Only perform the test if the target supports
6059         aliases.
6060         (wkali-1.c): Only perform the test if the target supports
6061         aliases.
6062
6063         * gcc.dg/990506-0.c: Expect error messages from cross
6064         targets as well as native targets.
6065
6066 1999-11-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
6067
6068         * gcc.dg/ultrasp1.c: Removed xfail.
6069         * gcc.dg/struct-ret-2.c: Likewise.
6070         * gcc.dg/array-1.c: Likewise.
6071
6072 1999-11-01  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
6073
6074         * gcc.dg/struct-ret-2.c: New test.
6075
6076         * gcc.dg/array-1.c: New test.
6077
6078 Sat Oct 30 22:23:46 1999  Stephen L Moshier <moshier@mediaone.net>
6079
6080         * gcc.c-torture/execute/991030-1.c: New test.
6081
6082 Tue Oct 26 20:25:42 1999  Richard Henderson  <rth@cygnus.com>
6083
6084         * gcc.c-torture/compile/991026-2.c: New test.
6085
6086 Tue Oct 26 00:45:56 1999  Jeffrey A Law  (law@cygnus.com)
6087
6088         * gcc.c-torture/compile/991026-1.c: New test.
6089
6090 Sat Oct 23 23:36:03 1999  Jeffrey A Law  (law@cygnus.com)
6091
6092         * gcc.c-torture/execute/991023-1.c: New test.
6093
6094 Tue Oct 19 02:11:29 1999  Jeffrey A Law  (law@cygnus.com)
6095
6096         * gcc.c-torture/execute/991019-1.c: New test.
6097
6098 Sat Oct 16 00:05:48 1999  Richard Henderson  <rth@cygnus.com>
6099
6100         * gcc.c-torture/execute/991016-1.c: New test.
6101
6102 Thu Oct 14 04:22:47 1999  Stephane Carrez  <stcarrez@worldnet.fr>
6103
6104         * gcc.c-torture/execute/991014-1.c: New test.
6105
6106 Wed Oct 13 22:01:35 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
6107
6108         * g++.old-deja/g++.other/union2.C: New test.
6109
6110 1999-10-13  Nathan Sidwell  <nathan@acm.org>
6111
6112         * g++.old-deja/g++.other/vaarg2.C: New test.
6113         * g++.old-deja/g++.other/vaarg3.C: New test.
6114
6115 1999-10-12  Craig Burley  <craig@jcb-sc.com>
6116
6117         * g77.f-torture/noncompile/19990905-1.f: Moved from being
6118         in compile/.
6119
6120 1999-10-04  Ulrich Drepper  <drepper@cygnus.com>
6121
6122         * gcc.c-torture/execute/va-arg-11.c: New test.
6123
6124 Fri Oct  1 00:53:17 1999  Mark P. Mitchell  <mark@codesourcery.com>
6125
6126         * lib/file-format.exp (gcc_target_object_format): Don't
6127         crash if objdump is unavailable.
6128
6129 Wed Sep 29 23:48:44 1999  Donn Terry <donn@interix.com>
6130
6131         * gcc.misc-tests/mg.exp: delete extraneous redirection.
6132
6133 1999-09-28  Nick Clifton  <nickc@cygnus.com>
6134
6135         * gcc.c-torture/compile/990928-1.c: New test.
6136
6137 Tue Sep 28 13:19:15 BST 1999  Nathan Sidwell  <nathan@acm.org>
6138
6139         * g++.old-deja/g++.other/decl6.C: New test.
6140
6141 Tue Sep 28 01:19:09 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6142
6143         * gcc.c-torture/execute/va-arg-10.c: New test.
6144
6145 Mon Sep 27 09:14:24 BST 1999  Nathan Sidwell  <nathan@acm.org>
6146
6147         * g++.old-deja/g++.pt/memtemp77.C: Adjust expected
6148         __PRETTY_FUNCTION__.
6149
6150 1999-09-23  Nick Clifton  <nickc@cygnus.com>
6151
6152         * gcc.c-torture/execute/990923-1.c: New test.
6153
6154 1999-09-21  Nick Clifton  <nickc@cygnus.com>
6155
6156         * gcc.c-torture/special/special.exp: Add FR30 to list of targets
6157         for which -fpic is inappropriate.
6158
6159 1999-09-21  Mark Mitchell  <mark@codesourcery.com>
6160
6161         * g++.dg/ecos.exp: Don't supply -finit-priority to cc1plus.
6162
6163 Tue Sep 21 15:38:10 BST 1999  Nathan Sidwell  <nathan@acm.org>
6164
6165         * g++.old-deja/g++.other/dyncast1.C: New test.
6166         * g++.old-deja/g++.other/dyncast2.C: New test.
6167         * g++.old-deja/g++.other/dyncast3.C: New test.
6168         * g++.old-deja/g++.other/dyncast4.C: New test.
6169         * g++.old-deja/g++.other/dyncast5.C: New test.
6170         * g++.old-deja/g++.eh/catch3.C: New test.
6171         * g++.old-deja/g++.eh/catch3p.C: New test.
6172         * g++.old-deja/g++.eh/catch4.C: New test.
6173         * g++.old-deja/g++.eh/catch4p.C: New test.
6174         * g++.old-deja/g++.eh/catch5.C: New test.
6175         * g++.old-deja/g++.eh/catch5p.C: New test.
6176         * g++.old-deja/g++.eh/catch6.C: New test.
6177         * g++.old-deja/g++.eh/catch6p.C: New test.
6178         * g++.old-deja/g++.eh/catch7.C: New test.
6179         * g++.old-deja/g++.eh/catch7p.C: New test.
6180         * g++.old-deja/g++.eh/catch8.C: New test.
6181         * g++.old-deja/g++.eh/catch8p.C: New test.
6182         * g++.old-deja/g++.eh/catch9.C: New test.
6183         * g++.old-deja/g++.eh/catch9p.C: New test.
6184
6185 Mon Sep 13 14:14:21 BST 1999  Nathan Sidwell  <nathan@acm.org>
6186
6187         * g++.old-deja/g++.other/sizeof3.C: Remove XFAILS.
6188         * g++.old-deja/g++.other/sizeof4.C: Remove XFAILS.
6189
6190 Mon Sep 13 06:28:57 1999  Jeffrey A Law  (law@cygnus.com)
6191
6192         * gcc.c-torture/compile/990913-1.c: New test.
6193
6194 Fri Sep 10 11:21:25 BST 1999  Nathan Sidwell  <nathan@acm.org>
6195
6196         * g++.old-deja/g++.jason/rfg4.C: Revert erroneous change, add -w.
6197         * g++.old-deja/g++.jason/rfg5.C: Likewise.
6198
6199 Thu Sep  9 10:40:36 1999  Richard Henderson  <rth@cygnus.com>
6200
6201         * g++.old-deja/g++.other/delete6.C: Use size_t with operator new.
6202
6203 Thu Sep  9 12:32:57 BST 1999  Nathan Sidwell  <nathan@acm.org>
6204
6205         * g++.old-deja/g++.other/lookup11.C: New test.
6206         * g++.old-deja/g++.bugs/900428_01.C: Rework now we understand
6207         what is permitted and what we want.
6208         * g++.old-deja/g++.jason/rfg4.C: Rework to remove ill-formed
6209         overload use.
6210         * g++.old-deja/g++.jason/rfg5.C: Likewise
6211
6212 1999-09-08  Geoffrey Keating  <geoffk@cygnus.com>
6213
6214         * gcc.c-torture/noncompile/noncompile.exp: Add poison-1.c.
6215         * gcc.c-torture/noncompile/poison-1.c: New file.
6216
6217 Wed Sep  8 09:39:56 BST 1999  Nathan Sidwell  <nathan@acm.org>
6218
6219         * g++.old-deja/g++.other/sizeof3.C: New test.
6220         * g++.old-deja/g++.other/sizeof4.C: New test.
6221         * g++.old-deja/g++.other/ambig2.C: Mark XFAILs.
6222         * g++.old-deja/g++.other/lookup16.C: Mark XFAIL.
6223
6224 1999-09-07  Richard Henderson  <rth@cygnus.com>
6225
6226         * gcc.dg/va-arg-1.c: New.
6227
6228 1999-09-06  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6229
6230         * gcc.c-torture/execute/va-arg-9.c: New test.
6231
6232 1999-09-05  Craig Burley  <craig@jcb-sc.com>
6233
6234         * g77.f-torture/compile/980519-2.f: New test.
6235         * g77.f-torture/compile/19990905-0.f: New test.
6236         * g77.f-torture/compile/19990905-1.f: New test.
6237         * g77.f-torture/compile/19990905-2.f: New test.
6238
6239         * g77.f-torture/noncompile/19990826-4.f: Clarify who wrote what.
6240
6241 Fri Sep  3 10:39:38 BST 1999  Richard Earnshaw <rearnsha@arm.com>
6242
6243         * gcc.c-torture/execute/990827-1.c: Fix typo.
6244
6245 Fri Sep 03 09:31:10 BST 1999  Nathan Sidwell  <nathan@acm.org>
6246
6247         * g++.old-deja/g++.other/deref1.C: New test.
6248
6249 Thu Sep 02 09:27:34 BST 1999  Nathan Sidwell  <nathan@acm.org>
6250
6251         * g++.old-deja/g++.other/ambig2.C: New test.
6252         * g++.old-deja/g++.other/cond5.C: New test.
6253         * g++.old-deja/g++.other/lookup16.C: New test.
6254
6255 Thu Sep  2 01:17:51 1999  Marc Espie <espie@cvs.openbsd.org>
6256
6257         * gcc.dg/980414-1.c: Fix assembler syntax to work with old
6258         assemblers too.
6259
6260 Tue Aug 31 17:57:49 1999  Jeffrey A Law  (law@cygnus.com)
6261
6262         * lib/c-torture.exp: Avoid the "compare executables" optimization
6263         when testing native.
6264
6265 Sun Aug 29 14:35:41 1999  Jeffrey A Law  (law@cygnus.com)
6266
6267         * gcc.c-torture/execute/990829-1.c: New test.
6268         * gcc.c-torture/compile/990829-1.c: New test.
6269
6270 1999-08-27  Paul Burchard  <burchard@pobox.com>
6271
6272         * g++.old-deja/g++.pt/derived3.C: Renamed from lss-001.C.
6273         * g++.old-deja/g++.pt/ttp56.C: Renamed from lss-002.C.
6274         * g++.old-deja/g++.pt/decl4.C: Renamed from lss-003.C.
6275         * g++.old-deja/g++.pt/memtemp85.C: Renamed from lss-004.C.
6276         * g++.old-deja/g++.pt/memtemp86.C: Renamed from lss-005.C.
6277         * g++.old-deja/g++.pt/memtemp87.C: Renamed from lss-006.C.
6278         * g++.old-deja/g++.pt/static10.C: Renamed from lss-007.C.
6279         * g++.old-deja/g++.pt/memtemp88.C: Renamed from lss-008.C.
6280         * g++.old-deja/g++.pt/memtemp89.C: Renamed from lss-009.C.
6281         * g++.old-deja/g++.pt/memtemp90.C: Renamed from lss-010.C.
6282         * g++.old-deja/g++.pt/memtemp91.C: Renamed from lss-011.C.
6283
6284 Fri Aug 27 01:24:16 1999  Jeffrey A Law  (law@cygnus.com)
6285
6286         * gcc.c-torture/execute/990827-1.c: New test.
6287
6288 1999-08-26  Craig Burley  <craig@jcb-sc.com>
6289
6290         * g77.f-torture/noncompile/19990826-4.f: New test.
6291
6292         * g77.f-torture/compile/19990826-3.f: New test.
6293
6294         * g77.f-torture/execute/19990826-2.f: New test.
6295
6296         * g77.f-torture/compile/19990826-1.f: New test.
6297
6298         * gcc.c-torture/execute/990826-0.c: New test.
6299         * g77.c-torture/execute/19990826-0.f: New test.
6300
6301         * g77.f-torture/noncompile/970626-2.f: New test.
6302
6303 1999-08-25  Paul Burchard  <burchard@pobox.com>
6304
6305         * g++.old-deja/g++.pt/lss-001.C, lss-002.C, lss-003.C, lss-004.C,
6306         lss-005.C, lss-006.C, lss-007.C, lss-008.C, lss-009.C, lss-010.C,
6307         lss-011.C: New tests.
6308
6309 1999-08-25  Nathan Sidwell  <nathan@acm.org>
6310
6311         * g++.old-deja/g++.other/decl5.C: New test.
6312
6313 1999-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6314
6315         * noncompile/noncompile.exp: Load_lib c-torture.exp.
6316         (postbase_with_opts): New proc to loop over TORTURE_OPTIONS and
6317         call `postbase' for each one.  All callers of `postbase' changed
6318         to call this instead.
6319
6320 1999-08-11  Richard Earnshaw (rearnsha@arm.com)
6321
6322         * gcc.c-torture/execute/990811-1.c: New test.
6323
6324 1999-08-09  Nick Clifton  <nickc@cygnus.com>
6325
6326         * gcc.misc-tests/m-un-2.c: Expect the warnings for all builds, not
6327         just native ones.
6328
6329         * gcc.dg/990413-1.c: Expect the parse error for all builds, not
6330         just native ones.
6331
6332 1999-08-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
6333
6334         * g++.old-deja/g++.other/local3.C: Removed XFAIL.
6335
6336 Wed Aug  4 01:17:17 1999  Jeffrey A Law  (law@cygnus.com)
6337
6338         * gcc.c-torture/execute/970312-1.c: Delete duplicate test.
6339
6340 1999-08-04  Nathan Sidwell  <nathan@acm.org>
6341
6342         * g++.old-deja/g++.eh/spec6.C: Add more tests. Remove XFAILS.
6343
6344 Wed Aug  4 01:17:17 1999  Jeffrey A Law  (law@cygnus.com)
6345
6346         * gcc.c-torture/execute/990804-1.c: New test.
6347
6348 1999-08-03  Nathan Sidwell  <nathan@acm.org>
6349
6350         * g++.old-deja/g++.brendan/crash63.C: Expect a POD warning
6351         * g++.old-deja/g++.brendan/crash64.C: Likewise
6352         * g++.old-deja/g++.brendan/overload8.C: Likewise
6353
6354 1999-08-03  Nathan Sidwell  <nathan@acm.org>
6355
6356         * g++.old-deja/g++.other/struct1.C: New test.
6357
6358 1999-08-03  Nathan Sidwell  <nathan@acm.org>
6359
6360         * g++.old-deja/g++.other/enum2.C: New test.
6361
6362 Mon Aug  2 13:35:12 1999  Richard Henderson  <rth@cygnus.com>
6363
6364         Adapted from tests from Franz Sirl:
6365         * gcc.c-torture/execute/va-arg-7.c: New test.
6366         * gcc.c-torture/execute/va-arg-8.c: New test.
6367
6368 Sun Aug  1 22:29:34 1999  Jeffrey A Law  (law@cygnus.com)
6369
6370         * gcc.c-torture/compile/990801-2.c: New test.
6371
6372         * gcc.c-torture/compile/990801-1.c: New test.
6373
6374 1999-07-27  Michael Meissner  <meissner@cygnus.com>
6375
6376         * gcc.c-torture/execute/ieee/fp-cmp-2.c: New file, clone from
6377         fp-cmp-1.c, converting double to float.
6378
6379         * gcc.c-torture/execute/ieee/fp-cmp-3.c: New file, clone from
6380         fp-cmp-1.c, converting double to long double.
6381
6382         * gcc.c-torture/noncompile/920507-1.c (x): Rename asm register
6383         from fr1 to unknown_register, since fr1 is a legitimate register
6384         on some machines.
6385
6386 Sun Jul 25 21:41:37 1999  Jeffrey A Law  (law@cygnus.com)
6387
6388         * README: More listname related changes.
6389
6390 1999-07-08  Catherine Moore  <clm@cygnus.com>
6391
6392         * gcc.c-torture/execute/920501-5.c: Fix typo.  Change | to ||.
6393
6394 1999-07-05  Manfred Hollstein  <mhollstein@cygnus.com>
6395
6396         * gcc.dg/990703-1.c (y): Terminate definition syntactically correctly.
6397
6398 1999-07-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
6399
6400         * g++.old-deja/g++.other/null1.C: Define l<long> for 64bit hosts.
6401
6402 1999-07-04  Zack Weinberg  <zack@rabi.columbia.edu>
6403
6404         * gcc.dg/990703-1.c: New test.
6405
6406 1999-06-29  Nick Clifton  <nickc@cygnus.com>
6407
6408         * lib/file-format.exp: New file: Move definition of proc
6409         gcc_target_object_format to here from
6410         gcc.dg/special/ecos.exp.
6411
6412         * lib/c-torture.exp: Include lib file-format.exp.
6413         * lib/gcc-dg.exp: Include lib file-format.exp.
6414
6415         * gcc.dg/special/ecos.exp: Remove definition of proc
6416         gcc_target_object_format.
6417
6418 Mon Jun 28 08:20:51 1999  Jeffrey A Law  (law@cygnus.com)
6419
6420         * gcc.c-torture/execute/990628-1.c: New test.
6421
6422 Fri Jun 25 05:28:40 1999  Jeffrey A Law  (law@cygnus.com)
6423
6424         * gcc.c-torture/compile/990625-2.c: New test.
6425
6426         * gcc.c-torture/compile/990625-1.c: New test.
6427
6428 1999-06-23  Nick Clifton  <nickc@cygnus.com>
6429
6430         * gcc.c-torture/compile/dll.c: New test case.  Check that dll
6431         attributes compile.
6432         * gcc.c-torture/compile/dll.x: Only support the dll.c test on
6433         ports that use the COFF/PE file format.
6434
6435 Thu Jun 17 13:48:16 1999  Jeffrey A Law  (law@cygnus.com)
6436
6437         * gcc.c-torture/compile/990617-1.c: New test.
6438
6439 1999-06-17  Alexandre Oliva  <oliva@dcc.unicamp.br>
6440
6441         * g++.old-deja/g++.other/decl4.C: New test.
6442
6443 1999-06-14  Nathan Sidwell  <nathan@acm.org>
6444
6445         * g++.old-deja/g++.other/bitfld3.C: New test.
6446
6447 1999-06-08  Nathan Sidwell  <nathan@acm.org>
6448
6449         * g++.old-deja/g++.eh/catch1.C: New test.
6450
6451 Mon Jun  7 23:39:16 1999  Jeffrey A Law  (law@cygnus.com)
6452
6453         * g++.old-deja/g++.mike/p6610a.C: Expect failure on freebsd-elf.
6454
6455         * gcc.c-torture/execute/ieee/rbug.x: Expect failure on freebsd.
6456         * gcc.c-torture/execute/ieee/mzero.x: New file.  Likewise.
6457
6458 1999-06-05  Craig Burley  <craig@jcb-sc.com>
6459
6460         * g77.f-torture/compile/19990502-0.f: Replace with new,
6461         shorter, test that still fails after recent changes.
6462
6463 Fri Jun  4 02:25:04 1999  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
6464
6465         * gcc.c-torture/execute/990604-1.c: New test.
6466
6467 Mon May 31 00:34:51 1999  Jeffrey A Law  (law@cygnus.com)
6468
6469         * gcc.c-torture/execute/990531-1.c: New test.
6470
6471 Thu May 27 02:38:36 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6472
6473         * gcc.c-torture/compile/990527-1.c: New test.
6474
6475 Thu May 27 02:18:51 1999  Joern Rennecke <amylaar@cygnus.com>
6476
6477         * gcc.c-torture/execute/990527-1.c: New test.
6478
6479 1999-05-25  Nick Clifton  <nickc@cygnus.com>
6480
6481         * gcc.c-torture/execute/bf-sign-2.c: Explicitly declare signed
6482         bitfields as signed.
6483
6484 1999-05-25  Craig Burley  <craig@jcb-sc.com>
6485
6486         * g77.f-torture/compile/19990525-0.f: New test.
6487
6488 Tue May 25 01:21:16 1999  Jeffrey A Law  (law@cygnus.com)
6489
6490         * gcc.c-torture/execute/990525-2.c: New test.
6491
6492         * gcc.c-torture/execute/990525-1.c: New test.
6493
6494 1999-05-24  Nathan Sidwell  <nathan@acm.org>
6495
6496         * g++.old-deja/g++.other/anon3.C: New test.
6497         * g++.old-deja/g++.other/anon4.C: New test.
6498         * g++.old-deja/g++.ext/anon1.C: Inhibit -pedantic option.
6499         * g++.old-deja/g++.g++.robertl/eb131.C/: Remove unrequired ERROR tag,
6500         after downgrade to warning (cp/ChangeLog: 1999-05-20 Jason
6501         Merrill).
6502
6503 Mon May 24 00:01:52 1999  Jeffrey A Law  (law@cygnus.com)
6504
6505         * gcc.c-torture/execute/990524-1.c: New test.
6506
6507         * gcc.dg/990524-1.c: New test.
6508
6509 Sun May 23 21:18:12 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6510
6511         * gcc.c-torture/compile/990523-1.c: New test.
6512
6513 Wed May 19 02:56:18 1999  Raja R Harinath <harinath@cs.umn.edu>
6514
6515         * gcc.c-torture/compile/990519-1.c: New test.
6516
6517 1999-05-17  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
6518
6519         * gcc.c-torture/compile/990517-1.c: New test.
6520
6521         * gcc.c-torture/execute/990326-1.c: Force bitfields to be aligned.
6522         (e4, f4): New tests.
6523         (main): Call them.
6524
6525 1999-05-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6526
6527         * gcc.dg/noreturn-1.c: New test.
6528
6529 Thu May 13 02:02:46 1999  Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
6530
6531         * gcc.c-torture/execute/990513-1.c: New test.
6532
6533 1999-05-10  Richard Henderson  <rth@cygnus.com>
6534
6535         * g++.old-deja/g++.other/null1.C (g): Add overload for long.
6536
6537 1999-05-10  Craig Burley  <craig@jcb-sc.com>
6538
6539         * g77.f-torture/execute/erfc.f: Use small single-precision
6540         values, to avoid problems on Alphas when not -mieee.
6541
6542 1999-05-08  Craig Burley  <craig@jcb-sc.com>
6543
6544         * gcc.dg/990506-0.c: New test.
6545
6546 1999-05-08  Richard Henderson  <rth@cygnus.com>
6547
6548         * g++.old-deja/g++.benjamin/p12475.C: Use LONG_MAX to find
6549         the constant to test.  Don't XFAIL 64-bit targets.
6550
6551         * g++.old-deja/g++.jason/thunk3.C: Don't XFAIL Alpha.
6552         * g++.old-deja/g++.law/profile1.C: Likewise.
6553
6554         * g++.old-deja/g++.other/delete4.C: Define size_t; use it in all
6555         operator new instances.
6556         * g++.old-deja/g++.other/delete5.C: Likewise.
6557
6558 1999-05-03  Craig Burley  <craig@jcb-sc.com>
6559
6560         * g77.f-torture/execute/u77-test.f (main): Declare ABORT as
6561         intrinsic.
6562
6563 1999-05-03  Craig Burley  <craig@jcb-sc.com>
6564
6565         * g77.f-torture/execute/u77-test.f: Reverse order of two
6566         arguments to CTIME_subr, DTIME_subr, ETIME_subr, and TTYNAM_subr.
6567
6568 1999-05-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6569
6570         * gcc.dg/compare1.c: New test.
6571
6572 1999-05-02  Joseph S. Myers  <jsm28@cam.ac.uk>
6573
6574         * gcc.dg/cast-qual-1.c, gcc.dg/return-type-1.c, gcc.dg/unused-1.c:
6575         New tests.
6576
6577 1999-05-02  Craig Burley  <craig@jcb-sc.com>
6578
6579         * g77.f-torture/compile/19990502-1.f: New test.
6580
6581 1999-05-02  Craig Burley  <craig@jcb-sc.com>
6582
6583         * g77.f-torture/compile/19990502-0.f: New test.
6584
6585 Sun May  2 01:38:50 1999  Craig Burley  <craig@jcb-sc.com>
6586
6587         * g77.f-torture/execute/u77-test.f (main): Declare FTELL as
6588         intrinsic.
6589
6590 Sun May  2 01:13:37 1999  Craig Burley  <craig@jcb-sc.com>
6591
6592         * g77.f-torture/execute/u77-test.f (main): List libU77
6593         intrinsics not currently tested.
6594         Add tests for TIME8, CTIME_subr, IARGC, TTYNAM_subr,
6595         GETENV, FDATE_subr, DTIME_subr, ETIME_subr, DATE, ITIME,
6596         FTELL_subr, MCLOCK, MCLOCK8, and CPU_TIME.
6597         Trim blanks off the ends of some printed strings.
6598
6599 Sun May  2 00:06:45 1999  Craig Burley  <craig@jcb-sc.com>
6600
6601         * g77.f-torture/execute/u77-test.f (main): Just warn about
6602         FSTAT gid disagreement, as it's expected on some systems.
6603
6604 Sat May  1 23:57:18 1999  Craig Burley  <craig@jcb-sc.com>
6605
6606         * g77.f-torture/execute/u77-test.f: Generalize sum-checking to
6607         use a new function, which allows for some slop.
6608         Clean up some commentary.
6609         (issum): The new function.
6610         (sgladd): Deleted subroutine.
6611
6612 1999-05-01  Craig Burley  <craig@jcb-sc.com>
6613
6614         * g77.f-torture/execute/u77-test.f: Modify to be more like
6615         libf2c/libU77 version, bringing patches to that version here.
6616         Add suitable commentary.
6617
6618 Sun Apr 25 12:28:59 1999  Richard Henderson  <rth@cygnus.com>
6619
6620         * gcc.dg/990424-1.c: New test.
6621
6622 1999-04-24  Craig Burley  <craig@jcb-sc.com>
6623
6624         * g77.f-torture/execute/u77-test.f (main): Bug involving
6625         LSTAT has been fixed, so turn back on full checking.
6626
6627 1999-04-20  Craig Burley  <craig@jcb-sc.com>
6628
6629         * g77.f-torture/compile/19990419-0.f: New test.
6630         * g77.f-torture/execute/19990419-1.f: New test.
6631
6632 Sat Apr 17 16:56:48 1999  Richard Henderson  <rth@cygnus.com>
6633
6634         * gcc.dg/uninit-9.c (func): Use __builtin_alloca instead of alloca
6635         to avoid the need for a prototype to supress a warning.
6636
6637 Wed Apr  7 23:08:59 1999  Jim Wilson  <wilson@cygnus.com>
6638
6639         * gcc.c-torture/execute/920501-7.c (main): Delete __I960__ ifndef.
6640
6641 Sun Apr  4 04:02:53 1999  Jeffrey A Law  (law@cygnus.com)
6642
6643         * gcc.c-torture/execute/990404-1.c: New test.
6644
6645 1999-04-03 10:35 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
6646
6647         * gcc.dg/cpp-if1.c: Adjust regexps to accommodate cccp.
6648         * gcc.dg/cpp-if3.c: Don't use -pedantic.
6649         * gcc.misc-tests/m-un-2.c: Adjust regexps for new format of
6650         missing initializer warnings.
6651
6652 Sun Mar 28 00:49:41 1999  Jeffrey A Law  (law@cygnus.com)
6653
6654         * lib/objc-torture.exp: Replace "77" with "Obj-C" in pattern
6655         matching strings.
6656
6657 Fri Mar 26 00:50:46 1999  Jeffrey A Law  (law@cygnus.com)
6658
6659         * gcc.c-torture/execute/990326-1.c: New test from Charles Hannum.
6660
6661 1999-03-26  Craig Burley  <craig@jcb-sc.com>
6662
6663         * g77.f-torture/execute/19990325-0.f: New test.
6664         * g77.f-torture/execute/19990325-1.f: New test.
6665
6666 Wed Mar 24 22:50:50 1999  Jeffrey A Law  (law@cygnus.com)
6667
6668         * gcc.c-torture/execute/990324-1.c: New test.
6669
6670 Mon Mar 22 14:55:58 1999  Jim Wilson  <wilson@cygnus.com>
6671
6672         * gcc.c-torture/execute/bf-sign-2.c (main): Replace struct sizeof
6673         test with 4.
6674
6675 Wed Mar 17 12:22:39 1999  Richard Henderson  <rth@cygnus.com>
6676
6677         * gcc.c-torture/execute/ieee/980619-1.x: New.  Expected fail on x86.
6678
6679 1999-03-13  Craig Burley  <craig@jcb-sc.com>
6680
6681         * g77.f-torture/execute/19990313-2.f: New test.
6682         * g77.f-torture/execute/19990313-3.f: New test.
6683
6684 1999-03-13  Craig Burley  <craig@jcb-sc.com>
6685
6686         * g77.f-torture/execute/19990313-0.f: New test.
6687         * g77.f-torture/execute/19990313-1.f: New test.
6688
6689 Fri Mar 12 16:17:28 1999  Jim Wilson  <wilson@cygnus.com>
6690
6691         * gcc.c-torture/execute/970312-1.c, execute/980605-1.c (f): Change
6692         printf to sprintf.
6693         * gcc.c-torture/execute/bf-sign-2.c (struct X): Add u15 field.
6694         (main): Add check for u15.  Conditionalize u31 check depending on
6695         whether ints are <32 bits or >=32 bits.
6696
6697 1999-03-08  Craig Burley  <craig@jcb-sc.com>
6698
6699         * g77.f-torture/execute/19981119-0.f: Improve testiness.
6700
6701 1999-03-08  Craig Burley  <craig@jcb-sc.com>
6702
6703         * g77.f-torture/compile/19990305-0.f: New test.
6704         * g77.f-torture/execute/19981119-0.f: New test.
6705
6706 1999-03-08  Craig Burley  <craig@jcb-sc.com>
6707
6708         * g77.f-torture/execute/970625-2.f: call ABORT if final
6709         result is not correct, instead of just printing it.
6710         Add this checking via newly introduced obfuscation, to
6711         trip up buggy front ends.
6712
6713 1999-03-07  Craig Burley  <craig@jcb-sc.com>
6714
6715         * g77.f-torture/compile/960317-1.f: Moved from being
6716         in execute/.  (Somehow I didn't notice "SUBROUTINE...".)
6717
6718 1999-03-06  Craig Burley  <craig@jcb-sc.com>
6719
6720         * g77.f-torture/execute/960317-1.f: New (old) test.
6721         * g77.f-torture/execute/970625-2.f: Ditto.
6722
6723 1999-03-01 Zack Weinberg  <zack@rabi.columbia.edu>
6724
6725         * gcc.c-torture/noncompile/noncompile.exp (951025-1.c): Accept an error
6726         message on line 1 or line 2; cccp and cpplib do this differently.
6727
6728 Mon Mar  1 23:29:14 1999  Jeffrey A Law  (law@cygnus.com)
6729
6730         * g++.old-deja/g++.law/weak1.C: New test.
6731
6732 1999-02-28 17:59 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
6733
6734         * gcc.c-torture/execute/990119-1.c: Renamed to...
6735         * gcc.dg/990119-1.c: this, so it will only be tested once
6736         (it's a preprocessor test, it doesn't need to be run at
6737         multiple optimization levels).
6738
6739 1999-02-27 13:34 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
6740
6741         * lib/g++.exp: Don't add incdir=$base_dir/../include to
6742           ALWAYS_CXXFLAGS.
6743
6744 1999-02-24  Craig Burley  <craig@jcb-sc.com>
6745
6746         * g77.f-torture/noncompile/19981216-0.f: Renamed from...
6747         * g77.f-torture/compile/19981216-0.f: ...as it is expected
6748         to not be compilable by current g77.
6749
6750 1999-02-24  Nick Clifton  <nickc@cygnus.com>
6751
6752         * lib/c-torture.exp: Add -O3 to TORTURE_OPTIONS list.
6753
6754 Mon Feb 22 01:15:08 1999  Jeffrey A Law  (law@cygnus.com)
6755
6756         * gcc.c-torture/execute/990222-1.c: New test.
6757
6758 1999-02-19  Craig Burley  <craig@jcb-sc.com>
6759
6760         * g77.f-torture/compile/19990218-0.f: New test.
6761         * g77.f-torture/noncompile/19990218-1.f: New test.
6762
6763 1999-02-18  Craig Burley  <craig@jcb-sc.com>
6764
6765         * g77.f-torture/compile/19981216-0.f: New test.
6766
6767 Sun Feb 14 01:26:29 1999  Jeffrey A Law  (law@cygnus.com)
6768
6769         * gcc.dg/990214-1.c: New test.
6770
6771 Sat Feb 13 00:43:52 1999  Jeffrey A Law  (law@cygnus.com)
6772
6773         * gcc.dg/990213-2.c: New test.
6774
6775         * gcc.dg/990213-1.c: New test.
6776
6777 Fri Feb 12 11:04:35 1999  Jeffrey A Law  (law@cygnus.com)
6778
6779         * gcc.c-torture/990106-2.c: Update to work on targets with 16bit
6780         ints.
6781
6782 1999-02-11  Nick Clifton  <nickc@cygnus.com>
6783
6784         * lib/gcc.exp (proc gcc_target_compile): Add support for timeout
6785         specified by target.
6786
6787         * lib/chill.exp: Fix typo: doesn'timeout -> doesn't
6788
6789 Thu Feb 11 01:12:12 1999  Jeffrey A Law  (law@cygnus.com)
6790
6791         * gcc.c-torture/execute/990211-1.c: New test from Nathan SIdwell.
6792
6793 Wed Feb 10 13:08:12 1999  Jonathan Larmour  <jlarmour@cygnus.co.uk>
6794
6795         * gcc.dg/special/ecos.exp: New test driver for new tests with
6796         special requirements.
6797
6798         * gcc.dg/special/alias-1.c: New test.
6799         * gcc.dg/special/gcsec-1.c: New test.
6800         * gcc.dg/special/weak-1.c: New test.
6801         * gcc.dg/special/weak-1a.c: Accompanying file to weak-1.c.
6802         * gcc.dg/special/weak-2.c: New test.
6803         * gcc.dg/special/weak-2a.c: Accompanying file to weak-2.c.
6804         * gcc.dg/special/weak-2b.c: Accompanying file to weak-2.c.
6805         * gcc.dg/special/wkali-1.c: New test.
6806         * gcc.dg/special/wkali-2.c: New test.
6807         * gcc.dg/special/wkali-2a.c: Accompanying file to wkali-2.c.
6808         * gcc.dg/special/wkali-2b.c: Accompanying file to wkali-2.c.
6809
6810 Wed Feb 10 12:15:35 1999  Felix Lee  <flee@cygnus.com>
6811
6812           * lib/c-torture.exp (c-torture-compile): Pull out code for
6813           analyzing gcc error messages.
6814           (c-torture-execute): Likewise.  Fix some (harmless) false
6815           positives.
6816           * lib/gcc.exp (gcc_check_compile): New function.
6817
6818 Mon Feb  8 21:42:57 1999  Richard Henderson  <rth@cygnus.com>
6819
6820         * gcc.c-torture/execute/990208-1.c: New test.
6821
6822 1999-02-07  Jonathan Larmour  <jlarmour@cygnus.co.uk>
6823
6824         * g++.dg/special/ecos.exp: New driver for new tests with special
6825         requirements
6826
6827         * g++.dg/special/conpr-1.C: New test
6828         * g++.dg/special/conpr-2.C: New test
6829         * g++.dg/special/conpr-2a.C: New test
6830         * g++.dg/special/conpr-3.C: New test
6831         * g++.dg/special/conpr-3a.C: New test
6832         * g++.dg/special/conpr-3b.C: New test
6833
6834         * lib/g++-dg.exp: New driver file, based on lib/gcc-dg.exp to
6835         allow g++ to use the dg driver
6836
6837         * README: Add comment about g++.dg directory
6838
6839 Sat Feb  6 18:00:38 1999  Jeffrey A Law  (law@cygnus.com)
6840
6841         * README: Update email addresses.
6842
6843 1999-02-03  Nick Clifton  <nickc@cygnus.com>
6844
6845         * gcc.c-torture/execute/memcheck/blkarg.c (foo): Use 10 leading
6846         arguments in order to force structure S onto the stack even on
6847         the alpha.
6848         (test): Pass 10 leading arguments to function foo as well as the
6849         structure S.
6850
6851         * gcc.c-torture/execute/memcheck/blkarg.x: New file: Expected
6852         failure for all targets.
6853
6854         * gcc.c-torture/execute/memcheck/driver.c (main): Use exit or
6855         abort to terminate program execution.
6856
6857 Sat Jan 30 16:22:47 1999  Richard Henderson  <rth@cygnus.com>
6858
6859         * gcc.c-torture/execute/990130-1.c: New test.
6860
6861 Sat Jan 30 11:10:06 1999  Jeffrey A Law  (law@cygnus.com)
6862
6863         * gcc.dg/990130-1.c: New test.
6864
6865 1999-01-28  Michael Meissner  <meissner@cygnus.com>
6866
6867         * gcc.c-torture/execute/990128-1.c: New test.
6868
6869 1999-01-27  Michael Meissner  <meissner@cygnus.com>
6870
6871         * gcc.c-torture/execute/990127-{1,2}.c: New tests.
6872
6873 1999-01-27  Felix Lee  <flee@cygnus.com>
6874
6875         * lib/c-torture.exp (c-torture-compile): pull out code for
6876         analyzing gcc error messages.
6877         (c-torture-execute): ditto, and fix some (harmless) false
6878         positives.
6879         * lib/gcc.exp (gcc_check_compile): new function.
6880
6881 Sun Jan 17 00:02:33 1999  Jeffrey A Law  (law@cygnus.com)
6882
6883         * gcc.dg/990117-1.c: New test.
6884
6885         * gcc.c-torture/compile/990117-1.c: New test from Horst von Brand.
6886
6887         * gcc.c-torture/execute/990117-1.c: New test from HJ Lu.
6888
6889 Fri Jan 15 02:52:00 1999  Jeffrey A Law  (law@cygnus.com)
6890
6891         * g77.f-torture/compile/990115-1.f: New test.
6892
6893 Thu Jan  7 23:39:47 1999  Jeffrey A Law  (law@cygnus.com)
6894
6895         * gcc.c-torture/compile/990107-1.c: New test
6896
6897 Wed Jan  6 02:21:59 1999  Jeffrey A Law  (law@cygnus.com)
6898
6899         * gcc.c-torture/execute/990106-2.c: New test.
6900
6901         * gcc.c-torture/execute/990106-1.c: New test.
6902
6903 Wed Dec 30 23:05:28 1998  Zack Weinberg <zack@rabi.columbia.edu>
6904
6905         * gcc.c-torture/compile/981223-1.c: New test.
6906
6907 Tue Dec 29 11:33:25 1998  Richard Henderson  <rth@cygnus.com>
6908
6909         * gcc.c-torture/execute/bcp-1.c (bad10): Rename from opt3.
6910         (opt3): Rename from opt4 and disable.
6911
6912 1998-12-20  Alexandre Oliva  <oliva@dcc.unicamp.br>
6913
6914         * g++.old-deja/g++.pt/ptrmem5.C: New test.
6915
6916 1998-12-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
6917
6918         * g++.old-deja/g++.other/conv5.C: New test.
6919
6920 1998-12-14  Nick Clifton  <nickc@cygnus.com>
6921
6922         * gcc.c-torture/execute/920501-4.c (main): Fix typo: replace | with ||.
6923
6924 Fri Dec 11 10:25:57 1998  Jeffrey A Law  (law@cygnus.com)
6925
6926         * g++.old-deja/g++.benjamin/p12475.C: Expect failure on mips64 targets.
6927
6928 Fri Dec 11 01:12:45 1998  Zack Weinberg <zack@rabi.columbia.edu>
6929
6930         * gcc.c-torture/compile/981211-1.c: New test.
6931
6932 1998-12-09  Alexandre Oliva  <oliva@dcc.unicamp.br>
6933
6934         * gcc.dg/ultrasp1.c: Empty dg-options, avoid `long long' warnings.
6935
6936         * g++.old-deja/g++.pt/instantiate6.C: Linker error, not crash.
6937
6938 Tue Dec  8 22:50:04 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6939
6940         * gcc.special/930510-1.c: Make C9X safe.
6941         * gcc.misc-tests/gcov-1.c Similarly.
6942         * gcc.misc-tests/gcov-2.c Similarly.
6943
6944 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
6945
6946         * gcc.dg/ultrasp1.c: New test.
6947
6948 Sun Dec  6 00:40:12 1998  Richard Henderson  <rth@cygnus.com>
6949
6950         * gcc.c-torture/execute/981206.c: New test.
6951
6952 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
6953
6954         * g++.old-deja/g++.ns/template7.C: New test.
6955
6956         * g++.old-deja/g++.other/expr1.C: New test.
6957
6958         * g++.old-deja/g++.eh/tmpl3.C: New test.
6959
6960         * g++.old-deja/g++.eh/tmpl2.C: New test.
6961
6962 1998-12-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
6963
6964         * g++.old-deja/g++.other/using5.C: Usified using[567].C here.
6965         * g++.old-deja/g++.other/using6.C: Removed.
6966         * g++.old-deja/g++.other/using7.C: Mark Mitchel removed it.
6967
6968         * g++.old-deja/g++.pt/spec20.C: Re-insert non-bogus ERROR marks.
6969
6970 1998-12-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
6971
6972         * g++.old-deja/g++.pt/overload8.C: New test.
6973
6974         * g++.old-deja/g++.pt/overload7.C: New test.
6975
6976         * g++.old-deja/g++.pt/spec20.C: ERROR marks were bogus.
6977
6978         * lib/old-dejagnu.exp (old-dejagnu): Ignore collect recompiling
6979         and relinking messages.
6980         * lib/g++.exp (g++_target_compile): Remove .rpo file when
6981         compiling with -frepo.
6982
6983 1998-12-01  Alexandre Oliva  <oliva@dcc.unicamp.br>
6984
6985         * g++.old-deja/g++.pt/lookup6.C: New test.
6986
6987 1998-11-30  Nick Clifton  <nickc@cygnus.com>
6988
6989         * gcc.c-torture/execute/981130-1.c: New test.
6990         * gcc.c-torture/execute/981130-1.x: New test failure expectations.
6991
6992 1998-11-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
6993
6994         * g++.old-deja/g++.pt/explicit76.C: New test.
6995
6996         * g++.old-deja/g++.pt/friend38.C: New test.
6997
6998         * g++.old-deja/g++.ns/crash2.C: New test.
6999
7000         * g++.old-deja/g++.pt/defarg8.C: New test.
7001
7002         * g++.old-deja/g++.pt/instantiate6.C: New test.
7003
7004         * g++.old-deja/g++.pt/static6.C: New test.
7005
7006         * g++.old-deja/g++.pt/decl2.C: New test.
7007
7008 1998-11-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
7009
7010         * g++.old-deja/g++.other/lookup5.C: New test.  Not sure the
7011         problem is actually related with name lookup, but so what? :-)
7012
7013         * g++.old-deja/g++.pt/friend37.C: New test.
7014
7015 1998-11-25  Dave Love  <d.love@dl.ac.uk>
7016
7017         * g77.f-torture/execute/u77-test.f (main): Avoid testing [f]statb
7018         element, which fails on some systems.
7019
7020         * g77.f-torture/execute/labug1.f: New test.
7021
7022 Sat Nov 21 21:41:05 1998  Jeffrey A Law  (law@cygnus.com)
7023
7024         * gcc.c-torture/execute/980526-1.c: Do nothing if NO_LABEL_VALUES
7025         is defined.
7026
7027 1998-11-18  Dave Love  <d.love@dl.ac.uk>
7028
7029         * g77.f-torture/compile/981117-1.f: New test.
7030
7031 1998-11-16  Alexandre Oliva  <oliva@dcc.unicamp.br>
7032
7033         * g++.old-deja/g++.eh/throw2.C: New test.  CV-qualifiers are not
7034         properly discarded.
7035
7036 Sun Oct 11 05:04:28 1998  Ken Raeburn  <raeburn@cygnus.com>
7037
7038         * gcc.c-torture/execute/memcheck: New directory of tests for
7039         -fcheck-memory-usage.
7040
7041 1998-11-07  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7042
7043         * README: New file, general information about the testsuite and
7044         new description of the various C++ test subdirectories.
7045         * README.g++: Eliminate obsolete information, update and move most
7046         relevant stuff to README.
7047
7048 Sat Nov  7 02:55:55 1998  Richard Henderson  <rth@cygnus.com>
7049
7050         * gcc.c-torture/compile/981107-1.c: New test.
7051
7052 Mon Nov  2 11:16:03 1998  Doug Evans  <devans@canuck.cygnus.com>
7053
7054         * execute/memcpy-bi.c: New testcase.
7055
7056 1998-10-31  Alexandre Oliva  <oliva@dcc.unicamp.br>
7057
7058         * g++.old-deja/g++.pt/sizeof3.C: A similar testcase not involving
7059         base classes.
7060
7061         * g++.old-deja/g++.pt/sizeof2.C: Incorrect specialization of base
7062         template is selected.
7063
7064         * g++.old-deja/g++.ext/arrnew2.C: If new T[n](i) is accepted for
7065         classes, it should be accepted for all types.
7066
7067         * g++.old-deja/g++.eh/sjlj1.C: Test checked sjlj-exception.
7068
7069         * g++.old-deja/g++.pt/spec24.C: Ensure that template
7070         specializations start with template headers.
7071
7072 1998-10-29  Alexandre Oliva  <oliva@dcc.unicamp.br>
7073
7074         * g++.old-deja/g++.other/dcast2.C: Cannot dynamic downcast &x.
7075
7076         * g++.old-deja/g++.other/init9.C: Test cross initialization of
7077         non-POD types.
7078
7079 1998-10-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
7080
7081         * lib/old-dejagnu.exp (old-dejagnu): Document `Additional sources'.
7082
7083 Thu Oct 22 16:01:44 1998  Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7084
7085         * compile/981022-1.c, compile/981022-1.x: New test and driver.
7086
7087 Mon Oct 19 14:03:07 1998  Jeffrey A Law  (law@cygnus.com)
7088
7089         * 981019-1.c: New test.
7090
7091 Wed Oct 14 21:11:19 1998  Robert Lipe <robertl@dgii.com>
7092
7093         * lib/objc-torture.exp (objc-torture-execute): Add -I so we can
7094         find objc headers.
7095
7096 1998-10-14  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
7097
7098         * compile/981001-4.c: Remove use of GCC extension that triggers a
7099         compiler bug.
7100
7101 1998-10-13  Alexandre Oliva  <oliva@dcc.unicamp.br>
7102
7103         * lib/old-dejagnu.exp (old-dejagnu): Support `Additional sources:'.
7104
7105 1998-10-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
7106
7107         * g++.old-deja/g++.pt/explicit74.C: New test.  Explicit
7108         instantiation of template produces incorrect code for delete
7109         expression.
7110
7111         * g++.old-deja/g++.pt/instantiate5.C: New test.  `global
7112         constructors' name is not unique.
7113         * g++.old-deja/g++.pt/instantiate5.cc: Ditto.
7114         * g++.old-deja/g++.pt/instantiate5-main.cc: Ditto.
7115
7116         * g++.old-deja/g++.other/init8.C: New test.  Uninitialized
7117         automatic array of const is ill-formed.
7118
7119         * g++.old-deja/g++.pt/ttp53.C: New test.  Incorrect substitution
7120         of template parameter?
7121
7122         * g++.old-deja/g++.other/conv3.C: New test.  Conversion discards
7123         const.
7124
7125         * g++.old-deja/g++.other/pmf2.C: New test.  Invalid
7126         pointer-to-member expression.
7127
7128         * g++.old-deja/g++.other/friend5.C: New test.  Bogus friend
7129         declaration causes ICE.
7130
7131 1998-10-11  Alexandre Oliva  <oliva@dcc.unicamp.br>
7132
7133         * g++.old-deja/g++.ns/main1.C: New test.  main() should only be
7134         reserved in the global namespace.
7135
7136         * g++.old-deja/g++.pt/instantiate4.C: New test: -frepo does not
7137         generate needed virtual table.
7138
7139         * lib/old-dejagnu.exp (old-dejagnu): Support `Build then link:'.
7140
7141 1998-10-10  Dariush Eslimi  <eslimi@loran.com>
7142
7143         * g++.old-deja/g++.ext/typeof1.C: New test; typeof based on
7144         template-dependent type
7145
7146 1998-10-10  Alexandre Oliva  <oliva@dcc.unicamp.br>
7147
7148         * g++.old-deja/g++.brendan/parse3.C: XFAILs, not ERRORs.
7149         * g++.old-deja/g++.brendan/parse5.C: XFAILs, not ERRORs.
7150         * g++.old-deja/g++.brendan/parse6.C: XFAILs, not ERRORs.
7151
7152         * g++.old-deja/g++.other/using5.C: New test; using decl from base
7153         class should be usable as argument of member function.
7154         * g++.old-deja/g++.other/using6.C: New test; using decl from base
7155         class should be usable as return type of member function.
7156         * g++.old-deja/g++.other/using7.C: New test; using decl from base
7157         class should be usable as type of data member.
7158
7159         * g++.old-deja/g++.ns/extern1.C: Fix XFAIL mark.
7160
7161 Fri Oct  9 19:19:19 1998  Jeffrey A Law  (law@cygnus.com)
7162
7163         * gcc.c-torture/special/920521-1.c: Fix bogus test.
7164
7165 Thu Oct  8 19:14:05 1998  Nick Clifton  <nickc@cygnus.com>
7166
7167         * gcc.dg/dll-?.c Add thumb to target list.
7168         Fix assembler scan patterns to match current assembler output.
7169
7170 1998-10-08  Alexandre Oliva  <oliva@dcc.unicamp.br>
7171
7172         * g++.old-deja/g++.pt/expr6.C: New test.  operator?: breaks
7173         matching of template brackets.
7174
7175         * g++.old-deja/g++.other/using4.C: New test.  Test using
7176         declarations of methods from base classes.
7177
7178         * g++.old-deja/g++.ns/extern1.C: New test.  Extern declarations
7179         within functions should introduce names into the innermost
7180         enclosing namespace.
7181
7182         * g++.old-deja/g++.other/init7.C: New test.  Retry initialization
7183         of static locals if first initialization throws.
7184
7185 Wed Oct  7 12:00:20 1998  Jim Wilson  <wilson@cygnus.com>
7186
7187         * gcc.c-torture/compile/981007-1.c: New test for irix6 -O0 core dump.
7188
7189 1998-10-06  Ken Raeburn  <raeburn@cygnus.com>
7190
7191         * gcc.c-torture/special/981006-1.c: New test.  Make sure gcc doesn't
7192         lose track of the possible targets of tablejump insns.
7193         * special/special.exp: Run it.
7194
7195 1998-10-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
7196
7197         * g++.old-deja/g++.pt/friend35.C: New test.  A template function
7198         must be declared before its specializations can be named in friend
7199         declarations.
7200
7201 1998-10-05  Dave Love  <d.love@dl.ac.uk>
7202
7203         * g77.f-torture/execute/u77-test.f: Add regression test for RAND.
7204
7205         * g77.f-torture/execute/io1.f: New test.
7206
7207 1998-10-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
7208
7209         * g++.old-deja/g++.pt/overload5.C: New test; initialize variable
7210         with pointer to template function, for which no argument deduction
7211         is possible.
7212
7213         * g++.old-deja/g++.pt/overload4.C: New test; passing pointer to
7214         specialization of template function as argument to template
7215         function.
7216
7217         * g++.old-deja/g++.other/access2.C: New test; Inner class
7218         shouldn't have privileged access to Outer's names.
7219
7220 1998-10-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
7221
7222         * g++.old-deja/g++.pt/friend34.C: New test; name injection of
7223         friend template declared within template class conflicts with
7224         nested class of the same name.
7225
7226         * g++.old-deja/g++.other/badopt1.C: New test; post-increment
7227         is ignored.
7228
7229         * g++.old-deja/g++.other/decl1.C: New test; incorrect parsing of
7230         object with direct initializer as function declaration.
7231
7232         * g++.old-deja/g++.other/decl2.C: New test; duplicate
7233         initializers.
7234
7235         * g++.old-deja/g++.other/null2.C: New test; conditional operator
7236         involving const pointer and NULL produces incorrect result.
7237
7238         * g++.old-deja/g++.other/typename1.C: New test; template-dependent
7239         type name without `typename' should be rejected with -pedantic.
7240
7241 Fri Oct  2 21:55:58 1998  Richard Henderson  <rth@cygnus.com>
7242
7243         * g++.old-deja/g++.other/addrof1.C: New test.
7244
7245 Thu Oct  1 17:15:26 1998  Nick Clifton  <nickc@cygnus.com>
7246
7247         * gcc.c-torture/compile/981001-1.c: New test.
7248         * gcc.c-torture/execute/981001-1.c: New test.
7249
7250 Thu Oct  1 19:05:20 1998  Jeffrey A Law  (law@cygnus.com)
7251
7252         * gcc.c-torture/compile/981001-2.c: New test.
7253         * gcc.c-torture/compile/981001-3.c: New test.
7254         * gcc.c-torture/compile/981001-4.c: New test.
7255
7256 1998-10-01  Robert Lipe  <robertl@dgii.com>
7257
7258         * lib/objc.exp (objc_target_compile): Add -L during compiles for
7259         multilibbed hosts.   Idea grafted from g77.exp.
7260
7261 1998-09-30  Dave Love  <d.love@dl.ac.uk>
7262
7263         * g77.f-torture/execute/u77-test.f (main): Excise `hostnm' to
7264         avoid losing on systems which need -lsocket.
7265
7266 1998-09-28  Alexandre Oliva  <oliva@dcc.unicamp.br>
7267
7268         * g++.old-deja/g++.other/bitfld1.C: Expected failure.
7269         * g++.old-deja/g++.other/nested2.C: Ditto.
7270         * g++.old-deja/g++.robertl/eb132.C: No longer an expected
7271         failure.
7272
7273 1998-09-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
7274
7275         * g++.old-deja/g++.other/bitfld1.C: Built-in operator!= should be
7276         preferred over template operator!= for enum bitfields.
7277
7278 1998-09-18  Alexandre Oliva  <oliva@dcc.unicamp.br>
7279
7280         * g++.old-deja/g++.other/nested2.C: Different virtual base classes
7281         that happen to have the same base name, but in different scopes,
7282         are incorrectly rejected.
7283
7284 1998-09-16  Richard Henderson  <rth@cygnus.com>
7285
7286         * g++.old-deja/g++.brendan/array1.C: Size array via arithmetic based
7287         on the native word size instead of an integer literal.
7288
7289 1998-09-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
7290
7291         * g++.old-deja/g++.other/static2.C: Invocation of static data
7292         member of type pointer-to-function denoted as non-static member.
7293
7294         * g++.old-deja/g++.other/typedef5.C: Add some more tests involving
7295         checks involving function types and aliases.
7296
7297 1998-09-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
7298
7299         * g++.old-deja/g++.other/typedef5.C: Check whether typedefs can be
7300         redefined to the same non-trivial type.
7301
7302         * g++.old-deja/g++.pt/explicit73.C: Test for proper
7303         namespace-qualification of template specializations declared in
7304         other namespaces.
7305
7306         * g++.old-deja/g++.other/friend4.C: Check whether it is possible
7307         to declare a subset of the specializations of a template function
7308         as friends of specializations of a template class.
7309
7310         * g++.old-deja/g++.pt/explicit71.C: Make sure specializations of
7311         member templates that do not fully specialize the enclosing
7312         template class are rejected.
7313
7314 1998-09-11  Dave Love  <d.love@dl.ac.uk>
7315
7316         * g77.f-torture/execute/u77-test.f: Fix bad consistency checks.
7317
7318 1998-09-08  Dave Love  <d.love@dl.ac.uk>
7319
7320         * g77.f-torture/execute/u77-test.f (main): New file, somewhat
7321         altered from libf2c/libU77 version.
7322
7323 1998-09-06  Dave Love  <d.love@dl.ac.uk>
7324
7325         * g77.f-torture/execute/io0.f: Test formatted direct i/o too.
7326
7327 1998-09-04  Reid M. Pinchback  <reidmp@MIT.EDU>, Alexandre Oliva  <oliva@dcc.unicamp.br>
7328
7329         * g++.old-deja/g++.pt/explicit72.C: Ensure that char and
7330         (un)signed char are different types for template specialization
7331         purposes.
7332
7333 Thu Sep  3 00:40:32 1998  Ovidiu Predescu  <ovidiu@aracnet.com>
7334
7335         * lib/{objc.exp,objc-torture.exp}: New files for objc testing harness.
7336         * objc: ObjC testsuite.
7337
7338 Mon Aug 31 12:00:00 1998  Catherine Moore  <clm@cygnus.com>
7339
7340         * gcc.c-torture/execute/941014-1.x:  New file.
7341
7342 Mon Aug 31 15:19:32 1998  Nick Clifton  <nickc@cygnus.com>
7343
7344         * lib/c-torture.exp: Add support for
7345         torture_eval_before_compile and torture_eval_before_execute
7346         variables.
7347
7348 Sun Aug 30 17:38:20 1998  Jeffrey A Law  (law@cygnus.com)
7349
7350         * gcc.dg/980626-1.c: Delete this test.  We've declared the warning
7351         this test triggers valid.
7352
7353 Thu Aug 27 23:59:18 1998  Jeffrey A Law  (law@cygnus.com)
7354
7355         * gcc.dg/980827-1.c: New test.
7356
7357 Wed Aug 26 16:10:00 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
7358
7359         * gcc.c-torture/execute/loop-4b.c: New test.
7360
7361 Wed Aug 26 16:25:38 1998  Nick Clifton  <nickc@cygnus.com>
7362
7363         * lib/c-torture.exp: Add support for
7364         torture_eval_before_compile and torture_eval_before_execute
7365         variables.
7366
7367 Tue Aug 25 19:42:13 1998  Jeffrey A Law  (law@cygnus.com)
7368
7369         * gcc.c-torture/compile/980825-1.c: New test.
7370
7371 Mon Aug 24 14:20:32 1998  Nick Clifton  <nickc@cygnus.com>
7372
7373         * gcc.c-torture/execute/bcp-1.c (main): Fix optimize test loop to
7374         count number tests in opt_t0 not good_t0.
7375
7376 Mon Aug 24 16:38:52 1998  Jeffrey A Law  (law@cygnus.com)
7377
7378         * gcc.c-torture/compile/930326-1.x: Fix typo.
7379
7380 1998-08-23  Mark Mitchell  <mark@markmitchell.com>
7381
7382         * lib/old-dejagnu.exp: Make it possible to XFAIL a test that
7383         causes an ICE.
7384
7385 Fri Aug 21 23:59:18 1998  Jeffrey A Law  (law@cygnus.com)
7386
7387         * gcc.c-torture/unsorted/memtst.c: Reduce size of array when
7388         STACK_SIZE is defined.
7389         * gcc.c-torture/unsorted/stuct.c: Similarly.
7390
7391         * gcc.c-torture/compile/980821-1.c: New test.
7392
7393 Fri Aug 21 03:14:04 1998  Jeffrey A Law  (law@cygnus.com)
7394
7395         * gcc.c-torture/execute/980526-2.c: Disable for targets with 16bit ints.
7396
7397 1998-08-19  Mark Mitchell  <mark@markmitchell.com>
7398
7399         * lib/old-dejagnu.exp (old-dejagnu): Remove sig6/sig11 handling
7400         code.
7401
7402 1998-08-09  Mark Mitchell  <mark@markmitchell.com>
7403
7404         * lib/old-dejagnu.exp: Revise handling of `Internal compiler
7405         error'.
7406
7407 Tue Aug 18 19:19:50 1998  Jeffrey A Law  (law@cygnus.com)
7408
7409         * gcc.c-torture/execute/*.x: Some updates for the h8300 targets.
7410
7411 Sun Aug 16 01:29:19 1998  Jeffrey A Law  (law@cygnus.com)
7412
7413         * gcc.c-torture/compile/980816-1.c: New test.
7414
7415         * gcc.dg/980816-1.c: New test.
7416
7417 Thu Aug 13 00:13:55 1998  Jeffrey A Law  (law@cygnus.com)
7418
7419         * gcc.c-torture/execute/ieee/ieee.exp: Pass -ffloat-store to
7420         compiler for ieee tests.
7421
7422 1998-08-01  Dave Love  <d.love@dl.ac.uk>
7423
7424         * g77.f-torture/compile/980729-0.f: New test.
7425
7426 1998-07-30  Ken Raeburn  <raeburn@cygnus.com>
7427
7428         * gcc.c-torture/special/eeprof-1.c: New test, for
7429         -finstrument-functions.
7430         * gcc.c-torture/special/special.exp: Run it.
7431
7432 Wed Jul 29 00:17:18 1998  Jeffrey A Law  (law@cygnus.com)
7433
7434         * gcc.c-torture/compile/980729-1.c: New test.
7435
7436 Mon Jul 27 11:05:07 1998  Nick Clifton  <nickc@cygnus.com>
7437
7438         * gcc.c-torture/execute/ieee/930529-1.c (main): Check to see if
7439         __thumb__ is defined, and test for ARM style doubles if so.
7440
7441 1998-07-26  Dave Love  <d.love@dl.ac.uk>
7442
7443         * g77.f-torture/noncompile/980615-0.f: New test.
7444
7445 Sun Jul 26 01:15:56 1998  H.J. Lu  (hjl@gnu.org)
7446
7447         * gcc.dg/980312-1.c: Do link instead of compile.
7448         * gcc.dg/980313-1.c: Likewise.
7449
7450 Sun Jul 26 01:05:02 1998  Jeffrey A Law  (law@cygnus.com)
7451
7452         * gcc.c-torture/compile/980726-1.c: New test.
7453
7454 1998-07-25  Dave Love  <d.love@dl.ac.uk>
7455
7456         * g77.f-torture/execute/io0.f: New test.
7457
7458 Fri Jul 24 11:02:43 1998  Nick Clifton  <nickc@cygnus.com>
7459
7460         * gcc.c-torture/execute/comp-goto-1.c (main): Make main() return
7461         an int.
7462
7463 Thu Jun 18 15:12:30 1998  Michael Meissner  <meissner@cygnus.com>
7464
7465         * gcc.c-torture/execute/980618-{1,2}.c: New tests that showed up
7466         m32r bugs.
7467
7468 Fri Jul 17 14:19:32 1998  Nick Clifton  <nickc@cygnus.com>
7469
7470         * gcc.dg/980626-1.c: Expect failures for all toolchains until
7471         c-decl.c:grokdeclarator can handle mode attributes.
7472
7473 Thu Jul 16 21:42:50 1998  Jeffrey A Law  (law@cygnus.com)
7474
7475         * gcc.c-torture/execute/980716-1.c: New test.
7476
7477 Mon Jul 13 22:26:37 1998  Jeffrey A Law  (law@cygnus.com)
7478
7479         * gcc.c-torture/execute/920715-1.x: No longer expected to fail on
7480         the mn10200.
7481         * gcc.c-torture/execute/strct-varg-1.x: New file.  Expect failure on
7482         the mn10200.
7483         * gcc.c-torture/execute/va-arg-3.x: Similarly.
7484         * gcc.c-torture/compile/930326-1.x: Similarly.
7485
7486 1998-07-13  Dave Love  <d.love@dl.ac.uk>
7487
7488         * g77.f-torture/execute/auto0.f, g77.f-torture/execute/auto1.f:
7489         New test from Craig.
7490
7491 1998-07-12  Dave Love  <d.love@dl.ac.uk>
7492
7493         * g77.f-torture/noncompile/980616-0.f: New test.
7494
7495         * g77.f-torture/execute/970816-3.f:  New test from Craig.
7496
7497 Fri Jul 10 23:43:33 1998 Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
7498
7499         *  g++.other/singleton.C: Return error value instead of taking
7500         SIGSEGV.
7501
7502 Fri Jul 10 10:02:03 1998  Klaus-Georg Adams <Klaus-Georg.Adams@chemie.uni-karlsruhe.de>
7503
7504         *  g++.other/singleton.C: New test.   Warning is under dispute.
7505         Runtime crash is not.
7506
7507 Thu Jul  9 23:07:45 1998  Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
7508
7509         * g++.ns/{alias2.C, alias5.C, koenig4.C, lookup3.C ns13.C,
7510         ns14.C, ns15.C, template3.C, undef1.C, using4.C, using5.C,
7511         using6.C, using7.C}:  New namespace tests.
7512
7513 Thu Jul  9 22:44:49 1998  Alexandre Oliva   <oliva@dcc.unicamp.br>
7514
7515         * g++.old-deja/g++.other/partspec1.C: Test matching of partial
7516         specialization with typedef'ed names used as array indexes.
7517
7518 Thu Jul  9 00:38:51 1998  Jeffrey A Law  (law@cygnus.com)
7519
7520         * gcc.c-torture/execute/980709-1.c: New test.
7521
7522         * gcc.dg/980709-1.c: New test.
7523
7524 Tue Jul  7 13:41:27 1998  Richard Henderson  <rth@cygnus.com>
7525
7526         * gcc.c-torture/execute/bcp-1.c: New test.
7527
7528 Tue Jul  7 11:49:04 1998  Jeffrey A Law  (law@cygnus.com)
7529
7530         * gcc.c-torture/execute/980707-1.c: New test.
7531
7532 Mon Jul  6 18:20:27 1998  Kamil Iskra  <iskra@student.uci.agh.edu.pl>
7533
7534         * gcc.c-torture/compile/980706-1.c: New test.
7535
7536 1998-07-01  Dave Love  <d.love@dl.ac.uk>
7537
7538         * g77.f-torture/execute/980701-0.f,
7539         g77.f-torture/execute/980701-1.f: New test from Craig.
7540
7541 Wed Jul  1 00:52:51 1998  Jeffrey A Law  (law@cygnus.com)
7542
7543         * gcc.c-torture/compile/980701-1.c: New test.
7544
7545         * gcc.c-torture/execute/980701-1.c: New test.
7546
7547 Tue Jun 30 11:51:42 1998  Klaus-Georg Adams  <Klaus-Georg.Adams@chemie.uni-ka
7548 rlsruhe.de>
7549
7550         * g++.old-deja/g++.robertl/eb132.C: New test.
7551         * g++.old-deja/g++.robertl/eb133.C: Likewise.
7552
7553 1998-06-29  Dave Love  <d.love@dl.ac.uk>
7554
7555         * g77.f-torture/execute/980628-7.f,
7556         g77.f-torture/execute/980628-8.f,
7557         g77.f-torture/execute/980628-9.f,
7558         g77.f-torture/execute/980628-10.f: New tests from Craig.
7559
7560         * g77.f-torture/execute/980628-3.f: Remove mail headers.
7561
7562 Sun Jun 28 12:49:02 1998  Jeffrey A Law  (law@cygnus.com)
7563
7564         * g77.f-torture/execute/980628-4.f: New test from Craig.
7565         * g77.f-torture/execute/980628-5.f: Likewise.
7566         * g77.f-torture/execute/980628-2.f: Likewise.
7567         * g77.f-torture/execute/980628-0.f: Likewise.
7568         * g77.f-torture/execute/980628-1.f: Likewise.
7569         * g77.f-torture/execute/980628-3.f: Likewise.
7570         * g77.f-torture/execute/980628-6.f: Likewise.
7571
7572 Sun Jun 28 00:37:26 1998  Jeffrey A Law  (law@cygnus.com)
7573
7574         * lib/g77.exp (default_g77_version): Tweak to make it work in a build
7575         directory when nothing has been installed yet.
7576
7577 Sat Jun 27 23:23:18 1998  Carlo Wood  <carlo@runaway.xs4all.nl>
7578
7579         * gcc.c-torture/special/special.exp: Handle newer versions of
7580         dejagnu.
7581
7582 Fri Jun 26 17:57:40 1998  Jeffrey A Law  (law@cygnus.com)
7583
7584         * gcc.dg/980626-1.c: New test.
7585
7586 Fri Jun 19 23:26:12 1998  Bruno Haible <haible@ilog.fr>
7587
7588         * gcc.misc-tests/m-un-2.c: New test.
7589         * g++.old-deja/g++.other/warn01.c: Likewise.
7590
7591 Fri Jun 19 14:06:36 1998  Robert Lipe  <robertl@dgii.com>
7592
7593         * gcc.dg/980414-1.c: Move comments outside of ASM to improve
7594         compatibility with assmblers with a different comment character.
7595         Eliminate use of GAS-specific extensions.
7596
7597 Fri Jun 19 02:05:14 1998  Jeffrey A Law  (law@cygnus.com)
7598
7599         * gcc.c-torture/execute/ieee/980619-1.c: New test.
7600
7601 Fri Jun 19 00:58:11 1998  Robert Lipe  <robertl@dgii.com>
7602
7603         *lib/g77.exp: Replace search for libf2c.a with search for newly
7604         renamed libg2c.a
7605
7606 Wed Jun 17 18:53:12 1998  Jeffrey A Law  (law@cygnus.com)
7607
7608         * gcc.c-torture/execute/980617-1.c: New test.
7609
7610 Fri Jun 12 01:08:49 1998  Jeffrey A Law  (law@cygnus.com)
7611
7612         * gcc.c-torture/execute/980612-1.c: New test.
7613
7614 Mon Jun  8 02:13:42 1998  Jeffrey A Law  (law@cygnus.com)
7615
7616         * gcc.dg/980523-1.c: Only test on ppc-linux.
7617         * gcc.dg/980526-1.c, gcc.dg/switch-1.c: Likewise.
7618
7619         * gcc.c-torture/execute/980608-1.c: New test.
7620
7621 Fri Jun  5 21:54:26 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
7622
7623         * gcc.c-torture/execute/980605-1.c: New test.
7624
7625 Thu Jun  4 01:39:24 1998  Jeffrey A Law  (law@cygnus.com)
7626
7627         * gcc.c-torture/execute/980604-1.c: New test.
7628
7629 Tue Jun  2 20:51:43 1998  Jeffrey A Law  (law@cygnus.com)
7630
7631         * gcc.c-torture/execute/980602-1.c: New test.
7632         * gcc.c-torture/execute/980602-2.c: Likewise.
7633
7634 1998-06-02  Dave Love  <d.love@dl.ac.uk>
7635
7636         * 970125-0.f: Fix per JCB.  Add commentary.
7637
7638 Sun May 31 23:23:29 1998  Michael Meissner  <meissner@cygnus.com>
7639
7640         * gcc.c-torture/execute/ieee/mzero2.c: New test to better test
7641         IEEE -0 support.
7642
7643 Fri May 29 01:10:12 1998  Peter Leven <leven@lpr.e-technik.tu-muenchen.de>
7644
7645         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Set up signal handler
7646         earlier.
7647
7648 Thu May 28 00:17:42 1998  Catherine Moore <clm@cygnus.com>
7649
7650         * gcc.c-torture/execute/980526-3.c: New test.
7651
7652 1998-05-27  Manfred Hollstein  <manfred@s-direktnet.de>
7653
7654         * g++.old-deja/g++.jason/thunk2.C: Setup this test to be expected to
7655         fail on m68k-motorola-sysv and m88k-motorola-sysv3.
7656         * g++.old-deja/g++.jason/thunk3.C: Add m68k-motorola-sysv and
7657         m88k-motorola-sysv3 to XFAIL.
7658
7659 Tue May 26 23:58:03 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7660
7661         * gcc.dg/980526-1.c: New test.
7662         * gcc.c-torture/execute/980526-2.c: New test.
7663
7664 Tue May 26 23:40:40 1998  Jeffrey A Law  (law@cygnus.com)
7665
7666         * gcc.dg/980523-1.c: Change "ppc" to "powerpc".
7667
7668         * gcc.c-torture/execute/980526-1.c: New test.
7669
7670 1998-05-26  Dave Love  <d.love@dl.ac.uk>
7671
7672         * g77.f-torture/execute/alpha2.f: Add runtime test.
7673
7674 1998-05-24  Jason Merrill  <jason@yorick.cygnus.com>
7675
7676         * g++.old-deja/old-deja.exp: Strip leading directories.
7677
7678         * lib/old-dejagnu.exp: All tests fail if we got an internal compiler
7679         error for the line.  Don't run multiple tests for the same line.
7680
7681 Sat May 23 23:27:10 1998  Jeffrey A Law  (law@cygnus.com)
7682
7683         * gcc.dg/980523-1.c: New test.
7684
7685 1998-05-23  Dave Love  <d.love@dl.ac.uk>
7686
7687         * g77.f-torture/compile/970915-0.f: New test.
7688
7689 1998-05-23  Jason Merrill  <jason@yorick.cygnus.com>
7690
7691         * lib/old-dejagnu.exp: Ignore C++ "instantiated from" mesages.
7692
7693 Thu May 21 23:23:21 1998  Jeffrey A Law  (law@cygnus.com)
7694
7695         * gcc.dg/980520-1.c: New test.
7696
7697 Wed May 20 14:37:15 1998  Manfred Hollstein  <manfred@s-direktnet.de>
7698
7699         * gcc.dg/980502-1.c: Fix return type.
7700
7701 Wed May 20 11:29:48 1998  Jeffrey A Law  (law@cygnus.com)
7702
7703         * gcc.dg/{980502-1.c, clobbers.c}: New tests.
7704         * gcc.c-torture/compile/{980504-1.c, 980506-1.c}: Likewise.
7705         * gcc.c-torture/compile/{980506-2.c, 980611-1.c}: Likewise.
7706         * gcc.c-torture/execute/{980505-1.c, 980505-2.c, 980506-1.c}: Likewise.
7707         * gcc.c-torture/execute/{980506-2.c, 980506-3.c}: Likewise.
7708
7709 1998-05-20  Dave Love  <d.love@dl.ac.uk>
7710
7711         * g77.f-torture/execute/980520-1.f: New test.
7712
7713 1998-05-15  Dave Love  <d.love@dl.ac.uk>
7714
7715         * lib/mike-g77.exp: New file.
7716
7717         * g77.f-torture/noncompile/noncompile.exp,
7718         g77.f-torture/noncompile/check0.f: New files.
7719
7720 1998-05-14  Dave Love  <d.love@dl.ac.uk>
7721
7722         * g77.f-torture/execute/short.f, g77.f-torture/execute/le.f,
7723         g77.f-torture/execute/exp.f, g77.f-torture/execute/erfc.f,
7724         g77.f-torture/execute/dnrm2.f, g77.f-torture/execute/dcomplex.f,
7725         g77.f-torture/execute/cpp.F, g77.f-torture/execute/complex_1.f,
7726         g77.f-torture/execute/claus.f, g77.f-torture/execute/cabs.f: Call
7727         abort where appropriate.
7728
7729 Tue May  5 19:20:13 1998  Michael Meissner  <meissner@cygnus.com>
7730
7731         * lib/c-torture.exp (TORTURE_OPTIONS): Add -Os to options.
7732         * lib/f-torture.exp (TORTURE_OPTIONS): Ditto.
7733
7734 1998-04-29  Dave Love  <d.love@dl.ac.uk>
7735
7736         * g77.f-torture/compile/980419-1.f: Removed since doesn't compile.
7737
7738 1998-04-27  Dave Love  <d.love@dl.ac.uk>
7739
7740         * g77.f-torture/compile/980427-0.f: New test.
7741
7742 1998-04-24  Dave Love  <d.love@dl.ac.uk>
7743
7744         * g77.f-torture/compile/980424-0.f: New test.
7745
7746 1998-04-19  Dave Love  <d.love@dl.ac.uk>
7747
7748         * g77.f-torture/compile/980419-2.f (main): New test.
7749         * g77.f-torture/compile/970125-0.f: New test.
7750         * g77.f-torture/compile/980419-1.f: New test.
7751
7752 Wed Apr  8 13:09:15 1998  Jim Wilson  <wilson@cygnus.com>
7753
7754         * gcc.c-torture/execute/980407-1.c: Delete test.  Is duplicate
7755         of loop-4.c.
7756
7757 Tue Apr  7 12:01:24 1998  Jim Wilson  <wilson@cygnus.com>
7758
7759         * gcc.c-torture/execute/980407-1.c: New test from Joern Rennecke.
7760
7761 Fri Apr  3 12:27:49 1998  Jim Wilson  <wilson@cygnus.com>
7762
7763         * gcc.c-torture/compile/980329-1.c: New test.
7764
7765 Wed Mar 18 16:22:22 1998  Jim Wilson  <wilson@cygnus.com>
7766
7767         * gcc.dg/980313-1.c: New test for fp conditional move on PPro.
7768         * gcc.dg/980312-1.c: Fix typo in -march command.
7769
7770 Mon Mar 16 20:01:30 1998  H.J. Lu  (hjl@gnu.org)
7771
7772         * gcc.dg/980312-1.c: New test for fp conditional move on PPro.
7773
7774 Wed Mar 11 13:08:48 1998  Robert Lipe  <robertl@dgii.com>
7775
7776         * g77.f-torture/execute/980310-5.f: Deleted.  Craig Burley and
7777         Dave Love agree the Fortran source is bogus.
7778
7779 Wed Mar 11 00:03:49 1998  Robert Lipe  <robertl@dgii.com>
7780
7781         * g77.f-torture/compile/980310-1.f, g77.f-torture/compile/980310-2.f
7782         g77.f-torture/compile/980310-3.f, g77.f-torture/compile/980310-4.f
7783         g77.f-torture/compile/980310-6.f, g77.f-torture/compile/980310-7.f
7784         g77.f-torture/compile/980310-8.f: New tests from egcs-bugs archives.
7785         * g77.f-torture/execute/980310-5.f: New test from egcs-bugs archives.
7786
7787 Tue Mar 10 00:31:51 1998  Alexandre Oliva   <oliva@dcc.unicamp.br>
7788
7789         * g++.old-deja/g++.other/friend1.C: New test.
7790
7791 1998-02-18  Dave Love  <d.love@dl.ac.uk>
7792
7793         * g77.f-torture/execute/dnrm2.f (dnrm2): Avoid uninitialized (and
7794         possibly uninitialized) variables and declare dnrm2.
7795
7796 Mon Feb 23 15:16:53 1998  Robert Lipe <robertl@dgii.com>
7797
7798         From Bruno Haible <haible@ilog.fr>:
7799         * gcc.c-torture/execute/980223.c: New test.
7800
7801 Fri Feb 13 00:36:07 1998  Jeffrey A Law  (law@cygnus.com)
7802
7803         * gcc.dg/ifelse-1.c: New test.
7804
7805 Mon Feb  9 02:08:47 1998  H.J. Lu  (hjl@gnu.org)
7806
7807         * lib/g77.exp (g77_target_compile): Fix multilibs for libf2c.
7808
7809           * lib/old-dejagnu.exp (old-dejagnu): Added the
7810           "execution test - XFAIL *-*-*" handling in the spirit of
7811           "excess errors test -". Changed the "execution test fails"
7812           handling to be like "excess errors test fails".
7813           * Update various tests accordingly.
7814
7815 Fri Feb  6 14:30:48 1998  Jim Wilson  <wilson@cygnus.com>
7816
7817         * gcc.c-torture/execute/980205.c: New test.
7818
7819 Sun Jan 18 01:33:59 1998  Jeffrey A Law  (law@cygnus.com)
7820
7821         * lib/c-torture.exp: Look for .x files instead of .cexp files.
7822         * lib/f-torture.exp: Similarly.
7823         * gcc.c-torture: Rename all .cexp files to .x files.
7824
7825 Mon Dec  8 23:55:26 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
7826
7827         * gcc.c-torture/noncompile/noncompile.exp (921102-1.c): Fixed comment.
7828         (940510-1.c): Removed duplicate.
7829         (971104-1.c): New test.
7830
7831 Tue Nov 25 16:18:51 1997  Kate Hedstrom  (kate@ahab.rutgers.edu)
7832
7833           * lib/f-torture.exp: Improve error and loop detection.
7834
7835 Wed Nov 19 14:27:04 1997  Michael Meissner  <meissner@cygnus.com>
7836
7837         * gcc.c-torture/execute/950221-1.c (filler): If STACK_SIZE is defined,
7838         use that to size the filler array.
7839
7840 Fri Sep 26 10:50:53 1997  Bob Manson  <manson@charmed.cygnus.com>
7841
7842         * lib/c-torture.exp(c-torture-execute): Fix typo.
7843
7844         * lib/old-dejagnu.exp(old-dejagnu): Use a name derived from the
7845         testcase as the executable name. Keep the executable around if
7846         the test fails.
7847
7848 Fri Sep 19 17:19:53 1997  Bob Manson  <manson@charmed.cygnus.com>
7849
7850         * lib/c-torture.exp (TORTURE_OPTIONS): Removed unnecessary
7851         changes.  Only test one -g option, and move it to the end of the
7852         list of options to test.
7853
7854 Fri Sep 19 17:58:00 1997  Michael Meissner  <meissner@cygnus.com>
7855
7856         * lib/c-torture.exp (TORTURE_OPTIONS): Check for the environment
7857         variable GCC_TORTURE_OPTIONS to supply default switches separated
7858         by colons.  If no environment variable, run tests with -O0 -g, -O1
7859         -g, and -O2 -g as well.
7860
7861 Wed Sep 17 10:12:26 1997  Bob Manson  <manson@charmed.cygnus.com>
7862
7863         * lib/plumhall.exp: Don't set PHSRC in this file. Add a few
7864         explanatory comments. Fix indentation.
7865
7866 Mon Sep 15 00:36:53 1997  Jeffrey A Law  (law@cygnus.com)
7867
7868         * lib/g++.exp (g++_init): Look for xgcc in $basedir too.
7869
7870 Thu Sep 11 13:54:47 1997  Jeffrey A Law  (law@cygnus.com)
7871
7872         * g++.old-deja/g++.brendan/scope4.C: No longer expected to fail.
7873         * g++.old-deja/g++.mike/p7325.C: Likewise.
7874         * g++.old-deja/g++.mike/eh51.C: No longer expected to fail on the PA.
7875
7876 Thu Sep 11 10:00:03 1997  Alexandre Oliva  (oliva@dcc.unicamp.br)
7877
7878         * g++.old-deja/g++.brendan/crash20.C: Rework to avoid libg++.
7879         * g++.old-deja/g++.brendan/crash30.C: Likewise.
7880         * g++.old-deja/g++.brendan/crash39.C: Likewise.
7881         * g++.old-deja/g++.law/operators4.C: Likewise.
7882
7883 Thu Sep 11 09:53:40 1997  Joe Buck  (jbuck@synopsys.com)
7884
7885         * g++.old-deja/g++.mike/p658.C: eliminate <bool.h> use.
7886         * g++.old-deja/g++.mike/p784.C: Ditto.
7887         * g++.old-deja/g++.mike/p785.C: Ditto.
7888
7889 Fri Sep  5 00:21:42 1997  Jeffrey A Law  (law@cygnus.com)
7890
7891           * gcc.c-torture/execute/cbrt.c: Tweak to work on more targets.
7892
7893 Wed Sep  3 17:29:35 1997  Bob Manson  <manson@charmed.cygnus.com>
7894
7895         * gcc.c-torture/execute/ieee/ieee.exp: Check for ieee_multilib_flags
7896         target feature; pass this to c-torture-execute as needed.
7897
7898 Wed Sep  3 17:15:00 1997  Bob Manson  <manson@charmed.cygnus.com>
7899
7900         * lib/c-torture.exp(c-torture-execute): If the previous and the
7901         current executables being tested are identical, we don't need to
7902         run the executable again. Try to make the executable names
7903         unique. Add an optional argument for passing additional compiler
7904         flags.
7905
7906 Tue Sep  2 16:34:31 1997  Doug Evans  <dje@canuck.cygnus.com>
7907
7908         * lib/gcc-dg.exp (gcc-dg-test): Fix typos setting compile_type.
7909
7910 Fri Aug 29 12:48:09 1997  Jeffrey A Law  (law@cygnus.com)
7911
7912         * gcc.c-torture/execute/921007-1.c: Make strcmp static.
7913
7914 Thu Jul 31 12:17:24 1997  Jeffrey A Law  (law@cygnus.com)
7915
7916         * gcc.c-torture/execute/920501-9.c: Fix to work on targets with
7917         32bit or larger longs.
7918
7919         * gcc.c-torture/execute/961017-2.c: Fix to work on targets which
7920         have either a 32bit long or 32bit int.
7921
7922 Tue Jul 29 00:40:38 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
7923
7924         * gcc.c-torture/execute/conversion.c (test_float_to_integer):
7925         Make double precision tests dependent on sizeof (double).
7926
7927 Wed Jul  9 15:15:40 1997  Bob Manson  <manson@charmed.cygnus.com>
7928
7929         * gcc.prms/5403.c: Allow CRLFs to occur at the start of the output
7930         too.
7931
7932 Tue Jun 17 22:11:16 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
7933
7934         * gcc.c-torture/compile/961203-1.cexp: New script.
7935
7936 Mon Jun 16 15:27:06 1997  Bob Manson  <manson@charmed.cygnus.com>
7937
7938         * lib/g++.exp(g++_init): Use g++_include_flags instead of making
7939         up the includes ourselves.
7940
7941 Wed Jun 11 17:33:21 1997  Bob Manson  <manson@charmed.cygnus.com>
7942
7943         * lib/plumhall.exp: Remove random include, and add a few
7944         verbose messages for debugging.
7945
7946 Fri Jun  6 14:23:24 1997  Bob Manson  <manson@charmed.cygnus.com>
7947
7948         * lib/g++.exp: Use g++_link_flags from libgloss.exp, instead
7949         of trying to do it ourselves.
7950
7951 Wed Jun  4 03:38:50 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
7952
7953         * gcc.c-torture/execute/ieee/ieee.exp: Set -mieee for SH.
7954
7955 Wed Jun  4 18:43:55 1997  Bob Manson  <manson@charmed.cygnus.com>
7956
7957         * gcc.prms/5403.c: Made regexp a bit less strict.
7958
7959 Tue Jun  3 15:12:39 1997  Bob Manson  <manson@charmed.cygnus.com>
7960
7961         * lib/mike-gcc.exp: Don't use global exec_output anymore. Output
7962         is returned from remote_load instead.
7963         * lib/plumhall.exp: Ditto.
7964         * lib/mike-g++.exp: Ditto.
7965         * lib/old-dejagnu.exp: Ditto.
7966         * lib/c-torture.exp: Ditto.
7967
7968 Fri May 30 23:15:15 1997  Bob Manson  <manson@charmed.cygnus.com>
7969
7970         * lib/g++.exp: Use build_wrapper procedure.
7971         * lib/gcc.exp: Ditto.
7972
7973 Tue May 20 15:23:27 1997  Jeffrey A Law  (law@cygnus.com)
7974
7975         * gcc.c-torture/execute/*.c: Include stdlib.h instead of using
7976         an old-style decl for malloc.  Fixes tests to work when
7977         sizeof (int) != sizeof (size_t).
7978
7979 Thu May 15 14:00:04 1997  Mike Meissner  <meissner@cygnus.com>
7980
7981         * gcc.c-torture/execute/va-arg-3.c: If NO_VARARGS is defined, nop test.
7982
7983         * gcc.c-torture/execute/strct-varg-1.c: If NO_VARARGS is defined,
7984         use stdargs.h interface.
7985
7986 Thu May 15 14:10:39 1997  Mike Meissner  <meissner@cygnus.com>
7987
7988         * lib/gcc.exp (gcc_target_compile): If gcc,no_varargs, define
7989         NO_VARARGS when compiling.
7990
7991 Thu May  1 14:49:19 1997  Bob Manson  <manson@charmed.cygnus.com>
7992
7993         * lib/plumhall.exp(ph_includes): New procedure.
7994         (ph_make): Use it.
7995         (ph_compiler): Ditto.
7996
7997         * lib/g++.exp: Rename test-glue.c to testglue.c.
7998         * lib/gcc.exp: Ditto.
7999
8000 Thu Apr 10 14:50:26 1997  Bob Manson  <manson@charmed.cygnus.com>
8001
8002         * lib/g++.exp(g++init): Don't try to be smart, always run g++_init
8003         to completion when it's called.
8004
8005 Fri Mar 21 16:34:52 1997  Michael Meissner  <meissner@cygnus.com>
8006
8007         * gcc.c-torture/execute/920501-7.c (main,x): If NO_LABELS_VALUES
8008         is defined, don't do test.
8009
8010 Thu Mar 20 09:50:32 1997  Doug Evans  <dje@canuck.cygnus.com>
8011
8012         * lib/plumhall.exp (ph_make): Comment out errorCode=NONE test
8013         for object files.
8014         (ph_summary): Mark skipped testcases as untested, not unresolved.
8015
8016         * lib/plumhall.exp (ph_make): If unresolved because of bad
8017         errorCode, record errorCode in log file.
8018         (*): Replace send_log/verbose with verbose -log.
8019
8020 Wed Mar 19 13:06:26 1997  Michael Meissner  <meissner@cygnus.com>
8021
8022         * gcc.c-torture/execute/ieee/rbug.c (main): Don't do long long to
8023         double conversion if double isn't at least 8 bytes.
8024
8025         * gcc.c-torture/execute/cvt-1.c: Make all functions use long, not
8026         int to work with targets where int is 16 bits.
8027
8028         * gcc.c-torture/execute/920715-1.c (main): If double isn't at least
8029         8 bytes, just exit, since 4 byte doubles don't have enough bits of
8030         precision for the test to complete.
8031
8032 Fri Mar 14 17:51:02 1997  Michael Meissner  <meissner@cygnus.com>
8033
8034         * gcc.c-torture/execute/920715-1.cexp (d10v-*-*): Expect to fail
8035         if d10v is not compiled with the -mdouble64 flag.
8036         * gcc.c-torture/execute/ieee/rbug.cexp (d10v-*-*): Ditto.
8037
8038         * gcc.c-torture/execute/cvt-1.cexp (d10v-*-*): Expect to fail if
8039         d10v is not compiled with the -mint32 flag.
8040
8041 Thu Mar 13 16:09:28 1997  Bob Manson  <manson@charmed.cygnus.com>
8042
8043         * lib/plumhall.exp: Use incr_count.
8044
8045 Wed Mar 12 10:01:33 1997  Jeffrey A Law  (law@cygnus.com)
8046
8047         * gcc.c-torture: Update to c-torture-1.45.
8048
8049 Sun Feb 23 18:12:04 1997  Bob Manson  <manson@charmed.cygnus.com>
8050
8051         * lib/gcc.exp(gcc_init): Add args parameter (which will contain
8052         the name of the expect testcase file).
8053
8054         * lib/g++.exp(g++_init): Ditto.
8055
8056 Thu Feb 20 13:53:05 1997  Bob Manson  <manson@charmed.cygnus.com>
8057
8058         * lib/g++.exp(g++_exit): $gluefile lives on the build, not
8059         the host.
8060
8061         * lib/gcc.exp(gcc_exit): New procedure.
8062
8063 Wed Feb 19 15:16:16 1997  Bob Manson  <manson@charmed.cygnus.com>
8064
8065         * g++.old-deja/g++.rfg/*: Added "Build don't link" and ERROR
8066         specs where appropriate.
8067
8068         * g++.old-deja/g++.arm/*: Added additional ERROR checks
8069         because of new "candidates are" messages, and removed a few
8070
8071         * Converted all non-old-style g++ testcases to old-style, and
8072         moved into g++.old-deja.
8073
8074 Fri Feb 14 11:46:46 1997  Bob Manson  <manson@charmed.cygnus.com>
8075
8076         * lib/old-dejagnu.exp(old-dejagnu): Add various "skip if"
8077         options.
8078
8079         * lib/gcc.exp(gcc_init): Don't set gluefile unless the compile
8080         succeeded.
8081
8082         * lib/g++.exp(g++_init): Don't unset gluefile unless it exists.
8083
8084 Thu Feb 13 17:30:46 1997  Michael Meissner  <meissner@cygnus.com>
8085
8086         * lib/gcc.exp (gcc_target_compile): Add support for defining
8087         NO_TRAMPOLINES and NO_LABEL_VALUES if the baseboard file indicates
8088         the machine doesn't have those features.
8089
8090 Tue Feb 11 12:57:11 1997  Bob Manson  <manson@charmed.cygnus.com>
8091
8092         * g++.law/operators4.exp: Don't use LIBS.
8093
8094 Sat Feb  8 14:45:55 1997  Bob Manson  <manson@charmed.cygnus.com>
8095
8096         * g++.law/virtual1.exp: Don't use CXX_FLAGS.
8097
8098         * lib/mike-g++.exp: Don't set the compiler to be tested here.
8099         * lib/g++.exp: Set it here instead. Also, allow use of the
8100         --tool_exec and --tool_opt options. Change CXX to
8101         GXX_UNDER_TEST.
8102
8103         * g++.old-deja/old-deja.exp: Change CXX to GXX_UNDER_TEST.
8104
8105         * lib/gcc.exp: Allow use of --tool_exec and --tool_opt.
8106
8107 Fri Feb  7 12:55:45 1997  Bob Manson  <manson@charmed.cygnus.com>
8108
8109         * lib/old-dejagnu.exp: Use prune_warnings instead of
8110         prune_system_crud.
8111         * lib/mike-g++.exp: Ditto.
8112         * lib/gcc.exp: Ditto.
8113         * lib/g++.exp: Ditto.
8114
8115         * lib/g++.exp: Include both libstdc++ and libstdc++/stl.
8116
8117 Fri Feb  7 10:41:53 1997  Jeffrey A Law  (law@cygnus.com)
8118
8119           * 941014-2.c: Include stdlib.h
8120           * 960327-1.c: Include stdio.h
8121           * dbra.c, index-1.c: Don't assume ints are 32bits.
8122
8123 Tue Feb  4 12:51:09 1997  Bob Manson  <manson@charmed.cygnus.com>
8124
8125         * lib/gcc.exp: Add gcc,stack_size target feature.
8126
8127         * lib/g++.exp(g++_target_compile): Add the include and link
8128         paths here, not in two other places. And, it's $options, not
8129         options.
8130
8131         * lib/mike-g++.exp(postbase): Remove the code that determines
8132         the correct include and link paths.
8133         * g++.old-deja/old-deja.exp: Ditto.
8134
8135 Mon Feb  3 19:00:07 1997  Bob Manson  <manson@charmed.cygnus.com>
8136
8137         * lib/g++.exp(g++_init): target_compile no longer returns the
8138         filename of the result.
8139
8140 Sun Feb  2 14:42:34 1997  Bob Manson  <manson@charmed.cygnus.com>
8141
8142         * gcc.misc-tests/gcov.exp: Add -nocomplain to the
8143         call to glob.
8144
8145         * gcc.c-torture/special/special.exp: Change call to
8146         gcc_target_compile to include the object file.
8147
8148 Sun Feb  2 17:11:50 1997  Ian Lance Taylor  <ian@cygnus.com>
8149
8150         * gcc.c-torture/special/special.exp: Correct misspelling in last
8151         change.
8152
8153 Sat Feb  1 12:34:23 1997  Bob Manson  <manson@charmed.cygnus.com>
8154
8155         * lib/plumhall.exp(ph_summary): Log the entire output of the
8156         executable. Return -1 if there were any failures, 0 otherwise.
8157         (ph_execute): Return -1 if there were any failures, 0 otherwise.
8158         (ph_make): Clean up objects and executables that were built
8159         if the tests succeeded.
8160
8161 Thu Jan 30 13:45:56 1997  Bob Manson  <manson@charmed.cygnus.com>
8162
8163         * g++.old-deja/old-deja.exp: Add -L and -I flags so we include
8164         libraries and includes in the build tree as appropriate.
8165
8166 Wed Jan 29 17:19:34 1997  Bob Manson  <manson@charmed.cygnus.com>
8167
8168         * lib/c-torture.exp: Instead of looking for the global variable
8169         NO_LONG_LONG, check to see if that's a feature of the target.
8170
8171 Wed Jan 29 00:36:25 1997  Bob Manson  <manson@charmed.cygnus.com>
8172
8173         * config/default.exp: Minimize. Delete the remainer of the files in
8174         config; this functionality is now in devo/dejagnu/config.
8175
8176         g++.*/*: Pass any additional flags used to compile to postbase;
8177         delete CXXFLAGS.
8178
8179         gcc.c-torture/*: Remove calls to gcc_init and gcc_finish; this
8180         is now done by runtest.exp. Use gcc_target_compile instead of
8181         compile.
8182
8183         lib/c-torture.exp: Use gcc_target_compile instead of compile.
8184         Remove references to CFLAGS. Use remote_file instead of
8185         calling rm -f.
8186         (c-torture): Take a list of arguments to use to compile this
8187         testcase.
8188
8189         lib/g++.exp: Simplify. Use target_compile instead of compile.
8190         lib/gcc-dg.exp: Ditto.
8191         lib/gcc.exp: Ditto.
8192         lib/mike-{gcc,g++}.exp: Ditto.
8193         lib/old-dejagnu.exp: Ditto.
8194         lib/plumhall.exp: Ditto.
8195
8196 Wed Jan  8 14:43:07 1997  Jim Wilson  <wilson@cygnus.com>
8197
8198         * lib/plumhall.exp (ph_make): Use CFLAGS and ANSICFLAGS when linking.
8199         (ph_linker): Likewise.
8200
8201 Wed Nov 13 16:04:19 1996  Joern Rennecke <amylaar@cygnus.com>
8202
8203           * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}: Only use
8204         MAP_ANON / MAP_ANONYMOUS if defined;
8205         else try to map from /dev/zero .
8206
8207 Tue Nov 12 23:30:12 1996  Jeffrey A Law  (law@cygnus.com)
8208
8209         * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}:  If MAP_ANON
8210         isn't defined, then define it to MAP_ANONYMOUS.
8211
8212 Tue Nov 12 11:57:49 1996  Jeffrey A Law  (law@cygnus.com)
8213
8214         * gcc.c-torture: Update to c-torture-1.42 release.
8215
8216 Mon Nov 11 12:45:31 1996  Jeffrey A Law  (law@cygnus.com)
8217
8218         * gcc.c-torture: Update to c-torture-1.41 release.
8219
8220 Sun Oct 27 18:56:18 1996  Jeffrey A Law  (law@cygnus.com)
8221
8222         * gcc.c-torture/execute/enum-1.c: New test.  Will be in next
8223         c-torture release.
8224
8225 Thu Aug 15 11:09:36 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
8226
8227         * lib/gcc.exp (gcc_init): Always append the target_info to CFLAGS
8228         and LDFLAGS.  Fix second case to append the target_info ldflags
8229         onto LDFLAGS, not CFLAGS.
8230         * lib/g++.exp (g++_init): Add target_info stuff.
8231         * lib/old-dejagnu.exp (old-dejagnu-init): Likewise.  Add inclusion
8232         of libgloss and newlib flags for !native.
8233
8234         * config/proelf.exp: Load remote.exp and do `push_target hppro'.
8235         (GDB): Fix relative path to go up another dir for finding gdb.
8236
8237 Thu Aug  8 17:03:27 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
8238
8239         * lib/gcc.exp(gcc_init): Set CFLAGS and LDFLAGS to their new
8240         versions in the target_info array, if they don't exist.
8241
8242 Fri Aug  2 15:39:03 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
8243
8244         * config/vx.exp (${tool}_load): Fix syntax of `$shell_id < 0'.
8245
8246 Mon Jul  8 15:45:58 1996  Jim Wilson  <wilson@cygnus.com>
8247
8248         * lib/g++.exp: Change all uses of $base_dir/ to $base_dir/../.
8249         * lib/gcc.exp, lib/old-dejagnu.exp: Likewise.
8250
8251 Mon Jul  1 15:53:00 1996  Bob Manson  <manson@charmed.cygnus.com>
8252
8253         * lib/old-dejagnu.exp: Don't remove the output file before we've
8254         actually tested it. Don't append pwd to the path of the executable
8255         we're testing.
8256
8257 Sun Jun 30 14:37:50 1996  Doug Evans  <dje@canuck.cygnus.com>
8258
8259         * lib/g++.exp (default_g++_start): Don't pass LDFLAGS, LIBS if -c.
8260
8261 Wed Jun 26 14:15:55 1996  Bob Manson  <manson@charmed.cygnus.com>
8262
8263         * lib/old-dejagnu.exp (old-dejagnu): Add $tmpdir to specify a
8264         temporary directory for compiler files, and set it to a default
8265         value of /tmp. Set $output as the name of the output file from
8266         compiling the testcase. Add a -o option to $cflags_var so the
8267         compiler writes the final output file as $output. Set $executable
8268         to $output.
8269
8270         * lib/mike-g++.exp (postbase): Add $tmpdir to specify a temporary
8271         directory for compiler files, and set it to /tmp if it doesn't
8272         already have a value. Set $output_file to the name of the output
8273         file from compiling the testcase. Add a -o option to CXXFLAGS so
8274         the compiler writes the final output file as $output. Use $output
8275         as the executable to be tested.
8276
8277 Mon Jun 24 17:12:16 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
8278
8279         * lib/g++.exp: Also add -Wl,-rpath,... for linux.
8280
8281 Sat Jun  8 15:12:24 1996  Jeffrey A Law  (law@cygnus.com)
8282
8283         * gcc.c-torture/execute/pending-1.c: New test.  Still
8284         pending in Tege's queue.
8285
8286 Wed Apr 24 18:13:45 1996  Jim Wilson  <wilson@chestnut.cygnus.com>
8287
8288         * lib/plumhall.exp (ph_summary): Add arguments name and exec_status.
8289         Add variables local_failcnt and local_unresolvedcnt.  Call gcc_fail
8290         if there were failures.  Call unresolved if there were unresolved
8291         testcases.  Call gcc_fail if program did not run to completion.
8292         (ph_make): Pass additional argument name to ph_execute.
8293         (ph_execute): Add new argument.  Pass additional arguments to
8294         ph_summary.  Call gcc_fail is there is no execution output.
8295
8296 Wed Apr 24 13:39:23 1996  Jeffrey A Law  (law@cygnus.com)
8297
8298         * lib/plumhall.exp (proc_summary): Output relavent summary
8299         lines into the log so specific failures in plumhall can be
8300         investigated.
8301
8302 Wed Apr 10 13:23:45 1996  Jeffrey A Law  (law@cygnus.com)
8303
8304         * lib/c-torture.exp: Provide a default value for $NO_LONG_LONG.
8305         (c-torture-execute): Don't try to execute tests which use
8306         "long long" types if $NO_LONG_LONG is nonzero.
8307
8308 Mon Apr  8 08:52:29 1996  Doug Evans  <dje@canuck.cygnus.com>
8309
8310         * gcc.c-torture/execute/ieee/ieee.exp: Run c-torture-execute,
8311         not c-torture.
8312
8313         * gcc.ieee: Move from here.
8314         * gcc.c-torture/execute/ieee: To here.
8315
8316 Tue Mar 26 23:41:18 1996  Jeffrey A Law  (law@cygnus.com)
8317
8318         * gcc.c-torture: Update to c-torture-1.41 release.
8319
8320 Fri Mar 22 15:49:24 1996  Jeffrey A Law  (law@cygnus.com)
8321
8322         * lib/c-torture.exp (c-torture-execute): Remove "$executable",
8323         not "$output".
8324
8325 Thu Mar  7 12:37:08 1996  Doug Evans  <dje@charmed.cygnus.com>
8326
8327         * lib/gcc.exp (default_gcc_start): Don't pass $LDFLAGS $LIBS if
8328         -c present.
8329
8330 Sat Mar  2 22:36:37 1996  Jeffrey A Law  (law@cygnus.com)
8331
8332         * config/proelf.exp: Handle connecting to a simulator.
8333
8334 Wed Jan 31 00:58:15 1996  Jeffrey A Law  (law@cygnus.com)
8335
8336         * config/proelf.exp: New file.  Enough framework that we can
8337         run c-torture tests on the proelf targets (or any other target
8338         that gdb can connect to for that matter).
8339
8340 Mon Jan 29 08:57:46 1996  Doug Evans  <dje@canuck.cygnus.com>
8341
8342         * gcc.c-torture/special/special.exp: Delete libs arg to dg-runtest.
8343         * gcc.ph/testing/limits/limits.exp: Likewise.  Don't pass $CFLAGS.
8344
8345         * lib/plumhall.exp (ph_execute): Always call ph_summary if
8346         exec_output exists.
8347
8348 Sun Jan 28 11:28:43 1996  Doug Evans  <dje@charmed.cygnus.com>
8349
8350         * config/sim.exp (SIM_TIME_LIMIT): New user settable variable.
8351         (${tool}_load): Use 240 seconds if SIM_TIME_LIMIT not set.
8352
8353         * config/*.exp: Update FSF address.  Change result of ${tool}_load
8354         to pass/fail/unresolved/unsupported/untested.  Caller must now
8355         call unresolved/unsupported/untested.
8356         * lib/*.exp: Update FSF address.  Update to handle new results of
8357         ${tool}_load.
8358         * lib/chill.exp (verbose): Delete.
8359
8360 Sat Jan 27 12:28:07 1996  Doug Evans  <dje@charmed.cygnus.com>
8361
8362         * lib/gcc.exp (default_gcc_start): Change order of args to
8363         $LDFLAGS $CFLAGS $LIBS.
8364         * lib/gcc-dg.exp (gcc-dg-test): Arguments have changed, update.
8365         Save/set/restore CFLAGS.  Pass single arg to gcc_start.
8366         * gcc.dg/dg.exp: Delete libs arg in call to dg-runtest.
8367         (CC,CFLAGS,LIBS): Delete references. Don't pass $CFLAGS to dg-runtest.
8368         * gcc.misc-tests/dg-test.exp: Likewise.
8369         * gcc.misc-tests/msgs.exp: Likewise.
8370         * gcc.prms/prms.exp: Likewise.
8371         * gcc.misc-tests/gcov.exp: Delete libs arg in call to dg-runtest.
8372         (CFLAGS,LIBS): Delete references.  Don't pass $CFLAGS to dg-runtest.
8373
8374         * lib/dg.exp: Deleted, moved to dejagnu/lib.
8375
8376 Wed Jan 24 18:37:00 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
8377
8378         * g++.old-deja/old-deja.exp: Add passing of $mathlib to old-dejagnu.
8379
8380         * g++.old-deja/old-deja.exp: Move setting of runshlib from here...
8381         * lib/old-dejagnu.exp (old-dejagnu-init): ...to here.
8382
8383         * lib/g++.exp (g++_init): Take out use of -rpath for the sun4, not
8384         necessary.
8385
8386 Sat Jan 20 17:22:08 1996  Brendan Kehoe  <brendan@cygnus.com>
8387
8388         * g++.old-deja/old-deja.exp: Move setting of runshlib out of the
8389         global for loop; add use of $mathlib.
8390         * lib/old-dejagnu.exp (old-dejagnu-init): Put the runshlib
8391         settings here; set mathlib for anything but VxWorks.
8392
8393 Mon Jan 22 16:31:57 1996  Jeffrey A Law  (law@cygnus.com)
8394
8395         * gcc.c-torture: Update to c-torture-1.40 release.
8396
8397 Wed Jan  3 00:54:33 1996  Jeffrey A Law  (law@cygnus.com)
8398
8399         * gcc.ph/testing/limits/limits.exp: Load ${tool}-dg.exp, not
8400         dg.exp.
8401
8402 Sun Dec  3 16:17:42 1995  Jeffrey A. Law  <law@sethra.cygnus.com>
8403
8404         * lib/c-torture.exp (c-torture-execute): Declare "output" as
8405         global.
8406
8407 Fri Nov 17 20:01:19 1995  Doug Evans  <dje@canuck.cygnus.com>
8408
8409         * lib/g++.exp (LIBS): Define if not already.
8410         * lib/gcc-dg.exp (gcc-dg-test): Set executable file as a.out.
8411         (gcc-dg-prune): Call prune_gcc_output.
8412         * lib/gcc.exp (prune_gcc_output): New proc.
8413         * gcc.c-torture/special (921210-1.c): Call prune_system_crud and
8414         prune_gcc_output.
8415
8416 Thu Nov 16 09:15:40 1995  Doug Evans  <dje@canuck.cygnus.com>
8417
8418         * lib/c-torture.exp (c-torture-compile): Fix calls to `unsupported'.
8419         (c-torture-execute): Likewise.  Rename `name' to `testcase'.
8420
8421 Wed Nov 15 23:04:36 1995  Jeffrey A Law  (law@cygnus.com)
8422
8423         * gcc.c-torture: Update to c-torture-1.39 release.
8424
8425 Sat Nov  4 12:52:05 1995  Doug Evans  <dje@canuck.cygnus.com>
8426
8427         * lib/c-torture.exp (c-torture-execute): Don't return if one option
8428         fails, try others as well.
8429
8430 Thu Nov  2 09:28:35 1995  Doug Evans  <dje@canuck.cygnus.com>
8431
8432         * lib/c-torture.exp (c-torture-execute): This proc's result is `void'.
8433         If compilation fails, mark execute tests as `untested'.
8434         If test is marked as unsupported, don't mark compilation and
8435         execute tests as failed.
8436
8437 Wed Oct 25 20:57:55 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
8438
8439         * lib/g++.exp (g++_init): Don't link in libg++, and look to
8440         libstdc++ for whether or not we want to be doing shared
8441         libraries.  Delete link_curses since we don't need it anymore.
8442         * lib/mike-g++.exp (postbase): Don't link in libg++.
8443         * g++.old-deja/old-deja.exp: Likewise.
8444
8445 Mon Oct 23 13:05:11 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
8446
8447         * lib/g++.exp (CXX): Default to run `c++' instead of `g++'.
8448
8449 Tue Oct 17 15:24:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
8450
8451         * lib/g++.exp (g++_init): Also check for libg++.sl for the hppa.
8452         For that, add `-Wl,-a,shared_archive'.
8453         * g++.old-deja/old-deja.exp: Likewise.
8454
8455 Tue Oct 17 13:09:06 1995  Doug Evans  <dje@canuck.cygnus.com>
8456
8457         * lib/c-torture.exp (c-torture-execute): Ensure CFLAGS restored.
8458
8459 Mon Oct 16 23:13:32 1995  Brendan Kehoe  <brendan@cygnus.com>
8460
8461         * lib/mike-g++.exp (postbase): Pay attention to the status of
8462         g++_load.
8463
8464 Mon Oct 16 19:28:32 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
8465
8466           * g++.old-deja/old-deja.exp: Add $LIBS at the end of the args.
8467
8468 Mon Oct 16 13:48:58 1995  Doug Evans  <dje@canuck.cygnus.com>
8469
8470         * lib/gcc.exp (default_gcc_start): No longer need to log program
8471         being executed or its output, execute_anywhere does that now.
8472         * lib/g++.exp (default_g++_version): Call execute_anywhere.
8473         (default_g++_start): Likewise.  Delete calls to verbose/send_log.
8474
8475 Thu Oct 12 10:34:58 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
8476
8477         * g++.old-deja/old-deja.exp: Updated the shared libg++ tests to be
8478         the same as those in lib/g++.exp.
8479
8480 Tue Oct 10 13:47:27 1995  Jeff Law  (law@hurl.cygnus.com)
8481
8482         * gcc.c-torture: Update to c-torture-1.38 release.
8483         * gcc.ieee: Related changes.
8484
8485 Fri Oct  6 12:39:17 1995  Rob Savoye  <rob@darkstar.cygnus.com>
8486
8487         * mike-gcc.exp, mike-g++.exp: Use "execute_anywhere" rather than
8488         "exec". Minor reformatting changes.
8489
8490         * config/rom68k.exp (${tool}_load): Make it work in a canadian
8491         cross. This means all "exec" calls now work on a remote host as
8492         well.
8493         * lib/c-torture.exp (c-torture-compile): Make work for a canadian
8494         cross. Filter out the extra "\r\n" stuff that expect puts in.
8495         (c-torture-execute): Filter out the bogus warnings like
8496         c-torture-compile does. Add support for canadian cross.
8497         * lib/gcc.exp (default_gcc_version, default_gcc_start)
8498         Use execute_anywhere rather than calling exec directly. Now it
8499         works for canadian cross testing.
8500
8501 Thu Oct  5 10:06:45 1995  Brendan Kehoe  <brendan@rtl.cygnus.com>
8502
8503         * lib/g++.exp: Add -nocomplain flag to glob.  Use catch to put the
8504         results into a variable, and check that rather than using file exists.
8505
8506 Wed Oct  4 16:31:02 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
8507
8508         * lib/g++.exp: Use glob to see libg++.so.2.7.0, since sun4 doesn't
8509         create a libg++.so.  For sunos4.1.*, also add -ltermcap.
8510
8511 Tue Sep 26 10:15:14 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
8512
8513         * g++.old-deja/old-deja.exp: Create and pass runshlib and
8514         lib_curses if there's a shared libg++ in the build tree.
8515
8516 Fri Sep 22 10:47:24 1995  Doug Evans  <dje@canuck.cygnus.com>
8517
8518         * lib/mike-{gcc,g++}.exp (postbase): Restore CFLAGS, CXX_FLAGS, LIBS
8519         if not supported target.
8520
8521 Fri Sep 22 09:22:07 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
8522
8523         * lib/g++.exp (g++_init): Move empty setting of runshlib and
8524         link_curses up to always happen, not just for native builds.
8525
8526 Thu Sep 21 10:23:32 1995  Jeff Law  (law@snake.cs.utah.edu)
8527
8528         * gcc.c-torture: Update to c-torture-1.36 release.
8529         * gcc.failure: Related changes.
8530
8531 Wed Sep 20 10:56:26 1995  Doug Evans  <dje@canuck.cygnus.com>
8532
8533         * lib/plumhall.exp (PHSRC, PHDST): Allow config files to override.
8534
8535 Tue Sep 19 17:26:07 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
8536
8537         * lib/g++.exp (g++_init): Put the shared and math lib stuff in here.
8538         * lib/mike-g++.exp (postbase): Not in here.  Still reference
8539         runshlib, link_curses, and mathlib for link and run.
8540
8541         * lib/mike-g++.exp (postbase): If we've built a libg++.so, then
8542         pass the runtime shared library options for Solaris, OSF/1, and
8543         Irix5, and link with -lcurses to avoid unresolved references.
8544
8545 Wed Sep 13 15:28:10 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
8546
8547         * lib/gcc.exp (gcc_init): Return if gcc_initialized is 1, so we
8548         only run once.
8549
8550 Wed Sep 13 10:51:52 1995  Doug Evans  <dje@canuck.cygnus.com>
8551
8552         * lib/c-torture.exp (c-torture-compile): Don't alter CFLAGS.
8553
8554 Mon Sep 11 11:02:03 1995  Jeff Law  (law@snake.cs.utah.edu)
8555
8556         * gcc.c-torture: Update to c-torture-1.35 release.  Note we
8557         do not have a framework for the "compat" tests yet.
8558
8559 Sat Sep  9 16:15:20 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
8560
8561         * lib/mike-g++.exp (postbase): New local variable `mathlib',
8562         set to null if we're testing vxworks5.1.  Use that instead of
8563         `-lm' in the setting of LIBS for link and run.
8564
8565 Fri Sep  8 13:53:38 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
8566
8567         * config/rom68k.exp (${tool}_load): Major changes to make it
8568         work.  Verified that it does in fact return the stuff in
8569         exec_output properly.  Catch any Emul or any TRAP other than 0.
8570
8571 Thu Sep  7 23:04:06 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
8572
8573         * lib/mike-g++.exp (prebase): Call g++_init at the end to set
8574         LDFLAGS properly for targets that need stuff from libgloss.
8575         * lib/g++.exp (g++_init): Return if gpp_initialized is 1, so we
8576         only run once.
8577         (gpp_initialized): New variable.
8578
8579 Wed Sep  6 21:56:13 1995  Rob Savoye  <rob@darkstar.cygnus.com>
8580
8581         * config/rom68k.exp: Load libgloss.exp.
8582         * lib/gcc.exp (gcc_init): get proper flags for newlib and libgloss
8583         so we can produce a fully linked binary.
8584         * lib/g++.exp (g++_init): get proper flags for newlib and libgloss
8585         so we can produce a fully linked binary.
8586
8587 Sun Sep  3 13:25:26 1995  Doug Evans  <dje@canuck.cygnus.com>
8588
8589         * lib/plumhall.exp (ph_section): Watch for expected failures.
8590         Add missing `else'.
8591
8592         * lib/c-torture.exp (c-torture-execute): Look for .cexp files to
8593         run the testcase.
8594         (c-torture): Likewise.
8595
8596 Mon Aug 28 11:23:38 1995  Doug Evans  <dje@cygnus.com>
8597
8598         * gcc.dg/dg.exp (scan-assembler, scan-assembler-not): New procs.
8599
8600         * lib/mike-g++.exp (mike_cleanup): New proc.
8601         (prebase): New globals compiler_result, not_compiler_result,
8602         target_regexp.
8603         (postbase): Likewise.  Call mike_cleanup.  Pass "--" to regexp to
8604         allow leading "-" in pattern.  Watch for unsupported tests.
8605         If $compiler_result is set, pattern match assembler code,
8606         and ditto for $not_compiler_result.
8607         * lib/mike-gcc.exp: Likewise.
8608
8609         * lib/plumhall.exp (ph_execute): Only call ph_summary if
8610         execution "succeeded".
8611
8612 Mon Aug 14 14:03:53 1995  Doug Evans  <dje@canuck.cygnus.com>
8613
8614         * config/win32.exp: New file.
8615         * lib/c-torture.exp (c-torture-execute): Handle $exe_ext.
8616
8617 Fri Aug  4 15:39:54 1995  Doug Evans  <dje@canuck.cygnus.com>
8618
8619         * lib/gcc-dg.exp (gcc-dg-prune): Mark testcases that fill ram as
8620         unsupported.
8621         * lib/mike-{gcc,g++}.exp (postbase): Likewise.
8622         * lib/{c-torture.exp,old-dejagnu.exp}: Likewise.
8623         * lib/{gcc,g++}.exp (${tool}_check_untested_p): New proc.
8624
8625         * lib/mike-g++.exp (postbase): Delete alpha-*-* checking of
8626         "... without exceptions was ...".  That is now handled by
8627         prune_system_crud.
8628         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
8629
8630 Tue Aug  1 11:09:33 1995  Doug Evans  <dje@canuck.cygnus.com>
8631
8632         * gcc.misc-tests/{acker1.c,dhry.c,dhry.h,matrix1.c,optbench.c,
8633         sieve.c,sort2.c}: New files.
8634         * gcc.misc-tests/{acker1.exp,dhry.exp,matrix1.exp,optbench.exp,
8635         sieve.exp,sort2.exp}: Drivers for them.
8636
8637         * lib/mike-gcc.exp (program_output): New user settable variable.
8638         (postbase): Call prune_system_crud.  Also prune extraneous compiler
8639         messages.
8640         * lib/mike-g++.exp (program_output): New user settable variable.
8641
8642         * gcc.misc-tests/mg.exp (compiler_output): Handle multiple lines.
8643
8644         * config/sh.exp: Deleted (use sim.exp instead).
8645
8646 Fri Jul 28 11:33:46 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
8647
8648         * config/vx.exp: Declare CHECKTASK as global.
8649         * config/vxworks29k.exp: Reduce to only set CHECKTASK, and load vx.exp.
8650         * lib/mike-g++.exp: Load [pwd]/a.out, not `./a.out'.
8651         * lib/old-dejagnu.exp: Load [pwd]/$executable.
8652
8653 Wed Jul 26 19:45:39 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
8654
8655         * config/vxworks29k.exp: New file, for the a29k-vxworks5.1
8656         target. Like vx.exp, only includes `vx29k.exp' instead of
8657         `vxworks.exp'.
8658
8659 Sun Jul 23 17:38:52 1995  Ian Lance Taylor  <ian@cygnus.com>
8660
8661         * config/sim.exp: Increase time limit from 120 seconds to 240.
8662
8663 Thu Jul  6 11:07:38 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
8664
8665         * gcc.c-torture/execute/950628-1.c: New test.
8666
8667 Sat Jun 10 18:51:41 1995  Jeff Law  (law@snake.cs.utah.edu)
8668
8669         * gcc.c-torture: Update with changes/additions from
8670         c-torture-1.34.
8671
8672 Mon Jun  5 17:58:07 1995  Doug Evans  <dje@canuck.cygnus.com>
8673
8674         * gcc.prms/prms.exp: Pass LDFLAGS to dg-test.
8675
8676 Sun Jun  4 05:13:57 1995  Jeff Law  (law@snake.cs.utah.edu)
8677
8678         * gcc.c-torture/compile/funcptr-1.c: Test case for 7107.
8679
8680 Thu Jun  1 00:06:19 1995  Jeff Law  (law@snake.cs.utah.edu)
8681
8682         * gcc.c-torture/compile/950512-1.c: New test.
8683         * gcc.c-torture/execute/strct-pack-4.c, strct-pack-5.c}: Likewise.
8684         * gcc.dg/struct-ret-1.c: Likewise.
8685
8686 Wed May 31 14:25:13 1995  Doug Evans  <dje@canuck.cygnus.com>
8687
8688         * gcc.c-torture/execute/{920410-1.c,921113-1.c,921208-2.c,
8689           930106-1.c,memcpy-1.c}: Use STACK_SIZE if defined.
8690
8691 Tue May 30 11:19:54 1995  Doug Evans  <dje@canuck.cygnus.com>
8692
8693         * gcc.c-torture/special/920411-1.c: Deleted.
8694         * gcc.c-torture/special/special.exp: Delete 920411-1.c.
8695
8696 Mon May 22 16:55:11 1995  Doug Evans  <dje@chestnut.cygnus.com>
8697
8698         * config/sim.exp (${tool}_load): Hack in call to bash to get a
8699         cpu limit.
8700
8701 Fri May 12 18:57:54 1995  Torbjorn Granlund  <tege@rtl.cygnus.com>
8702
8703         * gcc.c-torture/execute/{950511-1.c,950512-1.c}: New tests.
8704
8705 Thu May  4 14:23:54 1995  Torbjorn Granlund  <tege@adder.cygnus.com>
8706
8707         From kenner;
8708         * gcc.c-torture/execute/va-arg-2.c (f[0-9], f1[0-5]): Verify format
8709         is the proper length.
8710         * va-arg-3.c: Likewise.
8711
8712 Sun Apr 30 16:02:59 1995  Doug Evans  <dje@canuck.cygnus.com>
8713
8714         * lib/dg.exp: Moved to dejagnu/lib.  Copy kept here (for awhile).
8715         * lib/gcc-dg.exp: New file, gcc interface to dg.exp.
8716
8717         * lib/gcc.exp (default_gcc_start): Delete old cruft.  Delete result.
8718         * lib/g++.exp (default_g++_start): Delete old cruft.
8719
8720 Tue Apr 25 17:20:18 1995  Torbjorn Granlund  <tege@cygnus.com>
8721
8722         * gcc.c-torture/execute/memcpy-1.c: Decrease stack requirements from
8723         (2 * (1 << 18)) to (2 * (1 << 17)).
8724
8725         * gcc.c-torture/execute/arith-rand.c: Avoid -0x80000000/-1.
8726
8727 Thu Apr 20 12:21:13 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
8728
8729         * config/rom68k.exp: Renamed from config/idp.exp
8730
8731 Tue Apr 18 13:33:26 1995  Torbjorn Granlund  <tege@rtl.cygnus.com>
8732
8733         * c-torture/compile/921109-2.c
8734
8735 Tue Apr 18 10:45:12 1995  Mike Stump  <mrs@cygnus.com>
8736
8737         * lib/old-dejagnu.exp: We expect Execution test failure if we expected
8738         excess errors.
8739
8740 Sat Apr 15 11:16:58 1995  Doug Evans  <dje@chestnut.cygnus.com>
8741
8742         * lib/gcc.exp (default_gcc_start): Handle leading "-" in compiler
8743         output.
8744         * lib/g++.exp (default_g++_start): Likewise.
8745
8746 Wed Mar 29 16:34:03 1995  Torbjorn Granlund  <tege@adder.cygnus.com>
8747
8748         * gcc.c-torture/compile/950329-1.c: New test.
8749
8750 Tue Mar 28 16:10:33 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
8751
8752           * config/bug.exp (${tool}_load): Updated to use new remote_open
8753           and remote_close procs.
8754         * config/idp.exp: New file.
8755
8756 Wed Mar 22 15:01:58 1995  Torbjorn Granlund  <tege@rtl.cygnus.com>
8757
8758         * gcc.c-torture/execute/950322-1.c: New test.
8759
8760 Tue Mar 21 21:24:49 1995  Doug Evans  <dje@canuck.cygnus.com>
8761
8762         * config/vx.exp (${tool}_load): Clean up testing of return code from
8763         vxworks_ld and vxworks_spawn.
8764
8765 Tue Mar 21 17:01:42 1995  Doug Evans  <dje@deneb.cygnus.com>
8766
8767         * lib/c-torture.exp (c-torture-execute): Pass same text to pass/fail.
8768
8769 Mon Mar 13 14:49:42 1995  Mike Stump  <mrs@cygnus.com>
8770
8771         * lib/old-deja.exp: Add `excess errors test - ' error, now one
8772         can mark excess errors on a machine by machine basis.  Note, the
8773         default is to not expect any excess errors, even when excess
8774         errors test - is given, so you will want to put an XFAIL ... on
8775         these lines.  For example, // excess errors test - XFAIL hppa*-*-*
8776         mips-*-* alpha-*-* m68k-*-* is how to expect excess errors on
8777         those 4 machines, but no others.
8778
8779 Fri Mar 10 12:33:04 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
8780
8781         * gcc.c-torture/execute/execute.exp (c-torture-execute): from here.
8782         * lib/c-torture.exp: to here.
8783
8784 Fri Mar 10 10:38:15 1995  Torbjorn Granlund  <tege@adder.cygnus.com>
8785
8786         * gcc.c-torture/execute/950221-1.c: New test.
8787         * gcc.c-torture/execute/struct-ret-1.c: New test.
8788         * gcc.c-torture/compile/950221-1.c: New test.
8789
8790         * gcc.c-torture/execute/941101-1.c (f): Fix typo, == was !=.
8791
8792 Fri Mar  3 16:28:35 1995  Doug Evans  <dje@canuck.cygnus.com>
8793
8794         * gcc.c-torture/execute/arith-1.c (main): Return 0.
8795         * gcc.c-torture/execute/arith-rand.c (main): Return 0.
8796
8797 Wed Mar  1 02:08:29 1995  Gerald Baumgartner  (gb@lorenzo.cs.purdue.edu)
8798
8799         * g++.gb: New directory of tests, derived from my signature and
8800         class scoping tests.
8801
8802         * g++.gb/{sig01.C, sig02.C, sig03.C, sig04.C}: New tests.
8803         * g++.gb/{sig05.C, sig06.C, sig07.C, sig08.C}: Likewise.
8804         * g++.gb/{sig09.C, sig10.C, sig11.C, sig12.C}: Likewise.
8805         * g++.gb/{sig13.C, sig14.C, sig15.C, sig16.C}: Likewise.
8806         * g++.gb/{sig17.C, sig18.C, sig19.C, sig20.C}: Likewise.
8807         * g++.gb/{sig21.C, sig22.C, sig23.C, sig24.C}: Likewise.
8808         * g++.gb/sig25.C: Likewise.
8809
8810         * g++.gb/{sig01.exp, sig02.exp, sig03.exp, sig04.exp}: Run them.
8811         * g++.gb/{sig05.exp, sig06.exp, sig07.exp, sig08.exp}: Likewise.
8812         * g++.gb/{sig09.exp, sig10.exp, sig11.exp, sig12.exp}: Likewise.
8813         * g++.gb/{sig13.exp, sig14.exp, sig15.exp, sig16.exp}: Likewise.
8814         * g++.gb/{sig17.exp, sig18.exp, sig19.exp, sig20.exp}: Likewise.
8815         * g++.gb/{sig21.exp, sig22.exp, sig23.exp, sig24.exp}: Likewise.
8816         * g++.gb/sig25.exp: Likewise.
8817
8818         * g++.gb/{scope01.C, scope02.C, scope03.C, scope04.C}: New tests.
8819         * g++.gb/{scope05.C, scope06.C, scope07.C, scope08.C}: Likewise.
8820         * g++.gb/{scope09.C, scope10.C, scope11.C, scope12.C}: Likewise.
8821         * g++.gb/scope13.C: Likewise, this test still fails.
8822
8823         * g++.gb/{scope01.exp, scope02.exp, scope03.exp, scope04.exp}: Run 'em.
8824         * g++.gb/{scope05.exp, scope06.exp, scope07.exp, scope08.exp}: Ditto.
8825         * g++.gb/{scope09.exp, scope10.exp, scope11.exp, scope12.exp}: Ditto.
8826         * g++.gb/scope13.exp: Ditto.
8827
8828         * g++.gb/README: New file, explains what these tests are about.
8829
8830 Tue Feb 28 10:37:52 1995  Doug Evans  <dje@canuck.cygnus.com>
8831
8832         * lib/dg.exp (dg-do): Support `preprocess'.
8833         (dg-test): Likewise.
8834
8835 Mon Feb 13 15:18:10 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
8836
8837         * config/udi.exp: change "continue -expect" to "exp_continue".
8838
8839 Sat Feb 11 00:25:20 1995  Torbjorn Granlund  (tege@tiny.cygnus.com)
8840
8841         * gcc.c-torture/execute/{921025-1.c, 930525-1.c}:
8842         Delete redundant tests.
8843
8844         * gcc.c-torture/execute/{941014-1.c, 941014-2.c}: New tests.
8845         * gcc.c-torture/execute/{941015-1.c, 941021-1.c}: New tests.
8846         * gcc.c-torture/execute/{941025-1.c, 941031-1.c}: New tests.
8847         * gcc.c-torture/execute/{941101-1.c, 941110-1.c}: New tests.
8848         * gcc.c-torture/execute/{941202-1.c, arith-1.c}: New tests.
8849         * gcc.c-torture/execute/{arith-rand.c, complex-3.c}: New tests.
8850         * gcc.c-torture/execute/{inst-check.c, loop-1.c}: New tests.
8851         * gcc.c-torture/execute/{memcpy-1.c, va-arg-2.c}: New tests.
8852
8853         * gcc.c-torture/execute/920302-1.c: Use void * instead of long for
8854         storing label pointers.
8855         * gcc.c-torture/execute/921019-1.c: Likewise.
8856         * gcc.c-torture/execute/920501-8.c: Add prototype for sprintf.
8857         * gcc.c-torture/execute/930513-1.c: Provide full declaration for
8858         parameter fp.
8859         * gcc.c-torture/execute/va-arg-1.c (main): Add L suffix to all
8860         constants.
8861
8862         * gcc.c-torture/compile/{920501-14.c, 931127-1.c}:
8863         Delete obsolete tests.
8864
8865         * gcc.c-torture/compile/{940409-1.c, 940718-1.c}: New tests.
8866         * gcc.c-torture/compile/{941014-1.c, 941014-2.c}: New tests.
8867         * gcc.c-torture/compile/{941014-3.c, 941014-4.c}: New tests.
8868         * gcc.c-torture/compile/{941019-1.c, 941111-1.c}: New tests.
8869         * gcc.c-torture/compile/{941113-1.c, 950122-1.c}: New tests.
8870         * gcc.c-torture/compile/950124-1.c: New test.
8871
8872         * gcc.c-torture/compile/920902-1.c: Delete 2:nd parameter.
8873
8874 Wed Feb  8 15:30:17 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
8875
8876         * lib/mike-g++.exp: Add -lm to LIBS.
8877
8878 Tue Feb  7 17:09:50 1995  Doug Evans  <dje@canuck.cygnus.com>
8879
8880         * lib/c-torture.exp (c-torture): Allow relative pathname in $srcdir.
8881
8882 Mon Jan 30 14:33:25 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
8883
8884         * lib/mike-g++.exp: Add -lstdc++ to LIBS.
8885
8886 Thu Jan 12 16:41:34 1995  Doug Evans  <dje@canuck.cygnus.com>
8887
8888         * gcc.misc-tests/dg-test.exp: Only run if $DG_TEST=yes.
8889
8890 Mon Jan  2 11:50:10 1995  Jeff Law  (law@snake.cs.utah.edu)
8891
8892         * g++.law/{arg9.C, arg10.C, arg11.C, arm15.C, arm16.C}: New tests.
8893         * g++.law/{bad-error3.C, bad-error4.C, bad-error5.C}: Likewise.
8894         * g++.law/{bad-error6.C, bad-error7.C}: Likewise.
8895         * g++.law/{bit-fields3.C, casts2.C, casts3.C}: Likewise.
8896         * g++.law/{enum8.C, enum9.C, friend5.C}: Likewise.
8897         * g++.law/{nest2.C, nest3.C, nest4.C, nest5.C}: Likewise.
8898         * g++.law/{nest6.C, next7.C, operators30.C}: Likewise.
8899         * g++.law/{operators31.C, operators32.C,
8900         * g++.law/{operators33.C, operators34.C}: Likewise.
8901         * g++.law/{pic1.C, refs2.C}: Likewise.
8902         * g++.law/{refs3.C, refs4.C, static-mem3.C}: Likewise.
8903         * g++.law/{static-mem4.C, static-mem5.C, typeck4.C}: Likewise.
8904         * g++.law/{vbase1.C, visibility27.C, visibility28.C}: Likewise.
8905         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
8906
8907         * g++.law/{arg9.exp, arg10.exp, arg11.exp, arm15.exp}: Run them.
8908         * g++.law/{arm16.exp, bad-error3.exp, bad-error4.exp: Likewise.
8909         * g++.law/{bad-error5.exp, bad-error6.exp}: Likewise.
8910         * g++.law/{bad-error7.exp, bit-fields3.exp}: Likewise.
8911         * g++.law/{casts2.exp, casts3.exp, enum8.exp}: Likewise.
8912         * g++.law/{enum9.exp, friend5.exp}: Likewise.
8913         * g++.law/{nest3.exp, nest4.exp}: Likewise.
8914         * g++.law/{nest5.exp, nest6.exp, nest7.exp}: Likewise.
8915         * g++.law/{operators30.exp, operators31.exp}: Likewise.
8916         * g++.law/{operators32.exp, operators33.exp}: Likewise.
8917         * g++.law/{operators34.exp}: Likewise.
8918         * g++.law/{pic1.exp, refs2.exp, refs3.exp refs4.exp}: Likewise.
8919         * g++.law/{static-mem3.exp, static-mem4.exp}: Likewise.
8920         * g++.law/{static-mem5.exp, typeck4.exp, vbase1.exp}: Likewise.
8921         * g++.law/{visibility27.exp, visibility28.exp}: Likewise.
8922         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
8923
8924         * g++.law/{union4.exp, visibility17.exp}: Fix expected output.
8925         No longer expected to fail.
8926         * g++.law/missed-error3.C: Tweak for recent bool changes.
8927
8928 Sun Dec  4 20:54:33 1994  Doug Evans  <dje@canuck.cygnus.com>
8929
8930         * config/emb-unix: Deleted.
8931         * config/unix.exp (${tool}_load): Use new proc rsh_exec to perform
8932         remote execution.  Do final link on remote host if REMOTE_LINK is set.
8933
8934 Thu Dec  1 08:43:05 1994  Doug Evans  <dje@canuck.cygnus.com>
8935
8936         * lib/dg.exp (dg-test): Fix typo in last patch.
8937
8938 Wed Nov 30 13:25:32 1994  Doug Evans  <dje@canuck.cygnus.com>
8939
8940         * lib/dg.exp (dg-test): Fix pattern that searches for expected output
8941         (handles multiple occurrences).
8942
8943 Thu Nov 24 19:48:38 1994  Doug Evans  <dje@canuck.cygnus.com>
8944
8945         * gcc.c-torture/*/*.exp: Pass full pathname to c-torture.
8946         * gcc.c-torture/execute/execute.exp (c-torture-execute): Remove
8947         $srcdir from pathname in pass/fail messages (but ensure $subdir *is*
8948         printed).
8949         * lib/c-torture.exp (c-torture-compile): Likewise.
8950         (c-torture): Prepend full path if missing.
8951         * lib/gcc.exp (gcc_pass): Pass entire pathname of testcase.
8952         (gcc_fail): Likewise.
8953         * lib/dg.exp (dg-test): Don't delete $subdir from pathname in messages.
8954
8955 Wed Nov 23 13:56:00 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
8956
8957         * lib/netware.exp: Only attach to NetWare i386 systems.
8958
8959 Wed Nov 16 11:27:00 1994  Doug Evans  <dje@canuck.cygnus.com>
8960
8961         * lib/dg.exp (dg-test): Don't print $subdir (or above) in pass/fail
8962         messages.  Add test name to "output pattern match" pass/fail message.
8963
8964 Sat Nov 12 22:11:52 1994  Doug Evans  <dje@canuck.cygnus.com>
8965
8966         * gcc.dg: New testsuite.
8967         * gcc.dg/dg.exp: New file.
8968
8969         * gcc.misc-tests/{misc.exp,inst-check.c,test-ior.c,test-consts.c,
8970         test-switch.c}: Deleted.
8971
8972         * gcc.misc-tests/msgs.exp: New testcase driver.
8973
8974 Wed Nov  9 14:23:09 1994  Doug Evans  <dje@canuck.cygnus.com>
8975
8976         * gcc.c-torture/execute/execute.exp (c-torture_execute): New proc.
8977         Watch for illegal return values from ${tool}_load.
8978         * config/unix.exp (${tool}_load): Fix pass/fail detection for
8979         cross targets.  Coerce return value >0 to 1.
8980
8981 Tue Nov  8 14:10:33 1994  Doug Evans  <dje@canuck.cygnus.com>
8982
8983         * config/unix.exp (${tool}_load): Call program rsh, not proc.
8984
8985         * config/emb-unix.exp: New file.
8986
8987         * config/sim.exp: Error if variable $SIM not defined.
8988         (${tool}_load): Mark test as "untested" if simulator missing.
8989
8990         * config/unix.exp: Load remote.exp to get rcp_download.
8991         * lib/c-torture.exp: Use different option lists for testcases with
8992         and without loops.
8993         * gcc.c-torture/execute/execute.exp: Likewise.
8994
8995 Wed Nov  2 14:47:58 1994  Doug Evans  <dje@canuck.cygnus.com>
8996
8997         * config/*.exp: Clarify return code from ${tool}_load.
8998         Call `unresolved' or `untested' instead of `warning' or `perror'
8999         (sometimes you still want to call both though).
9000         Add comment that `shell_id' is local to each file.
9001         * config/udi.exp (timeout): Set to 30.
9002         Don't print warning if connection fails, $connectmode has already
9003         printed an error.
9004         (${tool}_load): Move verbose messages to level 2.
9005         Rework pattern for "Process started" message.
9006         Pass `shell_id' to ${connectmode}_download.
9007         Retry twice upon timeout.  Make resetting of target more robust.
9008         (${tool}_exit): Remove /tmp/soc_name. if connected ok (bug in mondfe).
9009         Pass `shell_id' to exit_$connectmode.
9010         Only call exit_$connectmode if connected.
9011         * config/unix.exp (${tool}_load): Check return codes better.
9012         * config/vrtx.exp (${tool}_load): Likewise.
9013         * config/vx.exp (${tool}_load): Likewise.
9014         Delete unneeded global's.
9015         * lib/dg.exp (dg-test): Update to reflect clarified return codes
9016         from ${tool}_load.
9017         (dg-stat): Delete.
9018         (dg-init): Delete recording of pass/fail counts.
9019         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
9020         (old-dejagnu-init): Likewise.
9021         (old-dejagnu-stat): Delete contents, empty proc now.
9022         * lib/c-torture.exp (TORTURE_OPTIONS): New global.
9023         (c-torture): Delete references to lcnt, lpass, lfail.
9024         Get option list from TORTURE_OPTIONS.
9025         Delete -funroll[-all]-loops if no loops.
9026         * lib/g++.exp (g++_init): Delete references to lcnt, lpass, lfail.
9027         (g++_stat): Delete contents (empty proc now).
9028         * lib/gcc.exp (gcc_init): Delete references to pass/fail counts.
9029         (gcc_finish): Likewise.
9030         (gcc_stat): Deleted.
9031         * lib/mike-gcc.exp (postbase): Delete references to lcnt, lpass, lfail.
9032         * gcc.*/*.exp: Delete calls to gcc_stat, dg-stat.
9033         * gcc.c-torture/execute/execute.exp: Likewise.
9034         Split tests into two parts: compile, execute.
9035         Get option list from TORTURE_OPTIONS.  Delete -funroll[-all]-loops if
9036         no loops.  Update to reflect clarified return codes from ${tool}_load.
9037
9038 Fri Oct 21 23:10:16 1994  Doug Evans  <dje@canuck.cygnus.com>
9039
9040         * lib/old-dejagnu.exp (process-option): Append ".*" to pattern
9041         to grep for.
9042         (old-dejagnu): Likewise (where necessary).
9043
9044 Fri Oct 14 17:54:58 1994  Doug Evans  <dje@canuck.cygnus.com>
9045
9046         * gcc.misc-tests/gcov.exp: New file, for gcov testing.
9047
9048         * lib/dg.exp (dg-process-target): Fix processing of selector.
9049         Add comment regarding use of `error'.
9050
9051         * lib/gcc.exp (prune_system_crud): Define if missing.
9052         * lib/g++.exp (prune_system_crud): Likewise.
9053
9054         * lib/{c-torture.exp,dg.exp,mike-g++.exp,old-dejagnu.exp}:
9055         Call prune_system_crud.
9056         * lib/dg.exp (dg-runtest): New proc.
9057         Use perror instead of send_user for tcl errors in testcase.
9058         Don't return any value, it's never used.
9059         Don't clobber previous definition of `unknown'.
9060         Print tcl errors in `dg-final'.
9061
9062 Wed Oct 12 13:05:37 1994  Doug Evans  <dje@canuck.cygnus.com>
9063
9064         * lib/dg.exp (dg-process-target): Improve syntax error messages.
9065         (dg-test): Don't print errorInfo, it contains stack backtrace.
9066
9067 Mon Sep 26 12:18:53 1994  Doug Evans  (dje@canuck.cygnus.com)
9068
9069         * lib/g++.exp (runtest_file_p): Define if missing.
9070
9071 Sat Sep 24 15:29:23 1994  Doug Evans  (dje@cygnus.com)
9072
9073         * lib/mike-g++.exp: Comment out loading of g++.exp.
9074         * lib/g++.exp: Update copyright.  Test for existence of $CXX at start.
9075         (default_g++_version): Always print something.
9076         (default_g++_start): Comment out call to `which'.
9077         (g++_start, g++_load): Deleted (must be defined in config file).
9078         * lib/gcc.exp: Test for existence of $CC at start.
9079         Delete check for tmpdir (done in gcc_init).
9080         (default_gcc_version): Always print something.
9081         (default_gcc_start): Comment out call to `which'.
9082         * config/*.exp: Major cleanup - make cross targets work at least a
9083         little better for g++ (by not being "--tool gcc" specific).
9084         Rename gcc_xxx to ${tool}_xxx.
9085         * g++.old-deja/old-deja.exp: utils.exp is loaded by runtest.exp.
9086         * lib/old-dejagnu.exp: ${tool}.exp is loaded by config file.
9087
9088 Thu Sep 22 11:39:17 1994  Doug Evans  (dje@canuck.cygnus.com)
9089
9090         * lib/c-torture.exp (c-torture-compile): Rework compiler
9091         message processing.
9092
9093         * gcc.c-torture/compile/initbug1.{c,exp}: Deleted, not part of
9094         c-torture.
9095
9096 Wed Sep 21 09:49:43 1994  Doug Evans  (dje@canuck.cygnus.com)
9097
9098         * gcc.wendy/wendy.dis: Renamed from wendy.exp to disable the testsuite.
9099
9100         * lib/dg.exp (dg-process-target): Support { target native }.
9101
9102 Tue Sep 20 17:16:55 1994  Doug Evans  (dje@canuck.cygnus.com)
9103
9104         * lib/dg.exp (dg-test): Clean up some comments.  Delete code that
9105         looked for "... program xxx got fatal signal".
9106         Correct regsub munging of `comp_output'.
9107         Ignore compiler messages "path prefix not used" and "linker input
9108         file unused".
9109
9110 Wed Sep 14 11:44:40 1994  Doug Evans  (dje@canuck.cygnus.com)
9111
9112         * lib/gcc.exp (runtest_file_p): Define if missing.
9113         * gcc.prms/template.c: Example to work from.
9114
9115 Tue Sep 13 10:30:48 1994  Doug Evans  (dje@canuck.cygnus.com)
9116
9117         * lib/gcc.exp (gcc_finish): Delete code to update `testcnt'.
9118         * lib/dg.exp (dg-test): Call unsupported testcases as such.
9119
9120         * gcc.prms/{3324.c,3565.c}: Moved from compile/940713-[12].c.
9121         * gcc.prms/1883.c: Moved from compile/940714-1.c.
9122         * gcc.prms/{5012.c,4453.c,4723.c,2541.c}: Moved from
9123         execute/{940712-1.c,940712-2.c,940713-1.c,940714-1,c}.
9124
9125         * lib/dg.exp (user option docs): Clean up docs on target/xfail option.
9126         (dg-process-target): No longer a varargs proc.
9127         Return S/N for target, P/F for xfail.  All callers changed.
9128         (user option procs): More argument checking.
9129         (dg-do): `dg-do-what' now contains 3 elements {what flag P/F}.
9130         (dg-output): `dg-output-text' now contains 2 elements {P/F text}.
9131         (dg-test): Skip test if not running on selected target in `dg-do'.
9132         Update handling of `dg-do-what', `dg-output-text'.
9133         Separate execution pass/fail from output pattern match pass/fail.
9134         Delete BUILD/XBUILD support (duplicate of LOSE/XLOSE).
9135
9136 Mon Sep 12 13:47:35 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
9137
9138         * gcc.c-torture/special/special.exp: Don't expect failure for mips
9139         target for 920510-1.c.
9140
9141 Mon Sep 12 12:44:39 1994  Doug Evans  (dje@canuck.cygnus.com)
9142
9143         * lib/gcc.exp (gcc_init): Move initialized message to verbose level 3.
9144         Clean up comment regarding use of passcnt, etc.
9145         (gcc_stat): Don't update `testcnt' here.
9146         (gcc_finish): Do it here.
9147         Might as well reset `but_id' here too.
9148         * gcc.c-torture/code_quality/code_quality.exp: Call `runtest_file_p'
9149         to determine if the file should be tested.
9150         * gcc.c-torture/compile/compile.exp: Likewise.
9151         * gcc.c-torture/execute/execute.exp: Likewise.
9152         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
9153         * gcc.misc-tests/dg-test.exp: Likewise.
9154         * gcc.prms/prms.exp: Likewise.
9155         * gcc.wendy/wendy.exp: Likewise.
9156         * g++.old-deja.exp: Likewise.
9157         Move "Testing file" message to verbose level 1.
9158
9159 Fri Sep  9 10:21:18 1994  Doug Evans  (dje@canuck.cygnus.com)
9160
9161         * gcc.wendy/t.c: Add DEJAGNU_CFLAGS:"-DNOPAUSE".
9162
9163 Thu Sep  8 16:52:43 1994  Doug Evans  (dje@canuck.cygnus.com)
9164
9165         * lib/gcc.exp: Ensure CFLAGS, LIBS, and LDFLAGS are set.
9166         (default_gcc_start): Accept optional second list element
9167         of compiler flags.  Print compiler output at verbosity level 2.
9168         Remove setting of CFLAGS, LIBS, LDFLAGS from here.
9169         (gcc_init): Delete globals lcnt, lpass, lfail, lxpass, lxfail.
9170         Save current values of framework globals passcnt, failcnt, xpasscnt,
9171         and xfailcnt in gcc_passcnt, gcc_failcnt, gcc_xpasscnt, and
9172         gcc_xfailcnt.  Set global `tmpdir' to /tmp if it doesn't exist.
9173         (gcc_stat): Use framework globals passcnt, failcnt, xpasscnt, and
9174         xfailcnt to compute stats.  Update framework global `testcnt' from
9175         pass/fail counts.
9176         (gcc_finish): New proc.  Clean up test environment.
9177         (gcc_cpass, gcc_cfail): Rename to gcc_pass/gcc_fail.
9178         (gcc_epass, gcc_efail): Delete.
9179         * lib/dg.exp (dg-error, dg-warning, dg-bogus): Accept optional 5th
9180         argument of line number.
9181         (dg-init): If the tool has an init routine, call it.
9182         (dg-test): Remove args `cflags_var' and `libs_var'.
9183         Pass all compiler options to ${tool}_start.
9184         Handle missing line number.
9185         (dg-finish): New function.
9186         * gcc.c-torture/code_quality/code_quality.exp: Add support for testing
9187         particular files.  Call gcc_finish at end.  Move "skipping test"
9188         message to verbosity level 3.
9189         * gcc.c-torture/compile/compile.exp: Likewise.
9190         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
9191         * gcc.c-torture/execute/execute.exp: Likewise.
9192         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
9193         Print testcase being tried at verbosity level 1.
9194         * gcc.c-torture/special/special.exp: Unset xfail.
9195         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
9196         * gcc.c-torture/compile/initbug1.exp: Call gcc_finish.
9197         * gcc.c-torture/noncompile/noncompile.exp: Likewise.
9198         * gcc.failure/failure.exp: Likewise.
9199         * gcc.ieee/ieee.exp: Likewise.
9200         * gcc.misc-tests/dg-test.exp: Delete LDFLAGS.
9201         Update call to dg-test.  Call dg-finish at end.
9202         * gcc.misc-tests/mg.exp: Call gcc_finish at end.  Unset orig_flags.
9203         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
9204         * gcc.misc-tests/misc.exp: Call gcc_finish at end.
9205         * gcc.prms/prms.exp: Delete loading of utils.exp (redundant).
9206         Delete LDFLAGS.  Update call to dg-test.  Call dg-finish at end.
9207         * gcc.wendy/wendy.exp: Add copyright.
9208         Delete setting of tmpdir (done by gcc_init).
9209         Call gcc_pass/gcc_fail instead of gcc_[ce]pass/fail.
9210         Pass compiler flags to gcc_start.  Call gcc_finish at end.
9211         * lib/c-torture.exp: Call gcc_pass/gcc_fail instead of
9212         gcc_[ce]pass/fail.
9213
9214 Wed Sep  7 11:09:08 1994  Doug Evans  (dje@canuck.cygnus.com)
9215
9216         * lib/g++.exp (g++_start): Rename arg to `prog' to avoid varargs
9217         confusion.
9218         (g++_load): Likewise.
9219
9220         * config/*.exp (gcc_load): Some were varargs fns and some were not.
9221         Rename argument to `prog' to remove the confusion.
9222         Varargs fns behave differently too!
9223         (g++_load): Likewise.
9224
9225         * lib/dg.exp (dg-stat): Correct calculation of npass, nfail.
9226
9227         * config/unix.exp (gcc_load): Rename `args' to `prog' because that's
9228         what it is.  Delete (always) printing of status value for !native.
9229         Simplify verbose code, and include status and exec_output.
9230         (g++_load): Use gcc_load.
9231
9232 Sun Sep  4 13:59:27 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
9233
9234         * gcc.c-torture/noncompile/920928-1.c: Delete obsolete file.
9235         * gcc.c-torture/noncompile/noncompile.exp: Delete support for
9236         920928-1.c, 921017-1.c, 940712-1.c, 940714-1.c, 940714-2.c,
9237         940714-3.c as these testcases don't exist anymore.  Make
9238         va-arg-1.c expected to pass.
9239
9240 Fri Aug 19 12:27:07 1994  Doug Evans  (dje@canuck.cygnus.com)
9241
9242         * gcc.misc-tests/misc.exp: Only run specific testcases.
9243         * gcc.misc-tests/dg-test.exp: New file.  Tests dg.exp.
9244         * gcc.misc-tests/dg-[1-9].c: New files.
9245
9246         * lib/dg.exp: New testsuite driver.
9247         * gcc.prms/prms.exp: Use it.
9248
9249         * README.gcc: New file.
9250
9251         * lib/gcc.exp (gcc_init): Delete srcdir, no longer referenced.
9252         Document and reset `lxpass' and `lxfail'.
9253         Simplify "initialized" message.
9254         (gcc_stat): Clean up comments a little.
9255
9256 Tue Aug 16 11:16:46 1994  Doug Evans  (dje@canuck.cygnus.com)
9257
9258         * gcc.prms/prms.exp: New driver for gcc.prms testsuite directory.
9259
9260 Mon Aug 15 21:20:36 1994  Doug Evans  (dje@canuck.cygnus.com)
9261
9262         * lib/old-dejagnu.exp (process-option): New proc.
9263         (old-dejagnu-init, old-dejagnu-stat): Likewise.
9264         (old-dejagnu): Simplify.
9265         * g++.old-deja/old-deja.exp: Update to new version of old-dejagnu.
9266
9267 Sun Aug 14 09:23:53 1994  Jeff Law  (law@snake.cs.utah.edu)
9268
9269         * lib/c-torture.exp (c-torture): Only call setup_xfail if $xfail
9270         exists and is not an empty string.
9271
9272         * gcc.c-torture/special/special.exp (920520-1.c, 930510-1): Set
9273         $xfail rather than calling setup_xfail.  Clear $xfail when test is
9274         finished.
9275         (920717-x.c): Add $srcdir/$subdir as "gcc_start" does not do it
9276         automatically.
9277
9278         * gcc.c-torture/noncompile/noncompile.exp (940712-1 test): No
9279         longer expected to fail.
9280
9281         * gcc.c-torture/execute/strct-pack-3.c: Add missing argument to
9282         "f" function call.
9283
9284         * gcc.misc-tests/mg.exp: Call gcc_stat when finished.
9285
9286         * gcc.c-torture/execute/{920202-1.c, 931208-1.c, 931228-1.c,
9287         940115-1.c, 940122-1.c, bf-pack-1.c, bf64-1.c, comp-goto-1.c,
9288         complex-2.c, packed-1.c, strct-pack-2.c strct-pack-3.c,
9289         struct-ini-2.c, struct-ini-3.c, va-arg-1.c}: Import from
9290         c-torture-1.29.
9291
9292         * gcc.c-torture/execute/{nest-stdar-1.c, struct-ini-1.c,
9293         strct-pack-1.c, strct-varg-1.c}: Renamed to match c-torture-1.29.
9294
9295         * gcc.c-torture/execute/920612-2.c: Update to c-torture-1.29.
9296
9297         * gcc.c-torture/noncompile/{931203-1.c, 940112-1.c, 940227-1.c,
9298         940510-1.c, init-1.c, init-2.c}: Import from c-torture-1.29
9299
9300         * gcc.c-torture/compile/{920928-6.c, 931203-1.c, 940611-1.c,
9301         940712-1.c, calls.c, combine-hang.c, goto-1.c, init-2.c,
9302         labels-1.c, packed-1.c, zero-strct-1.c}: Import from c-torture-1.29.
9303
9304 Tue Jul 12 12:49:44 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
9305
9306         * gcc.execute/{940712-1.c, 940712-2.c, 940713-1.c, 940714-1.c},
9307         gcc.noncompile/{940712-1.h, 940712-1a.h, 940712-1b.h, 940712-1.c,
9308         940714-1.c, 940714-2.c, 940714-3.c},
9309         gcc.compile/{940713-1.c, 940713-2.c, 940714-1.c},
9310         gcc.misc-tests/{mg.c,mg.exp}:
9311         New tests.
9312         * gcc.noncompile/noncompile.exp: Change accordingly.
9313
9314 Thu Jul  7 14:20:33 1994  Doug Evans  (dje@canuck.cygnus.com)
9315
9316         * config/sim.exp, lib/c-torture.exp, lib/gcc.exp:
9317         Undo previous clobberage.
9318
9319 Mon Jul  4 17:00:59 1994  Jeff Law  (law@snake.cs.utah.edu)
9320
9321         * gcc.compile/{931102-1.c, 931102-2.c, 931031-1.c}:
9322         * gcc.special/{930510-1.c, special.exp}:
9323         * gcc.execute/{931031-1.c, 931110-1.c, 931110-2.c, 931102-1.c,
9324         931102-2.c, struct-pack-1.c, divmod-1.c, complex-1.c,
9325         struct-varargs-1.c}: New tests from c-torture-1.26.
9326
9327 Tue Jun 28 17:39:42 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
9328
9329         * gcc.wendy/wendy.exp: add --'s so that -1 isn't parsed as an
9330           argument to switch.
9331
9332 Sat May 21 10:39:38 1994  Bill Cox  (bill@rtl.cygnus.com)
9333
9334         * Revert the previous changes.  Please see Rob's directory
9335           (/lisa/test/rob/progressive/gcc/testsuite) for testing
9336           fixes.
9337
9338 Thu May 19 18:00:03 1994  Bill Cox  (bill@rtl.cygnus.com)
9339
9340         * config/sim.exp, config/udi.exp, config/unix.exp, config/vx.exp,
9341             g++.brendan/alignof.exp, g++.brendan/arm3.exp, g++.brendan/code-gen5.exp,
9342             g++.brendan/crash29.exp, g++.brendan/crash5.exp, g++.brendan/cvt3.exp,
9343             g++.brendan/delete1.exp, g++.brendan/nest12.exp, g++.brendan/nest13.exp,
9344             g++.brendan/overload3.exp, g++.brendan/redecl1.exp, g++.brendan/visibility2.exp,
9345             g++.jason/cond.exp, g++.jason/hmc1.exp, g++.jason/report.exp,
9346             g++.law/access1.exp, g++.law/access2.exp, g++.law/arg6.exp,
9347             g++.law/arg7.exp, g++.law/arg8.exp, g++.law/arm1.exp,
9348             g++.law/arm10.exp, g++.law/arm4.exp, g++.law/arm5.exp,
9349             g++.law/ctors15.exp, g++.law/ctors19.exp, g++.law/cvt1.exp,
9350             g++.law/cvt12.exp, g++.law/cvt13.exp, g++.law/cvt18.exp,
9351             g++.law/cvt22.exp, g++.law/cvt3.exp, g++.law/cvt5.exp,
9352             g++.law/cvt6.exp, g++.law/cvt8.exp, g++.law/dtors3.exp,
9353             g++.law/except1.exp, g++.law/except3.exp, g++.law/except4.exp,
9354             g++.law/except5.exp, g++.law/except6.exp, g++.law/init5.exp,
9355             g++.law/init8.exp, g++.law/inline4.exp, g++.law/memoized1.exp,
9356             g++.law/missing1.exp, g++.law/operators14.exp, g++.law/operators18.exp,
9357             g++.law/operators9.exp, g++.law/scope2.exp, g++.law/temps2.exp,
9358             g++.law/temps3.exp, g++.law/temps5.exp, g++.law/typeck2.exp,
9359             g++.mike/misc4.exp, g++.mike/misc6.exp, g++.niklas/t118.exp,
9360             g++.niklas/t128.exp, g++.niklas/t138.exp, g++.niklas/t139.exp,
9361             g++.niklas/t140.exp, g++.niklas/t141.exp, gcc.code_quality/code_quality.exp,
9362             gcc.compile/compile.exp, gcc.dje/dje.exp, gcc.execute/execute.exp,
9363             gcc.failure/failure.exp, gcc.ieee/ieee.exp, gcc.noncompile/noncompile.exp,
9364             gcc.special/special.exp, gcc.unsorted/unsorted.exp, lib/c-torture.exp,
9365             lib/chill.exp, lib/g++.exp, lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
9366             lib/old-dejagnu.exp: Checkin Rob's 94Q1 testing changes.
9367
9368 Tue May 17 14:55:09 1994  Bill Cox  (bill@rtl.cygnus.com)
9369
9370         * config/udi.exp, gcc.execute/execute.exp, gcc.wendy/wendy.exp,
9371             lib/g++.exp, lib/old-dejagnu.exp: Replace error proc calls
9372           with perror calls.
9373
9374 Mon May  2 17:41:13 1994  Jason Merrill  (jason@deneb.cygnus.com)
9375
9376         * config/unix.exp (g++_load): Fix syntax.
9377
9378 Thu Apr 14 12:22:10 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
9379
9380         * gcc.compile/initbug1.exp (CFLAGS): Add space at beginning.
9381         * gcc.noncompile/921017-1.c: Deleted obsolete test.
9382         * gcc.noncompile/noncompile.exp: Remove code for deleted test.
9383         Don't expect va-arg-1.c to fail.  Correct expected output for
9384         920928-1.c.
9385         * gcc.wendy/d.c, msgs.c, prolog.c, subs.c, z.c: Deleted.
9386         * gcc.wendy/hbm4.c: Correct typo.
9387         * gcc.wendy/tad1.c, tad2.c: Correct expected output.
9388
9389 Mon Mar 28 13:29:37 1994  Doug Evans  (dje@canuck.cygnus.com)
9390
9391         * lib/gcc.exp (gcc_[ce]{pass,fail}): Remove output/executable argument.
9392         * gcc.wendy/wendy.exp (wendy_try): Remove `output' argument of
9393         gcc_[ce]{pass,fail}.  Explicitly remove executable if test passes.
9394         * lib/c-torture.exp (c-torture-compile): Ditto.
9395
9396         Reduce volume of output (remove all the -I's and such).
9397         * lib/c-torture.exp (c-torture-compile): New argument OPTION.
9398         Call gcc_cpass, gcc_cfail.
9399         (c-torture): Pass testing option to c-torture-compile.
9400
9401 Mon Mar 21 12:40:33 1994  Doug Evans  (dje@cygnus.com)
9402
9403         Bring patches over from progressive.
9404         * config/default.exp: Exit remote shell cleanly.
9405         (g++_exit, g++_start): Add default versions.
9406         * config/sim.exp (gcc_load): Use perror, not error.
9407
9408 Sun Mar 20 12:05:32 1994  Doug Evans  (dje@canuck.cygnus.com)
9409
9410         * lib/gcc.exp: Don't set CFLAGS if CC not set.  It clobbers the value
9411         set in site.exp.
9412
9413 Mon Mar 14 19:30:28 1994  Doug Evans  (dje@cygnus.com)
9414
9415         * gcc.wendy/wendy.exp (wendy_first_line): New proc to fetch
9416         DEJAGNU_OUTPUT and DEJAGNU_CFLAGS.
9417         (wendy_try): New proc to run testcase.
9418         (main loop): Call 'em.
9419         * gcc.wendy/*.c: Clean up pass to correct expected output.
9420
9421         * lib/gcc.exp: Minor cleanup work.
9422         (gcc_cpass, gcc_cfail, gcc_epass, gcc_efail): New procs.
9423
9424 Wed Mar  9 15:22:54 1994  Doug Evans  (dje@canuck.cygnus.com)
9425
9426         * config/sim.exp (gcc_load): Document return codes better.
9427         Don't pass -v to simulator.
9428
9429 Thu Feb 24 07:15:18 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
9430
9431           * gcc.special/920717-x.c: Fix typo.
9432           * gcc.special/special.exp (920717-x.c): Use $srcdir/$subdir to
9433           get at sources.
9434
9435         * lib/mike-gcc.exp: Fix typo.
9436
9437 Tue Feb 15 15:41:47 1994  Rob Savoye  (rob@darkstar.cygnus.com)
9438
9439         * lib/gcc.exp: Minor cleanup work. Find the proper gcc or g++
9440         binary to use, transform the name.
9441         * config/*.exp: rename everything. Nuke any g++ specific files,
9442         it's now a special case of gcc that requires no special support.
9443         Add a default.exp for unsupported targets.
9444
9445 Fri Feb 11 12:59:54 1994  Rob Savoye  (rob@poseidon.cygnus.com)
9446
9447         * g++.jason/report.exp, g++.old-deja/old-deja.exp,
9448         lib/old-dejagnu.exp: Fix a few patterns to work with the new
9449         version of Tcl.
9450
9451 Wed Feb  9 21:35:47 1994  Rob Savoye  (rob@darkstar.cygnus.com)
9452
9453         * lib/c-torture.exp: Made "file prefix*never used a pass, rather
9454         than a warning.
9455
9456 Sun Feb  6 16:52:13 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
9457
9458         * lib/mike-gcc.exp: Add in recent changes from mike-g++.exp.
9459
9460 Mon Jan  3 17:28:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
9461
9462         * gcc.execute/execute.exp: Combine opt_list and foption_list into
9463         option_list.  Compile every file with only 4/6 option choices
9464         (same as C torture) instead of with 12/18 different option
9465         choices.
9466         * lib/c-torture.exp: Likewise.
9467
9468         * lib/gcc.exp: Set LIBS, CFLAGS, and LDFLAGS to empty strings if
9469         not already set.
9470
9471 Thu Dec 30 17:17:07 1993  Mike Stump  (mrs@rtl.cygnus.com)
9472
9473         * lib/old-deja.exp: Add `excess errors test fails' error, now one
9474         can put an XFAIL *-*-* on excess errors.
9475
9476 Sun Dec 19 21:45:34 1993  Jeffrey A. Law  (law@snake.cs.utah.edu
9477
9478         * g++.law: Add more tests derived from g++-bugs snapshots.
9479
9480         * g++.law/init11.{c,exp}: Delete test.  Brendan sez it's
9481         equivalent to g++.law/init9.
9482
9483         * lib/mike-gcc.exp (postbase): Delete the .o file after we've
9484         compiled it, and the a.out file after we've run it.
9485
9486 Fri Dec 17 11:29:56 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
9487
9488         * lib/mike-g++.exp (postbase): Delete the .o file after we've
9489         compiled it, and the a.out file after we've run it.
9490
9491 Fri Dec 17 10:18:16 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
9492
9493         * g++.law/*.exp: Avoid losing arguments added via "append" commands.
9494
9495 Wed Dec 15 20:36:40 1993  Rob Savoye  (rob@darkstar.cygnus.com)
9496
9497         * lib/gcc.exp, lib/g++.exp: Use catch rather than exec to get the
9498         version number.
9499
9500 Sun Dec 12 21:10:04 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
9501
9502         * g++.law: New directory of g++ tests derived from the g++-bugs
9503         snapshots.
9504
9505 Thu Dec 09 16:50:41 1993  Jeffrey Wheat  (cassidy@cygnus.com)
9506
9507         * gcc.compile: initbug1.c initbug1.exp testcase added
9508
9509 Mon Dec 06 11:09:52 1993  Jeffrey Wheat  (cassidy@cygnus.com)
9510
9511         * gcc.dje/sizetype-1.exp, dje.exp: minor clean ups
9512         * gcc.execute/execute.exp: minor cleanups. added gcc_stat calls. added
9513           fixes submitted by Jeff Law (law@cs.utah.edu)
9514         * gcc.noncompile/noncompile.exp, lib/mike-gcc.exp: new files from
9515           Jeff Law (law@cs.utah.edu)
9516
9517
9518 Tue Nov 30 16:34:07 1993  Mike Stump  (mrs@cygnus.com)
9519
9520         * config/unix-g++.exp: Follow the gcc way of doing things.
9521         * g++.old-deja/old-deja.exp: Minor updates.
9522         * lib/g++.exp: New file, follow the gcc way of doing things.
9523         * lib/old-dejagnu.exp: Minor updates.
9524         * lib/mike-g++.exp: Always unset errorInfo.
9525
9526 Sat Nov  6 11:34:51 1993  Mike Stump  (mrs@cygnus.com)
9527
9528         * lib/gcc.exp: Fix some errors with the below change, CC and
9529         CFLAGS should be global when setting, not local.
9530
9531 Wed Nov  3 11:16:26 1993  Rob Savoye  (rob@darkstar.cygnus.com)
9532
9533         * lib/gcc.exp: Transform tool name.
9534
9535 Wed Oct 27 23:57:29 1993  Jeffrey Wheat  (cassidy@cygnus.com)
9536
9537         * gcc.*/*.exp: Fixd some de-stablizing changes. Sorry.
9538
9539 Wed Oct 27 14:45:50 1993  Jeffrey Wheat  (cassidy@cygnus.com)
9540
9541         * lib/gcc.exp: change gcc_done to gcc_stat
9542
9543 Wed Oct 27 09:57:51 1993  Jeffrey Wheat  (cassidy@cygnus.com)
9544
9545         * Upgraded gcc testsuite to c-torture version 1.25
9546
9547 Sun Oct 24 10:58:03 1993  Jeffrey Wheat  (cassidy@cygnus.com)
9548
9549         * lib/gcc.exp: added reporting code. Changed verbose compile message.
9550         * lib/c-torture: added hooks for new reporting code.
9551
9552 Thu Oct 21 18:45:32 1993  Jeffrey Wheat  (cassidy@cygnus.com)
9553
9554         * config/sh-gcc.exp: check if sh-sim exists in the path
9555
9556 Mon Oct 18 11:13:22 1993  Jeffrey Wheat  (cassidy@cygnus.com)
9557
9558         * gcc.code_quality/code_quality.exp: Initial changes for new logic.
9559         * gcc.compile/compile.exp: Initial changes for new logic.
9560         * gcc.dje/dje.exp, sizetype-1.exp: Initial changes for new logic.
9561         * gcc.failure/failure.exp: Initial changes for new logic.
9562         * gcc.ieee/ieee.exp: Initial changes for new logic.
9563         * gcc.misc-tests/misc.exp: Initial changes for new logic.
9564         * gcc.noncompile/non_compile.exp: Initial changes for new logic.
9565         * gcc.unsorted/unsorted.exp: Initial changes for new logic.
9566         * lib/c-torture.exp: Initial changes for new logic.
9567         * lib/gcc.exp: Initial changes for new logic.
9568
9569 Fri Oct 15 00:19:42 1993  Mike Stump  (mrs@cygnus.com)
9570
9571         * lib/mike-g++.exp, lib/old-dejagnu.exp: Make the message not
9572         depend upon failure or success.  Fully qualify names in failure
9573         and success messages.  Always remove a.out before starting
9574         compile, just in case.  Pay more attention to error text output by
9575         the compiler.  Handle testcases with no known past errors just
9576         like all others, so that things are uniform.  Other miscellaneous
9577         improvements.
9578
9579 Wed Oct 13 15:04:51 1993  Jeffrey Wheat  (cassidy@cygnus.com)
9580
9581         * gcc.cpp: new directory for cpp tests
9582
9583 Mon Oct  4 09:03:41 1993  Jeffrey Wheat  (cassidy@cygnus.com)
9584
9585         * lib/chill.exp: Code reformatted, removed unused code.
9586         * config/unix-chill.exp: Code reformatted, removed unused code.
9587         * chill.execute/execute.exp: Code reformatted, removed unused code.
9588         * chill.execute/oe/orient.exp: Code reformatted, removed unused code.
9589
9590 Mon Oct  4 06:19:26 1993  Ian Lance Taylor  (ian@cygnus.com)
9591
9592         * config/mips-gcc.exp, config/mips-g++.exp: New files.  Execution
9593         routines not written.
9594
9595 Mon Sep 27 21:07:44 1993  Rob Savoye  (rob@darkstar.cygnus.com)
9596
9597         * config/bug-gcc.exp: Use new procs from bug.exp.
9598
9599 Tue Sep 21 18:21:12 1993  Rob Savoye  (rob@darkstar.cygnus.com)
9600
9601         * config/vx-gcc.exp: Use new vxworks_ld proc, so files get loaded
9602         via ftp, rather than depending on NFS.
9603         * config/vx-gcc.exp: Use new vxworks_spawn proc to execute test
9604         case.
9605
9606 Thu Sep  9 23:09:15 1993  Rob Savoye  (rob@darkstar.cygnus.com)
9607
9608         * config/bug-gcc.exp: Use new download proc.
9609
9610 Tue Sep 14 19:23:58 1993  Jeffrey Wheat  (cassidy at deneb.cygnus.com)
9611
9612         * chill.execute/execute.exp: cleanups, handles errors better
9613         * chill.compile/compile.exp: rewrite, based on execute.exp
9614         * chill.noncompile/noncompile.exp: rewrite, based on execute.exp
9615         * lib/chill.exp: major changes to diff proc and compile and link
9616           procs. added chill_fail and chill_pass wrappers to pass and
9617           fail. added more comments, and handle error codes better.
9618           Added a hack to capture stderr from exec, so noncompile tests
9619           can work.
9620
9621 Sat Sep 11 15:30:10 1993  Jeffrey Wheat  (cassidy@cygnus.com)
9622
9623         * chill.execute/execute.exp: rewrite of testsuite driver
9624         * lib/chill.exp: rewrite of testsuite driver
9625         * config/unix-chill.exp: rewrite of testsuite driver
9626
9627 Wed Aug 25 14:11:13 1993  Bill Cox  (bill@rtl.cygnus.com)
9628
9629     In chill.execute:
9630         * iexpr.ch: Standardize uppercase.
9631         * tuples.dat: Standardize uppercase.
9632         * vary.ch: standardize.  Correct varying string assignments.
9633         * vary.dat: Add new output lines.
9634
9635 Tue Aug 24 13:45:49 1993  Bill Cox  (bill@rtl.cygnus.com)
9636
9637     In chill.execute:
9638         * chprintf.ch: Standardize use of uppercase.
9639         * tuples.ch: Standardize and turn arr2 into a DCL,
9640           rather than a SYN.
9641         * pinits.ch: Standardize.
9642
9643 Mon Aug 23 17:26:58 1993  Per Bothner  (bothner@kalessin.cygnus.com)
9644
9645         * rts.c:  Get malloc() from <stdlib.h>, not <malloc.h>.
9646         * Makefil: Renamed to Makefile.in.
9647         * configure.in: New.
9648
9649 Mon Aug 23 14:24:13 1993  Bill Cox  (bill@rtl.cygnus.com)
9650
9651     In chill.execute:
9652         * .cvsignore: Add result/output files.
9653         * Makefile: Fix up variables at start.  Use MFLAGS
9654           everywhere.  Correct bool_loc, built_ins entries.
9655           Add entry for vary1.ch.
9656         * bitarray.ch: Standardize upper-case usage.
9657         * bitexpr.ch: Standardize, add output of b1.
9658         * params.ch: Use arrayt in along PROC parameters, to
9659           avoid novelty problems.
9660         * sets.ch: Tiny cleanup.
9661         * vary1.ch: Re-indent.
9662
9663 Tue Aug 17 15:42:07 1993  Bill Cox  (bill@rtl.cygnus.com)
9664
9665           * Add PR-related files to Makefiles, .cvsignore files, etc.
9666
9667 Mon Aug  2 15:46:05 PDT 1993  Jeff Wheat  (cassidy@cygnus.com)
9668
9669         * gcc.unsorted: flow.c and loop.c - renamed to avoid conflicts
9670           with compiler objects. New names are test-flow.c and test-loop.c
9671
9672 Tue Jul 27 10:08:08 PDT 1993  Jeff Wheat  (cassidy@cygnus.com)
9673
9674         * Upgraded c-torture tests from 1.19 to 1.20
9675
9676         * new files:
9677         * gcc.compile: 930609-1.c 930611-1.c 930618-1.c 930621-1.c
9678         * gcc.compile: 930623-1.c 930623-2.c
9679         * gcc.noncompile: 930622-1.c 930622-2.c
9680         * gcc.failure: 920411-1.c 920627-2.c
9681         * gcc.ieee: 920518-1.c 920810-1.c 930529-1.c
9682
9683 Tue Jul 20 15:19:44 PDT 1993  Jeff Wheat  (cassidy@cygnus.com)
9684
9685         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
9686           More changes to get testsuite working properly. Needs more work.
9687           Added some support for POSIX IEEE Std 1003.3-1991 error messages.
9688
9689 Mon Jul 19 18:40:31 PDT 1993  Jeff Wheat  (cassidy@cygnus.com)
9690
9691         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
9692           More changes to get testsuite working properly. Needs more work.
9693
9694 Tue Jul 13 18:38:56 PDT 1993 Jeff Wheat  (cassidy@cygnus.com)
9695
9696         * chill.compile/compile.exp: Added for Dejagnu support
9697         * chill.execute/execute.exp: Added for Dejagnu support
9698         * lib/chill.exp config/unix-chill.exp  : Added for Dejagnu support
9699
9700 Sat Jun 19 07:13:05 1993  Bill Cox  (bill@rtl.cygnus.com)
9701
9702     This should complete moving the CHILL test files.
9703         * chill.noncompile(.cvsignore printf.grt
9704             in-printf.grt chprintf.grt chprintf.ch):
9705             Added test-support files.
9706           (Makefile): Modified further.
9707         * chill.compile (emptymod.ch gdbme.ch neg_range.ch
9708             signal.ch): Added test files.
9709           * chill.execute (.cvsignore printf.grt printr.c
9710             in-printf.grt rts.c chprintf.grt rts.h): Added
9711           test-support files.
9712             (Makefile): More corrections.
9713
9714 Fri Jun 18 23:40:54 1993  Bill Cox  (bill@rtl.cygnus.com)
9715
9716         * chill.compile, chill.execute, chill.nocompile: Add CHILL
9717           test cases, ready for DejaGnu.
9718
9719 Thu Jun 17 19:14:40 MDT 1993  Jeffrey Wheat  (cassidy@cygnus.com)
9720
9721         * Upgraded c-torture tests from 1.18 to 1.19
9722
9723         * gcc.compile: added test(s):
9724           930607-1.c
9725         * gcc.execute: added test(s):
9726           930603-1.c 930603-2.c 930603-3.c 930608-1.c conversion.c inst-check.c
9727
9728         * added new subdirectory for misc tests: gcc.misc-tests
9729         * gcc.misc-test(s): added tests:
9730           inst-check.c test-consts.c test-ior.c test-switch.c
9731
9732 Wed Jun  9 16:53:26 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
9733
9734         * lib/mike-g++.exp: Load `./a.out', not `a.out'.
9735
9736 Mon Jun  7 16:18:40 1993  Ian Lance Taylor  (ian@cygnus.com)
9737
9738         * g++.old-deja/old-deja.exp: Don't delete all the .o files.
9739
9740 Thu Jun  3 13:13:36 MDT 1993  Jeffrey Wheat  (cassidy@cygnus.com)
9741
9742         * Upgraded c-torture tests from 1.17 to 1.18
9743
9744 Wed Jun  2 19:02:40 MDT 1993  Jeffrey Wheat  (cassidy@cygnus.com)
9745
9746         * Upgraded c-torture tests from 1.12 to 1.17
9747
9748 Fri Apr 30 09:38:41 1993  Mike Werner  (mtw@deneb.cygnus.com)
9749
9750         * lib/old-dejagnu.exp:
9751           Fixed handling of XFAIL target triplets to correctly
9752           recognize wildcard characters.  Removed code that
9753           appended a unique id tag to the end of the file name
9754           printed out by the result of the testcases within a
9755           given test file.
9756
9757 Thu Apr 29 19:06:29 1993  Mike Werner  (mtw@deneb.cygnus.com)
9758
9759         * lib/old-dejagnu.exp:
9760           Reworked expected failure handling to trigger off of XFAIL
9761           keyword in keyphrase embeded in testcase source code. The
9762           XFAIL keyword must be at the end of the keyphrase line. It
9763           may optionally be followed by one or more target triplets.
9764           It has just occured that the handling of wildcards in the
9765           target triplet may not be correct.
9766
9767 Fri Apr 23 13:16:20 1993  Mike Werner  (mtw@deneb.cygnus.com)
9768
9769         * g++.old-deja/tests:
9770           Moved all subdirectories up one level into g++.old-deja .
9771
9772         * lib/old-dejagnu.exp:
9773           Fixed problem with CXXFLAGS not being properly reset, and being
9774           corrupted with extraneous "-c" compiler option.  This was
9775           causing binaries to not be generated for test that needed them.
9776           Modified strings passed to "pass" and "fail" so that individual
9777           tests from the same test file would be distinguished by an
9778           identifier appended to the test file name in the summary logs;
9779           this corrected a problem with erroneous diff logs.  Added code
9780           to search testcases for expected fail and unexpected pass keywords.
9781
9782 Tue Apr 20 18:27:58 1993  Rob Savoye  (rob at darkstar.cygnus.com)
9783
9784         * lib/c-torture.exp: Ignore "file path prefix*unused" message.
9785
9786 Thu Apr 15 11:01:59 1993  Mike Werner  (mtw@deneb.cygnus.com)
9787
9788         * g++.old-deja/tests/g++.sun/g++.frag/1045608.C:
9789           Removed extraneous text from end of "Special g++ Options"
9790           keyphrase.
9791
9792         * lib/old-dejagnu.exp: Added pattern matching to look for new
9793           keywords, embedded in testcases comments, which will trigger
9794           calls to xpass and xfail.
9795
9796 Wed Apr 14 14:28:01 1993  Mike Werner  (mtw@deneb.cygnus.com)
9797
9798         * lib/old-dejagnu.exp: Cleaned up pattern matching for keyphrase
9799           comments embedded in the testcases, especially the one looking for
9800           special compiler options, as well as the pattern matching for the
9801           compiler output again.
9802
9803 Mon Apr 12 15:15:37 1993  Mike Werner  (mtw@deneb.cygnus.com)
9804
9805         * lib/old-dejagnu.exp: Do a proper check of the return value for
9806           execute tests. Fixed several problems with the pattern matching
9807           of the compiler output which gave erroneous test results.
9808           Changed several of the test result messages to be more descriptive.
9809         * config/unix-g++.exp: Proc g++_load now actually works and
9810           executes the tests passed to it and returns a usable return
9811           value.
9812
9813 Sun Apr 11 17:22:37 1993  Rob Savoye  (rob at darkstar.cygnus.com)
9814
9815           * lib/gcc.exp: Exits gracefully if $CC is bogus.
9816
9817 Fri Apr  9 09:41:59 1993  Mike Werner  (mtw@deneb.cygnus.com)
9818
9819         * lib/old-dejagnu.exp , g++.old-deja/old-deja.exp:
9820           Modified both files to properly execute the old style
9821           dejagnu tests. The previous versions of these files were
9822           experimental and did not function anything near correctly.
9823
9824 Mon Apr  5 21:08:24 1993  Rob Savoye  (rob@cygnus.com)
9825
9826         * Removed all Makefile.in and configure.in files. No configuration
9827         needed now.
9828
9829 Fri Apr  2 12:15:17 1993  Mike Werner  (mtw@deneb.cygnus.com)
9830
9831         * lib: relocated old-dejagnu.exp from devo/dejagnu/lib
9832
9833 Sun Mar 28 11:17:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
9834
9835         * gcc.compile/configure.in, gcc.unsorted/configure.in,
9836         gcc.special/configure.in, gcc.noncompile/configure.in,
9837         gcc.execute/configure.in, gcc.code_quality/configure.in,
9838         g++.other/configure.in, g++.old-deja/configure.in,
9839         g++.niklas/configure.in, g++.mike/configure.in: Remove extra quote
9840         in srcname setting.
9841
9842 Thu Mar 25 20:07:55 1993  Rob Savoye  (rob at darkstar.cygnus.com)
9843
9844         * lib/udi.exp:  Fixed mondfe and mondfe_download.
9845         * config/udi-gcc.exp: Fixed misc bugs, works with expect 4.x.
9846         * config/abug-gcc.exp: Fixed misc bugs, works with expect 4.x.
9847
9848 Thu Mar 25 13:06:41 1993  Ian Lance Taylor  (ian@cygnus.com)
9849
9850         * config/udi-gdb.exp: Check $shell_id after connecting to target.
9851         (gdb_exit): Don't remove *_soc files.
9852
9853 Mon Mar 22 14:28:46 1993  Ian Lance Taylor  (ian@cygnus.com)
9854
9855         * lib/c-torture.exp: Don't look for main; instead always use -w
9856         -c.  This is how the c-torture tests work.  Remove the object
9857         file if the compilation succeeds.
9858         * gcc.execute/execute.exp: Remove executable if test passes.
9859         * gcc.noncompile/noncompile.exp: Every test is an expected
9860         failure.
9861         * gcc.special/special.exp: Added tests from c-torture 1.11,
9862         corrected use of existing test.
9863         * gcc.execute/920302-1.c, gcc.execute/920501-8.c,
9864         gcc.execute/920625-1.c: Updated to c-torture 1.11.
9865         * gcc.compile/921103-1.c, gcc.compile/921109-1.c,
9866         gcc.compile/921109-2.c, gcc.compile/921109-3.c,
9867         gcc.compile/921111-1.c, gcc.compile/921116-2.c,
9868         gcc.compile/921118-1.c, gcc.compile/921126-1.c,
9869         gcc.compile/921202-1.c, gcc.compile/921202-2.c,
9870         gcc.compile/921203-1.c, gcc.compile/921203-2.c,
9871         gcc.compile/921206-1.c, gcc.execute/921029-1.c,
9872         gcc.execute/921104-1.c, gcc.execute/921110-1.c,
9873         gcc.execute/921112-1.c, gcc.execute/921113-1.c,
9874         gcc.execute/921117-1.c, gcc.execute/921123-1.c,
9875         gcc.execute/921123-2.c, gcc.execute/921124-1.c,
9876         gcc.execute/921202-1.c, gcc.execute/921202-2.c,
9877         gcc.execute/921204-1.c, gcc.execute/921207-1.c,
9878         gcc.execute/921208-1.c, gcc.execute/921208-2.c,
9879         gcc.execute/921215-1.c, gcc.execute/921218-1.c,
9880         gcc.execute/921218-2.c, gcc.noncompile/921102-1.c,
9881         gcc.noncompile/921116-1.c, gcc.unsorted/x.c: Added from
9882         c-torture 1.11.
9883         * gcc.noncompile/921021-1.c, gcc.unsorted/x11bug.c: Removed to
9884         correspond to c-torture 1.11.
9885
9886         * New file.