2002-02-07 David Billinghurst <David.Billinghurst@riotinto.com>
[official-gcc.git] / gcc / testsuite / ChangeLog
blobdcc4fd35584e134e465bf21213acce34e9707222
1 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
3         PR fortran/5473
4         * g77.dg/pr5473.f: Now dg-error.  Add additional cases.  
6 2002-02-07  Richard Henderson  <rth@redhat.com>
8         * g++.old-deja/g++.brendan/new2.C: Arrange for allocated memory
9         to be sufficiently aligned for integers.
11 2002-02-07  Nathan Sidwell  <nathan@codesourcery.com>
13         * g++.dg/template/friend4.C: New test.
15 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
17         PR fortran/5743
18         * g77.f-torture/execute/intrinsic-unix-bessel.f: Remove
19         unsupported cases.
21 2002-02-07  Richard Henderson  <rth@redhat.com>
23         * gcc.dg/debug/dwarf2-1.c: Update for return warnings.
24         * gcc.dg/noncompile/920507-1.c, gcc.dg/noncompile/920721-2.c,
25         gcc.dg/noncompile/label-lineno-1.c, objc.dg/const-str-1.m,
26         objc.dg/const-str-2.m, objc.dg/method-1.m: Likewise.
28 2002-02-06  Richard Henderson  <rth@redhat.com>
30         * gcc.dg/asm-4.c: Add case with an unnamed operand in the middle.
32 2002-02-06  Janis Johnson  <janis187@us.ibm.com>
34         * gcc.dg/20020206-1.c: New test.
36 2002-02-06  Jakub Jelinek  <jakub@redhat.com>
38         * gcc.c-torture/execute/20020206-1.c: New test.
40         * gcc.c-torture/execute/20020206-2.c: New test.
42         PR optimization/5429:
43         * gcc.c-torture/compile/20020206-1.c: New test.
45 2002-02-06  Nick Clifton  <nickc@cambridge.redhat.com>
47         * g++.dg/ext/align1.C: Do not use an explicit alignment value
48         as certain file formats cannot support particularly large
49         alignments.
51         * g++.dg/warn/weak1.C: Expect a warning from COFF toolchains,
52         and do not expect to be able to link the executable.
54         * g++.old-deja/g++.ext/attrib5.C: Expect the compilation to
55         fail because the COFF format does not support the weak attribute.
57 2002-02-05  David Billinghurst <David.Billinghurst@riotinto.com>
59         * g77.dg/pr5473.f:  New test
61 2002-02-05  Aldy Hernandez  <aldyh@redhat.com>
63         * gcc.dg/altivec-4.c: AltiVec builtin predicates changed format.
64         Fix testcase accordingly.
66 2002-02-04  Richard Henderson  <rth@redhat.com>
68         * gcc.c-torture/execute/built-in-setjmp.c: Prototype stuff.
69         (buf): Change to be an array of pointers, not ints.
71 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
73         * gcc.dg/Wswitch.c: Fix typos.  Don't return unconditionally
74         before all tests.  Move warning one line above to match where it
75         C frontend emits.
76         * gcc.dg/Wswitch-2.c: New test.
77         * g++.dg/warn/Wswitch-1.C: New test.
78         * g++.dg/warn/Wswitch-2.C: New test.
80 2002-02-04  Richard Henderson  <rth@redhat.com>
82         * g++.dg/abi/offsetof.C: Fix size comparison.
84 2002-02-04  Richard Sandiford  <rsandifo@redhat.com>
86         * gcc.dg/cast-qual-2.c: New test.
88 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
90         * gcc.dg/20020201-4.c: New test.
92 2002-02-04  Ben Elliston  <bje@redhat.com>
94         * lib/gcc.exp (gcc_init): Check that the need_status_wrapper
95         target_info attribute != 0, in addition to the empty string.
96         (gcc_target_compile): Likewise.
98 2002-02-03  Andrew Cagney  <ac131313@redhat.com>
100         * gcc.dg/Wswitch.c: New test.
101         PR gcc/4475. PR gcc/3780.
103 2002-02-03  Toon Moene  <toon@moene.indiv.nluug.nl>
105         * g77.f-torture/execute/5122.f: New test for regressions
106         against PR fortran/5122.
108 2002-02-03  David Billinghurst <David.Billinghurst@riotinto.com>
110         * g77.f-torture/compile/pr3743.f: Delete
111         * g77.dg/pr3743-1.f: New test.
112         * g77.dg/pr3743-2.f: New test.
113         * g77.dg/pr3743-3.f: New test.
114         * g77.dg/pr3743-4.f: New test.
116 2002-02-02  Neil Booth  <neil@daikokuya.demon.co.uk>
118         * gcc.dg/cpp/uchar-1.c, uchar-2.c, uchar-3.c: New tests.
120 2002-02-02  Richard Henderson  <rth@redhat.com>
122         * gcc.c-torture/execute/991118-1.c: Revert 2002-01-29 change.
123         * gcc.c-torture/execute/bf64-1.c: Likewise.
125 2002-02-02  Jakub Jelinek  <jakub@redhat.com>
127         * gcc.dg/20020201-2.c: New test.
129         * gcc.dg/20020201-3.c: New test.
131         * gcc.c-torture/execute/bitfld-2.c: New test.
133 2002-02-02  Neil Booth  <neil@daikokuya.demon.co.uk>
135         * gcc.dg/bitfld-1.c: Update.
136         * gcc.dg/bitfld-2.c: Update.
137         * gcc.c-torture/execute/bitfld-1.x: New.
139 2002-02-02  Jakub Jelinek  <jakub@redhat.com>
141         * gcc.c-torture/execute/20020201-1.c: New test.
143 2002-02-01  Janis Johnson  <janis187@us.ibm.com>
145         PR target/5469
146         * gcc.dg/20020201-1.c: New test.
148 2002-02-01  David.Billinghurst <David.Billinghurst@riotinto.com>
150         PR fortran/3743
151         * g77.f-torture/execute/f90-intrinsic-bit.x: Remove
152         * g77.f-torture/compile/pr3743.x: Remove
154 2002-01-31  Tom Rix  <trix@redhat.com>
156         * gcc.dg/special/ecos.exp: Make gcsec-1.c unsupported for AIX.
158 2002-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
160         * gcc.dg/noncompile/20020130-1.c: New test.
162 2002-01-30  David Billinghurst  <David.Billinghurst@riotinto.com>
164         * g77.dg/f77-edit-i-out.f:  Escape \. Allow \r\n and \r.
166 2002-01-29  Richard Henderson  <rth@redhat.com>
168         * gcc.c-torture/execute/991118-1.c: Cast various constants back
169         to long long.
170         * gcc.c-torture/execute/bf64-1.c: Likewise.
172 2002-01-29  Jakub Jelinek  <jakub@redhat.com>
174         * gcc.c-torture/execute/20020129-1.c: New test.
176 2002-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
178         * gcc.c-torture/compile/20000224-1.c: Update.
179         * gcc.c-torture/execute/bitfld-1.c: New tests.
180         * gcc.dg/bitfld-1.c, bitfld-2.c: Diagnostic tests.
181         * gcc.dg/uninit-A.c: Update.
183 2002-01-29  Nathan Sidwell  <nathan@codesourcery.com>
185         * g++.dg/template/ctor1.C: Add instantiation.
187 2002-01-28  Paul Koning  <pkoning@equallogic.com>
189         * gcc.c-torture/execute/builtin-prefetch-1.c: Changed first
190         argument to __builtin_prefetch to be const ptr.
192 2002-01-28  Jakub Jelinek  <jakub@redhat.com>
194         * gcc.c-torture/compile/20020120-1.c: New test.
196 2002-01-27  Kazu Hirata  <kazu@hxi.com>
198         * gcc.c-torture/execute/20020127-1.c: New test.
200 2002-01-27  David Billinghurst  <David.Billinghurst@riotinto.com>
202         * g77.dg/f77-edit-i-in.f: New test
203         * g77.dg/f77-edit-i-out.f: New test
205 2002-01-25  Geoffrey Keating  <geoffk@redhat.com>
207         * gcc.dg/debug/debug.exp: New file.
208         * gcc.dg/debug/trivial.c: New file.
209         * gcc.dg/debug/20000503-1.c: Moved from gcc.dg/.
210         * gcc.dg/debug/20010207-1.c: Moved from gcc.dg/.
211         * gcc.dg/debug/20011223-1.c: Moved from gcc.dg/.
212         * gcc.dg/debug/20020104-2.c: Moved from gcc.dg/.
213         * gcc.dg/debug/debug-1.c: Moved from gcc.dg/.
214         * gcc.dg/debug/debug-2.c: Moved from gcc.dg/.
215         * gcc.dg/debug/debug-3.c: Moved from gcc.dg/.
216         * gcc.dg/debug/debug-4.c: Moved from gcc.dg/.
217         * gcc.dg/debug/debug-5.c: Moved from gcc.dg/.
218         * gcc.dg/debug/debug-6.c: Moved from gcc.dg/.
219         * gcc.dg/debug/dwarf2-1.c: Moved from gcc.dg/.
220         * gcc.dg/debug/dwarf2-2.c: Moved from gcc.dg/.
221         * gcc.dg/20000503-1.c: Removed.
222         * gcc.dg/20010207-1.c: Removed.
223         * gcc.dg/20011223-1.c: Removed.
224         * gcc.dg/20020104-2.c: Removed.
225         * gcc.dg/debug-1.c: Removed.
226         * gcc.dg/debug-2.c: Removed.
227         * gcc.dg/debug-3.c: Removed.
228         * gcc.dg/debug-4.c: Removed.
229         * gcc.dg/debug-5.c: Removed.
230         * gcc.dg/debug-6.c: Removed.
231         * gcc.dg/dwarf2-1.c: Removed.
232         * gcc.dg/dwarf2-2.c: Removed.
234 2002-01-25  Jakub Jelinek  <jakub@redhat.com>
236         * g++.old-deja/g++.other/eh5.C: New test.
237         * g++.old-deja/g++.other/sibcall2.C: New test.
238         * g++.old-deja/g++.other/array9.C: New test.
239         * g++.old-deja/g++.other/typename2.C: New test.
240         * g++.old-deja/g++.other/crash60.C: New test.
241         * g++.old-deja/g++.other/conv9.C: New test.
242         * g++.old-deja/g++.other/mangle10.C: New test.
243         * g++.old-deja/g++.other/unchanging1.C: New test.
244         * g++.old-deja/g++.other/exprstmt1.C: New test.
245         * g++.old-deja/g++.other/inline23.C: New test.
246         * g++.old-deja/g++.eh/ia64-1.C: New test.
247         * g++.old-deja/g++.other/dwarf2-1.C: New test.
248         * g++.old-deja/g++.other/mangle11.C: New test.
249         * g++.old-deja/g++.other/reload1.C: New test.
250         * g++.old-deja/g++.other/static20.C: New test.
251         * g++.old-deja/g++.other/local-alloc1.C: New test.
252         * g++.old-deja/g++.other/conv8.C: New test.
253         * g++.old-deja/g++.other/stmtexpr2.C: New test.
254         * g++.old-deja/g++.other/storeexpr1.C: New test.
255         * g++.old-deja/g++.other/storeexpr2.C: New test.
256         * g++.dg/eh/template2.C: New test.
257         * g++.dg/warn/weak1.C: New test.
259 2002-01-25  Hans-Peter Nilsson  <hp@bitrange.com>
261         * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
262         Remove first, non-varying, argument.
264 2002-01-23  Richard Henderson  <rth@redhat.com>
266         * gcc.dg/inline-2.c: New.
268         * lib/scanasm.exp (scan-assembler): Remove optional vmessage arg.
269         Add optional target arg.  Check number of arguments.
270         (scan-assembler-not, scan-assembler-dem): Likewise.
271         (scan-assembler-dem-not): Likewise.
273 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
275         * g++.old-deja/g++.brendan/crash8.C: Don't expect an error on
276         line 12.
277         * g++.old-deja/g++.brendan/parse3.C,
278         g++.old-deja/g++.other/crash26.C,
279         g++.old-deja/g++.other/crash28.C,
280         g++.old-deja/g++.other/crash29.C,
281         g++.old-deja/g++.other/crash30.C,
282         g++.old-deja/g++.other/crash35.C: Remove XFAILs where appropriate.
284 2002-01-23  Aldy Hernandez  <aldyh@redhat.com>
286         * gcc.dg/20020115-1.c: New.
288 2002-01-23  Bob Wilson  <bob.wilson@acm.org>
290         * gcc.c-torture/compile/20001226-1.x: xfail for Xtensa.
292 2002-01-23  Janis Johnson  <janis187@us.ibm.com>
294         * gcc.dg/20020122-3.c: New.
296 2002-01-23  Jakub Jelinek  <jakub@redhat.com>
298         * g++.dg/other/gc1.C: New test.
300 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
302         * gcc.dg/c99-intconst-1.c: Mark XFAIL.
304 2002-01-22  Richard Henderson  <rth@redhat.com>
306         * gcc.dg/20020122-4.c: Use multiple outputs on the asm.
308 2002-01-22  Richard Henderson  <rth@redhat.com>
310         * gcc.dg/20020122-4.c: New.
312 2002-01-22  H.J. Lu <hjl@gnu.org>
314         * g++.dg/special/ecos.exp: Append .exe instead of a.out as the
315         link output.
316         * gcc.dg/special/ecos.exp: Likewise.
317         * lib/g++-dg.exp: Likewise.
318         * lib/g77-dg.exp: Likewise.
319         * lib/gcc-dg.exp : Likewise.
320         * lib/mike-g++.exp: Likewise.
321         * lib/mike-g77.exp: Likewise.
322         * lib/mike-gcc.exp: Likewise.
323         * lib/objc-dg.exp: Likewise.
325 2002-01-22  Janis Johnson  <janis187@us.ibm.com>
327         PR target/5379
328         * gcc.dg/20020122-2.c: New test.
330 2002-01-22  Hans-Peter Nilsson  <hp@axis.com>
332         * gcc.dg/20020122-1.c: New test.
334 2001-01-22  David.Billinghurst <David.Billinghurst@riotinto.com>
336         * g++.old-deja/g++.ext/attrib5.C: XFAIL cygwin too
338 2002-01-22  David Billinghurst <David.Billinghurst@riotinto.com>
340         * gcc.dg/20010207-1.c: Restrict to i?86-*-[eflno]*
342 2002-01-21  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
344         * gcc.c-torture/compile/20020121-1.c: New test.
346 2002-01-21  John David Anglin  <dave@hiauly1.hia.nrc.ca>
348         * lib/g77.exp (g77_link_flags): Remove check for libg2c.so in setting
349         ld_library_path.
351 2002-01-21  Jakub Jelinek  <jakub@redhat.com>
353         * gcc.dg/20020218-1.c: New test.
355 2002-01-21  David.Billinghurst <David.Billinghurst@riotinto.com>
357         * lib/prune.exp (prune_gcc_output): Prune "At global scope"
358         messages
359         * g++.dg/other/deprecated.C: Remove dg-bogus comment for
360         "At global scope" warning
361         * g++.dg/ext/align1.C: Change cygwin test for alignment
362         from db-bogus to dg-warning
364 2002-01-21  Zack Weinberg  <zack@codesourcery.com>
366         * g77.f-torture/compile/cpp2.F: New test.
368 2002-01-19  Nathan Sidwell  <nathan@codesourcery.com>
370         * g++.dg/template/access1.C: New test.
372 2002-01-18  Aldy Hernandez  <aldyh@redhat.com>
374         * gcc.dg/20020118-1.c: New.
376 2002-01-18  Kazu Hirata  <kazu@hxi.com>
378         * testsuite/gcc.c-torture/execute/20020118-1.c: New test.
380 2001-01-18  David Billinghurst <David.Billinghurst@riotinto.com>
382         * g++.dg/other/deprecated.C: Fix FAIL from "At global scope" message.
383         * g++.dg/ext/align1.C: Fix fail on cygwin from maximum
384         alignment warnings.
386 2001-01-18  David Billinghurst <David.Billinghurst@riotinto.com>
388         * gcc.misc-tests/i386-prefetch.exp: Save and restore
389         torture_with_loops and torture_without_loops
391 2002-01-17  Jakub Jelinek  <jakub@redhat.com>
393         * gcc.c-torture/compile/20020116-1.c: New test.
395 2002-01-16  Jakub Jelinek  <jakub@redhat.com>
397         * gcc.dg/20020116-2.c: New test.
399         * gcc.dg/ultrasp4.c: New test.
401         * gcc.dg/20020116-1.c: New test.
403 2002-01-15  Geoffrey Keating  <geoffk@redhat.com>
405         * gcc.dg/20020103-1.c: Also test for __PPC__, since that's used
406         by EABI.
408 2002-01-15  Janis Johnson  <janis187@us.ibm.com>
410         * gcc.misc-tests/i386-prefetch.exp: New.
411         * gcc.misc-tests/i386-pf-3dnow-1.c: New test.
412         * gcc.misc-tests/i386-pf-athlon-1.c: New test.
413         * gcc.misc-tests/i386-pf-none-1.c: New test.
414         * gcc.misc-tests/i386-pf-sse-1.c: New test.
416 2002-01-15  Jakub Jelinek  <jakub@redhat.com>
418         * gcc.dg/gnu89-init-1.c: Add new tests.
420 2002-01-15  Andreas Jaeger  <aj@suse.de>
422         * gcc.dg/i386-mmx-1.c: Also run on x86-64.
423         * gcc.dg/i386-mmx-2.c: Likewise.
424         * gcc.dg/i386-sse-1.c: Likewise.
425         * gcc.dg/i386-sse-2.c: Likewise.
426         * gcc.dg/i386-sse-3.c: Likewise.
428 2001-01-14  David Billinghurst <David.Billinghurst@riotinto.com>
430         * g77.f-torture/execute/intrinsic-unix-bessel.f:
431         Uncomment additional cases that now pass.
433 2002-01-11  Richard Henderson  <rth@redhat.com>
435         * gcc.dg/i386-mmx-1.c, gcc.dg/i386-mmx-2.c: New.
436         * gcc.dg/i386-sse-1.c, gcc.dg/i386-sse-2.c, gcc.dg/i386-sse-1.c: New.
438 Fri Jan 11 12:13:30 2002  Nicola Pero  <n.pero@mi.flashnet.it>
440         * objc.dg/special/unclaimed-category-1.m: Include objc/objc-api.h.
442 2002-01-10  Aldy Hernandez  <aldyh@redhat.com>
444         * gcc.dg/altivec-4.c: Add tests for lvebx, lvehx, lvewx, lvxl,
445         lvx, stvx, stvebx, stvehx, stvewx, stvxl.
447 2002-01-10  Dale Johannesen  <dalej@apple.com>
449         * gcc.c-torture/execute/loop-11.c: New.
451 2002-01-08  Aldy Hernandez  <aldyh@redhat.com>
453         * gcc.dg/altivec-4.c: Add test for mtvscr, dssall, mfvscr,
454         dss, lvsl, lvsr, dstt, dstst, dststt, dst.
456 2002-01-09  Richard Henderson  <rth@redhat.com>
458         * gcc.c-torture/execute/20020108-1.c: Rewrite to choose the proper
459         type in which to perform the operation for each size.
461 Wed Jan  9 16:48:33 2002  Alan Matsuoka  (alanm@redhat.com)
463         * gcc.c-torture/compile/20020109-2.c: New test.
465 2002-01-09  Gwenole Beauchesne  <bgeauchesne@mandrakesoft.com>
467         * gcc.c-torture/execute/loop-10.c: New test.
469 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
471         * gcc.c-torture/compile/20010226-1.c: New test.
472         * gcc.c-torture/compile/20010227-1.c: New test.
473         * gcc.c-torture/compile/20010426-1.c: New test.
474         * gcc.c-torture/compile/20010510-1.c: New test.
475         * gcc.c-torture/compile/20010605-3.c: New test.
476         * gcc.c-torture/compile/20010824-1.c: New test.
477         * gcc.c-torture/execute/20010409-1.c: New test.
478         * gcc.dg/noncompile/20000901-1.c: New test.
479         * gcc.dg/20001023-1.c: New test.
480         * gcc.dg/20001101-1.c: New test.
481         * gcc.dg/20001102-1.c: New test.
482         * gcc.dg/20010207-1.c: New test.
483         * gcc.dg/20010405-1.c: New test.
484         * gcc.dg/20010822-1.c: New test.
485         * gcc.dg/20011107-1.c: New test.
487 Wed Jan  9 14:03:20 2002  Jeffrey A Law  (law@redhat.com)
489         * gcc.dg/asm-fs-1.c: Disable warnings when compiling.
491         * gcc.c-torture/execute/strct-stdarg-1.x: New file.  Expect
492         execution failure on PA targets.
494 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
496         * gcc.c-torture/compile/20020109-1.c: New test.
498 2002-01-08  Kazu Hirata  <kazu@hxi.com>
500         * gcc.c-torture/execute/20020108-1.c: New test.
502 2002-01-08  Jakub Jelinek  <jakub@redhat.com>
504         * gcc.dg/20020108-1.c: New test.
506 2002-01-08  H.J. Lu <hjl@gnu.org>
508         * objc.dg/special/special.exp: Add -I${srcdir}/../../libobjc
509         for header files.
511 2002-01-08  Geoff Keating  <geoffk@redhat.com>
513         * gcc.dg/altivec-4.c: Make the 'char' entries signed also for
514         consistency.
516 002-01-07  Aldy Hernandez  <aldyh@redhat.com>
518         * gcc.dg/altivec-4.c: Test altivec predicates.
520 2002-01-07  Jakub Jelinek  <jakub@redhat.com>
522         * gcc.c-torture/execute/20020107-1.c: New test.
524 2002-01-06  Craig Rodrigues  <rodrigc@gcc.gnu.org>
526         PR c/5279
527         * gcc.c-torture/compile/20020106-1.c: New test.
529 2002-01-05  Hans-Peter Nilsson  <hp@bitrange.com>
531         * gcc.c-torture/execute/nestfunc-4.c: New test.
533 2002-01-04  Loren J. Rittle  <ljrittle@acm.org>
535         * g++.old-deja/g++.abi/aggregates.C: Corrected last patch: removed
536         extra triple that slipped in.
537         * g++.old-deja/g++.abi/align.C: Likewise.
538         * g++.old-deja/g++.abi/bitfields.C: Likewise.
540 2002-01-04  Loren J. Rittle  <ljrittle@acm.org>
542         * g++.old-deja/g++.abi/aggregates.C: Do not skip i?86-*-freebsd*.
543         * g++.old-deja/g++.abi/align.C: Likewise.
544         * g++.old-deja/g++.abi/bitfields.C: Likewise.
546         * gcc.c-torture/execute/ieee/rbug.c: Force FP to extended-precision
547         on FreeBSD/i386.
548         * gcc.c-torture/execute/ieee/rbug.x: Remove all XFAIL markers for
549         FreeBSD.
551 2002-01-04  Jakub Jelinek  <jakub@redhat.com>
553         * gcc.dg/20020104-1.c: New test.
555         * gcc.dg/20020104-2.c: New test.
557 2002-01-04  Hans-Peter Nilsson  <hp@bitrange.com>
559         * gcc.dg/20020103-1.c: Fix typo in target selector.
561 2002-01-03  Richard Henderson  <rth@redhat.com>
563         * gcc.dg/20020103-1.c: New.
565 2002-01-03  Kazu Hirata  <kazu@hxi.com>
567         * gcc.c-torture/execute/20020103-1.c: New test.
569 2002-01-03  Jakub Jelinek  <jakub@redhat.com>
571         * g++.dg/other/debug2.C: New test.
573         * gcc.c-torture/compile/20020103-1.c: New test.
575 2002-01-02  Jakub Jelinek  <jakub@redhat.com>
577         * gcc.dg/gnu89-init-1.c: Added new tests.
579 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
581         * g++.dg/template/friend2.C: Remove as patch is reverted.
583         * g++.dg/warn/oldcast1.C: New test.
585         * g++.dg/template/ptrmem1.C: New test.
586         * g++.dg/template/ptrmem2.C: New test.
588         * g++.dg/template/ntp.C: New test.
590         * g++.dg/other/component1.C: New test.
592         * g++.dg/template/ttp3.C: New test.
594         * g++.dg/template/friend2.C: New test.
595         * g++.old-deja/g++/brendan/crash8.C: Adjust location of error.
597 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
599         * g++.dg/other/ptrmem1.C: New test.
600         * g++.dg/other/ptrmem2.C: New test.
602 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
604         * g++.dg/template/ctor1.C: New test.
606 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
608         * g++.dg/template/friend2.C: New test.
610 2002-01-01  Hans-Peter Nilsson  <hp@bitrange.com>
612         * gcc.dg/mmix-1.c: New test.
614 2001-12-31  Richard Henderson  <rth@redhat.com>
616         * gcc.dg/asm-5.c: New.
618 2001-12-31  Paolo Carlini  <pcarlini@unitus.it>
620         * g++.old-deja/g++.robertl/eb130.C: hash_set is now
621         in namespace __gnu_cxx
623 2001-12-30  Richard Henderson  <rth@redhat.com>
625         * gcc.dg/debug-6.c: New.
627 2001-12-30  Jakub Jelinek  <jakub@redhat.com>
629         * gcc.c-torture/compile/20011229-2.c: New test.
631 2001-12-29  Jakub Jelinek  <jakub@redhat.com>
633         * gcc.dg/debug-3.c: New test.
634         * gcc.dg/debug-4.c: New test.
635         * gcc.dg/debug-5.c: New test.
637 2001-12-29  Richard Henderson  <rth@redhat.com>
639         * g++.dg/eh/loop1.C: New.
641 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
643         * g++.dg/template/crash1.C: New test.
645 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
647         * g++.dg/other/const1.C: New test.
649 2001-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
651         * gcc.c-torture/compile/20011229-1.c: New test.
653 2001-12-28  Stan Shebs  <shebs@apple.com>
655         * lib/objc-torture.exp: Resync with c-torture.exp.
656         * lib/objc.exp: Load standard libraries.
658 2001-12-28  Jakub Jelinek  <jakub@redhat.com>
660         * gcc.dg/gnu89-init-1.c: Adjust for the new behaviour, add some
661         additional tests.
663 2001-12-27  Roger Sayle <roger@eyesopen.com>
665         * gcc.c-torture/execute/string-opt-16.c: New testcase.
667 2001-12-27  Richard Henderson  <rth@redhat.com>
669         * gcc.dg/debug-1.c, gcc.dg/debug-2.c: New.
671 2001-12-26  Nathan Sidwell  <nathan@codesourcery.com>
673         * g++.dg/eh/ctor1.C: New test.
674         * g++.dg/other/error2.C: New test.
676 2001-12-24  Nathan Sidwell  <nathan@codesourcery.com>
678         * g++.dg/other/init2.C: New test.
680 2001-12-24  Richard Henderson  <rth@redhat.com>
682         * gcc.dg/20011223-1.c: New.
683         * gcc.dg/inline-1.c: New.
685 2001-12-23  Richard Henderson  <rth@redhat.com>
687         * gcc.dg/asm-4.c: Test operand modifiers.
689 2001-12-23  Richard Henderson  <rth@redhat.com>
691         * gcc.c-torture/execute/20011219-1.c (main): Make "i" a long.
693 2001-12-23  Joseph S. Myers  <jsm28@cam.ac.uk>
695         * gcc.c-torture/execute/20011223-1.c: New test.
697 2001-12-21  Richard Henderson  <rth@redhat.com>
699         * gcc.dg/wtr-aggr-init-1.c: Test that __extension__ disables then
700         re-enables the warning.
702 2001-12-21  Richard Henderson  <rth@redhat.com>
704         * g++.old-deja/g++.eh/badalloc1.C (malloc): Fix typo.
706 2001-12-20  Jakub Jelinek  <jakub@redhat.com>
708         * gcc.c-torture/compile/20011218-1.c: New test.
710 2001-12-20  Nick Clifton  <nickc@cambridge.redhat.com>
712         * gcc.misc-test/arm-isr.exp: New file.  Control running of the
713         arm-isr.c test.
714         * gcc.misc-tests/arm-isr.c: New file.  Test prologue and
715         epilogue generation for ARM ISR routines.
717 2001-12-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
719         * gcc.dg/format/builtin-1.c: Test unlocked stdio.
720         * gcc.dg/format/c90-printf-3.c: Likewise.
721         * gcc.dg/format/c99-printf-3.c: Likewise.
722         * gcc.dg/format/ext-1.c: Likewise.
723         * gcc.dg/format/ext-6.c: Likewise.
724         * gcc.dg/format/format.h: Prototype unlocked stdio.
726 2001-12-20  Richard Henderson  <rth@redhat.com>
728         * g++.old-deja/g++.eh/badalloc1.C (arena_size): New.
729         (arena): Use it.
730         (malloc): Correct allocation logic.  Abort if we fill up the
731         arena before initialization complete.
732         (realloc): Correct allocation logic.
734 2001-12-20  Jakub Jelinek  <jakub@redhat.com>
736         * gcc.c-torture/compile/20011219-2.c: New test.
738         * gcc.c-torture/execute/20011219-1.c: New test.
740 2001-12-19  David Billinghurst <David.Billinghurst@riotinto.com>
742         * gcc.dg/special/ecos.exp:  wkali-1.c unsupported if
743         target does not support weak symbols.
745 2001-12-19  Jakub Jelinek  <jakub@redhat.com>
747         * gcc.c-torture/compile/20011219-1.c: New test.
749 2001-12-19  Nathan Sidwell  <nathan@codesourcery.com>
751         * g++.dg/other/error1.C: New test.
753 Mon Dec 17 14:31:42 2001  Jeffrey A Law  (law@redhat.com)
755         * gcc.c-torture/execute/20011217-1.c: New test.
757 Mon Dec 17 16:54:56 2001  Nicola Pero  <nicola@brainstorm.co.uk>
759         * objc.dg/special/: New directory.
760         * objc.dg/special/special.exp: New file.
761         * objc.dg/special/unclaimed-category-1.h: New file.
762         * objc.dg/special/unclaimed-category-1a.m: New file.
763         * objc.dg/special/unclaimed-category-1.m: New file.
765 2001-12-17  Andreas Jaeger  <aj@suse.de>
767         * gcc.c-torture/compile/20011217-2.c: New test.
769 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
771         * gcc.c-torture/compile/20011217-1.c: New test.
773 2001-12-14  Aldy Hernandez  <aldyh@redhat.com>
775         * testsuite/gcc.dg/20011214-1.c: New.
777 2001-12-13  Aldy Hernandez  <aldyh@redhat.com>
779         * gcc.dg/altivec-4.c: New.
781 2001-12-13  Hans-Peter Nilsson  <hp@axis.com>
783         * gcc.dg/20011113-1.c: New test.
785 2001-12-13  John David Anglin  <dave@hiauly1.hia.nrc.ca>
787         * g++.old-deja/g++.jason/template31.C: Remove templates for classes
788         std::__malloc_alloc_template<0> and
789         std::__default_alloc_template<false, 0>.
791 Thu Dec 13 10:35:33 2001  Nicola Pero  <n.pero@mi.flashnet.it>
793         * objc/execute/bf-21.m: New test.
794         * objc/execute/enumeration-1.m: New test.
795         * objc/execute/enumeration-2.m: New test.
797 2001-12-12  Jakub Jelinek  <jakub@redhat.com>
799         * gcc.dg/gnu89-init-1.c: New test.
801 2001-12-12  Nathan Sidwell  <nathan@codesourcery.com>
803         * g++.old-deja/g++.brendan/crash56.C: Adjust implicit typename.
804         * g++.old-deja/g++.jason/2371.C: Likewise.
805         * g++.old-deja/g++.jason/template33.C: Likewise.
806         * g++.old-deja/g++.jason/template34.C: Likewise.
807         * g++.old-deja/g++.jason/template36.C: Likewise.
808         * g++.old-deja/g++.oliva/typename1.C: Likewise.
809         * g++.old-deja/g++.oliva/typename2.C: Likewise.
810         * g++.old-deja/g++.other/typename1.C: Likewise.
811         * g++.old-deja/g++.pt/inherit2.C: Likewise.
812         * g++.old-deja/g++.pt/nontype5.C: Likewise.
813         * g++.old-deja/g++.pt/typename11.C: Likewise.
814         * g++.old-deja/g++.pt/typename14.C: Likewise.
815         * g++.old-deja/g++.pt/typename16.C: Likewise.
816         * g++.old-deja/g++.pt/typename3.C: Likewise.
817         * g++.old-deja/g++.pt/typename4.C: Likewise.
818         * g++.old-deja/g++.pt/typename5.C: Likewise.
819         * g++.old-deja/g++.pt/typename7.C: Likewise.
820         * g++.old-deja/g++.robertl/eb9.C: Likewise.
822 2001-12-11  Nathan Sidwell  <nathan@codesourcery.com>
824         * g++.dg/other/linkage1.C: New test.
825         * g++.old-deja/g++.brendan/err-msg2.C: Alter to avoid two
826         specifiers.
828 2001-12-11  Neil Booth  <neil@daikokuya.demon.co.uk>
830         * gcc.dg/concat.c: New test.
832 2001-12-11  Stan Shebs  <shebs@apple.com>
834         * objc/compile: New test directory.
835         * objc/compile/compile.exp: New expect script.
836         * objc/compile/20011211-1.m: New compile test.
838 2001-12-11  Jason Merrill  <jason@redhat.com>
840         * lib/prune.exp (prune_gcc_output): Also handle "In member
841         function".  So many permutations...
843 2001-12-10  Nathan Sidwell  <nathan@codesourcery.com>
845         * g++.dg/template/typedef1.C: New test.
847 2001-12-09  Nathan Sidwell  <nathan@codesourcery.com>
849         * g++.dg/other/copy1.C: New test.
851 2001-10-08  Aldy Hernandez  <aldyh@redhat.com>
853         * gcc.c-torture/execute/builtin-types-compatible-p.c: New.
855         * gcc.dg/builtin-choose-expr.c: New.
857 2001-12-07  Aldy Hernandez  <aldyh@redhat.com>
859         * gcc.dg/altivec-2.c: New.
861 2001-12-07  Richard Henderson  <rth@redhat.com>
863         * gcc.dg/cpp/ucs.c: Adjust expected warning for 64-bit hosts.
865 2001-12-07  Stephane Carrez  <Stephane.Carrez@sun.com>
867         * gcc.dg/sparc-ret.c: New file, test return corruption bug for
868         ultrasparc.
870 Fri Dec  7 06:29:03 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
872         * g++-old.deja/g++.robertl/eb101.C: Deleted.
874 2001-12-06  Janis Johnson  <janis187@us.ibm.com>
876         * gcc.c-torture/execute/builtin-prefetch-1.c: Add checks for
877         variable argument list.
879 2001-12-06  Zack Weinberg  <zack@codesourcery.com>
881         * gcc.c-torture/execute/memcheck: Delete entire directory.
882         (files: blkarg.c blkarg.x driver.c driver.h t1.c t2.c t3.c
883         t4.c t5.c t6.c t7.c t8.c t9.c template memcheck.exp)
885 2001-12-05  Neil Booth  <neil@daikokuya.demon.co.uk>
887         * gcc.dg/Wshadow-1.c: New test.
889 2001-12-05  Jakub Jelinek  <jakub@redhat.com>
891         * gcc.c-torture/compile/20011130-1.c: New test.
893         * gcc.dg/noncompile/20011025-1.c: New test.
895         * g++.dg/other/anon-union.C: New test.
897         * gcc.c-torture/execute/20011024-1.c: New test.
899 2001-12-04  Joseph S. Myers  <jsm28@cam.ac.uk>
901         * gcc.c-torture/execute/20000722-1.x,
902         gcc.c-torture/execute/20010123-1.x: Remove.
903         * gcc.c-torture/compile/init-3.c: Don't use a compound literal.
904         * gcc.dg/c90-complit-1.c, gcc.dg/c99-complit-1.c,
905         gcc.dg/c99-complit-2.c: New tests.
907 2001-12-04  Nathan Sidwell  <nathan@codesourcery.com>
909         * g++.dg/inherit/base1.C: New test.
911 2001-12-04  Jakub Jelinek  <jakub@redhat.com>
913         * g++.dg/other/stdarg1.C: New test.
915         * gcc.c-torture/compile/20011130-2.c: New test.
917 2001-12-03  Janis Johnson  <janis187@us.ibm.com>
919         * gcc.c-torture/execute/builtin-prefetch-1.c: New test.
920         * gcc.c-torture/execute/builtin-prefetch-2.c: New test.
921         * gcc.c-torture/execute/builtin-prefetch-3.c: New test.
922         * gcc.c-torture/execute/builtin-prefetch-4.c: New test.
923         * gcc.c-torture/execute/builtin-prefetch-5.c: New test.
924         * gcc.dg/builtin-prefetch-1.c: New test.
926 2001-12-03  Jakub Jelinek  <jakub@redhat.com>
928         * gcc.dg/20011130-1.c: New test.
930 2001-12-03  Nathan Sidwell  <nathan@codesourcery.com>
932         * g++.dg/other/scope1.C: New test.
933         * g++.dg/template/explicit-instantiation.C: Remove XFAIL
935 2001-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
937         * gcc.dg/vla-init-1.c: New test.
939 2001-12-01  Geoff Keating  <geoffk@redhat.com>
941         * gcc.c-torture/compile/structs.c: New testcase from GDB.
943 2001-12-02  Neil Booth  <neil@daikokuya.demon.co.uk>
945         * objc.dg/alias.m: Update.
946         * objc.dg/class-1.m: Update.
947         * objc.dg/const-str-1.m: Update.
948         * objc.dg/fwd-proto-1.m: Update.
949         * objc.dg/id-1.m: Update.
950         * objc.dg/super-class-1.m: Update.
952 2001-11-29  Mark Mitchell  <mark@codesourcery.com>
954         * g++.old-deja/g++.pt/memtemp100.C: Remove non-standard
955         constructs.
957 Wed Nov 28 15:05:54 2001  Jeffrey A Law  (law@cygnus.com)
959         * gcc.c-torture/execute/20011128-1.c: New test.
961 2001-11-28  Hans-Peter Nilsson  <hp@axis.com>
963         * gcc.dg/20011127-1.c: New test.
965 2001-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
967         * gcc.dg/format/strfmon-1.c: Update comments.  Adjust examples
968         from Austin Group draft 7.
969         * gcc.dg/format/xopen-1.c: Update comments.  Add tests for gaps in
970         scanf format arguments.
971         * gcc.dg/format/no-exargs-2.c: New test.
973 2001-11-25  Nathan Sidwell  <nathan@codesourcery.com>
975         * g++.dg/abi/vbase8-4.C: New test.
977 2001-11-24  Ian Lance Taylor  <ian@airs.com>
979         * gcc.c-torture/execute/20011121-1.c: New test.
981 Fri Nov 23 15:55:44 2001  Jeffrey A Law  (law@cygnus.com)
983         * gcc.c-torture/execute/ieee/20011123-1.c: New test.
985 2001-11-23  Andreas Jaeger  <aj@suse.de>
987         * gcc.dg/cpp/charconst-2.c: New test.
989 2001-11-22  Geoffrey Keating  <geoffk@redhat.com>
991         * lib/old-dejagnu.exp (old-dejagnu): Copy extra source files
992         to the host if it is remote.  Let tests specify extra headers
993         they use.
994         * g++.old-deja/g++.abi/vtable3a.C: This uses 'vtable3.h'.
995         * g++.old-deja/g++.abi/vtable3b.C: This uses 'vtable3.h'.
996         * g++.old-deja/g++.abi/vtable3c.C: This uses 'vtable3.h'.
997         * g++.old-deja/g++.abi/vtable3d.C: This uses 'vtable3.h'.
998         * g++.old-deja/g++.abi/vtable3e.C: This uses 'vtable3.h'.
999         * g++.old-deja/g++.abi/vtable3f.C: This uses 'vtable3.h'.
1000         * g++.old-deja/g++.abi/vtable3g.C: This uses 'vtable3.h'.
1001         * g++.old-deja/g++.abi/vtable3h.C: This uses 'vtable3.h'.
1002         * g++.old-deja/g++.abi/vtable3i.C: This uses 'vtable3.h'.
1003         * g++.old-deja/g++.abi/vtable3j.C: This uses 'vtable3.h'.
1005 2001-11-22  Nick Clifton  <nickc@cambridge.redhat.com>
1007         * gcc.c-torture/execute/ieee/20000320-1.c: Fix patterns to work
1008         for little endian ARMs.
1010 2001-11-20  Jakub Jelinek  <jakub@redhat.com>
1012         * gcc.c-torture/compile/20011119-1.c: New test.
1013         * gcc.c-torture/compile/20011119-2.c: New test.
1015 2001-11-17  Aldy Hernandez  <aldyh@redhat.com>
1017         * gcc.dg/altivec-1.c: Fix typo.
1019 2001-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
1021         * gcc.dg/c90-intconst-1.c, gcc.dg/c99-intconst-1.c: New tests.
1023 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
1025         * gcc.c-torture/compile/981006-1.x: Treat XScale like ARM.
1027 2001-11-19  Geoffrey Keating  <geoffk@redhat.com>
1029         * lib/g77.exp: Don't specify --rpath-link.
1031         * gcc.dg/cpp/cpp.exp: For testing on a remote host, copy
1032         across all the headers.
1033         * gcc.dg/format/format.exp: For testing on a remote host,
1034         copy format.h.
1036         * gcc.c-torture/execute/20011008-3.c: Allow for small STACK_SIZE.
1037         * gcc.c-torture/execute/930406-1.c: Likewise.
1038         * gcc.c-torture/execute/comp-goto-1.c: Likewise.
1040 2001-11-19  Aldy Hernandez  <aldyh@redhat.com>
1042         * gcc.dg/altivec-1.c: New.
1044 2001-11-19  Neil Booth  <neil@daikokuya.demon.co.uk>
1046         * gcc.dg/cpp/fpreprocessed.c: New test case.
1048 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
1050         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/tr-paste.c,
1051         gcc.dg/cpp/tr-str.c: Use -traditional-cpp instead of -traditional.
1052         * gcc.dg/ext-glob.c: Expect -traditional deprecation warning.
1054 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
1056         * gcc.dg/no-builtin-1.c: New test.
1058 2001-11-16  Jakub Jelinek  <jakub@redhat.com>
1060         * gcc.c-torture/execute/20011115-1.c: New test.
1062 2001-11-15  Jakub Jelinek  <jakub@redhat.com>
1064         * gcc.c-torture/compile/20011114-2.c: New test.
1065         * gcc.c-torture/compile/20011114-3.c: New test.
1066         * gcc.c-torture/compile/20011114-4.c: New test.
1068 2001-11-15  Nathan Sidwell  <nathan@codesourcery.com>
1070         * g++.dg/other/init1.C: New test.
1072 2001-11-14  Geoffrey Keating  <geoffk@redhat.com>
1074         * gcc.dg/noncompile/920923-1.c: xstormy16 produces an extra error
1075         message.
1077         * gcc.c-torture/execute/20011114-1.c: New testcase.
1079         * gcc.c-torture/compile/20010327-1.c: Revert last change.
1080         * gcc.c-torture/compile/20011114-1.c: New test, exactly
1081         like the (before this change) version of 20010327-1.c.
1083 2001-11-14  Roger Sayle <roger@eyesopen.com>
1085         * gcc.c-torture/execute/string-opt-13.c: New testcase.
1087 2001-11-14  Richard Sandiford  <rsandifo@redhat.com>
1089         * g++.dg/init/array2.C: New test.
1091 2001-11-14  Alexandre Oliva  <aoliva@redhat.com>
1093         * gcc.c-torture/execute/20010122-1.c: Prevent unwanted inlining.
1095 2001-11-13  Nathan Sidwell  <nathan@codesourcery.com>
1097         * g++.dg/other/forscope1.C: New test.
1098         * g++.dg/ext/forscope1.C: New test.
1099         * g++.dg/ext/forscope2.C: New test.
1101 2001-11-13  Jakub Jelinek  <jakub@redhat.com>
1103         * gcc.c-torture/execute/20011113-1.c: New test.
1105 2001-11-09  Geoffrey Keating  <geoffk@redhat.com>
1107         * gcc.c-torture/execute/20011109-2.c: New test.
1109         * gcc.c-torture/execute/20011109-1.c: New test.
1111 2001-11-09  Jakub Jelinek  <jakub@redhat.com>
1113         * gcc.c-torture/compile/20011109-1.c: New test.
1115 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
1117         * g++.old-deja/g++.bugs/900227_01.C: Change stormy16 to xstormy16.
1118         * g++.old-deja/g++.eh/badalloc1.C: Change stormy16 to xstormy16.
1119         * g++.old-deja/g++.mike/ns15.C: Change stormy16 to xstormy16.
1120         * g++.old-deja/g++.pt/crash16.C: Change stormy16 to xstormy16.
1121         * gcc.c-torture/compile/961203-1.x: Change stormy16 to xstormy16.
1122         * gcc.c-torture/compile/980506-1.x: Change stormy16 to xstormy16.
1123         * gcc.c-torture/compile/990617-1.x: Change stormy16 to xstormy16.
1125 2001-11-08  Neil Booth  <neil@daikokuya.demon.co.uk>
1127         * g++.dg/warn/Wshadow-1.C: New tests.
1128         * g++.old-deja/g++.mike/for3.C: Update.
1130 2001-11-06  Joseph S. Myers  <jsm28@cam.ac.uk>
1132         * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-array-lval-2.c,
1133         gcc.dg/c99-array-lval-1.c, gcc.dg/c99-array-lval-2.c: Remove
1134         XFAILs.  Adjust expected error texts.
1135         * gcc.c-torture/compile/20011106-1.c,
1136         gcc.c-torture/compile/20011106-2.c, gcc.dg/c90-array-lval-3.c,
1137         gcc.dg/c90-array-lval-4.c, gcc.dg/c90-array-lval-5.c,
1138         gcc.dg/c99-array-lval-3.c, gcc.dg/c99-array-lval-4.c,
1139         gcc.dg/c99-array-lval-5.c: New tests.
1141 2001-11-05  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
1143         * gcc.dg/cpp/defined.c: Update.
1145 2001-11-04  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
1147         * gcc.c-torture/execute/anon-1.c: New test.
1149 2001-11-03  Geoffrey Keating  <geoffk@redhat.com>
1151         * g++.old-deja/g++.bugs/900227_01.C: short and pointer are the
1152         same size, so no warning should be produced on stormy16.
1154         * g++.old-deja/g++.eh/badalloc1.C: Will always fail on stormy16
1155         due to oversized array.
1156         * g++.old-deja/g++.mike/ns15.C: Likewise.
1157         * g++.old-deja/g++.pt/crash16.C: Likewise.
1159 2001-11-02  Graham Stott  <grahams@redhat.com>
1161         * g++.dgother/debug1.C: Fix typos.
1163 2001-11-01  Jakub Jelinek  <jakub@redhat.com>
1165         * g++.dg/other/debug1.C: New test.
1167 2001-11-01  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
1169         * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead
1170         of unsigned long.
1172 2001-10-30  Jakub Jelinek  <jakub@redhat.com>
1174         * gcc.dg/20011029-2.c: New test.
1176         * gcc.c-torture/compile/20011029-1.c: New test.
1178 Mon Oct 29 21:19:53 2001  Nicola Pero  <n.pero@mi.flashnet.it>
1180         * objc/execute/class_self-1.m: New test.
1181         * objc/execute/class_self-2.m: New test.
1183 2001-10-25  Zack Weinberg  <zack@codesourcery.com>
1185         * gcc.misc-tests/msgs.exp: Delete.
1186         * gcc.misc-tests/m-un-1.c: Move to gcc.dg.
1187         * gcc.misc-tests/m-un-2.c: Move to gcc.dg.  Update expected
1188         error set to match recent changes.
1190 2001-10-24  Zack Weinberg  <zack@codesourcery.com>
1192         * gcc.dg/20011021-1.c: New test.
1194 2001-10-24  Jakub Jelinek  <jakub@redhat.com>
1196         * gcc.c-torture/compile/20011023-1.c: New test.
1198 2001-10-23  Geoffrey Keating  <geoffk@redhat.com>
1200         * lib/g77.exp: Rewrite based on lib/g++.exp.
1202 2001-10-19  Jakub Jelinek  <jakub@redhat.com>
1204         * gcc.c-torture/execute/20011019-1.c: New test.
1206         * gcc.dg/20011018-1.c: New test.
1208 2001-10-19  NIIBE Yutaka  <gniibe@m17n.org>
1210         * gcc.c-torture/execute/ieee/ieee.exp: Change sh-*-* to sh*-*-*.
1212 2001-10-18  Alexandre Oliva  <aoliva@redhat.com>
1214         * gcc.dg/attr-noinline.c, gcc.dg/attr-used.c: New tests.
1215         * gcc.dg/attr-invalid.c: Likewise.
1217 2001-10-18  Jakub Jelinek  <jakub@redhat.com>
1219         * testsuite/gcc.dg/20011015-1.c: New test.
1221 2001-10-14  Richard Sandiford  <rsandifo@redhat.com>
1223         * g++.dg/template/unify2.C: New test.
1225 2001-10-14  Richard Sandiford  <rsandifo@redhat.com>
1227         * g++.dg/other/exception-specification.C: New test
1229 2001-10-13  Tom Rix  <trix@redhat.com>
1231         * gcc.c-torture/execute/990826-0.x: AIX XFAIL -msoft-float.
1232         * gcc.c-torture/execute/980709-1.x: AIX XFAIL -msoft-float.
1234 2001-10-12  Jakub Jelinek  <jakub@redhat.com>
1236         * testsuite/gcc.dg/20011009-1.c: New test.
1238 2001-10-12  Nathan Sidwell  <nathan@codesourcery.com>
1240         PR g++/4476
1241         * g++.dg/other/friend1.C: New test.
1243 2001-10-11  Richard Henderson  <rth@redhat.com>
1245         * g++.old-deja/g++.other/crash18.C: Add -S to options.
1247 2001-10-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
1249         * gcc.c-torture/compile/20011010-1.c: New.
1251 2001-10-09  Joseph S. Myers  <jsm28@cam.ac.uk>
1253         * consistency.vlad/vlad.exp, g++.old-deja/g++.mike/p784.C,
1254         g++.old-deja/old-deja.exp, g77.f-torture/compile/compile.exp,
1255         g77.f-torture/execute/execute.exp,
1256         g77.f-torture/noncompile/noncompile.exp,
1257         gcc.c-torture/compile/compile.exp,
1258         gcc.c-torture/execute/execute.exp,
1259         gcc.c-torture/execute/ieee/ieee.exp,
1260         gcc.c-torture/execute/memcheck/memcheck.exp,
1261         gcc.c-torture/unsorted/unsorted.exp, gcc.misc-tests/linkage.exp,
1262         objc/execute/execute.exp: Update FSF address.
1264 2001-10-09  Neil Booth  <neil@daikokuya.demon.co.uk>
1266         * gcc.dg/cpp/cmdlne-C.c: Update.
1267         * gcc.dg/cpp/cmdlne-C2.c: New.
1269 2001-10-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
1271         * gcc.c-torture/execute/20011008-3.c: New.
1273 2001-10-08  DJ Delorie  <dj@redhat.com>
1275         * gcc.dg/20011008-1.c: New.
1276         * gcc.dg/20011008-2.c: New.
1278 2001-10-08  Neil Booth  <neil@daikokuya.demon.co.uk>
1280         * gcc.dg/cpp/spacing1.c: Update test.
1282 2001-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
1284         * gcc.c-torture/unsorted/unsorted.exp, lib/file-format.exp: Fix
1285         spelling errors of "separate" as "seperate".
1287 2001-10-05  Alexandre Oliva  <aoliva@redhat.com>
1289         * gcc.c-torture/execute/20010122-1.c: Don't assume alloca() is
1290         enough to avoid inlining.
1292 2001-10-04  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
1294         * lib/g77.exp: set libg2c_dir correctly.
1296 2001-10-02  Neil Booth  <neil@daikokuya.demon.co.uk>
1298         * gcc.dg/cpp/macro11.c: New test.
1300 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
1302         * g++.dg/warn/format2.C, gcc.dg/format/attr-7.c,
1303         gcc.dg/format/multattr-1.c, gcc.dg/format/multattr-2.c,
1304         gcc.dg/format/multattr-3.c: New tests.
1305         * gcc.dg/format/attr-3.c: Update expected error texts.  Remove
1306         tests for format attributes on function pointers being rejected.
1308 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
1310         * gcc.dg/format/attr-5.c, gcc.dg/format/attr-6.c: New tests.
1312 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
1314         * g++.dg/warn/format1.C: New test.
1316 2001-10-01  Neil Booth  <neil@daikokuya.demon.co.uk>
1318         * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: Correct tests.
1320 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
1322         * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: New test.
1324 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
1326         * gcc.dg/cpp/redef2.c: Add test.
1328 2001-09-27  Geoffrey Keating  <geoffk@redhat.com>
1330         * gcc.c-torture/execute/loop-2e.x: This is a manifestation of a
1331         long-standing bug on i686, apparently.
1332         * gcc.c-torture/execute/loop-2c.x: New file.
1333         * gcc.c-torture/execute/loop-2d.x: New file.
1334         * gcc.c-torture/execute/loop-3c.x: New file.
1336 2001-09-25  Neil Booth  <neil@daikokuya.demon.co.uk>
1338         * gcc.dg/cpp/20000625-2.c: Correct line number.
1340 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
1342         * gcc.dg/cpp/macro10.c: New test.
1343         * gcc.dg/cpp/strify3.c: New test.
1344         * gcc.dg/cpp/spacing1.c: Add tests.
1345         * gcc.dg/cpp/19990703-1.c: Remove bogus test.
1346         * gcc.dg/cpp/20000625-2.c: Fudge to pass.
1348 2001-09-24  DJ Delorie  <dj@redhat.com>
1350         * gcc.c-torture/execute/20010924-1.c: New test.
1352 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
1354         * testsuite/objc/execute/paste.m: Remove.
1356 2001-09-22  Joseph S. Myers  <jsm28@cam.ac.uk>
1358         * gcc.dg/format/builtin-1.c, gcc.dg/format/ext-6.c: New tests.
1360 2001-09-22  George Helffrich  <george@geo.titech.ac.jp>
1362         * g77.dg/strlen0.f: New test.
1364 2001-09-21  Richard Henderson  <rth@redhat.com>
1366         * g++.old-deja/g++.abi/ptrmem.C: Update for ia64 c++ abi.
1367         * g++.old-deja/g++.abi/vtable2.C: Likewise.
1369 2001-09-21  Joseph S. Myers  <jsm28@cam.ac.uk>
1371         Table-driven attributes.
1372         * g++.dg/ext/attrib1.C: New test.
1374 2001-09-20  DJ Delorie  <dj@redhat.com>
1376         * gcc.dg/20000926-1.c: Update expected warning messages.
1377         * gcc.dg/array-2.c: Likewise, and test for warnings too.
1378         * gcc.dg/array-4.c: Likewise, and don't verify the zero-length
1379         array.
1381 2001-09-18  Richard Sandiford  <rsandifo@redhat.com>
1383         * g++.dg/eh/registers1.C: New test case.
1385 2001-09-17  Richard Henderson  <rth@redhat.com>
1387         * gcc.dg/array-5.c: Fix VLA decomposition test.
1389 2001-09-16  Neil Booth  <neil@daikokuya.demon.co.uk>
1391         * gcc.dg/cpp/line5.c: New testcase.
1393 2001-09-15  Neil Booth  <neil@daikokuya.demon.co.uk>
1395         * gcc.dg/cpp/macro9.c: New test.
1397 2001-09-15  Aldy Hernandez  <aldyh@redhat.com>
1399         * gcc.c-torture/execute/980223.c: Change type of addr from long
1400         to char *.
1402 2001-09-15  Hans-Peter Nilsson  <hp@axis.com>
1404         * gcc.c-torture/execute/20010915-1.c: New test.
1406 2001-09-14  Janis Johnson  <janis187@us.ibm.com>
1408         * g77.dg/bprob: New directory.
1409         * g77.dg/bprob/bprob.exp: New file.
1410         * g77.dg/bprob/bprob-1.f: New test.
1411         * g77.dg/gcov: New directory.
1412         * g77.dg/gcov/gcov.exp: New file.
1413         * g77.dg/gcov/gcov-1.f: New test.
1414         * g77.dg/gcov/gcov-1.x: New file.
1416 2001-09-13  Neil Booth  <neil@daikokuya.demon.co.uk>
1418         * gcc.dg/cpp/directiv.c: Update.
1419         * gcc.dg/cpp/undef1.c: Update.
1421 2001-09-12  Jakub Jelinek  <jakub@redhat.com>
1423         * gcc.dg/20010912-1.c: New test.
1425 2001-09-11  Janis Johnson  <janis187@us.ibm.com>
1427         * gcc.misc-tests/gcov.exp: Move almost everything to a new,
1428         language-independent file in lib.
1429         * lib/gcov.exp: New file.
1431 2001-09-11  Joseph S. Myers  <jsm28@cam.ac.uk>
1433         * gcc.c-torture/compile/20010911-1.c: New test.
1435 2001-09-10  Janis Johnson  <janis187@us.ibm.com>
1437         * lib/profopt.exp: New, to support profile-directed optimizations.
1438         * gcc.misc-tests/bprob.exp: New, to support branch profiling in C.
1439         * gcc.misc-tests/bprob-1.c: New test.
1440         * gcc.misc-tests/bprob-2.c: New test.
1442 2001-09-07  Janis Johnson  <janis187@us.ibm.com>
1444         * gcc.misc-tests/gcov.exp: Add support for a .x file to control
1445         XFAIL and which kinds of gcov output to verify.
1446         * gcc.misc-tests/gcov-4b.x: New file.
1447         * gcc.misc-tests/gcov-5b.x: New file.
1448         * gcc.misc-tests/gcov-6.x: New file.
1449         * gcc.misc-tests/gcov-7.c: New test.
1450         * gcc.misc-tests/gcov-7.x: New file.
1452 2001-09-06  Janis Johnson  <janis187@us.ibm.com>
1454         * gcc.misc-tests/gcov.exp: Add support for call return percentages.
1455         * gcc.misc-tests/gcov-6.c: New test.
1457 2001-09-06  Nathan Sidwell  <nathan@codesourcery.com>
1459         PR c++/3986
1460         * g++.dg/abi/vbase1.C: New test.
1462 2001-09-05  Ziemowit Laski  <zlaski@apple.com>
1464         * objc.dg/method-2.m: New.
1466 2001-09-04  Nathan Sidwell  <nathan@codesourcery.com>
1468         PR c++/4203
1469         * g++.old-deja/g++.other/empty1.C: XFAIL. See PR c++/4222
1470         * g++.dg/init/empty1.C: New test.
1472 2001-09-03  Jakub Jelinek  <jakub@redhat.com>
1474         * gcc.c-torture/compile/20010903-1.c: New test.
1476 2001-08-31  Roman Zippel  <zippel@linux-m68k.org>
1478         * testsuite/gcc.c-torture/execute/ieee/ieee.exp: Add -ffloat-store
1479         for m68k.
1481 2001-08-31  Geoffrey Keating  <geoffk@redhat.com>
1483         * g++.dg/abi/empty4.C: Allow for 16-bit ints.
1485         * g++.dg/special/initp1.C (X): Allow for 16-bit ints.
1487         * gcc.c-torture/unsorted/bcopy.c (BYTES): Honor STACK_SIZE.
1489 2001-08-30  Geoffrey Keating  <geoffk@redhat.com>
1491         * gcc.c-torture/execute/longlong.c (alpha_ep_extbl_i_eq_0): Allow
1492         for 16-bit 'unsigned int'.
1494 2001-08-29  Kazu Hirata  <kazu@hxi.com>
1496         * gcc.c-torture/compile/981006-1.x: Do not use -fpic on h8300.
1498 2001-08-27  Richard Henderson  <rth@redhat.com>
1500         * gcc.c-torture/execute/ieee/fp-cmp-4.c (main): Make "data" static.
1501         * gcc.c-torture/execute/ieee/fp-cmp-5.c: New.
1503 2001-08-25  Aldy Hernandez  <aldyh@redhat.com>
1505         * gcc.dg/asm-names.c (ymain): New.
1507 2001-08-22  Geoffrey Keating  <geoffk@redhat.com>
1509         * gcc.c-torture/compile/961203-1.x: Mark unsupported by stormy16.
1510         * gcc.c-torture/compile/980506-1.x: Mark unsupported by stormy16.
1511         * gcc.c-torture/compile/990617-1.x: Mark unsupported by stormy16.
1513 2001-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1515         * gcc.dg/compare5.c: New testcase.
1517 2001-08-23  Jason Merrill  <jason_merrill@redhat.com>
1519         * lib/prune.exp (prune_gcc_output): Also ignore "In constructor"
1520         and "In instantiation".
1522 2001-08-21  Aldy Hernandez  <aldyh@redhat.com>
1524         * gcc.c-torture/execute/divmod-1.c: Convert to ANSI.
1526 2001-08-20  Janis Johnson  <janis187@us.ibm.com>
1528         * gcc.misc-tests/gcov.exp: Add support for branch information.
1529         * gcc.misc-tests/gcov-2.c: Change to invoke gcov and clean up.
1530         * gcc.misc-tests/gcov-4.c: New test.
1531         * gcc.misc-tests/gcov-4b.c: New test.
1532         * gcc.misc-tests/gcov-5b.c: New test.
1534 2001-08-20  Zack Weinberg  <zackw@panix.com>
1536         * gcc.c-torture/execute/20000801-4.x: Delete, test no longer
1537         expected to fail.
1539 2001-08-19  John David Anglin  <dave@hiauly1.hia.nrc.ca>
1541         * g++.dg/special/ecos.exp (initp1.C): Run initp1.C test.
1543 2001-08-19  Jakub Jelinek  <jakub@redhat.com>
1545         * g++.dg/eh/template1.C: New test.
1547 2001-08-16  David Billinghurst  <David.Billinghurst@riotinto.com>
1549         * g77.f-torture/compile/pr3743.x: Do not return 1 for xfail.
1550         Fix thinko.
1551         * g77.f-torture/execute/f90-intrinsic-bit.x: Do not return 1
1552         for xfail.
1554 2001-08-14  David Billinghurst  <David.Billinghurst@riotinto.com>
1556         * lib/g77-dg.exp:  Use prune.exp for common procedures
1557         (g77-dg-prune): Replace prune_g77_output with prune_gcc_output
1558         * lib/g77.exp: (g77-dg-prune) Remove
1560 2001-08-13  Jason Merrill  <jason_merrill@redhat.com>
1562         * lib/scanasm.exp (scan-assembler*): Use expr instead of concat.
1564 2001-08-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1566         * g++.dg/template/unify1.C: New test.
1568 2001-08-07  Nathan Sidwell  <nathan@codesourcery.com>
1570         * g++.dg/abi/empty4.C: New test.
1572 2001-08-06  David Billinghurst  <David.Billinghurst@riotinto.com>
1574         * g77.f-torture/execute/f90-intrinsic-bit.x: XFAIL on irix6.* and
1575         solaris2.*
1576         * g77.f-torture/compile/pr3743.x: Likewise
1578 2001-08-05  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
1580         * g++.dg/other/using-declaration.C: New test.
1582 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
1584         * gcc.dg/cpp/tr-sign.c: New testcase.
1586 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
1588         * gcc.dg/cpp/19951025-1.c: Revert.
1589         * gcc.dg/cpp/directiv.c: We no longer process directives that
1590         interrupt macro arguments.
1592 2001-08-03  Zack Weinberg  <zackw@stanford.edu>
1594         * gcc.dg/bconstp-1.c: New test.
1596 2001-08-03  Richard Henderson  <rth@redhat.com>
1598         * g++.dg/eh/filter1.C, g++.dg/eh/filter2.C: New tests.
1600 2001-08-02  Neil Booth  <neil@daikokuya.demon.co.uk>
1602         * gcc.dg/cpp/19951025-1.c: Update.
1604 2001-08-02  Jeffrey Oldham  <oldham@codesourcery.com>
1606         * g77.dg/ff90-1.f (s): Fix reference of variable z,
1607         should be x.
1609 2001-08-02  Nathan Sidwell  <nathan@codesourcery.com>
1611         Kill -fhonor-std.
1612         * g++.old-deja/g++.ns/ns14.C: Remove special options.
1613         * g++.old-deja/g++.other/std1.C: Likewise.
1614         * g++.old-deja/g++.robertl/eb133.C: Likewise. Add using directive.
1616 2001-08-01  David Billinghurst <David.Billinghurst@riotinto.com>
1618         * lib/g77.exp:  Load gcc-defs.exp for common procedures
1619         (g77_pass, g77_fail, g77_finish, g77_exit,
1620         ${tool}_check_unsupported_p} Now redundant.  Deleted.
1622 2001-08-01 David Billinghurst <David.Billinghurst@riotinto.com>
1624         * g77.dg/fbackslash.f
1625         * g77.dg/fcase-preserve.f
1626         * g77.dg/ff90-1.f
1627         * g77.dg/ffixed-line-length-0.f
1628         * g77.dg/ffixed-line-length-132.f
1629         * g77.dg/ffixed-line-length-7.f
1630         * g77.dg/ffixed-line-length-72.f
1631         * g77.dg/ffixed-line-length-none.f
1632         * g77.dg/ffree-form-1.f
1633         * g77.dg/fno-backslash.f
1634         * g77.dg/fno-f90-1.f
1635         * g77.dg/fno-fixed-form-1.f
1636         * g77.dg/fno-onetrip.f
1637         * g77.dg/fno-typeless-boz.f
1638         * g77.dg/fno-underscoring.f
1639         * g77.dg/fno-vxt-1.f
1640         * g77.dg/fonetrip.f
1641         * g77.dg/ftypeless-boz.f
1642         * g77.dg/fugly-assumed.f
1643         * g77.dg/funderscoring.f
1644         * g77.dg/fvxt-1.f
1646 2001-08-01  Ziemowit Laski  <zlaski@apple.com>
1648         * objc.dg/fwd-proto-1.m: New.
1649         * objc.dg/local-decl-1.m: New.
1650         * objc.dg/naming-1.m: New.
1651         * objc.dg/naming-2.m: New.
1652         * objc.dg/proto-hier-1.m: New.
1654 2001-07-31  Hans-Peter Nilsson  <hp@bitrange.com>
1656         * gcc.dg/c99-scope-2.c: Don't generally assume adding more
1657         largest-type elements to a struct makes its size grow.
1659 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
1661         * g++.dg/abi/vthunk1.C: New test.
1663 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
1665         * g++.dg/abi/vbase8-22.C: New test.
1667 2001-07-31  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
1669         * gcc.dg/cpp/macro8.c: New test.
1671 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
1673         * g++.dg/abi/vbase8-21.C: New test.
1675 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
1677         * g++.dg/abi/vbase8-10.C: New test.
1679 2001-07-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1681         * lib/g++.exp (g++_set_ld_library_path): Renamed to
1682         ${tool}_set_ld_library_path.
1683         Changed caller.
1684         * lib/objc.exp (${tool}_set_ld_library_path): New, copied from
1685         g++.exp.
1687 2001-07-26  Stan Cox <scox@redhat.com>
1689         * lib/g++.exp (g++_exit, g++_check_unsupported_p): Removed.
1690         * lib/gcc.exp (gcc_check_compile, gcc_pass, gcc_fail, gcc_finish,
1691         gcc_exit, gcc_check_unsupported_p):
1692         Moved to gcc-deps.exp
1693         * gcc-deps.exp: New file.
1695 2001-07-26  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1697         * g++.old-deja/g++.pt/defarg14.C: New test.
1699 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
1701         * g++.old-deja/g++.other/lineno5.C: New test.
1703 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
1705         * g++.old-deja/g++.pt/crash68.C: New test.
1707 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
1709         * g++.old-deja/g++.other/crash42.C: New test.
1711 2001-07-26  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
1713         * gcc.dg/cpp/extratokens.c: Fix.
1714         * gcc.dg/cpp/skipping2.c: New tests.
1716 2001-07-25  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1718         * gcc.c-torture/execute/20010724-1.c: New file.
1719         * gcc.c-torture/execute/20010724-1.x: New file.
1721 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
1723         * g++.old-deja/g++.other/cond7.C: New test.
1725 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
1727         * g++.old-deja/g++.other/optimize4.C: New test.
1729 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
1731         * g++.old-deja/g++.abi/vbase8-5.C: New test.
1733 2001-07-24  Jason Merrill  <jason_merrill@redhat.com>
1735         * lib/scanasm.exp (scan-assembler*): Don't take "testcase" argument.
1736         * gcc.dg/asm-2.c, gcc.dg/asm-3.c, gcc.dg/asm-fs-1.c, gcc.dg/dll-1.c,
1737         gcc.dg/dll-3.c, gcc.dg/dll-4.c, gcc.dg/iftrap-1.c: Don't pass it.
1738         * g++.dg/mangle1.C, g++.dg/vtgc1.C: Likewise.
1740         * lib/prune.exp (prune_gcc_output): Prune "Please submit a full
1741         bug report" message.
1743         * g++.dg/dg.exp: Run tests from subdirectories other than "special".
1744         * g++.dg/ext/instantiate1.C: Move from old-deja.
1746 2001-07-24  David Billinghurst <David.Billinghurst@riotinto.com>
1748         * g77.f-torture/execute/intrinsic-unix-bessel.f: New test
1749         * g77.f-torture/execute/intrinsic-unix-erf.f: New test
1750         * g77.f-torture/execute/intrinsic-vax-cd.f: New test
1751         * g77.f-torture/execute/intrinsic-f2c-z.f: New test
1753 Mon Jul 23 10:14:17 2001  Jeffrey A Law  (law@cygnus.com)
1755         * gcc.c-torture/execute/20010723-1.c: New test.
1757 2001-07-23  Ben Elliston  <bje@redhat.com>
1759         * g++.old-deja/g++.other/enum5.C: Mark as XFAIL.
1761 2001-07-22  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
1763         * gcc.c-torture/execute/ieee/ieee.exp: Only use -ffloat-store only on
1764         i[34567]86-*-*.
1765         Delete handling of ieee_multilib_flags.
1766         Pass -mieee for alpha*-*-* and sh-*-*.
1767         * gcc.c-torture/execute/20010114-2.c: Move into ieee subdir.
1769 2001-07-21  Nathan Sidwell  <nathan@codesourcery.com>
1771         Remove old-abi tests.
1772         * g++.old-deja/g++.mike/p11116.C: Remove.
1773         * g++.old-deja/g++.eh/catchptr1.C: Remove old-abi ifdef.
1775 2001-07-20  David Billinghurst <David.Billinghurst@riotinto.org>
1777         * g77.f-torture/compile/pr3743.f:  New test
1779 2001-07-20  David Billinghurst <David.Billinghurst@riotinto.com>
1781         * g77.f-torture/execute/f90-intrinsic-bit.f: New test
1783 2001-07-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1785         * g++.old-deja/g++.pt/static3.C: Removed alpha*-*-osf* XFAIL.
1786         g++.old-deja/g++.pt/static6.C: Likewise.
1787         * lib/target-supports.exp (check_weak_available): alpha*-*-osf*
1788         supports weak symbols.
1790 2001-07-18  Andreas Jaeger  <aj@suse.de>
1792         * g++.dg/vtgc1.C: Revert patch from 2001-04-26 since vtable-gc is
1793         supported again.
1795 2001-07-18  Andreas Jaeger  <aj@suse.de>
1797         * gcc.dg/iftrap-1.c: Fix target line.
1799 2001-07-17  Richard Henderson  <rth@redhat.com>
1801         * gcc.c-torture/execute/20010717-1.c: New.
1803 2001-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
1805         * gcc.c-torture/compile/20010714-1.c, gcc.dg/format/attr-4.c: New
1806         tests.
1808 2001-07-17  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
1810         * g++.old-deja/g++.robertl/eb130.C: Include the correct header file.
1812 2001-07-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1814         * gcc.c-torture/execute/20001229-1.c: Include <sys/proc.h> for
1815         UAC_SIGBUS, UAC_NOPRINT definitions.
1817 Mon Jul 16 12:21:56 2001  Nicola Pero  <n.pero@mi.flashnet.it>
1819         * objc/execute/object_is_class.m: New test.
1820         * objc/execute/object_is_meta_class.m: New test.
1822 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
1824         * g77.f-torture/execute/f90-intrinsic-numeric.f: Fix pasto.
1825         * g77.f-torture/execute/f90-intrinsic-mathematical.f: Fix pasto.
1827 2001-01-15  David Billinghurst  <David.Billinghurst@riotinto.com>
1829         * g77.f-torture/execute/f90-intrinsic-numeric.f: New test.
1830         * g77.f-torture/execute/f90-intrinsic-mathematical.f: New test.
1832 2001-07-14  Richard Henderson  <rth@redhat.com>
1834         * gcc.dg/iftrap-1.c: New.
1836 2001-07-11  David Billinghurst  <David.Billinghurst@riotinto.com>
1838         * g77.f-torture/execute/intrinsic77.f: New test.
1840 2001-07-11  Janis Johnson <janis@us.ibm.com>
1842         * gcc.misc-tests/gcov-3.c: New test.
1844 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
1846         * gcc.c-torture/compile/20010711-1.c,
1847         * gcc.c-torture/compile/20010711-2.c: New tests.
1849 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
1851         * gcc.c-torture/execute/20010711-1.c: New test.
1853 2001-07-11  Ben Elliston  <bje@redhat.com>
1855         * g++.old-deja/g++.other/enum5.C: New test.
1857 2001-07-10  Jason Merrill  <jason_merrill@redhat.com>
1859         * lib/g++-dg.exp: Load file-format and target-supports like gcc.
1860         (g++-dg-prune): Call prune_gcc_output.
1861         * prune.exp: New file for prune_gcc_output.
1862         * lib/g++.exp, lib/gcc.exp: Load it.
1864 2001-07-08  Joseph S. Myers  <jsm28@cam.ac.uk>
1866         * gcc.c-torture/compile/20010701-1.c,
1867         g++.old-deja/g++.ext/attrib6.C: New tests.
1869 Fri Jul  6 09:31:43 2001  Jeffrey A Law  (law@cygnus.com)
1871         * gcc.c-torture/compile/20010706-1.c: New test.
1873 2000-09-10  Michael Chamberlain <michael@chamberlain.net.au>
1875         * gcc.misc-tests/mg.exp (compiler_output): Support tcl 8.3.1.
1877 2001-06-28  Stan Shebs  <shebs@apple.com>
1879         * gcc.dg/pragma-darwin.c: New test.
1881 2001-06-28  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1883         * lib/objc.exp (objc_target_compile): Don't need -lposix4 on any
1884         Solaris 2.[678] system.
1886 2001-06-22  Joseph S. Myers  <jsm28@cam.ac.uk>
1888         * gcc.dg/20010622-1.c: New test.
1890 2001-06-18  Stan Shebs  <shebs@apple.com>
1892         * objc.dg: New directory.
1893         * objc.dg/dg.exp: New file.
1894         * objc.dg/alias.m: New.
1895         * objc.dg/class-1.m: New.
1896         * objc.dg/class-2.m: New.
1897         * objc.dg/const-str-1.m: New.
1898         * objc.dg/const-str-2.m: New.
1899         * objc.dg/id-1.m: New.
1900         * objc.dg/method-1.m: New.
1901         * objc.dg/super-class-1.m: New.
1902         * lib/objc-dg.exp: New file.
1904 2001-06-16  John David Anglin  <dave@hiauly1.hia.nrc.ca>
1906         * g++.dg/mangle1.C: Modify regexp to test for `[: \t\n]' at end
1907         of label name.
1909 2001-06-14  Nathan Sidwell  <nathan@codesourcery.com>
1911         * g++.old-deja/g++.abi/vbase8-9.C: New test.
1913 2001-06-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
1915         * lib/objc.exp (objc_target_compile): Add ${rootme} to ld_library_path
1916         variable.
1918 2001-06-12  Richard Henderson  <rth@redhat.com>
1920         * g++.old-deja/g++.other/crash27.C: Don't XFAIL.
1922 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
1924         * g++.old-deja/g++.abi/vbase5.C: New test.
1925         * g++.old-deja/g++.abi/vbase6.C: New test.
1926         * g++.old-deja/g++.abi/vbase7.C: New test.
1928 2001-06-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1930         * gcc.c-torture/compile/20010610-1.c: New test.
1932 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
1934         * g++.old-deja/g++.abi/vbase4.C: New test.
1936 2001-06-11  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
1938         * gcc.c-torture/execute/920501-8.x: New file, sprintf() does not
1939         support %f for HC11/HC12 targets.
1940         * gcc.c-torture/execute/930513-1.x: New file, likewise.
1941         * gcc.c-torture/execute/980709-1.x: New file, pow() is not available
1942         on HC11/HC12 targets.
1943         * gcc.c-torture/execute/990826-0.x: New file, likewise for floor().
1945 2001-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1947         * gcc.dg/wchar_t-1.c: New file.
1948         * gcc.dg/wint_t-1.c: Likewise.
1950 2001-06-11  Bernd Schmidt  <bernds@redhat.com>
1952         * g++.old-deja/g++.other/stepanov_v1p2.C: Remove.
1954 2001-06-11  Richard Henderson  <rth@redhat.com>
1956         * g++.old-deja/g++.law/code-gen5.C: Don't send raw pointers to assert.
1958 2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
1960         * gcc.c-torture/compile/20010611-1.c: New test.
1962 2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
1964         * gcc.dg/c99-tag-1.c: Add more tests.
1966 2001-06-10  Alexandre Oliva  <aoliva@redhat.com>
1968         * g++.old-deja/g++.abi/ptrmem.C: Take into account different
1969         representation on MN10300 and ARM/Thumb.
1971 2001-06-10  Toon Moene  <toon@moene.indiv.nluug.nl>
1973         * g77.f-torture/execute/20010610.f: New.
1975 2001-06-09  David Billinghurst  <David.Billinghurst@riotinto.com>
1977         * g++.dg/mangle1.C: Change regex to allow USER_LABEL_PREFIX == "_"
1978         names.
1980 2001-06-09  Richard Henderson  <rth@redhat.com>
1982         * gcc.c-torture/execute/ashrdi-1.c: New.
1983         * gcc.c-torture/execute/ashldi-1.c: New.
1984         * gcc.c-torture/execute/lshrdi-1.c: New.
1986 2001-06-09  Ovidiu Predescu  <ovidiu@cup.hp.com>
1988         * objc/execute/load-3.m: Added. Check sending +load to categories,
1989         in addition to classes.
1991 2001-06-08  Stan Shebs  <shebs@apple.com>
1993         * objc/execute/load-2.m: New test.  From Nicola Pero
1994         <n.pero@mi.flashnet.it>.
1996 2001-06-08  Jakub Jelinek  <jakub@redhat.com>
1998         * gcc.c-torture/execute/20010605-2.c: New test.
2000 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
2002         * g++.old-deja/g++.abi/vbase2.C: New test.
2003         * g++.old-deja/g++.abi/vbase3.C: New test.
2005 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
2007         * g++.old-deja/g++.pt/friend49.C: New test.
2009 2001-06-07  Nathan Sidwell  <nathan@codesourcery.com>
2011         * g++.old-deja/g++.ext/anon3.C: New test.
2013 2001-06-05  Nathan Sidwell  <nathan@codesourcery.com>
2015         * g++.old-deja/g++.other/conv7.C: New test.
2017 2001-06-05  Joseph S. Myers  <jsm28@cam.ac.uk>
2019         * gcc.c-torture/compile/20010605-2.c: New test.
2021 2001-06-04  John David Anglin  <dave@hiauly1.hia.nrc.ca>
2023         * gcc.c-torture/execute/20010604-1.c: New test.
2025 2001-06-04  Loren J. Rittle  <ljrittle@acm.org>
2027         * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 5.x.
2029 2001-06-04  Jeffrey Oldham  <oldham@codesourcery.com>
2031         * lib/g++.exp (g++_include_flags): Change `args' to gccpath's value.
2032         (g++_link_flags): Likewise.
2033         (g++_init): Pass gccpath's value to two previous functions.
2035 2001-06-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2037         * gcc.misc-tests/linkage.exp: Use wildcards when matching N32.
2038         Ensure logfile entry matches exec command line.
2040 2001-05-31  Richard Henderson  <rth@redhat.com>
2042         * gcc.c-torture/execute/memcheck/blkarg.x: Disable the test.
2043         * g++.dg/mangle1.C: Tweek expected mangling for 64-bit hosts.
2045 2001-05-30  David.Billinghurst  <David.Billinghurst@riotinto.com>
2047         * gcc.misc-tests/linkage.exp: Pass appropriate flags to native
2048         compiler for irix6.2
2050 2001-05-30  Nathan Sidwell  <nathan@codesourcery.com>
2052         * g++.old-deja/g++.other/optimize3.C: New file.
2054 2001-05-29  Jeffrey Oldham  <oldham@codesourcery.com>
2056         * gcc.c-torture/compile/20010518-2.x: New file to compile, not
2057         assemble.
2059 2001-05-26  Nathan Sidwell  <nathan@codesourcery.com>
2061         * g++.old-deja/g++.other/optimize2.C: New file.
2063 2001-05-25  Diego Novillo  <dnovillo@redhat.com>
2065         * gcc.c-torture/compile/20010518-2.c: New file.
2066         * gcc.c-torture/execute/20010518-1.c: New file.
2067         * gcc.c-torture/execute/20010518-2.c: New file.
2069 2001-05-25  Joseph S. Myers  <jsm28@cam.ac.uk>
2071         * gcc.dg/c90-arraydecl-1.c, gcc.dg/c99-arraydecl-1.c: New tests.
2073 2001-05-24  Mark Mitchell  <mark@codesourcery.com>
2075         G++ no longer defines builtins that do not begin with __builtin.
2076         * g++.old-deja/g++.abi/bitfields.C: Update accordingly.
2077         * g++.old-deja/g++.brendand/misc13.C: Likewise.
2078         * g++.old-deja/g++.law/builtin1.C: Likewise.
2079         * g++.old-deja/g++.law/cvt2.C: Likewise.
2080         * g++.old-deja/g++.mike/net5.C: Likewise.
2081         * g++.old-deja/g++.other/builtins1.C: Likewise.
2082         * g++.old-deja/g++.other/builtins2.C: Likewise.
2083         * g++.old-deja/g++.other/builtins3.C: Likewise.
2084         * g++.old-deja/g++.other/builtins4.C: Likewise.
2085         * g++.old-deja/g++.other/inline8.C: Likewise.
2086         * g++.old-deja/g++.robertl/eb39.C: Likewise.
2088 2001-05-24  Nathan Sidwell  <nathan@codesourcery.com>
2090         * g++.old-deja/g++.pt/using1.C: Adjust.
2091         * g++.old-deja/g++.pt/using2.C: New test.
2093 2001-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
2095         * gcc.dg/cpp/charconst.c: New tests.
2096         * gcc.dg/cpp/escape.c: New tests.
2097         * gcc.dg/cpp/escape-1.c: New tests.
2098         * gcc.dg/cpp/escape-2.c: New tests.
2099         * gcc.dg/cpp/ucs.c: New tests.
2101 2001-05-23  David.Billinghurst <David.Billinghurst@riotinto.com>
2103         * gcc.misc-tests/linkage.exp:  Pass appropriate flags to
2104         native compiler for irix6.5.
2106 Wed May 23 2001  Jeffrey D. Oldham  <oldham@codesourcery.com>
2108         * lib/g++.exp (g++_include_flags): Use args to compute
2109         get_multilibs.
2110         (g++_link_flags): Likewise.
2111         (g++_init): Pass TOOL_OPTIONS as arguments to two above functions.
2113 2001-05-22  Joseph S. Myers  <jsm28@cam.ac.uk>
2115         * gcc.dg/c90-hexfloat-1.c: Add more tests.
2117 2001-05-21  Geoff Keating  <geoffk@redhat.com>
2119         * gcc.c-torture/compile/920520-1.x: Merge previous contents into
2120         this file.
2122 2001-05-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
2124         * gcc.c-torture/unsorted/msp.c (A_SIZE): Define according to
2125         STACK_SIZE;
2126         * gcc.c-torture/compile/991214-2.c (HISTO_SIZE): Define according
2127         to STACK_SIZE; Use it to define size of add_histo array.
2128         * gcc.c-torture/compile/920723-1.c (GITT_SIZE): Define according
2129         to STACK_SIZE.
2130         (f): Use GITT_SIZE to define size of gitt local table.
2131         * gcc.c-torture/compile/930621-1.c (BYTEMEM_SIZE): Define according
2132         to STACK_SIZE; Use it to define size of bytemem array.
2134 2001-05-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
2136         * gcc.c-torture/compile/20000804-1.x: New file, this test fails
2137         on 68HC11/HC12 due to the asm instruction.
2138         * gcc.c-torture/compile/20001205-1.x: New file, ditto.
2139         * gcc.c-torture/compile/920520-1.x: Likewise.
2140         * gcc.c-torture/compile/20001226-1.x: New file, this test fails
2141         on 68HC11/HC12 because the function is larger than 64K.
2142         * gcc.c-torture/compile/961203-1.x: New file, this test fails
2143         on 68HC11/HC12 because the structure is too large.
2145 2001-05-20  Richard Henderson  <rth@redhat.com>
2147         * gcc.c-torture/execute/20010520-1.c: New.
2149 2001-05-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2151         * g++.old-deja/g++.warn/compare1.C: New test.
2152         * gcc.dg/compare4.c: New test.
2154 2001-05-20  Nathan Sidwell  <nathan@codesourcery.com>
2156         * g++.old-deja/g++.other/optimize1.C: New test.
2158 2001-05-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2160         * g++.old-deja/g++.pt/spec41.C: New test.
2162 2001-05-19  Joseph S. Myers  <jsm28@cam.ac.uk>
2164         * gcc.c-torture/compile/20010114-1.x: Remove.
2166 2001-05-18  Stan Shebs  <shebs@apple.com>
2168         * gcc.c-torture/compile/20010518-1.c: New test.
2170 2001-05-18  Nathan Sidwell  <nathan@codesourcery.com>
2172         * g++.old-deja/g++.pt/inherit2.C: Remove XFAIL.
2173         * g++.old-deja/g++.pt/crash67.C: New test.
2175 2001-05-17  Jeffrey D. Oldham  <oldham@codesourcery.com>
2177         * g++.old-deja/g++.other/debug9.C: New test.
2179 2001-05-16  Zack Weinberg  <zackw@stanford.edu>
2181         * gcc.dg/complete-port.c: New (revised version of libgcc1-test.c)
2183 Wed May 16 20:33:57 CEST 2001  Jan Hubicka  <jh@suse.cz>
2185         * gcc.c-torture/compile/20010516-1.c: New test.
2187 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
2189         * g++.old-deja/g++.other/crash41.C: New test.
2191 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
2193         * g++.old-deja/g++.pt/crash66.C: New test.
2195 2001-05-15  Benjamin Kosnik  <bkoz@redhat.com>
2197         * g++.old-deja/g++.robertl/eb27.C: Convert.
2199 2001-05-15  Nick Clifton  <nickc@cambridge.redhat.com>
2201         * g++.dg/friend-warn.C: New test.  Do not warn about friend
2202         declaration being redundant.
2204 2001-05-15  Mark Mitchell (admin)  <mitchell@nunki.dbai.tuwien.ac.at>
2206         * gcc.dg/ultrasp2.c: Don't run it with -m64 on sparc-*-*.
2208 2001-05-14  Mark Mitchell  <mark@codesourcery.com>
2210         * lib/objc.exp: Add -lposix4 on Solaris 2.6 and Solaris 2.7.
2212 2001-05-13  Benjamin Kosnik  <bkoz@redhat.com>
2214         * lib/g++.exp: Use testsuite_flags.
2216 2001-05-13  Mark Mitchell  <mark@codesourcery.com>
2218         * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 4.x.
2220 2001-05-11  John David Anglin  <dave@hiauly1.hia.nrc.ca>
2222         * gcc.c-torture/execute/ieee/ieee.exp: Don't run ieee tests on VAX.
2224 2001-05-11  Mark Mitchell  <mark@codesourcery.com>
2226         * lib/objc.exp: Add -lposix4 on Solaris 2.8.
2228 2001-05-10  Joseph S. Myers  <jsm28@cam.ac.uk>
2230         * gcc.c-torture/compile/20010313-1.c: New test.
2232 2001-05-09  Zack Weinberg  <zackw@stanford.edu>
2234         * gcc.dg/cpp/direct2.c: New test.
2235         * gccq.dg/cpp/direct2s.c: New test.
2237         * gcc.c-torture/execute/920730-1t.c: #undef __GNUC__ at head.
2239 2001-05-07  Mark Mitchell  <mark@codesourcery.com>
2241         * g++.old-deja/g++.other/op2.C: Don't use `glob' as a variable.
2242         * g++.old-deja/g++.other/op3.C: Likewise.
2244 2001-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
2246         * gcc.dg/cpp/syshdr.h: New file.
2247         * gcc.dg/cpp/sysmac1.c: Update.
2248         * gcc.dg/cpp/sysmac2.c: Update.
2250 2001-05-05  Neil Booth  <neil@daikokuya.demon.co.uk>
2252         * gcc.dg/cpp/sysmac1.c,sysmac2.c: Return to original file.
2254 2001-05-04  David Edelsohn  <edelsohn@gnu.org>
2256         * gcc.c-torture/execute/20001227-1.c: Remove duplicate of
2257         gcc.c-torture/execute/20000412-3.c with no ChangeLog entry.
2259 2001-05-04  Neil Booth  <neil@daikokuya.demon.co.uk>
2261         * gcc.c-torture/execute/longlong.c: Update for 16 bit int issues.
2263 2001-05-03  Geoffrey Keating  <geoffk@redhat.com>
2265         * lib/g++.exp (g++_include_flags): Don't use any special flags
2266         if TESTING_IN_BUILD_TREE is not defined.
2267         (g++_init): Use a plain 'c++' as the compiler if
2268         TESTING_IN_BUILD_TREEE is not defined.
2270 2001-05-02  Jakub Jelinek  <jakub@redhat.com>
2272         * g++.old-deja/g++.eh/catch13.C: New test.
2273         * g++.old-deja/g++.eh/catch14.C: New test.
2275 2001-05-02  Jakub Jelinek  <jakub@redhat.com>
2277         * gcc.dg/cpp/tr-define.c: New test.
2279 2001-05-01  Loren J. Rittle  <ljrittle@acm.org>
2281         * g++.old-deja/g++.abi/cxa_vec.C: Get malloc() from
2282         <stdlib.h>, not <malloc.h>.
2284 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
2286         * g++.old-deja/g++.ns/template17.C: New test.
2288 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
2290         * g++.old-deja/g++.pt/ref4.C: New test.
2292 2001-04-30  Richard Henderson  <rth@redhat.com>
2294         * gcc.dg/20000724-1.c: Revert last change.
2296 2001-04-30  Toon Moene  <toon@moene.indiv.nluug.nl>
2298         * g77.f-torture/execute/20010430.f: New test.
2300 2001-04-30  Mark Mitchell  <mark@codesourcery.com>
2302         * gcc.dg/20000724-1.c: Add a clobber of `esp'.
2304 2001-04-29  Joseph S. Myers  <jsm28@cam.ac.uk>
2306         * g++.old-deja/g++.other/crash14.C: Remove -fnew-abi.
2308 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
2310         * g++.old-deja/g++.eh/crash6.C: New test.
2312 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
2314         * g++.old-deja/g++.other/warn7.C: New test.
2316 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
2318         * g++.old-deja/g++.other/defarg9.C: New test.
2320 2001-04-26  Toon Moene  <toon@moene.indiv.nluug.nl>
2322         * g77.f-torture/compile/20010426.f: New test.
2323         * g77.f-torture/execute/20010426.f: New test.
2325 2001-04-26  Toon Moene  <toon@moene.indiv.nluug.nl>
2327         * g77.f-torture/compile/20000629-1.x: Remove - error
2328         has been fixed.
2330 Thu Apr 26 11:15:12 2001  Jeffrey A Law  (law@cygnus.com)
2332         * g++.dg/special/initp1.C: Moved here from g++.old-deja/g++.ext.
2333         Tweak slightly to work with g++.dg framework.
2334         * g++.dg/special/ecos.exp: Run initp1.C test.
2335         * g++.old-deja/g++.ext/initp1.C: Moved to g++.dg/special.
2337         * g++.old-deja/g++.ext/instantiate2.C: XFAIL for HPUX too since
2338         its linker doesn't give line numbers either.
2339         * g++.old-deja/g++.ext/instantiate3.C: Similarly.
2341 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
2343         * g++.old-deja/g++.other/lex1.C: New test.
2345 2001-04-26  Jakub Jelinek  <jakub@redhat.com>
2347         * gcc.dg/noncompile/20010425-1.c: New test.
2349 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
2351         * g++.old-deja/g++.pt/mangle2.C: New test.
2353 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
2355         * gcc.dg/format/plus-1.c: New test.
2357 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
2359         * gcc.dg/20010423-1.c: New test.
2361 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
2363         * gcc.c-torture/execute/20010422-1.c: New test.
2365 2001-04-25  Nathan Sidwell  <nathan@codesourcery.com>
2367         * g++.old-deja/g++.ns/type2.C: New test.
2369 2001-04-24  Zack Weinberg  <zackw@stanford.edu>
2371         * g++.old-deja/g++.other/perf1.C: New test.
2373 2001-04-24  Nathan Sidwell <nathan@codesourcery.com>
2375         * gcc.dg/c99-func-2.c: Remove xfail.
2376         * gcc.dg/c99-func-3.c: Remove xfail.
2377         * gcc.dg/c99-func-4.c: Remove xfail.
2379 2001-04-23  Zack Weinberg  <zackw@stanford.edu>
2381         * gcc.c-torture/execute/20010124-1.c: No longer expected to fail.
2383 2001-04-23  Joseph S. Myers  <jsm28@cam.ac.uk>
2385         * gcc.c-torture/compile/20010423-1.c: New test.
2387 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
2389         * g++.old-deja/g++.pt/typename28.C: New test.
2391 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
2393         * g++.old-deja/g++.abi/empty2.C: New test.
2394         * g++.old-deja/g++.abi/empty3.C: New test.
2396 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
2398         * g++.old-deja/g++.other/comdat2.C: New test.
2399         * g++.old-deja/g++.other/comdat2-aux.cc: Auxiliary source for it.
2401 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
2403         * g++.old-deja/g++.other/overload14.C: New test.
2405 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
2407         * g++.old-deja/g++.other/lookup23.C: New test.
2409 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
2411         * gcc.c-torture/execute/20010403-1.c: New test.
2413 2001-04-19  David Billinghurst <David.Billinghurst@riotinto.com>
2414             Mark Mitchell  <mark@codesourcery.com>
2416         * lib/old-dejagnu.exp: Don't delete output of executable.
2417         Add .exe suffix to executables.
2419 2001-04-18  Toon Moene  <toon@moene.indiv.nluug.nl>
2421         * g77.f-torture/execute/short.x; Remove - Error has been fixed.
2423 2001-04-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2425         * gcc.dg/wtr-conversion-1.c: Don't test for width changes.
2427 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
2429         * g++.old-deja/g++.abi/primary3.C (main): Correct expected layout.
2430         * g++.old-deja/g++.abi/crash1.C: New test.
2432 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
2434         * g++.old-deja/g++.other/crash40.C: New test.
2436 2001-04-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2438         * gcc.c-torture/execute/20010122-1.c: Fix declaration of alloca.
2440 2001-04-11  Nathan Sidwell  <nathan@codesourcery.com>
2442         * g++.old-deja/g++.other/warn6.C: New test.
2444 22001-04-11  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
2446         * g++.old-deja/g++.robertl/eb42.C: Same.
2448 001-04-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2450         * gcc.dg/wtr-conversion-1.c: New testcase.
2452 2001-04-10  Richard Henderson  <rth@redhat.com>
2454         * g++.old-deja/g++.other/array5.C: New.
2456 2001-04-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2458         * gcc.c-torture/execute/20010408-1.c: New test.
2460 2001-04-06  Benjamin Kosnik  <bkoz@redhat.com>
2462         * g++.old-deja/g++.benjamin/15071.C (main): Update to conformant
2463         headers and constructs.
2464         * g++.old-deja/g++.robertl/eb79.C: Same.
2465         * g++.old-deja/g++.robertl/eb77.C (main): Same.
2466         * g++.old-deja/g++.robertl/eb73.C: Same.
2467         * g++.old-deja/g++.robertl/eb66.C (main): Same.
2468         * g++.old-deja/g++.robertl/eb55.C (t): Same.
2469         * g++.old-deja/g++.robertl/eb54.C (main): Same.
2470         * g++.old-deja/g++.robertl/eb46.C (main): Same.
2471         * g++.old-deja/g++.robertl/eb44.C: Same.
2472         * g++.old-deja/g++.robertl/eb41.C (main): Same.
2473         * g++.old-deja/g++.robertl/eb4.C (main): Same.
2474         * g++.old-deja/g++.robertl/eb39.C: Same.
2475         * g++.old-deja/g++.robertl/eb33.C (main): Same.
2476         * g++.old-deja/g++.robertl/eb31.C (main): Same.
2477         * g++.old-deja/g++.robertl/eb30.C: Same.
2478         * g++.old-deja/g++.robertl/eb3.C: Same.
2479         * g++.old-deja/g++.robertl/eb24.C (T>): Same.
2480         * g++.old-deja/g++.robertl/eb21.C: Same.
2481         * g++.old-deja/g++.robertl/eb15.C: Same.
2482         * g++.old-deja/g++.robertl/eb118.C: Same.
2483         * g++.old-deja/g++.robertl/eb115.C (main): Same.
2484         * g++.old-deja/g++.robertl/eb113.C (streambuf): Same.
2485         * g++.old-deja/g++.robertl/eb109.C: Same.
2486         * g++.old-deja/g++.other/sibcall1.C (main): Same.
2487         * g++.old-deja/g++.mike/rtti1.C: Same.
2488         * g++.old-deja/g++.mike/p658.C: Same.
2489         * g++.old-deja/g++.mike/net46.C: Same.
2490         * g++.old-deja/g++.mike/net34.C: Same.
2491         * g++.old-deja/g++.mike/memoize1.C: Same.
2492         * g++.old-deja/g++.mike/eh2.C: Same.
2493         * g++.old-deja/g++.law/weak.C: Same.
2494         * g++.old-deja/g++.law/visibility7.C: Same.
2495         * g++.old-deja/g++.law/visibility25.C: Same.
2496         * g++.old-deja/g++.law/visibility22.C: Same.
2497         * g++.old-deja/g++.law/visibility2.C: Same.
2498         * g++.old-deja/g++.law/visibility17.C: Same.
2499         * g++.old-deja/g++.law/visibility13.C: Same.
2500         * g++.old-deja/g++.law/visibility10.C: Same.
2501         * g++.old-deja/g++.law/visibility1.C: Same.
2502         * g++.old-deja/g++.law/virtual3.C (eval): Same.
2503         * g++.old-deja/g++.law/vbase1.C: Same.
2504         * g++.old-deja/g++.law/operators32.C: Same.
2505         * g++.old-deja/g++.law/nest3.C: Same.
2506         * g++.old-deja/g++.law/missed-error2.C (foo): Same.
2507         * g++.old-deja/g++.law/except5.C (main): Same.
2508         * g++.old-deja/g++.law/cvt7.C (run): Same.
2509         * g++.old-deja/g++.law/cvt2.C: Same.
2510         * g++.old-deja/g++.law/cvt16.C: Same.
2511         * g++.old-deja/g++.law/ctors6.C (bar): Same.
2512         * g++.old-deja/g++.law/ctors17.C (main): Same.
2513         * g++.old-deja/g++.law/ctors13.C: Same.
2514         * g++.old-deja/g++.law/ctors12.C (main): Same.
2515         * g++.old-deja/g++.law/ctors10.C: Same.
2516         * g++.old-deja/g++.law/code-gen5.C: Same.
2517         * g++.old-deja/g++.law/bad-error7.C: Same.
2518         * g++.old-deja/g++.law/arm9.C: Same.
2519         * g++.old-deja/g++.law/arm12.C: Same.
2520         * g++.old-deja/g++.law/arg8.C: Same.
2521         * g++.old-deja/g++.law/arg1.C: Same.
2522         * g++.old-deja/g++.jason/typeid1.C (struct foo): Same.
2523         * g++.old-deja/g++.jason/template31.C: Same.
2524         * g++.old-deja/g++.jason/template24.C (main): Same.
2525         * g++.old-deja/g++.jason/2371.C: Same.
2526         * g++.old-deja/g++.eh/new2.C: Same.
2527         * g++.old-deja/g++.eh/new1.C: Same.
2528         * g++.old-deja/g++.brendan/ptolemy2.C: Same.
2529         * g++.old-deja/g++.brendan/nest21.C (main): Same.
2530         * g++.old-deja/g++.brendan/err-msg3.C: Same.
2531         * g++.old-deja/g++.brendan/crash62.C: Same.
2532         * g++.old-deja/g++.brendan/crash52.C: Same.
2533         * g++.old-deja/g++.brendan/crash49.C (main): Same.
2534         * g++.old-deja/g++.brendan/crash38.C: Same.
2535         * g++.old-deja/g++.brendan/crash15.C (main): Same.
2536         * g++.old-deja/g++.brendan/copy9.C: Same.
2538 Fri Apr  6 15:36:15 2001  J"orn Rennecke <amylaar@redhat.com>
2540         * gcc.c-torture/execute/20001203-2.c (memset):
2541         Count argument is of type __SIZE_TYPE__.
2543 2001-04-04  Diego Novillo  <dnovillo@redhat.com>
2545         * gcc.c-torture/compile/20010404-1.c: New test.
2547 2001-04-04  Jakub Jelinek  <jakub@redhat.com>
2549         * gcc.c-torture/compile/20010326-1.c: New test.
2551 2001-04-03  Alexandre Oliva  <aoliva@redhat.com>
2553         * g++.old-deja/g++.ext/instantiate1.C: Adjust to accommodate
2554         peculiarities of the SH.
2555         * g++.old-deja/g++.ext/instantiate2.C: Likewise.
2557 2001-04-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2559         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Renamed nan to dnan.
2560         * gcc.c-torture/execute/ieee/fp-cmp-3.c: Likewise.
2561         * gcc.c-torture/execute/ieee/fp-cmp-2.c: Renamed nan to fnan.
2563 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
2565         * g77.f-torture/compile/20010321-1.f: New test.
2567 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
2569         * gcc.c-torture/compile/20010329-1.c: New test.
2571 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
2573         * gcc.c-torture/execute/20010329-1.c: New test.
2575 2001-03-28  Loren J. Rittle  <ljrittle@acm.org>
2577         * g++.old-deja/g++.other/eh4.C: Fix typo.
2579 2001-03-28  Loren J. Rittle  <ljrittle@acm.org>
2581         * g++.dg/special/ecos.exp (conpr-1.C): Do not write in $srcdir.
2583 2001-03-28  Philip Blundell  <philb@gnu.org>
2585         * gcc.c-torture/compile/20010328-1.c: New test.
2587 2001-03-27  Richard Henderson  <rth@redhat.com>
2589         * g++.old-deja/g++.eh/crash3.C: Don't use -fsjlj-exceptions.
2590         * g++.old-deja/g++.eh/vbase3.C: Likewise.
2592 2001-03-27  Alan Modra  <alan@linuxcare.com.au>
2594         * gcc.c-torture/compile/20010327-1.c: New test.
2596 2001-03-26  Nathan Sidwell  <nathan@codesourcery.com>
2598         * g++.old-deja/g++.other/friend12.C: New test.
2599         * g++.old-deja/g++.other/friend9.C: Expect no errors.
2600         * g++.old-deja/g++.robertl/eb56.C: Make typedef public.
2602 2001-03-25  Joseph S. Myers  <jsm28@cam.ac.uk>
2604         * gcc.c-torture/execute/20010325-1.c: New test.
2606 2001-03-23  Jakub Jelinek  <jakub@redhat.com>
2608         * g++.old-deja/g++.other/mangle3.C: New test.
2610 2001-03-22  Jakub Jelinek  <jakub@redhat.com>
2612         * g++.old-deja/g++.other/anon8.C: New test.
2614 2001-03-20  Philip Blundell  <philb@gnu.org>
2616         * gcc.c-torture/compile/20010320-1.c: New test.
2618 2001-03-17  Richard Henderson  <rth@redhat.com>
2620         * g++.old-deja/g++.other/eh4.C: Add expected error text.
2622 2001-03-15  Geoff Keating  <geoff@redhat.com>
2624         * gcc.c-torture/execute/memcheck/memcheck.exp: Don't try to run these
2625         tests on AIX.
2627 2001-03-15  Gabriel Dos Reis  <gdr@codesourcery.com>
2629         * g++.old-deja/g++.other/eh4.C: New test.
2631 2001-03-14  Neil Booth  <neil@daikokuya.demon.co.uk>
2633         * gcc.dg/cpp/mi1.c: Update.
2635 2001-03-14  Jakub Jelinek  <jakub@redhat.com>
2637         * g++.old-deja/g++.other/regstack.C: New test.
2639 2001-03-12  Nathan Sidwell  <nathan@codesourcery.com>
2641         * g++.old-deja/g++.other/ref4.C: New test.
2643 2001-03-11  Nicola Pero <n.pero@mi.flashnet.it>
2645         * objc/execute/va_method.m: Added.
2646         * objc/execute/IMP.m: Added.
2647         * objc/execute/_cmd.m: Added.
2648         * objc/execute/accessing_ivars.m: Added.
2649         * objc/execute/class-1.m: Added.
2650         * objc/execute/class-10.m: Added.
2651         * objc/execute/class-11.m: Added.
2652         * objc/execute/class-12.m: Added.
2653         * objc/execute/class-13.m: Added.
2654         * objc/execute/class-14.m: Added.
2655         * objc/execute/class-2.m: Added.
2656         * objc/execute/class-3.m: Added.
2657         * objc/execute/class-4.m: Added.
2658         * objc/execute/class-5.m: Added.
2659         * objc/execute/class-6.m: Added.
2660         * objc/execute/class-7.m: Added.
2661         * objc/execute/class-8.m: Added.
2662         * objc/execute/class-9.m: Added.
2663         * objc/execute/class-tests-1.h
2664         * objc/execute/class-tests-2.h
2665         * objc/execute/compatibility_alias.m: Added.
2666         * objc/execute/encode-1.m: Added.
2667         * objc/execute/formal_protocol-1.m: Added.
2668         * objc/execute/formal_protocol-2.m: Added.
2669         * objc/execute/formal_protocol-3.m: Added.
2670         * objc/execute/formal_protocol-4.m: Added.
2671         * objc/execute/formal_protocol-5.m: Added.
2672         * objc/execute/formal_protocol-6.m: Added.
2673         * objc/execute/formal_protocol-7.m: Added.
2674         * objc/execute/informal_protocol.m: Added.
2675         * objc/execute/initialize.m: Added.
2676         * objc/execute/load.m: Added.
2677         * objc/execute/many_args_method.m: Added.
2678         * objc/execute/nested-3.m: Added.
2679         * objc/execute/no_clash.m: Added.
2680         * objc/execute/private.m: Added.
2681         * objc/execute/redefining_self.m: Added.
2682         * objc/execute/root_methods.m: Added.
2683         * objc/execute/selector-1.m: Added.
2684         * objc/execute/static-1.m: Added.
2685         * objc/execute/static-2.m: Added.
2686         * objc/execute/va_method.m: Added.
2688 2001-03-10  Richard Henderson  <rth@redhat.com>
2690         * g++.old-deja/g++.oliva/delete3.C (main): Catch the exception.
2692 2001-03-07  Neil Booth  <neil@daikokuya.demon.co.uk>
2694         * g++.old-deja/g++.other/crash31.C: XFAIL.
2695         * g77.f-torture/execute/20010116.x: Conditional XFAIL.
2696         * g77.f-torture/execute/short.x: XFAIL -Os on x86.
2697         * gcc.c-torture/execute/20010123-1.x: XFAIL.
2698         * gcc.c-torture/execute/20010124-1.x: XFAIL.
2699         * gcc.dg/sequence-pt-1.c: XFAIL one test.
2701 2001-03-06  Ovidiu Predescu  <ovidiu@cup.hp.com>
2703         * objc/execute/nested-2.m: Added. Contributed by Nicola Pero.
2705 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
2707         * gcc.dg/20000724-1.c: Don't use multiline strings.
2709 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
2711         * objc/execute/string1.m, objc/execute/string2.m: Compare the
2712         result of -cString against what we expect it to be; don't just
2713         print it out for no one to read.
2715         * objc/execute/string3.m, objc/execute/string4.m: New tests.
2716         Based on testcases provided by Nicola Pero.
2718 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
2720         * gcc.dg/cpp/macro7.c: New test.
2722 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
2724         * gcc.dg/cpp/multiline.c: Update.
2726 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
2728         * g++.old-deja/g++.other/enum3.C: New test.
2730 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
2732         * g++.old-deja/g++.other/pod1.C: New test.
2734 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
2736         * g++.old-deja/g++.ext/overload1.C: New test.
2738 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
2740         * g++.old-deja/g++.pt/using1.C: New test.
2742 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
2744         * g++.old-deja/g++.other/using9.C: New test.
2746 2001-02-28  Ovidiu Predescu  <ovidiu@cup.hp.com>
2748         * objc/execute/bycopy-3.m: Added new test from Nicola Pero.
2750         * objc/execute/protocol.m (main): Added patch from Nicola Pero.
2752 2001-02-28  Nathan Sidwell  <nathan@codesourcery.com>
2754         * g++.old-deja/g++.ext/realpt1.C: Remove.
2756 2001-02-27  Nathan Sidwell  <nathan@codesourcery.com>
2758         * g++.old-deja/g++.abi/vtable3.h: Check vcall offsets too.
2760 2001-02-26  Will Cohen  <wcohen@redhat.com>
2762         * gcc.c-torture/execute/ieee/20010226-1.c: New test.
2764 2001-02-26  Jeffrey Oldham  <oldham@codesourcery.com>
2766         * g++.old-deja/g++.pt/overload15.C: New test to stress overloaded
2767         templatized constructors.
2769 2001-02-24  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2771         * gcc.c-torture/execute/20010224-1.c: New test.
2773 2001-02-23  Jakub Jelinek  <jakub@redhat.com>
2775         * gcc.c-torture/execute/20010222-1.c: New test.
2777 2001-02-22  Jakub Jelinek  <jakub@redhat.com>
2779         * g++.old-deja/g++.other/inline20.C: New test.
2781 Wed Feb 21 12:38:22 2001  Ovidiu Predescu  <ovidiu@cup.hp.com>
2783         * objc/execute/nested-1.m: Added (contributed by Nicola Pero).
2785 2001-02-21  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
2787         * g++.old-deja/g++.other/lookup22.C: New test.
2789 2001-02-19  Zack Weinberg  <zackw@stanford.edu>
2791         * g77.dg: New directory.
2792         * g77.dg/20010216-1.f: New test case.
2793         * g77.dg/dg.exp: New driver.
2794         * lib/g77-dg.exp: New driver library.
2796 2001-02-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2798         * g++.old-deja/g++.other/inline19.c: Remove XFAIL.
2800 2001-02-16  Gabriel Dos Reis <gdr@codesourcery.com>
2802         * g++.old-deja/g++.other/decl9.C: New test.
2804 2001-02-16  Jakub Jelinek  <jakub@redhat.com>
2806         * g++.old-deja/g++.other/init16.C: Update the test so that it does
2807         not need <string> and also tests the initialization at runtime.
2809 2001-02-16  Neil Booth  <neil@daikokuya.demon.co.uk>
2811         * gcc.c-torture/execute/longlong.c: New test.
2813 Wed Feb 14 21:41:17 2001  J"orn Rennecke <amylaar@redhat.com>
2815         * g++.old-deja/g++.brendan/new2.C (main): Use sizeof.
2817 Wed Feb 14 21:31:25 2001  J"orn Rennecke <amylaar@redhat.com>
2819         * gcc.c-torture/execute/920302-1.c (execute):
2820         Change argument type to short.
2822 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
2824         * g++.old-deja/g++.pt/deduct6.C: New test.
2826 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
2828         * g++.old-deja/g++.pt/deduct5.C: New test.
2830 2001-02-14  Jakub Jelinek  <jakub@redhat.com>
2832         * gcc.c-torture/execute/20010209-1.c: New test.
2834 2001-02-14  Neil Booth  <neil@daikokuya.demon.co.uk>
2836         * gcc.dg/cpp/sysmac1.c, sysmac2.c: New tests.
2838 2001-02-12  Geoffrey Keating  <geoffk@redhat.com>
2840         * g++.dg/vtgc1.C: Update for new ABI.
2842         * consistency.vlad: New directory, 1665 files.
2844 2001-02-12  Joseph S. Myers  <jsm28@cam.ac.uk>
2846         * gcc.dg/c99-impl-int-1.c: Use stricter error string for implicit
2847         return type.
2848         * gcc.dg/cpp/digraphs.c: Declare puts.
2850 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
2852         * g++.old-deja/g++.other/warn5.C: New test.
2854 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
2856         * g++.old-deja/g++.pt/spec40.C: New test.
2858 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
2860         * g++.old-deja/g++.robertl/eb63.C: Remove new initializer list
2861         case.
2862         * g++.old-deja/g++.ext/arrnew.C: Deprecate.
2864 2001-02-12  Jakub Jelinek  <jakub@redhat.com>
2866         * gcc.c-torture/compile/20010209-1.c: New test.
2868 2001-02-11  Jeffrey Oldham  <oldham@codesourcery.com>
2870         * g++.old-deja/g++.other/crash26.C: XFAIL if parser produces
2871         excess errors message but not if it crashes.
2872         * g++.old-deja/g++.other/crash27.C: Likewise.
2873         * g++.old-deja/g++.other/crash28.C: Likewise.
2874         * g++.old-deja/g++.other/crash30.C: Likewise.
2875         * g++.old-deja/g++.other/crash32.C: Likewise.
2876         * g++.old-deja/g++.other/crash35.C: Likewise.
2877         * g++.old-deja/g++.pt/inherit2.C: Likewise.
2879 2001-02-08  Joseph S. Myers  <jsm28@cam.ac.uk>
2881         * config/default.exp, gcc.dg/cpp/cpp.exp, gcc.dg/dg.exp,
2882         gcc.dg/noncompile/noncompile.exp, gcc.dg/format/format.exp,
2883         g++.dg/dg.exp, g++.old-deja/old-deja.exp,
2884         g77.f-torture/execute/execute.exp,
2885         g77.f-torture/noncompile/noncompile.exp,
2886         gcc.c-torture/execute/execute.exp,
2887         gcc.c-torture/execute/memcheck/memcheck.exp,
2888         gcc.misc-tests/acker1.exp, gcc.misc-tests/dg-test.exp,
2889         gcc.misc-tests/dhry.exp, gcc.misc-tests/gcov.exp,
2890         gcc.misc-tests/linkage.exp, gcc.misc-tests/matrix1.exp,
2891         gcc.misc-tests/mg.exp, gcc.misc-tests/msgs.exp,
2892         gcc.misc-tests/sieve.exp, gcc.misc-tests/sort2.exp,
2893         lib/g++-dg.exp, lib/g++.exp, lib/g77.exp, lib/gcc-dg.exp,
2894         lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
2895         lib/old-dejagnu.exp, lib/scanasm.exp, objc/execute/execute.exp:
2896         Remove bug reporting instructions with ancient email addresses.
2898 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
2900         * gcc.dg/20010202-1.c: New test.
2901         * gcc.dg/991209-1.c: Compile on whole ia32 family, not just i386.
2903 2001-02-07  Zack Weinberg  <zack@wolery.stanford.edu>
2905         * g++.dg/stdbool-if.C: New test.
2907 Wed Feb  7 09:54:47 2001  Ovidiu Predescu  <ovidiu@cup.hp.com>
2909         * objc/execute/fdecl.m: Added main().
2911 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
2913         * gcc.c-torture/execute/20010206-1.c: New test.
2915 2001-02-06  Neil Booth  <neil@daikokuya.demon.co.uk>
2917         * gcc.dg/cpp/avoidpaste1.c: Update.
2919 Tue Feb  5 8:53:33 2001  Ovidiu Predescu  <ovidiu@cup.hp.com>
2921         * objc/execute/bycopy-1.m, bycopy-2.m: Added new tests from Nicola
2922         Pero <nicola@brainstorm.co.uk>.
2923         * objc/execute/fdecl.m: Declare foo as pointer to AClass.
2925 2001-02-06  Nathan Sidwell  <nathan@codesourcery.com>
2927         * g++.old-deja/g++.pt/spec39.C: New test.
2929 2001-02-05  Jakub Jelinek  <jakub@redhat.com>
2931         * gcc.c-torture/compile/20010202-1.c: New test.
2933 2001-02-05  Nathan Sidwell  <nathan@codesourcery.com>
2935         * g++.old-deja/g++.abi/primary2.C: New test.
2936         * g++.old-deja/g++.abi/primary3.C: New test.
2937         * g++.old-deja/g++.abi/primary4.C: New test.
2938         * g++.old-deja/g++.abi/primary5.C: New test.
2939         * g++.old-deja/g++.abi/vtable3.h: New test.
2940         * g++.old-deja/g++.abi/vtable3a.C: New test.
2941         * g++.old-deja/g++.abi/vtable3b.C: New test.
2942         * g++.old-deja/g++.abi/vtable3c.C: New test.
2943         * g++.old-deja/g++.abi/vtable3d.C: New test.
2944         * g++.old-deja/g++.abi/vtable3e.C: New test.
2945         * g++.old-deja/g++.abi/vtable3f.C: New test.
2946         * g++.old-deja/g++.abi/vtable3g.C: New test.
2947         * g++.old-deja/g++.abi/vtable3h.C: New test.
2948         * g++.old-deja/g++.abi/vtable3i.C: New test.
2949         * g++.old-deja/g++.abi/vtable3j.C: New test.
2950         * g++.old-deja/g++.oliva/thunk1.C: Remove XFAIL.
2952 2001-02-03  Jakub Jelinek  <jakub@redhat.com>
2954         * g++.old-deja/g++.other/anon6.C: New test.
2955         * g++.old-deja/g++.other/anon7.C: New test.
2957 2001-02-01  Neil Booth  <neil@daikokuya.demon.co.uk>
2959         * gcc.dg/cpp/avoidpaste2.c: New tests.
2961 2001-01-31  Jakub Jelinek  <jakub@redhat.com>
2963         * gcc.dg/gnu99-init-1.c: Add test for [0 ... 0] range.
2965 2001-01-31  Jeffrey Oldham  <oldham@codesourcery.com>
2967         * gcc.dg/c99-float-1.c: Back out "XFAIL FLT_EVAL_METHOD and
2968         DECIMAL_DIG cases for Irix."
2970 Wed Jan 31 12:23:32 2001  J"orn Rennecke <amylaar@redhat.com>
2972         * gcc.c-torture/execute/920302-1.c: Cast 0 to pointer.
2974 2001-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
2976         * gcc.dg/c99-tag-1.c: New test.
2978 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
2980         * gcc.dg/cpp/tr-warn1.c: Add tests.
2982 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
2984         * gcc.dg/cpp/avoidpaste1.c: Update.
2985         * gcc.dg/cpp/paste4.c: Update.
2987 2001-01-30  Jeffrey Oldham  <oldham@codesourcery.com>
2989         * gcc.dg/c99-float-1.c: XFAIL FLT_EVAL_METHOD and DECIMAL_DIG
2990         cases for Irix.
2992 2001-01-30  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
2994         * g++.old-deja/g++.other/inline19.C: New test.
2996 2001-01-30  Neil Booth  <neil@daikokuya.demon.co.uk>
2998         * gcc.dg/Wlarger-than.c: New test.
3000 2001-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
3002         * gcc.dg/cpp/avoidpaste1.c: Fix typos.
3004 2001-01-29  Jakub Jelinek  <jakub@redhat.com>
3006         * gcc.c-torture/execute/20010129-1.c: New test.
3007         * gcc.c-torture/execute/20010129-1.x: Add -mcpu=i686 on ia32.
3009 2001-01-28  Neil Booth  <neil@daikokuya.demon.co.uk>
3011         * gcc.dg/cpp/avoidpaste1.c: Test case.
3013 2001-01-28  Jakub Jelinek  <jakub@redhat.com>
3015         * g++.old-deja/g++.other/inline18.C: New test.
3017 2001-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3019         * gcc.c-torture/execute/stdio-opt-2.c: Also test __builtin_puts
3020         and __builtin_putchar.
3022 2001-01-27  Jakub Jelinek  <jakub@redhat.com>
3024         * gcc.dg/gnu99-init-1.c: Add 3 more designated range initializer
3025         tests.
3027 2001-01-25  Jeffrey Oldham  <oldham@codesourcery.com>
3029         * gcc.c-torture/execute/ieee/20000320-1.c (main): For MIPS, change
3030         floating point number rounding mode to round to the nearest
3031         representable mode.
3033 2001-01-25  Jakub Jelinek  <jakub@redhat.com>
3035         * g++.old-deja/g++.other/mangle2.C: New test.
3037 2001-01-24  Joseph S. Myers  <jsm28@cam.ac.uk>
3039         * gcc.c-torture/compile/20010124-1.c: New test.
3041 2001-01-24  Nathan Sidwell  <nathan@codesourcery.com>
3043         * g++.old-deja/g++.pt/spec38.C: New test.
3045 2001-01-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3047         * g++.old-deja/g++.pt/spec33.C: Change from "Build don't link" to
3048         "Build don't run".
3050 2001-01-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3052         * gcc.c-torture/execute/20010123-1.c: New test.
3054 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
3056         * g++.old-deja/g++.pt/spec37.C: New test.
3058 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
3060         * g++.old-deja/g++.pt/overload14.C: New test.
3062 2001-01-22  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3064         * gcc.c-torture/execute/20010122-1.c: New test, exercise
3065         __builtin_return_address.
3067 2001-01-22  Nathan Sidwell  <nathan@codesourcery.com>
3069         * g++.old-deja/g++.martin/sts_partial.C: Remove XFAIL.
3070         * g++.old-deja/g++.pt/spec35.C: New test.
3071         * g++.old-deja/g++.pt/spec36.C: New test.
3073 2001-01-20  Jakub Jelinek  <jakub@redhat.com>
3075         * gcc.c-torture/compile/20010118-1.c: New test.
3077 2001-01-20  Neil Booth  <neil@daikokuya.demon.co.uk>
3079         * gcc.dg/cpp/macro3.c,macro4.c,strp1.c: Update.
3081 2001-01-19  Jakub Jelinek  <jakub@redhat.com>
3083         * gcc.c-torture/execute/20010119-1.c: New test.
3085 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
3087         * g++.old-deja/g++.other/vbase5.C: New test.
3089 2001-01-19  Jakub Jelinek  <jakub@redhat.com>
3091         * gcc.c-torture/execute/20010118-1.c: New test.
3093 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
3095         * g++.old-deja/g++.pt/deduct3.C: New test.
3097 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
3099         * g++.old-deja/g++.pt/spec34.C: New test.
3101 2001-01-19  "Billinghurst, David (CRTS)" <David.Billinghurst@riotinto.com>
3103         * g77.f-torture/compile/20000601-2.f: New test.
3105 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
3107         * g++.old-deja/g++.other/init17.C: New test.
3109 2001-01-18  Alexandre Oliva  <aoliva@redhat.com>
3111         * gcc.dg/cpp/if-2.c: Adjust for signed wchar_t.
3113 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
3115         * g++.old-deja/g++.pt/unify8.C: New test.
3117 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
3119         * g++.old-deja/g++.abi/vbase1.C: New test.
3121 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
3123         * g++.old-deja/g++.pt/crash65.C: New test.
3125 2001-01-18  Neil Booth  <neil@daikokuya.demon.co.uk>
3127         * gcc.dg/cpp/assembl2.S: New test case.
3129 2001-01-17  Jeffrey Oldham  <oldham@codesourcery.com>
3131         * gcc.dg/special/ecos.exp (wkali-2.c): Xfail if only weak aliases
3132         are supported.
3134 2001-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3136         * g++.old-deja/g++.other/builtins1.C: New test.
3137         * g++.old-deja/g++.other/builtins2.C: Likewise.
3138         * g++.old-deja/g++.other/builtins3.C: Likewise.
3139         * g++.old-deja/g++.other/builtins4.C: Likewise.
3141 2001-01-17  Jakub Jelinek  <jakub@redhat.com>
3143         * gcc.c-torture/compile/20010117-1.c: New test.
3144         * gcc.c-torture/compile/20010117-2.c: New test.
3146 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
3148         * g77.f-torture/execute/20010116.[fx]: New test,
3149         XFAIL on i?86-*-*.
3150         * g77.f-torture/compile/20010115.f: Indicate it's
3151         a test for PR fortran/1636.
3153 2001-01-15  Joseph S. Myers  <jsm28@cam.ac.uk>
3155         * gcc.dg/c90-float-1.c, gcc.dg/c99-float-1.c: New tests.
3157 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
3159         * g77.f-torture/compile/20010115.f: New test.
3161 2001-01-15  Nathan Sidwell  <nathan@codesourcery.com>
3163         * g++.old-deja/g++.pt/nontype5.C: New test.
3165 2001-01-15  Neil Booth  <neil@daikokuya.demon.co.uk>
3167         * gcc.dg/cpp/if-2.c: Comment out occasionally bogus test; we
3168         have an equivalent working one below it.
3170 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
3172         * g++.old-deja/g++.ext/instantiate2.C: Add explanatory comment.
3173         * g++.old-deja/g++.ext/instantiate3.C: Likewise.
3175 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
3177         * g++.dg/special/ecos.exp (conpr-1.C): XFAIL if compile emits
3178         message containing "init_priority".
3179         (conpr-2.C): Likewise.
3180         (conpr-3.C): Likewise.
3181         * g++.old-deja/g++.ext/initp1.C: XFAIL for Irix.
3183 2001-01-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3185         * gcc.c-torture/execute/20010114-2.c: New test.
3187 2001-01-14  Joseph S. Myers  <jsm28@cam.ac.uk>
3189         * gcc.c-torture/compile/20010114-1.c: New test.
3190         * gcc.c-torture/compile/20010114-1.x: Xfail.
3191         * gcc.c-torture/compile/20010114-2.c: New test.
3192         * gcc.c-torture/execute/20010114-1.c: New test.
3193         * gcc.dg/trunc-1.c: New test.
3194         * gcc.dg/uninit-B.c: New test.
3196 2001-01-13  Nick Clifton  <nickc@redhat.com>
3198         * gcc.c-torture/execute/bf64-1.x: Expect to fail on M*Core
3199         target.
3201 2001-01-13  Joseph S. Myers  <jsm28@cam.ac.uk>
3203         * gcc.c-torture/compile/20010113-1.c: New test.
3205 2001-01-13  Jakub Jelinek  <jakub@redhat.com>
3207         * gcc.c-torture/compile/20001212-1.c: New test.
3209 2001-01-13  Neil Booth  <neil@daikokuya.demon.co.uk>
3211         * gcc.dg/cpp/widestr1.c: Update.
3212         * gcc.dg/cpp/prag-imp.c: Remove.
3214 2001-01-12  Jakub Jelinek  <jakub@redhat.com>
3216         * gcc.c-torture/execute/20000801-3.x: Remove.
3217         * gcc.dg/c90-init-1.c: New test.
3218         * gcc.dg/c99-init-1.c: New test.
3219         * gcc.dg/c99-init-2.c: New test.
3220         * gcc.dg/gnu99-init-1.c: New test.
3222 2001-01-12  Richard Earnshaw <rearnsha@arm.com>
3224         * lib/f-torture.exp (f_torture_compile): Prune the warnings before
3225         testing that no relevant ones were found.
3227 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
3229         * g++.old-deja/g++.pt/cast2.C: New test.
3231 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
3233         * g++.old-deja/g++.pt/friend47.C: New test.
3235 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
3237         * g++.old-deja/g++.pt/instantiate13.C: New test.
3239 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
3241         * g++.old-deja/g++.other/defarg7.C: New test.
3242         * g++.old-deja/g++.other/defarg8.C: New test.
3244 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
3246         * g++.old-deja/g++.pt/crash64.C: New test.
3248 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
3250         * g++.old-deja/g++.pt/crash63.C: New test.
3252 2001-01-11  Neil Booth  <neil@daikokuya.demon.co.uk>
3254         * gcc.dg/cpp/if-2.c: Add wide char test without sign extension.
3256 2001-01-10  Alan Lehotsky  <lehotsky@tiac.net>
3258         * gcc.dg/20000926-1.c: Parameterize for machines with 16-bit ints.
3260 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
3262         * g++.old-deja/g++.pt/error3.C: New test.
3264 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
3266         * g++.old-deja/g++.other/crash39.C: New test.
3268 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
3270         * g++.old-deja/g++.other/vbase4.C: New test.
3272 2001-01-08  Jonathan Larmour  <jlarmour@redhat.com>
3274         * gcc.dg/20000419-2.c: Move to "special" subdirectory.
3275         * gcc.dg/special/20000419-2.c: New file. Identical to above.
3276         * gcc.dg/special/special.exp: New test driver which will check
3277         for alias support for the above test.
3279 2001-01-09  Alan Lehotsky  <lehotsky@tiac.net>
3281         * gcc.c-torture/execute/921202-1.c: Use STACK_SIZE to avoid
3282         problems on small machines.
3283         * gcc.c-torture/execute/920730-1.c: Use values from <limits.h> to
3284         parameterize.
3286 2001-01-09  Jeffrey Oldham  <oldham@codesourcery.com>
3288         * g++.old-deja/g++.ext/instantiate2.C: ERROR line should fail for
3289         mips.
3290         * g++.old-deja/g++.ext/instantiate3.C: Likewise.
3292 2001-01-09  Nathan Sidwell  <nathan@codesourcery.com>
3294         * g++.old_deja/g++.pt/using8.C: New test.
3296 2001-01-09  Joseph S. Myers  <jsm28@cam.ac.uk>
3298         * gcc.dg/format/attr-2.c, gcc.dg/format/attr-3.c: New tests.
3300 2000-01-08  Loren J. Rittle  <ljrittle@acm.org>
3302         * gcc.c-torture/execute/ieee/mzero2.x: Adjust statement of
3303         where a failure is expected.
3304         * gcc.c-torture/execute/ieee/rbug.x: Likewise.
3306 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
3308         * g++.old_deja/g++.pt/instantiate12.C: New test.
3310 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
3312         * g++.old-deja/g++.benjamin/15309-1.C: Expect diagnostic at
3313         start of structs.
3314         * g++.old-deja/g++.benjamin/15309-2.C: Likewise.
3315         * g++.old-deja/g++.brendan/crash17.C: Likewise.
3316         * g++.old-deja/g++.brendan/crash29.C: Likewise.
3317         * g++.old-deja/g++.brendan/crash48.C: Likewise.
3318         * g++.old-deja/g++.brendan/ns1.C: Likewise.
3319         * g++.old-deja/g++.brendan/warnings1.C: Likewise.
3320         * g++.old-deja/g++.bugs/900205_04.C: Likewise.
3321         * g++.old-deja/g++.bugs/900514_03.C: Likewise.
3322         * g++.old-deja/g++.eh/spec6.C: Likewise.
3323         * g++.old-deja/g++.jason/crash3.C: Likewise.
3324         * g++.old-deja/g++.law/ctors11.C: Likewise.
3325         * g++.old-deja/g++.law/ctors17.C: Likewise.
3326         * g++.old-deja/g++.law/ctors5.C: Likewise.
3327         * g++.old-deja/g++.law/ctors9.C: Likewise.
3328         * g++.old-deja/g++.mike/ambig1.C: Likewise.
3329         * g++.old-deja/g++.mike/net22.C: Likewise.
3330         * g++.old-deja/g++.mike/p3538a.C: Likewise.
3331         * g++.old-deja/g++.mike/p3538b.C: Likewise.
3332         * g++.old-deja/g++.mike/virt3.C: Likewise.
3333         * g++.old-deja/g++.niklas/t128.C: Likewise.
3334         * g++.old-deja/g++.other/anon4.C: Likewise.
3335         * g++.old-deja/g++.other/using1.C: Likewise.
3336         * g++.old-deja/g++.other/warn3.C: Likewise.
3337         * g++.old-deja/g++.pt/t37.C: Likewise.
3338         * g++.old-deja/g++.robertl/eb69.C: Likewise.
3339         * g++.old-deja/g++.robertl/eb71.C: Likewise.
3341 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
3343         * g++.old-deja/g++.other/lookup16.C: Remove XFAIL.
3345 2001-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3347         * gcc.c-torture/execute/stdio-opt-3.c: New test.
3349 2001-01-07  Jakub Jelinek  <jakub@redhat.com>
3351         * gcc.c-torture/compile/20010107-1.c: New test.
3353 2001-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
3355         * gcc.c-torture/execute/builtin-noret-1.c: New test.
3357 2001-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
3359         * gcc.dg/format/format.h: New file.
3360         * gcc.dg/format/array-1.c, gcc.dg/format/attr-1.c,
3361         gcc.dg/format/branch-1.c, gcc.dg/format/c90-printf-1.c,
3362         gcc.dg/format/c90-printf-2.c, gcc.dg/format/c90-printf-3.c,
3363         gcc.dg/format/c90-scanf-1.c, gcc.dg/format/c90-scanf-2.c,
3364         gcc.dg/format/c90-scanf-3.c, gcc.dg/format/c90-scanf-4.c,
3365         gcc.dg/format/c90-strftime-1.c, gcc.dg/format/c90-strftime-2.c,
3366         gcc.dg/format/c94-printf-1.c, gcc.dg/format/c94-scanf-1.c,
3367         gcc.dg/format/c99-printf-1.c, gcc.dg/format/c99-printf-2.c,
3368         gcc.dg/format/c99-printf-3.c, gcc.dg/format/c99-scanf-1.c,
3369         gcc.dg/format/c99-scanf-2.c, gcc.dg/format/c99-scanf-3.c,
3370         gcc.dg/format/c99-strftime-1.c, gcc.dg/format/c99-strftime-2.c,
3371         gcc.dg/format/diag-1.c, gcc.dg/format/errmk-1.c,
3372         gcc.dg/format/ext-1.c, gcc.dg/format/ext-2.c,
3373         gcc.dg/format/ext-3.c, gcc.dg/format/ext-4.c,
3374         gcc.dg/format/ext-5.c, gcc.dg/format/miss-1.c,
3375         gcc.dg/format/miss-2.c, gcc.dg/format/no-exargs-1.c,
3376         gcc.dg/format/no-y2k-1.c, gcc.dg/format/nonlit-1.c,
3377         gcc.dg/format/nonlit-2.c, gcc.dg/format/nonlit-3.c,
3378         gcc.dg/format/sec-1.c, gcc.dg/format/strfmon-1.c,
3379         gcc.dg/format/va-1.c, gcc.dg/format/warnll-1.c,
3380         gcc.dg/format/xopen-1.c, gcc.dg/format/z-1.c: Include "format.h"
3381         instead of declaring standard types, macros and functions in each
3382         test.
3384 2001-01-06  Alexandre Oliva  <aoliva@redhat.com>
3386         * gcc.c-torture/execute/20010106-1.c: New test.
3388 2001-01-06  Joseph S. Myers  <jsm28@cam.ac.uk>
3390         * gcc.dg/format/format.exp: New file.
3391         * gcc.dg/c90-printf-1.c: Rename to gcc.dg/format/c90-printf-1.c.
3392         * gcc.dg/c90-printf-2.c: Rename to gcc.dg/format/c90-printf-2.c.
3393         * gcc.dg/c90-printf-3.c: Rename to gcc.dg/format/c90-printf-3.c.
3394         * gcc.dg/c94-printf-1.c: Rename to gcc.dg/format/c94-printf-1.c.
3395         * gcc.dg/c99-printf-1.c: Rename to gcc.dg/format/c99-printf-1.c.
3396         * gcc.dg/c99-printf-2.c: Rename to gcc.dg/format/c99-printf-2.c.
3397         * gcc.dg/c99-printf-3.c: Rename to gcc.dg/format/c99-printf-3.c.
3398         * gcc.dg/c90-scanf-1.c: Rename to gcc.dg/format/c90-scanf-1.c.
3399         * gcc.dg/c90-scanf-2.c: Rename to gcc.dg/format/c90-scanf-2.c.
3400         * gcc.dg/c90-scanf-3.c: Rename to gcc.dg/format/c90-scanf-3.c.
3401         * gcc.dg/c90-scanf-4.c: Rename to gcc.dg/format/c90-scanf-4.c.
3402         * gcc.dg/c94-scanf-1.c: Rename to gcc.dg/format/c94-scanf-1.c.
3403         * gcc.dg/c99-scanf-1.c: Rename to gcc.dg/format/c99-scanf-1.c.
3404         * gcc.dg/c99-scanf-2.c: Rename to gcc.dg/format/c99-scanf-2.c.
3405         * gcc.dg/c99-scanf-3.c: Rename to gcc.dg/format/c99-scanf-3.c.
3406         * gcc.dg/c90-strftime-1.c: Rename to gcc.dg/format/c90-strftime-1.c.
3407         * gcc.dg/c90-strftime-2.c: Rename to gcc.dg/format/c90-strftime-2.c.
3408         * gcc.dg/c99-strftime-1.c: Rename to gcc.dg/format/c99-strftime-1.c.
3409         * gcc.dg/c99-strftime-2.c: Rename to gcc.dg/format/c99-strftime-2.c.
3410         * gcc.dg/format-array-1.c: Rename to gcc.dg/format/array-1.c.
3411         * gcc.dg/format-attr-1.c: Rename to gcc.dg/format/attr-1.c.
3412         * gcc.dg/format-branch-1.c: Rename to gcc.dg/format/branch-1.c.
3413         * gcc.dg/format-diag-1.c: Rename to gcc.dg/format/diag-1.c.
3414         * gcc.dg/format-errmk-1.c: Rename to gcc.dg/format/errmk-1.c.
3415         * gcc.dg/format-ext-1.c: Rename to gcc.dg/format/ext-1.c.
3416         * gcc.dg/format-ext-2.c: Rename to gcc.dg/format/ext-2.c.
3417         * gcc.dg/format-ext-3.c: Rename to gcc.dg/format/ext-3.c.
3418         * gcc.dg/format-ext-4.c: Rename to gcc.dg/format/ext-4.c.
3419         * gcc.dg/format-ext-5.c: Rename to gcc.dg/format/ext-5.c.
3420         * gcc.dg/format-miss-1.c: Rename to gcc.dg/format/miss-1.c.
3421         * gcc.dg/format-miss-2.c: Rename to gcc.dg/format/miss-2.c.
3422         * gcc.dg/format-no-exargs-1.c: Rename to gcc.dg/format/no-exargs-1.c.
3423         * gcc.dg/format-no-y2k-1.c: Rename to gcc.dg/format/no-y2k-1.c.
3424         * gcc.dg/format-nonlit-1.c: Rename to gcc.dg/format/nonlit-1.c.
3425         * gcc.dg/format-nonlit-2.c: Rename to gcc.dg/format/nonlit-2.c.
3426         * gcc.dg/format-nonlit-3.c: Rename to gcc.dg/format/nonlit-3.c.
3427         * gcc.dg/format-sec-1.c: Rename to gcc.dg/format/sec-1.c.
3428         * gcc.dg/format-strfmon-1.c: Rename to gcc.dg/format/strfmon-1.c.
3429         * gcc.dg/format-va-1.c: Rename to gcc.dg/format/va-1.c.
3430         * gcc.dg/format-warnll-1.c: Rename to gcc.dg/format/warnll-1.c.
3431         * gcc.dg/format-xopen-1.c: Rename to gcc.dg/format/xopen-1.c.
3432         * gcc.dg/formatz-1.c: Rename to gcc.dg/format/z-1.c.
3434 2001-01-05  Alexandre Oliva  <aoliva@redhat.com>
3436         * gcc.c-torture/execute/991228-1.c: Take word endianness into
3437         account.
3439 2001-01-05  Joseph S. Myers  <jsm28@cam.ac.uk>
3441         * gcc.c-torture/execute/builtin-complex-1.c: New test.
3443 2001-01-05  Nathan Sidwell  <nathan@codesourcery.com>
3445         * g++.old-deja/g++.pt/crash62.C: New test.
3447 2001-01-04  Richard Henderson  <rth@redhat.com>
3449         * gcc.dg/20000926-1.c: Update expected warnings.
3450         * gcc.dg/array-2.c: Likewise.
3451         * gcc.dg/array-4.c: Also validate flexible array members.
3452         * gcc.dg/c99-flex-array-1.c: New.
3454 2001-01-04  Joseph S. Myers  <jsm28@cam.ac.uk>
3456         * gcc.c-torture/compile/20001222-1.x: Remove.
3458 Thu Jan  4 13:54:11 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3460         * gcc.c-torture/execute/built-in-setjmp.c: New.
3462 2001-01-03  Richard Henderson  <rth@redhat.com>
3464         * gcc.dg/940510-1.c: Update expected error wording.
3465         * gcc.dg/array-2.c, gcc.dg/array-3.c, gcc.dg/array-4.c: New.
3467 2001-01-03  Jeffrey Oldham  <oldham@codesourcery.com>
3469         * lib/target-supports.exp (check_alias_available): Modified to
3470         indicate aliases not supported if only weak aliases are supported.
3472 2001-01-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3474         * gcc.c-torture/execute/string-opt-8.c: Add more testcases.
3475         Turn on cmpstrsi checks for __pj__ and __i370__.
3477 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
3479         * g++.old-deja/g++.other/virtual11.C: New test.
3481 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
3483         * g++.old-deja/g++.eh/spec6.C: Remove remaining XFAIL.
3485 2001-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3487         * gcc.c-torture/compile/20010102-1.c: New test.
3489 2001-01-02  Andreas Jaeger  <aj@suse.de>
3491         * gcc.dg/noreturn-3.c: New test.
3493         * gcc.dg/noreturn-4.c: New test.
3495 2001-01-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3497         * gcc.c-torture/execute/stdio-opt-1.c: Also test
3498         __builtin_fputc and __builtin_fwrite.
3500 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
3502         * gcc.c-torture/execute/20001009-2.c (foo): Test only works for
3503         signed char, not default char.
3505 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
3507         * g++.old-deja/g++.other/crash18.C: Fails on mips*-sgi-irix*.
3509 2000-12-30  David Billinghurst <David.Billinghurst@riotinto.com>
3511         * lib/g++.exp:  Use sh to exec ${odir_v3}/tests_flags
3513 2000-12-29  Richard Henderson  <rth@redhat.com>
3515         * gcc.dg/20001117-1.c (__cyg_profile_func_enter): Define.
3516         (__cyg_profile_func_exit): Define.
3518 2000-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
3520         * g++.dg/vtgc1.C: New test.
3522 2000-12-28  Geoffrey Keating  <geoffk@redhat.com>
3524         * gcc.dg/noncompile/20001228-1.c: New test.
3526         * gcc.dg/20001228-1.c: New test.
3528         * gcc.c-torture/execute/20001228-1.c: New test.
3530 2000-12-28  Joseph S. Myers  <jsm28@cam.ac.uk>
3532         * gcc.dg/format-strfmon-1.c: New test.
3534 2000-12-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3536         * gcc.c-torture/execute/stdio-opt-1.c: Test __builtin_ style too.
3537         * gcc.c-torture/execute/stdio-opt-2.c: Likewise.
3538         * gcc.c-torture/execute/string-opt-1.c: Likewise.
3539         * gcc.c-torture/execute/string-opt-2.c: Likewise.
3540         * gcc.c-torture/execute/string-opt-3.c: Likewise.
3541         * gcc.c-torture/execute/string-opt-4.c: Likewise.
3542         * gcc.c-torture/execute/string-opt-6.c: Likewise.
3543         * gcc.c-torture/execute/string-opt-7.c: Likewise.
3544         * gcc.c-torture/execute/string-opt-8.c: Likewise.
3545         * gcc.c-torture/execute/string-opt-9.c: Likewise.
3546         * gcc.c-torture/execute/string-opt-10.c: Likewise.
3547         * gcc.c-torture/execute/string-opt-11.c: Likewise.
3548         * gcc.c-torture/execute/string-opt-12.c: Likewise.
3550         * gcc.c-torture/execute/string-opt-3.c: Test rindex.
3551         * gcc.c-torture/execute/string-opt-4.c: Test index.
3553 2000-12-26  Geoffrey Keating  <geoffk@redhat.com>
3555         * gcc.c-torture/compile/20001226-1.c: New test.
3557 2000-12-22  Joseph S. Myers  <jsm28@cam.ac.uk>
3559         * gcc.c-torture/compile/20001222-1.c: New test.
3560         * gcc.c-torture/compile/20001222-1.x: Xfail.
3562 Fri Dec 22 06:45:03 2000  Alexandre Oliva  <aoliva@redhat.com>
3564         * gcc.c-torture/execute/comp-goto-2.c: New test.
3566 Thu Dec 21 22:43:03 2000  J"orn Rennecke <amylaar@redhat.com>
3568         * gcc.c-torture/execute/comp-goto-1.c (uint32, sint32):
3569         Use long types if __INT_MAX__ is 32767.
3570         (main): Use cast to (sint32 *) when poking 88 into a_page.
3572         * gcc.c-torture/execute/20000822-1.c: Check for NO_TRAMPOLINES.
3574 2000-12-21  Bernd Schmidt  <bernds@redhat.com>
3576         * gcc.c-torture/compile/20001221-1.c: New test.
3577         * gcc.c-torture/execute/20001221-1.c: New test.
3579 2000-12-20  Richard Henderson  <rth@redhat.com>
3581         * g++.old-deja/g++.pt/crash36.C: Update error lines.
3582         * g++.old-deja/g++.robertl/eb109.C: Likewise.
3584 2000-12-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3586         * gcc.dg/compare3.c: New test.
3588 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
3590         * gcc.dg/format-warnll-1.c: New test.
3592 2000-12-18  Neil Booth  <neil@daikokuya.demon.co.uk>
3594         * gcc.dg/cpp/cmdlne-P.c: New test.
3596 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
3598         * gcc.c-torture/execute/builtin-abs-1.c,
3599         gcc.c-torture/execute/builtin-abs-2.c: New tests.
3601 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
3603         * gcc.dg/cpp/multiline.c: New test.
3605 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
3607         * g++.old-deja/g++.other/syshdr1.C: Update.
3608         * gcc.dg/cpp/lineflags.c: Remove temporarily.
3610 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3612         * g++.old-deja/g++.oliva/template5.C: Remove XFAILs.
3614 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3616         * g++.old-deja/g++.pt/ttp65.C: New test.
3618 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3620         * g++.old-deja/g++.pt/ttp64.C: New test.
3622 2000-12-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3624         * g++.old-deja/g++.pt/spec33.C: New test.
3626 2000-12-14  Catherine Moore  <clm@redhat.com>
3628         * gcc.c-torture/execute/920501-7.c: Check for NO_TRAMPOLINES.
3629         * gcc.c-torture/execute/920612-2.c: Likewise.
3630         * gcc.c-torture/execute/920428-2.c: Likewise.
3631         * gcc-c-torture/execute/va-arg-11.c: Call exit.
3632         * gcc.c-torture/execute/va-arg-21.c: Likewise.
3634 2000-12-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3636         * gcc.dg/pack-test-1.c: Compile on powerpc*-*-eabi* too.
3637         * gcc.dg/pack-test-2.c: Likewise.
3639 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
3641         Tests by Zack Weinberg <zackw@stanford.edu>.
3643         * gcc.dg/cpp/defined.c: Update.
3644         * gcc.dg/cpp/defined_trad.c: New tests.
3646 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
3648         * gcc.dg/cpp/trad-direct.c: Update.
3650 2000-12-11  Neil Booth  <neilb@earthling.net>
3652         * gcc.dg/cpp/defined_trad.c
3654 2000-12-11  Neil Booth  <neilb@earthling.net>
3656         * gcc.dg/cpp/if-2.c: Separate tests so that which failed is obvious.
3658 2000-12-09  Joseph S. Myers  <jsm28@cam.ac.uk>
3660         * gcc.dg/format-miss-2.c: New test.
3662 2000-12-09  Neil Booth  <neilb@earthling.net>
3664         * gcc.dg/cpp/lineflags.c: New tests.
3665         * gcc.dg/cpp/poison.c: Update.
3666         * gcc.dg/cpp/redef2.c: Update.
3667         * gcc.dg/cpp/skipping.c: New test.
3669 2000-12-07  Geoffrey Keating  <geoffk@redhat.com>
3671         * g++.old-deja/g++.other/eh3.C: New testcase.
3673 2000-12-07  Neil Booth  <neilb@earthling.net>
3675         * gcc.dg/wtr-aggr-init-1.c, wtr-escape-1.c, wtr-int-type-1.c,
3676         wtr-label-1.c, wtr-static-1.c, wtr-strcat-1.c, wtr-suffix-1.c,
3677         wtr-switch-1.c, wtr-unary-plus-1.c, wtr-union-init-1.c
3678         wtr-union-init-2.c, wtr-union-init-3.c: Update.
3679         * gcc.dg/cpp/extratokens.c, tr-warn4.c, tr-warn5.c, tr-warn6.c:
3680         Update.
3682 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
3684         * gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: Use
3685         __SIZE_TYPE__ instead of int for type of integers cast to
3686         pointers.
3688 2000-12-07  Jakub Jelinek  <jakub@redhat.com>
3690         * g++.old-deja/g++.other/cleanup4.C: New test.
3692 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
3694         * format-sec-1.c: New test.
3696 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
3698         * gcc.dg/format-nonlit-3.c: New test.
3700 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
3702         * gcc.dg/c90-printf-1.c: Add test for printf formats reading
3703         through a null pointer.
3705 2000-12-06  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3707         * g++.old-deja/g++.oliva/partspec1.C: Remove XFAIL.
3708         * g++.old-deja/g++.pt/partial4.C: New test.
3710 2000-12-06  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
3712         * gcc.c-torture/execute/ieee/hugeval.x: New.
3714 2000-12-06  Neil Booth  <neilb@earthling.net>
3716         * gcc.dg/cpp/backslash2.c: New tests.
3718 2000-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3720         * testsuite/gcc.c-torture/execute/stdio-opt-1.c: Add more checks.
3721         * testsuite/gcc.c-torture/execute/stdio-opt-2.c: New test.
3723 2000-12-05  Geoffrey Keating  <geoffk@redhat.com>
3725         * gcc.c-torture/execute/20001203-2.c: New testcase.
3727 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
3729         * g++.old-deja/g++.h/spec6.C: Remove some of the XFAILS.
3730         * g++.old-deja/g++.other/virtual10.C: New test.
3732 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
3734         * g++.old-deja/g++.mike/pmf5.C: Remove test.
3736 2000-12-05  Richard Henderson  <rth@redhat.com>
3738         * gcc.c-torture/compile/20001205-1.c: New.
3740 2000-12-04  Neil Booth  <neilb@earthling.net>
3742         * g++.old-deja/g++.other/virtual9.C: New test.
3743         * g++.old-deja/g++.pt/crash61.C: New test.
3744         * gcc.c-torture/execute/loop-9.c: New test.
3746 2000-12-04  Neil Booth  <neilb@earthling.net>
3748         * g++.old-deja/g++.other/instan1.C, instan2.C: Move to...
3749         * g++.old-deja/g++.pt/instantiate1.C, instantiate2.C: ...here.
3750         * gcc.dg/cpp/19960224-2.c, endif.c, if-6.c: Move into...
3751         * gcc.dg/cpp/extratokens.c: ...here.
3753 2000-12-04  Neil Booth  <neilb@earthling.net>
3755         * gcc.dg/cpp/assert_trad1.c, assert_trad2.c, assert_trad3.c:
3756         New tests.
3758 2000-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3760         * gcc.c-torture/execute/string-opt-11.c: Add more strspn checks.
3761         * gcc.c-torture/execute/string-opt-12.c: Add more strcspn checks.
3763 2000-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
3765         * gcc.c-torture/execute/20001203-1.c: New test.
3767 2000-12-03  Neil Booth  <neilb@earthling.net>
3769         * gcc.dg/cpp/macro6.c: New test cases.
3771 2000-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3773         * gcc.c-torture/execute/string-opt-9.c: New test.
3774         * gcc.c-torture/execute/string-opt-10.c: Likewise.
3775         * gcc.c-torture/execute/string-opt-11.c: Likewise.
3776         * gcc.c-torture/execute/string-opt-12.c: Likewise.
3778         * gcc.c-torture/execute/string-opt-3.c: Add more strcmp checks.
3779         * gcc.c-torture/execute/string-opt-8.c: Add more strncmp checks.
3781 2000-12-02  Geoffrey Keating  <geoffk@redhat.com>
3783         * gcc.dg/cpp/if-6.c: New testcase.
3785         * gcc.dg/20001201-1.c: New testcase.
3787 2000-12-02  Neil Booth  <neilb@earthling.net>
3789         * g++.old-deja/g++.other/externC4.C,
3790         g++.old-deja/g++.other/friend10.C: New tests.
3792 2000-12-02  Neil Booth  <neilb@earthling.net>
3794         * g++.old-deja/g++.other/instan2.C
3795         * g++.old-deja/g++.other/instan3.C: New test.
3797 2000-12-02  Neil Booth  <neilb@earthling.net>
3799         * gcc.dg/cpp/c++98.c,c++98-pedantic.c,c89.c,c89-pedantic.c,
3800         c94.c,c94-pedantic.c,c99.c,c99-pedantic.c,gnuc89.c,gnuc89-pedantic.c,
3801         gnuc99.c,gnuc99-pedantic.c: New tests.
3803 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
3805         * gcc.dg/format-no-exargs-1.c, gcc.dg/format-no-y2k-1.c,
3806         gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: New tests.
3808 2000-12-01  Neil Booth  <neilb@earthling.net>
3810         * gcc.dg/cpp/20000720-1.S: Remove duplicate testcase.
3811         * gcc.dg/cpp/poison.c: Update.
3812         * gcc.dg/cpp/spacing1.c: New testcase for all spacing issues.
3814 2000-12-01  Toon Moene  <toon@moene.indiv.nluug.nl>
3816         * g77.f-torture/execute/20001201.f: New test.
3818 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
3820         * gcc.dg/c99-array-nonobj-1.c: No longer XFAIL.
3822 2000-12-01  Jakub Jelinek  <jakub@redhat.com>
3824         * gcc.c-torture/execute/string-opt-5.c: Add some memset tests.
3826 2000-12-01  Nathan Sidwell  <nathan@codesourcery.com>
3828         * g++.old-deja/g++.other/cast6.C: New test.
3830 2000-11-30  Geoffrey Keating  <geoffk@redhat.com>
3832         * gcc.c-torture/execute/20001130-2.c: New testcase.
3834 2000-11-30  Richard Henderson  <rth@redhat.com>
3836         * gcc.c-torture/execute/20001130-1.c: New test.
3838 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
3840         * g++.old-deja/g++.other/op3.C: New test.
3842 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
3844         * g++.old-deja/g++.other/op2.C: New test.
3846 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
3848         * g++.old-deja/g++.other/crash38.C: New test.
3850 2000-11-29  Toon Moene  <toon@moene.indiv.nluug.nl>
3852         * g77.f-torture/execute/20001111.x: Test fixed - remove XFAIL.
3854 2000-11-29  Jakub Jelinek  <jakub@redhat.com>
3856         * gcc.c-torture/execute/string-opt-5.c: Add some strcmp and strncpy
3857         tests.
3858         * gcc.c-torture/execute/string-opt-6.c: New test.
3860         * gcc.dg/20001117-1.c: Add main.
3862 2000-11-28  Geoffrey Keating  <geoffk@redhat.com>
3864         * gcc.dg/noncompile/940510-1.c: Update to test c89 functionality.
3865         Move from here ...
3866         * gcc.dg/940510-1.c: ... to here.
3868         * gcc.dg/20000926-1.c: GNU C now allows initializations of
3869         zero-size arrays in toplevel structures.
3871 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
3873         * gcc.c-torture/execute/loop-8.c: New test.
3875 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
3877         * g++.old-deja/g++.other/base1.C: New test.
3879 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
3881         * g++.old-deja/g++.other/parse2.C: New test.
3883 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
3885         * g++.old-deja/g++.pt/incomplete1.C: New test.
3887 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
3889         * g++.old-deja/g++.other/friend9.C: New test.
3891 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
3893         * gcc.dg/20001127-1.c: New test.
3895 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
3897         * g++.old-deja/g++.pt/friend46.C: New test.
3899 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
3901         * g++.old-deja/g++.other/ptrmem8.C: New test.
3903 2000-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3905         * gcc.c-torture/execute/string-opt-7.c: New test.
3906         * gcc.c-torture/execute/string-opt-8.c: Likewise.
3908 2000-11-26  Gabriel Dos Reis  <gdr@codesourcery.com>
3910         * lib/g++.exp (g++_include_flags): Invoke 'tests_flags --compiler'
3911         instead of 'mkcheck 2'.
3913 2000-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
3915         * gcc.c-torture/execute/memcheck/driver.c,
3916         gcc.c-torture/execute/memcheck/driver.h, gcc.dg/cpp/if-3.c: Change
3917         C9X references to refer to C99.
3919 2000-11-25  Jakub Jelinek  <jakub@redhat.com>
3921         * gcc.dg/ultrasp3.c: New test.
3923 2000-11-25  Neil Booth  <neilb@earthling.net>
3925         * gcc.dg/cpp/include2.c: Update test to be locale independent.
3927 2000-11-25  Alexandre Oliva  <aoliva@redhat.com>
3929         * gcc.c-torture/compile/20001123-2.c: New.
3931 2000-11-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3933         * g++.old-dega/g++.pt/ttp62.C: Call abort() on failure.
3935 2000-11-24  Bernd Schmidt  <bernds@redhat.co.uk>
3937         * gcc.dg/sequence-point-1.c: Add some new tests.
3938         * gcc.c-torture/execute/20001124-1.c: New test.
3940 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
3942         * g++.old-deja/g++.other/vaarg4.C: New test.
3943         * gcc.c-torture/compile/20001123-1.c: New test.
3945 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
3947         * g++.other/crash24.C: Adjust and remove XFAIL.
3948         * g++.other/crash37.C: New test.
3950 2000-11-23  Nathan Sidwell  <nathan@codesourcery.com>
3952         * g++.old-deja/g++.pt/instantiate9.C: New test.
3954 2000-11-22  Mark Mitchell  <mark@codesourcery.com>
3956         * g++.old-deja/g++.other/decl4.C: Tweak so that it fails with the
3957         new ABI, too.
3959         * g++.old-deja/g++.mike/p6610a.C: This test no longer fails.
3960         * g++.old-deja/g++.robertl/eb55.C: Likewise.
3962 2000-11-22  Neil Booth  <neilb@earthling.net>
3964         * gcc.dg/cpp/Wtrigraphs.c: New test.
3966 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
3968         * g++.old-deja/g++.robertl/eb39.C: Don't include libio.h.
3970 2000-11-22  Jakub Jelinek  <jakub@redhat.com>
3972         * gcc.c-torture/execute/ieee/20001122-1.c: New test.
3974 2000-11-22  Hans-Peter Nilsson  <hp@bitrange.com>
3976         * lib/gcc-dg.exp: load_lib scanasm.exp.
3977         (scan-assembler, scan-assembler-not): Break out to scanasm.exp.
3978         * lib/g++-dg.exp: load_lib scanasm.exp.
3979         * lib/scanasm.exp: New.
3980         (scan-assembler, scan-assembler-not): Add optional arguments to
3981         test name, or if not present, the pattern name.
3982         (scan-assembler-dem, scan-assembler-dem-not): New.
3984         * g++.dg/dg.exp: New.
3986 2000-11-21  Neil Booth  <neilb@earthling.net>
3988         * gcc.dg/cpp/integrated1.c: Remove.
3990 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
3992         * gcc.c-torture/execute/20001121-1.c: New test.
3994 2000-11-21  Richard Henderson  <rth@redhat.com>
3996         * gcc.c-torture/compile/20001121-1.c: New test.
3998 2000-11-20  Neil Booth  <neilb@earthling.net>
4000         * gcc.dg/cpp/integrated1.c: New test.
4002 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
4004         * g++.old-deja/g++.other/inline17.C: New test.
4006 2000-11-20  Donald Lindsay  <dlindsay@redhat.com>
4008         * gcc.dg/20000614-2.c: Bug fix. This test expected an unitialized
4009         local variable to be zero: I made the variable global. Now
4010         uses abort() and exit() instead of relying on main's return value.
4012 2000-11-20  Neil Booth  <neilb@earthling.net>
4014         * gcc.dg/cpp/paste2.c: Update test.
4015         * objc/execute/paste.m: New test.
4017 2000-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
4019         * gcc.dg/c99-condexpr-1.c: New test.
4021 2000-11-20  Neil Booth  <neilb@earthling.net>
4023         * gcc.dg/cpp/macsyntx.c: Use correct command line option.
4025 2000-11-20  Nathan Sidwell  <nathan@codesourcery.com>
4027         * g++.old-deja/g++.pt/export1.C: New test.
4029 2000-11-20  Jakub Jelinek  <jakub@redhat.com>
4031         * gcc.dg/20001117-1.c: New test.
4033 2000-11-18  Richard Henderson  <rth@redhat.com>
4035         * gcc.c-torture/execute/nestfunc-3.c (main): Mask result to 32 bits.
4037 2000-11-18  Richard Henderson  <rth@redhat.com>
4039         * lib/c-torture.exp (TORTURE_OPTIONS): Remove -fssa.
4040         * lib/f-torture.exp (TORTURE_OPTIONS): Likewise.
4041         * lib/gcc-dg.exp (TORTURE_OPTIONS): Likewise.
4043 2000-11-18  Richard Henderson  <rth@redhat.com>
4045         * gcc.c-torture/execute/20001009-2.c (foo): Rename from main.
4046         (main): New.  Exit cleanly.
4048 2000-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
4050         * gcc.dg/c90-fordecl-1.c, gcc.dg/c99-fordecl-1.c,
4051         gcc.dg/c99-fordecl-2.c: New tests.
4053 2000-11-18  Richard Henderson  <rth@redhat.com>
4055         * gcc.c-torture/execute/zerolen-1.c: Rename from 20001115-1.c.
4056         * gcc.c-torture/execute/zerolen-2.c: New.
4058 2000-11-18  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4060         * gcc.c-torture/execute/20001115-1.c: Don't access nonexistant
4061         memory.
4063 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
4065         * g++.old-deja/g++.pt/instantiate8.C: New test.
4067 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
4069         * g++.old-deja/g++.other/incomplete.C: Add more tests.
4070         * g++.old-deja/g++.pt/crash9.C: Mark new expected error.
4072 2000-11-16  Nick Clifton  <nickc@redhat.com>
4074         * gcc.c-torture/execute/nestfunc-2.c: New test.
4075         * gcc.c-torture/execute/nestfunc-3.c: New test.
4077 2000-11-11  Bernd Schmidt  <bernds@redhat.co.uk>
4079         * gcc.c-torture/compile/20001116-1.c: New test.
4081 2000-11-15  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4083         * gcc.c-torture/execute/20001115-1.c: New test.
4085 2000-11-15  Mark Mitchell  <mark@codesourcery.com>
4087         * g++.old-deja/g++.abi/arraynew.C: Use `std' where necessary.
4088         * g++.old-deja/g++.abi/cxa_vec.C: Likewise.
4089         * g++.old-deja/g++.abi/ptrflags.C: Likewise.
4090         * g++.old-deja/g++.abi/vmihint.C: Likewise.
4092 2000-11-15  Neil Booth  <neilb@earthling.net>
4094         gcc.dg/cpp/_Pragma1.c: Update.
4095         gcc.dg/cpp/_Pragma2.c: New test.
4097 2000-11-15  Nathan Sidwell  <nathan@codesourcery.com>
4099         * g++.old-deja/g++.other/anon5.C: New test.
4101 2000-11-14  Joseph S. Myers  <jsm28@cam.ac.uk>
4103         * gcc.dg/c90-const-expr-2.c, gcc.dg/c99-const-expr-2.c: Add more
4104         tests.
4106 2000-11-14  Jakub Jelinek  <jakub@redhat.com>
4108         * gcc.c-torture/execute/20000801-4.c: Make sure the second string is
4109         output.
4111 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
4113         * gcc.dg/wtr-label-1.c, gcc.dg/990214-1.c: Add semicolons after
4114         labels at end of compound statements.
4116 2000-11-13  Jakub Jelinek  <jakub@redhat.com>
4118         * gcc.c-torture/execute/loop-7.c: New test.
4120 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
4122         * gcc.dg/c99-mixdecl-1.c, gcc.dg/c90-mixdecl-1.c: New tests.
4124 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
4126         * gcc.dg/c99-bool-1.c: New test.
4128 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
4130         * gcc.dg/c99-scope-1.c: Remove xfail.
4131         * gcc.dg/c99-scope-2.c: New test.
4133 2000-11-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4135         * gcc.c-torture/execute/string-opt-3.c: Also test builtin rindex.
4136         * gcc.c-torture/execute/string-opt-4.c: Also test builtin index.
4138 2000-11-11  Mark Mitchell  <mark@codesourcery.com>
4140         * g++.brendan/err-msg8.C: Avoid capricious line-number issues with
4141         error messages.
4143         * g++.mike/p700.C: Don't typedef wchar_t.
4144         * g++.mike/p784.C: Likewise.
4145         * g++.mike/eb101.C: Don't use __wchar_t.
4147 2000-11-11  Toon Moene  <toon@moene.indiv.nluug.nl>
4149         * g77.f-torture/execute/20001111.[fx]: Test premature exit
4150         from DO loop.
4152 2000-11-11  Bernd Schmidt  <bernds@redhat.co.uk>
4154         * gcc.c-torture/execute/20001111-1.c: New test.
4156 2000-11-10  Nick Clifton  <nickc@redhat.com>
4158         * gcc.c-torture/execute/20001108-1.c: Add test of unsigned long
4159         long multuiple and accumulate.
4161 2000-11-09  Richard Henderson  <rth@redhat.com>
4163         * gcc.dg/sequence-pt-1.c: Cast from pointer to integer
4164         via size_t instead of int.
4166         * gcc.c-torture/execute/string-opt-1.c: Make stub functions static.
4167         * gcc.c-torture/execute/string-opt-2.c: Likewise.
4168         * gcc.c-torture/execute/string-opt-3.c: Likewise.
4169         * gcc.c-torture/execute/string-opt-4.c: Likewise.
4171 2000-11-09  Geoffrey Keating  <geoffk@redhat.com>
4173         * gcc.c-torture/compile/20001109-1.c: New test.
4174         * gcc.c-torture/compile/20001109-2.c: New test.
4176 2000-11-09  Nathan Sidwell  <nathan@codesourcery.com>
4178         * g++.old-deja/g++.pt/operator1.C: New test.
4179         * g++.old-deja/g++.brendan/err-msg8.C: Adjust error line.
4181 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
4183         * gcc.dg/20001108-1.c: New test.
4185 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
4187         * gcc.c-torture/execute/string-opt-1.c: Add test for strstr
4188         with both arguments constant strings.
4189         * gcc.c-torture/execute/string-opt-3.c: New test.
4190         * gcc.c-torture/execute/string-opt-4.c: New test.
4191         * gcc.c-torture/execute/string-opt-5.c: New test.
4193 2000-11-08  Nick Clifton  <nickc@redhat.com>
4195         * gcc.c-torture/execute/20001108-1.c: New test case.  Checks
4196         mulsidi3adddi patterns.
4198 2000-11-08  Nathan Sidwell  <nathan@codesourcery.com>
4200         * g++.old-deja/g++.other/crash36.C: New test.
4202 2000-11-08  Jakub Jelinek  <jakub@redhat.com>
4204         * g++.old-deja/g++.other/init16.C: New test.
4206 2000-11-06  Loren J. Rittle  <ljrittle@acm.org>
4208         * g++.old-deja/g++.mike/p6610a.C: Update XFAIL.
4210 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
4212         * gcc.c-torture/execute/va-arg-15.x: Changed to mips*-sgi-irix6.*.
4213         * gcc.c-torture/execute/va-arg-16.x: Likewise.
4214         * gcc.c-torture/execute/va-arg-17.x: Likewise.
4216 2000-11-07  DJ Delorie  <dj@redhat.com>
4218         * testsuite/gcc.dg/20000614-1.c: Add return so that test can pass.
4220 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4222         * gcc.c-torture/execute/string-opt-1.c: New test.
4224 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
4226         * gcc.c-torture/execute/va-arg-15.x: New file.  Fails on
4227         mips-sgi-irix6.* because the MIPS ABI passes floating-point
4228         parameters in registers, and there is no way for a varargs
4229         function to know in which order the integer and floating-point
4230         parameters should be interleaved when they are placed on the
4231         stack.
4232         * gcc.c-torture/execute/va-arg-16.x: Likewise.
4233         * gcc.c-torture/execute/va-arg-17.x: Likewise.
4235 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4237         * gcc.c-torture/execute/string-opt-2.c: New test.
4239 2000-11-07  Nathan Sidwell  <nathan@codesourcery.com>
4241         * g++.old-deja/g++.pt/crash60.C: New test.
4243 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
4245         * g++.old-deja/g++.other/crash24.C: New test.
4246         * g++.old-deja/g++.other/crash25.C: New test.
4247         * g++.old-deja/g++.other/crash26.C: New test.
4248         * g++.old-deja/g++.other/crash27.C: New test.
4249         * g++.old-deja/g++.other/crash28.C: New test.
4250         * g++.old-deja/g++.other/crash29.C: New test.
4251         * g++.old-deja/g++.other/crash30.C: New test.
4252         * g++.old-deja/g++.other/crash31.C: New test.
4253         * g++.old-deja/g++.other/crash32.C: New test.
4254         * g++.old-deja/g++.other/crash33.C: New test.
4255         * g++.old-deja/g++.other/crash34.C: New test.
4256         * g++.old-deja/g++.other/crash35.C: New test.
4258 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
4260         * gcc.c-torture/execute/20001031-1.c: New test.
4262 2000-11-04  Mark Mitchell  <mark@codesourcery.com>
4264         * g++.old-deja/g++.brendan/misc13.C: Put `strlen' in `std'
4265         namespace.
4267         * g++.old-deja/g++.law/weak.C: Fix uses of iostreams to be
4268         standards-conformant.
4270         * g++.old-deja/g++.mike/net5.C: Put `abort' in `std' namespace.
4272         * g++.old-deja/g++.mike/p755.C: Tweak handling of exit.
4273         * g++.old-deja/g++.mike/p755a.C: Likewise.
4274         * g++.old-deja/g++.mike/p9706.C: Don't assume that the standard
4275         library makes no calls to `operator new' during initialization.
4277 2000-11-04  Neil Booth  <neilb@earthling.net>
4279         * gcc.dg/cpp/include2.c: New tests.
4281 Fri Nov  3 13:32:14 2000  Mark P Mitchell  <mark@codesourcery.com>
4283         * lib/g++.exp (g++_set_ld_library_path): New function.
4284         Use it to set LD_LIBRARYN32_PATH and LD_LIBRARY64_PATH.
4286 2000-11-03  Bernd Schmidt  <bernds@redhat.co.uk>
4288         * gcc.dg/sequence-pt-1.c: A few new tests.  Unify output for bogus
4289         warnings.
4291 2000-11-01  Richard Henderson  <rth@redhat.com>
4293         * g++.old-deja/g++.ext/namedret1.C: New.
4294         * g++.old-deja/g++.ext/namedret2.C: New.
4295         * g++.old-deja/g++.ext/namedret3.C: New.
4297 2000-10-31  Geoffrey Keating  <geoffk@cygnus.com>
4299         * gcc.c-torture/compile/920501-7.c: Remove 'CYGNUS LOCAL' markers.
4300         * gcc.c-torture/execute/ieee/rbug.c: Remove 'CYGNUS LOCAL' markers.
4302 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4304         * gcc.c-torture/execute/va-arg-21.c: New test.
4306 2000-10-31  Joseph S. Myers  <jsm28@cam.ac.uk>
4308         * gcc.dg/c99-complex-2.c: New test.
4310 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4312         * gcc.c-torture/execute/stdio-opt-1.c: New test.
4314 2000-10-31  Jakub Jelinek  <jakub@redhat.com>
4316         * g++.old-deja/g++.other/inline16.C: New test.
4318 2000-10-31  Gabriel Dos Reis  <gdr@codesourcery.com>
4320         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparison against.
4321         __PRETTY_FUNCTION__
4323 2000-10-29  Neil Booth  <neilb@earthling.net>
4325         * gcc.dg/cpp/defined.c, include1.c, paste11.c, skipping.c:
4326         New tests.
4327         * gcc.dg/cpp/macsyntx.c: Move test to defined.c.
4328         * gcc.dg/cpp/mi3.c, mi3.h: New test for over-enthusiastic
4329         optimisation.
4331 2000-10-29  Neil Booth  <neilb@earthling.net>
4333         * gcc.dg/cpp/macro4.c, macro5.c: New tests.
4334         * mi1.c, mi1c.h: Add null directives to multiple-include test.
4335         * mi5.c: Test multiple includes work with -C.
4336         * trigraphs.c: Test ^= version.
4338 2000-10-28  Neil Booth  <neilb@earthling.net>
4340         New tests and test updates for new macro expander.
4342         * gcc.dg/cpp/19960224-2.c, 20000625-2.c, cxxcom2.c, directiv.c,
4343         endif.c, if-4.c, if-5.c, if-mop.c, macsyntx.c, paste2.c, paste6.c,
4344         paste8.c, redef2.c, strify2.c, strp1.c, tr-warn1.c, tr-warn3.c,
4345         tr-warn6.c, undef1.c, undef2.c, widestr1.c: Update tests for
4346         new diagnostic messages.
4348         * gcc.dg/cpp/macro3.c: New tests.
4350 2000-10-27  Mark Mitchell  <mark@codesourcery.com>
4352         * gcc.dg/noncompile/init-2.c: Tweak to deal with multiple errors
4353         on the same line.
4355 2000-10-27  Jakub Jelinek  <jakub@redhat.com>
4357         * g++.old-deja/g++.other/eh2.C: New test.
4359 2000-10-27  Bernd Schmidt  <bernds@cygnus.co.uk>
4361         * gcc.c-torture/execute/20001027-1.c: New test.
4363 2000-10-26  Richard Henderson  <rth@redhat.com>
4365         * gcc.c-torture/execute/20001026-1.c: New.
4367 2000-10-26  Mark Mitchell  <mark@codesourcery.com>
4369         * g++.old-deja/g++.brendan/label2.C: Tweak to work with V3.
4370         * g++.old-deja/g++.law/builtin1.C: Likewise.
4371         * g++.old-deja/g++.law/ctors10.C: Likewise.
4372         * g++.old-deja/g++.law/virtual3.C: Likewise.
4373         * g++.old-deja/g++.mike/p658.C: Likewise.
4374         * g++.old-deja/g++.other/sibcall1.C: Likewise.
4375         * g++.old-deja/g++.other/vaarg2.C: Likewise.
4376         * g++.old-deja/g++.robertl/eb124.C: Likewise.
4377         * g++.old-deja/g++.robertl/eb44.C: Likewise.
4378         * g++.old-deja/g++.robertl/eb77.C: Likewise.
4380 2000-10-26  Nathan Sidwell  <nathan@codesourcery.com>
4382         * gcc.c-torture/compile/20001024-1.c: New test.
4384 2000-10-25  Mark Mitchell  <mark@codesourcery.com>
4386         * lib/g++.exp (g++_include_flags): Trust HAVE_LIBSTDCXX_V3
4387         to tell us whether or not we are using V3.
4389 2000-10-26  Gabriel Dos Reis  <gdr@codesourcery.com>
4391         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparaison
4392         operands.
4394 2000-10-25  Joseph S. Myers  <jsm28@cam.ac.uk>
4396         * gcc.dg/qual-return-1.c, gcc.dg/qual-return-2.c: New tests.
4398 2000-10-25  Jakub Jelinek  <jakub@redhat.com>
4400         * gcc.c-torture/execute/20001024-1.c: New test.
4402 2000-10-24  Jakub Jelinek  <jakub@redhat.com>
4404         * g++.old-deja/g++.other/sibcall1.C: New test.
4406 2000-10-20  Jakub Jelinek  <jakub@redhat.com>
4408         * gcc.dg/noncompile/init-3.c: New test.
4410 2000-10-20  Joseph S. Myers  <jsm28@cam.ac.uk>
4412         * gcc.dg/format-array-1.c: New test.
4414 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
4416         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c: Add tests for
4417         writing through null pointers; remove comment about testing
4418         unterminated strings.
4420 2000-10-17  Matthew Hiller  <hiller@redhat.com>
4422         * gcc.c-torture/execute/20001017-2.c: New test.
4424 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
4426         * gcc.c-torture/compile/20001018-1.c: New test.
4427         * gcc.c-torture/compile/20001018-1.x: Xfail.
4429 2000-10-17  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4431         * gcc.c-torture/execute/20001017-1.c: New test.
4433 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
4435         * gcc.dg/format-xopen-1.c: Update comments; adjust for checking
4436         for multiple use of arguments with scanf formats; add tests for
4437         multiple use of arguments.
4439 2000-10-17  Bernd Schmidt  <bernds@redhat.co.uk>
4441         * gcc.dg/sequence-pt-1.c: Several new tests; remove xfail from some old tests.
4443 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
4445         * gcc.dg/format-miss-1.c: New test.
4447 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
4449         * gcc.c-torture/execute/20001013-1.c: New test.
4451 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
4453         * gcc.dg/format-branch-1.c: New test.
4455 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
4457         * README, lib/file-format.exp: Remove EGCS references.
4459 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
4461         * gcc.dg/20001013-1.c: New test.
4463 2000-10-15  Joseph S. Myers  <jsm28@cam.ac.uk>
4465         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Determine the type
4466         for intmax_t in the compiler using __typeof__ and the type rules
4467         for conditional expressions.
4469 2000-10-13  Jakub Jelinek  <jakub@redhat.com>
4471         * gcc.dg/20001012-1.c: New test.
4472         * gcc.dg/20001012-2.c: New test.
4474 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
4476         * gcc.dg/format-attr-1.c: New test.
4478 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
4480         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Use
4481         __LONG_LONG_MAX__ instead of LLONG_MAX.
4483 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
4485         * gcc.dg/c99-scanf-2.c, gcc.dg/format-ext-2.c: Test ' and I
4486         scanf flags.
4487         * gcc.dg/format-ext-3.c: Test mutually exclusive pairs of strftime
4488         flags.
4490 2000-10-11  Joseph S. Myers  <jsm28@cam.ac.uk>
4492         * gcc.dg/sequence-pt-1.c: New test.
4494 2000-10-11  Geoff Keating  <geoffk@cygnus.com>
4496         * gcc.c-torture/execute/20001011-1.c: New testcase.
4497         Testcase provided by Zack Weinberg <zackw@stanford.edu>.
4499 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
4501         * gcc.dg/991209-1.c (stack_ptr): Use __asm, not asm, so that -ansi
4502         does not error on it.
4504 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
4506         * gcc.dg/20001009-1.c: New test.
4508 Mon Oct  9 23:32:06 MET DST 2000  Jan Hubicka  <jh@suse.cz>
4510         * gcc.c-torture/compile/20001009-1.c: Move from here ....
4511         * gcc.c-torture/execute/20001009-2.c: ... to here.
4513 2000-10-09  Geoff Keating  <geoffk@cygnus.com>
4515         * gcc.c-torture/compile/20001009-1.c: New testcase.
4516         * gcc.c-torture/execute/20001009-1.c: New testcase.
4517         Testcases provided by Jan Hubicka <jh@suse.cz>.
4519 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
4521         * gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
4522         gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Define intmax_t and
4523         uintmax_t using <limits.h> to emulate the compiler's internal
4524         logic.  No longer XFAIL %j tests.
4526 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
4528         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c,
4529         gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
4530         gcc.dg/c99-strftime-1.c, gcc.dg/format-ext-3.c: Adjust error
4531         regexps and details of expected handling of some bad formats.
4532         * gcc.dg/format-xopen-1.c: Add test for $ format with assignment
4533         suppression.
4535 2000-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
4537         * g++.old-deja/g++.eh/cond1.C, g++.old-deja/g++.other/bitfld3.C,
4538         g++.old-deja/g++.other/cond5.C, g++.old-deja/g++.other/decl3.C,
4539         g++.old-deja/g++.other/decl5.C, gcc.dg/cast-qual-1.c,
4540         gcc.dg/return-type-1.c, gcc.dg/unused-1.c: Update URLs of messages
4541         in list archives.
4543 2000-10-06  Richard Henderson  <rth@cygnus.com>
4545         * g++.old-deja/g++.brendan/crash13.C: Pass -Wreturn-type.
4546         * g++.old-deja/g++.brendan/crash52.C: Likewise.
4547         * g++.old-deja/g++.jason/report.C: Likewise.
4548         * g++.old-deja/g++.law/friend5.C: Likewise.
4549         * g++.old-deja/g++.mike/p646.C: Likewise.  Adjust the spelling
4550         of the expected warnings.
4552 2000-10-06  Nathan Sidwell  <nathan@codesourcery.com>
4554         * g++.old-deja/g++.pt/enum14.C: New test.
4556 2000-10-05  Nathan Sidwell  <nathan@codesourcery.com>
4558         * g++.old-deja/g++.pt/crash59.C: New test.
4560 2000-10-04  Will Cohen  <wcohen@redhat.com>
4562         * gcc.dg/20000926-1.c: New test.
4564 2000-10-03  Geoff Keating  <geoffk@cygnus.com>
4566         * g++.old-deja/g++.pt/memtemp77.C (main): Update demangled
4567         function name for current C++ compiler.
4568         Patch from Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>.
4570 2000-09-29  Gabriel Dos Reis  <gdr@codesourcery.com>
4572         * g++.old-deja/g++.ext/pretty3.C: Fix comparison with
4573         __PRETTY_FUNCTION__.
4574         * g++.old-deja/g++.ext/pretty2.C: Likewise.
4576 2000-09-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4578         * gcc.dg/wtr-int-type-1.c: Don't expect a warning from system headers.
4580 2000-09-26  Jakub Jelinek  <jakub@redhat.com>
4582         * gcc.c-torture/compile/20000923-1.c: New test.
4584 2000-09-25 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
4586         * g++.old-deja/g++.other/crash20.C: Make ready for libstdc++-v3.
4587         * g++.old-deja/g++.pt/ttp62.C: Same.
4588         * g++.old-deja/g++.other/inline14.C: Same.
4590 2000-09-24  Richard Henderson  <rth@cygnus.com>
4592         * gcc.c-torture/execute/20000914-1.c: Declare malloc.
4594 2000-09-24  Joseph S. Myers  <jsm28@cam.ac.uk>
4596         * gcc.dg/c90-printf-1.c: Add test for wide string format.
4598 2000-09-22  Geoff Keating  <geoffk@cygnus.com>
4600         * gcc.c-torture/compile/20000922-1.c: New file.
4602 2000-09-21  Nick Clifton  <nickc@redhat.com>
4604         * gcc.c-torture/execute/divmod-1.c (mod5): New function - perform
4605         a signed long modulo operation.
4606         (mod6): New funciton - perform an unsigned long modulo operation.
4607         (main): Add tests for modulos of very large numbers by very small
4608         dividends.
4610 2000-09-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4612         * g++.old-deja/g++.other/virtual8.C: Declare printf correctly.
4614 2000-09-19  Richard Henderson  <rth@cygnus.com>
4616         * gcc.dg/compare2.c (case 10): XFAIL.
4618 2000-09-18  Richard Henderson  <rth@cygnus.com>
4620         * gcc.c-torture/execute/20000906-1.c: Move ...
4621         * gcc.dg/20000906-1.c: ... here.  Only run on targets
4622         that support __builtin_trap.
4624 Mon 18-Sep-2000 19:23:11 BST  Neil Booth  <NeilB@earthling.net>
4626         * gcc.dg/cpp/cmdlne-C.c: Remove bogus warning test.
4628 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
4630         * gcc.dg/format-ext-1.c: Add tests for mixing %m with $ formats.
4631         * gcc.dg/format-xopen-1.c: Fix error in one $ format test.  Add
4632         more $ format tests.
4634 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
4636         * gcc.dg/format-errmk-1.c: New test.
4638 2000-09-17  Greg McGary  <greg@mcgary.org>
4640         * gcc.c-torture/execute/20000917-1.x: Remove.
4642 2000-09-17  Joseph S. Myers  <jsm28@cam.ac.uk>
4644         * gcc.dg/c90-complex-1.c, gcc.dg/c99-complex-1.c: New tests.
4646 2000-09-17  Greg McGary  <greg@mcgary.org>
4648         * gcc.c-torture/execute/20000917-1.c: New test.
4649         * gcc.c-torture/execute/20000917-1.x: XFAIL.
4651 Sat 16-Sep-2000 08:14:58 BST  Neil Booth  <NeilB@earthling.net>
4653         * gcc.dg/cpp/macro2.c: Testcase for multi-context arguments
4654         in nested macro bug.
4656 Fri 15-Sep-2000 06:50:11 BST  Neil Booth  <NeilB@earthling.net>
4658         * gcc.dg/cpp/paste10.c: Testcase for PASTE_LEFT buglet.
4660 Thu Sep 14 16:48:49 2000  Jeffrey A Law  (law@cygnus.com)
4662         * gcc.c-torture/execute/20000914-1.c: New test.
4664 2000-09-12  Alexandre Oliva  <aoliva@redhat.com>
4666         * g++.other/inline13.C: New test.
4668 2000-09-12  Andreas Jaeger  <aj@suse.de>
4670         * gcc.c-torture/execute/widechar-2.c: New test for wchar_t
4671         constant by Ulrich Drepper <drepper@redhat.com>.
4673 Tue Sep 12 18:32:07 2000  J"orn Rennecke <amylaar@redhat.co.uk>
4675         * gcc.c-torture/compile/981006-1.x: No -fpic for sh-coff / sh-hms.
4677 2000-09-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4679         * gcc.dg/wtr-union-init-2.c, gcc.dg/wtr-union-init-3.c: New tests.
4681 2000-09-11  Zack Weinberg  <zack@wolery.cumb.org>
4683         * gcc.dg/cpp/backslash.c: New test.
4685 2000-09-11  Alexandre Oliva  <aoliva@redhat.com>
4687         * gcc.c-torture/execute/20000910-1.c: New test.
4688         * gcc.c-torture/execute/20000910-2.c: Likewise.
4690 2000-09-11  Robert Lipe  <robertl@sco.com>
4692         * gcc.dg/pragma-align.c: New test.
4694 2000-09-11  Nathan Sidwell  <nathan@codesourcery.com>
4696         * g++.old-deja/g++.pt/explicit82.C: New test.
4697         * g++.old-deja/g++.pt/explicit83.C: New test.
4699 2000-09-10  Zack Weinberg  <zack@wolery.cumb.org>
4701         * gcc.dg/asm-names.c: New test.
4703 2000-09-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4705         * gcc.dg/cpp/tr-warn6.c: New test
4707 2000-09-07  Joseph S. Myers  <jsm28@cam.ac.uk>
4709         * gcc.dg/format-ext-3.c: Test %#b and %#h as formats that should
4710         be accepted.
4712 2000-09-07  Catherine Moore  <clm@redhat.com>
4714         * gcc.c-torture/execute/unroll-1.c: New test.
4716 2000-09-06  Zack Weinberg  <zack@wolery.cumb.org>
4718         * g++.old-deja/g++.benjamin/13478.C: Put meaningful tags on
4719         ERROR markers.
4720         * g++.old-deja/g++.brendan/crash8.C: Move ERROR marker up one line.
4721         * gcc.dg/c99-array-nonobj-1.c: Don't expect func[] cases to fail.
4722         * gcc.dg/wtr-label-1.c: Don't use unconstrained .* in error regexps.
4723         * gcc.dg/wtr-suffix-1.c: Correct error regexps.
4724         * gcc.dg/cpp/unc1.c, gcc.dg/cpp/unc2.c, gcc.dg/cpp/unc3.c:
4725         Preprocess only.
4726         * gcc.dg/cpp/unc4.c: Adjust line number in dg-error line.
4727         * gcc.dg/noncompile/const-ll-1.c: Generalize error regexp.
4729 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
4731         * g++.old-deja/g++.pt/deduct2.C: New test.
4733 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
4735         * g++.old-deja/g++.pt/parms2.C: New test.
4737 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
4739         * g++.old-deja/g++.pt/crash58.C: New test.
4741 2000-09-06  Greg McGary  <greg@mcgary.org>
4743         * gcc.c-torture/execute/20000906-1.c: New test.
4744         * gcc.c-torture/execute/20000906-1.x: Expect failure for ix86 at `-O2'.
4746 2000-09-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4748         * gcc.dg/wtr-int-type-1.c: Fix for 64-bit platforms.
4750 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
4752         * g++.old-deja/g++.pt/crash57.C: New test.
4754 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
4756         * g++.old-deja/g++.pt/crash56.C: New test.
4758 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
4760         * g++.old-deja/g++.pt/koenig1.C: New test.
4762 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
4764         * gcc.dg/20000904-1.c: New test.
4766 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
4768         * gcc.dg/cpp/paste8.c: New test.
4770 2000-09-01  Alexandre Oliva  <aoliva@redhat.com>
4772         * gcc.c-torture/compile/20000827-1.c: New test.
4774 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
4776         * gcc.dg/format-diag-1.c: New test.
4778 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
4780         * gcc.dg/c90-printf-1.c, gcc.dg/c90-printf-2.c,
4781         gcc.dg/c90-scanf-1.c, gcc.dg/c90-scanf-2.c, gcc.dg/c99-printf-1.c,
4782         gcc.dg/c99-scanf-1.c, gcc.dg/format-ext-1.c,
4783         gcc.dg/format-ext-2.c, gcc.dg/format-xopen-1.c,
4784         gcc.dg/formatz-1.c: Adjust warning regular expressions.
4786 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
4788         * g++.old-deja/g++.other/nested4.C: New test.
4790 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
4792         * g++.old-deja/g++.ns/scoped1.C: New test.
4794 2000-08-30  Alexandre Oliva  <aoliva@redhat.com>
4796         * lib/g++.exp: Support testing already-installed GCC.
4798 2000-08-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4800         * wtr-label-1.c, wtr-suffix-1.c: New tests.
4802 2000-08-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4804         * gcc.dg/return-type-2.c: New test.
4806 2000-08-27  Geoff Keating  <geoffk@cygnus.com>
4808         * gcc.c-torture/compile/20000825-1.c: New test.
4810 2000-08-26  Alexandre Oliva  <aoliva@redhat.com>
4812         * gcc.dg/dwarf2-2.c: New test.
4814 2000-08-26  Zack Weinberg  <zack@wolery.cumb.org>
4816         * gcc.dg/cpp/tr-warn4.c: Remove unconstrained .* from
4817         dg-warning regexps.
4819 2000-08-25  Joseph S. Myers  <jsm28@cam.ac.uk>
4821         * gcc.dg/format-ext-3.c, gcc.dg/format-ext-4.c,
4822         gcc.dg/format-ext-5.c: New tests.
4824 2000-08-25  Jakub Jelinek  <jakub@redhat.com>
4826         * testsuite/g++.old-deja/g++.other/crash22.C: New test.
4828 2000-08-24  Mark Mitchell  <mark@codesourcery.com>
4830         * gcc.dg/noncompile/930622-2.c: Adjust error message.
4832 2000-08-24  Richard Henderson  <rth@cygnus.com>
4834         * gcc.dg/ia64-sync-1.c: New test.
4835         * gcc.dg/ia64-sync-2.c: New test.
4836         * gcc.dg/ia64-asm-1.c: New test.
4838 2000-08-24  Joseph S. Myers  <jsm28@cam.ac.uk>
4840         * gcc.dg/c99-scanf-2.c: Remove test for scanf "Z" length.
4841         * gcc.dg/format-ext-2.c: New test.
4843 2000-08-23  Jason Merrill  <jason@redhat.com>
4845         * lib/old-dejagnu.exp: Also ignore "In member function" and
4846         "At global scope".
4848 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4850         * gcc.dg/noncompile/label-lineno-1.c: New test.
4852 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
4854         * gcc.dg/c99-array-nonobj-1.c: New test.
4856 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
4858         * gcc.dg/c99-printf-2.c, gcc.dg/format-xopen-1.c: Add some more
4859         tests.
4860         * gcc.dg/format-ext-1.c: New test.
4862 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4864         * gcc.dg/cpp/tr-warn4.c, gcc.dg/cpp/tr-warn5.c,
4865         gcc.dg/wtr-aggr-init-1.c, gcc.dg/wtr-escape-1.c,
4866         gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-static-1.c,
4867         gcc.dg/wtr-strcat-1.c, gcc.dg/wtr-switch-1.c,
4868         gcc.dg/wtr-unary-plus-1.c, gcc.dg/wtr-union-init-1.c: New tests.
4870 2000-08-22  Joseph S. Myers  <jsm28@cam.ac.uk>
4872         * gcc.dg/c90-strftime-2.c, gcc.dg/c99-strftime-1.c,
4873         gcc.dg/c99-strftime-2.c: New tests.
4875 2000-08-22  Richard Henderson  <rth@cygnus.com>
4877         * gcc.c-torture/execute/20000822-1.c: New test.
4879 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
4881         * gcc.c-torture/execute/20000819-1.x: Remove.
4883 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
4885         * gcc.dg/c90-printf-3.c, gcc.dg/c90-scanf-2.c,
4886         gcc.dg/c90-scanf-3.c, gcc.dg/c90-scanf-4.c,
4887         gcc.dg/c90-strftime-1.c, gcc.dg/c99-printf-3.c,
4888         gcc.dg/c99-scanf-1.c, gcc.dg/c99-scanf-2.c, gcc.dg/c99-scanf-3.c,
4889         gcc.dg/format-xopen-1.c: New tests.
4891 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
4893         * gcc.dg/c90-scanf-1.c, gcc.dg/c94-scanf-1.c: New tests.
4895 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
4897         * g++.old-deja/g++.other/loop2.C: New test.
4899         * gcc.c-torture/compile/20000606-1.c: New test.
4900         * gcc.c-torture/compile/20000728-1.c: New test.
4901         * gcc.c-torture/execute/20000801-1.c: New test.
4902         * gcc.c-torture/execute/20000801-2.c: New test.
4903         * gcc.c-torture/execute/20000819-1.c: New test.
4904         * gcc.c-torture/execute/20000819-1.x: XFAIL.
4905         * gcc.dg/20000629-1.c: New test.
4906         * gcc.dg/20000724-1.c: New test.
4907         * gcc.dg/20000807-1.c: New test.
4909 Sun Aug 20 01:41:35 MSD 2000 Dennis Chernoivanov <cdi@sparc.spb.su>
4911         * gcc.dg/cpp/pragma-1.c: New test.
4912         * gcc.dg/cpp/pragma-2.c: New test.
4914 2000-08-18  Zack Weinberg  <zack@wolery.cumb.org>
4916         * gcc.dg/cpp/lexstrng.c: Don't include string.h.
4917         * gcc.dg/cpp/paste2.c: Don't include string.h.  Prototype strcmp.
4919 Fri Aug 18 16:57:35 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4921         * gcc.c-torture/compile/20000818-1.c: New test.
4923 2000-08-18  Manfred Hollstein  <manfredh@redhat.com>
4925         * gcc.c-torture/execute/20000818-1.c: New test.
4927 2000-08-18  Joseph S. Myers  <jsm28@cam.ac.uk>
4929         * gcc.dg/format-va-1.c: New test.
4931 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
4933         * g++.old-deja/g++.other/typedef8.C: New test.
4935 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
4937         * g++.old-deja/g++.benjamin/13478.C: Mark candidate.
4938         * g++.old-deja/g++.mike/net36.C: Mark candidate.
4939         * g++.old-deja/g++.robertl/eb131.C: Mark candidate.
4940         * g++.old-deja/g++.oliva/overload1.C: Remove XFAIL.
4941         * g++.old-deja/g++.other/ptrmem7.C: New test.
4942         * g++.old-deja/g++.pt/ptrmem10.C: New test.
4944 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
4946         * g++.old-deja/g++.pt/typename27.C: New test.
4948 2000-08-17  Nathan Sidwell  <nathan@codesourcery.com>
4950         * g++.old-deja/g++.pt/crash44.C: Remove XFAIL. Add ERROR.
4951         * g++.old-deja/g++.pt/friend38.C: Remove XFAIL. Add extra test.
4952         * g++.old-deja/g++.pt/friend45.C: New test.
4953         * g++.old-deja/g++.other/friend8.C: New test.
4955 2000-08-15  Richard Henderson  <rth@cygnus.com>
4957         * gcc.c-torture/execute/20000815-1.c: New test.
4959 2000-08-15  Joseph S. Myers  <jsm28@cam.ac.uk>
4961         * gcc.dg/c90-array-lval-2.c, gcc.dg/c90-const-expr-2.c,
4962         gcc.dg/c99-array-lval-2.c, gcc.dg/c99-const-expr-2.c,
4963         gcc.dg/c99-func-3.c, gcc.dg/c99-func-4.c: New tests.
4965 2000-08-14  Nathan Sidwell  <nathan@codesourcery.com>
4967         * g++.old-deja/g++.other/refinit2.C: New test.
4969 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
4971         * lib/c-torture.exp (c-torture): Make
4972         compiler_conditional_xfail_data global.
4973         * lib/f-torture.exp (f-torture): Add in torture_eval_before_compile,
4974         compiler_conditional_xfail_data machinery.
4975         (f-torture-execute): Likewise.
4976         * g77.c-torture/compile/20000629-1.x: The test only fails on x86,
4977         and only when unrolling loops.
4979         * gcc.dg/c99-array-lval-1.c: The test on line 14 now passes.
4981 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
4983         * g++.old-deja/g++.pt/explicit81.C: New test.
4985 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
4987         * g++.old-deja/g++.pt/typename26.C: New test.
4989 2000-08-10  Geoff Keating  <geoffk@cygnus.com>
4991         * gcc.dg/920413-1.c: Allow for 'traditional C rejects 'U' suffix'
4992         warning.
4994 2000-08-10  Nathan Sidwell  <nathan@codesourcery.com>
4996         * g++.old-deja/g++.other/array3.C: New test.
4998 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
5000         * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-scope-1.c,
5001         gcc.dg/c99-array-lval-1.c, gcc.dg/c99-const-expr-1.c,
5002         gcc.dg/c99-func-1.c, gcc.dg/c99-func-2.c, gcc.dg/c99-scope-1.c:
5003         New tests.
5005 2000-08-09  Nathan Sidwell  <nathan@codesourcery.com>
5007         * g++.old-deja/g++.abi/ptrflags.C: Adjust rtti member names.
5008         * g++.old-deja/g++.abi/vmihint.C: Likewise.
5010 2000-08-09  Alexandre Oliva  <aoliva@redhat.com>
5012         * gcc.c-torture/execute/20000808-1.c: New test.
5014 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
5016         * gcc.dg/c90-const-expr-1.c: New test.
5018 2000-08-08  Richard Henderson  <rth@cygnus.com>
5020         * gcc.dg/noncompile/920923-1.c: Declare calloc.
5022 2000-08-08  Joseph S. Myers  <jsm28@cam.ac.uk>
5024         * gcc.dg/noncompile/const-ll-1.c: New test.
5026 2000-08-07  Joseph S. Myers  <jsm28@cam.ac.uk>
5028         * gcc.dg/c90-printf-2.c, gcc.dg/c99-printf-2.c: New tests.
5030 Sun Aug  6 11:41:51 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
5032         * lib/objc.exp (objc_target_compile): Set the ld_library_path so
5033         that running programs linked against the shared version of libobjc
5034         run correctly.
5036 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
5038         * gcc.dg/c99-printf-1.c: New test.
5040 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
5042         * gcc.c-torture/execute/20000801-4.x: Only xfail on x86.
5044 2000-08-05  Zack Weinberg  <zack@wolery.cumb.org>
5046         * gcc.c-torture/execute/20000731-1.x: Delete.
5048 2000-08-04  Zack Weinberg  <zack@wolery.cumb.org>
5050         * lib/gcc-dg.exp: Set up TORTURE_OPTIONS, torture_with_loops,
5051         and torture_without_loops as is done by c-torture.exp.
5052         (search_for): Copy from c-torture.exp.
5053         (gcc-dg-runtest): New function, drives a directory of tests
5054         iterating over the TORTURE_OPTIONS.
5055         (scan-assembler, scan-assembler-not): Move here from
5056         individual directory drivers.
5058         * gcc.dg/dg.exp: scan-assembler, scan-assembler-not now
5059         defined by lib/gcc-dg.exp.
5060         * gcc.dg/cpp/cpp.exp: Likewise.
5061         * gcc.dg/noncompile/noncompile.exp: Likewise.  Use
5062         gcc-dg-runtest, so we cycle over optimization options.
5064         * gcc.dg/cpp/20000625-2.c: Expect warning on line 8, not 9.
5065         * gcc.dg/compare2.c: No longer expected to fail.
5067 Fri Aug  4 23:00:50 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
5069         * gcc.c-torture/execute/20000804-1.c: New test.
5071 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
5073         * gcc.dg/c90-printf-1.c, gcc.dg/c94-printf-1.c: New tests.
5075 2000-08-03  Zack Weinberg  <zack@wolery.cumb.org>
5077         * gcc.dg/cpp/20000625-2.c: Don't expect a warning on line 4.
5079 Thu Aug  3 01:46:33 2000  Jeffrey A Law  (law@cygnus.com)
5081         * gcc.c-torture/compile/20000803-1.c: New test.
5083 2000-08-03  Joseph S. Myers  <jsm28@cam.ac.uk>
5085         * gcc.c-torture/execute/20000801-3.c,
5086         gcc.c-torture/execute/20000801-4.c: New tests.
5087         * gcc.c-torture/execute/20000801-3.x,
5088         gcc.c-torture/execute/20000801-4.x: Xfail.
5090 2000-08-02  Geoff Keating  <geoffk@cygnus.com>
5092         * lib/objc.exp (objc_target_compile): Look for libobjc.a in
5093         libobjc/.libs to allow for libtool.
5095 2000-08-02  Jakub Jelinek  <jakub@redhat.com>
5097         * gcc.c-torture/compile/20000802-1.c: New test.
5099 2000-08-02  Zack Weinberg  <zack@wolery.cumb.org>
5101         * gcc.dg/cpp/macsyntx.c: Fix error regexp.
5103 Mon Jul 31 21:14:49 2000  Jeffrey A Law  (law@cygnus.com)
5105         * gcc-c-torture/execute/20000731-2.c: New test.
5107         * gcc.c-torture/execute/20000731-1.c: New test.
5108         * gcc.c-torture/execute/20000731-1.x: Expected to fail for i?86-*-*.
5110 2000-07-31  Jakub Jelinek  <jakub@redhat.com>
5112         * testsuite/gcc.dg/cpp/paste7.c: New test.
5113         * gcc.dg/cpp/20000725-1.c: New test.
5115 2000-07-31  Zack Weinberg  <zack@wolery.cumb.org>
5117         * gcc.dg/c90-digraph-1.c: Restore { dg-do run } marker.
5118         * gcc.dg/noncompile/990416-1.c: Do not expect an implicit-
5119         declaration warning for __builtin_dwarf_reg_size.
5121         * gcc.dg/c99-impl-decl-1.c: No longer XFAIL.
5123 2000-07-31  Joseph S. Myers  <jsm28@cam.ac.uk>
5125         * gcc.dg/noncompile/voidparam-1.c: New test.
5127 2000-07-30  Richard Henderson  <rth@cygnus.com>
5129         * gcc.dg/c90-digraph-1.c: Don't xfail.
5130         * gcc.dg/compare2.c (case 10): Xfail.
5131         * gcc.dg/noncompile/redecl-1.c: Fix expected error message.
5133 2000-07-27  Joseph S. Myers  <jsm28@cam.ac.uk>
5135         * gcc.dg/c99-main-1.c: New test.
5137 2000-07-25  Joseph S. Myers  <jsm28@cam.ac.uk>
5139         * gcc.dg/c90-impl-int-2.c, gcc.dg/c99-impl-int-2.c: New tests.
5141 Wed Jul 26 19:41:51 2000  Hans-Peter Nilsson  <hp@axis.com>
5143         * gcc.c-tortuer/execute/20000726-1.c: New test.
5145 2000-07-26  Alexandre Oliva  <aoliva@redhat.com>
5147         * gcc.c-torture/execute/enum-2.c: New test.
5149 2000-07-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5151         * gcc.dg/cpp/tr-warn3.c: New test.
5153 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
5155         * g++.old-deja/g++.ext/implicit1.C: Remove.
5156         * g++.old-deja/g++.jason/c2.C: Remove
5157         * g++.old-deja/g++.mike/p700.C: Add prototype parameters.
5158         * g++.old-deja/g++.pt/crash16.C: Likewise.
5159         * g++.old-deja/g++.brendan/crash43.C: Remove -fstrict-prototype.
5161 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
5163         * g++.old-deja/g++.other/for2.C: New test.
5165 2000-07-25  Jakub Jelinek  <jakub@redhat.com>
5167         * gcc.dg/20000720-1.c: New test.
5169 2000-07-25  Toon Moene  <toon@moene.indiv.nluug.nl>
5171         * g77.f-torture/compile/20000630-2.x: Removed.  Case fixed.
5173 2000-07-24  Geoff Keating  <geoffk@cygnus.com>
5175         * gcc.c-torture/execute/20000722-1.x: New, testcase fails.
5176         * gcc.c-torture/execute/20000722-1.c: New.
5177         * gcc.c-torture/execute/20000516-1.c: Delete, replaced by 20000722-1.
5179 2000-07-24  Jakub Jelinek  <jakub@redhat.com>
5181         * gcc.dg/cpp/20000720-1.S: New test.
5183 2000-07-21  Michael Meissner  <meissner@redhat.com>
5185         * gcc.c-torture/execute/ieee/hugeval.c: New test.
5187 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
5189         * g++.old-deja/g++.brendan/crash16.C,
5190         g++.old-deja/g++.brendan/parse3.C,
5191         g++.old-deja/g++.brendan/redecl1.C,
5192         g++.old-deja/g++.ns/template13.C,
5193         g++.old-deja/g++.other/decl4.C,
5194         g++.old-deja/g++.pt/spec14.C: Mark as crash test, expected to fail.
5196 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
5198         * lib/old-dejagnu.exp: Check for both "Internal compiler error"
5199         and "Internal error".
5201         * gcc.dg/cpp/20000625-2.c, gcc.dg/cpp/macsyntx.c: Update error
5202         regexps.
5203         * gcc.dg/cpp/paste6.c: New test.
5205 2000-07-19  Zack Weinberg  <zack@wolery.cumb.org>
5207         * gcc.dg/cpp/tr-direct.c: New test.
5209         * gcc.dg/cpp/directiv.c, gcc.dg/cpp/macsyntx.c,
5210         gcc.dg/cpp/undef1.c: Tweak error regexps.
5212 2000-07-18  Eric Christopher <echristo@redhat.com>
5214         * gcc.c-torture/compile/20000718-1.c: New test.
5216 2000-07-18  Zack Weinberg  <zack@wolery.cumb.org>
5218         * cpplex.c (_cpp_push_token): If the token being pushed back
5219         is the previous token in this context, just subtract one from
5220         context->posn.
5221         * cppmacro.c (save_expansion): Clear aux field when storing a
5222         placemarker.
5224 2000-07-18  Alexandre Oliva  <aoliva@redhat.com>
5226         * gcc.dg/noncompile/redecl-1.c: New test.
5228 2000-07-18  Jakub Jelinek  <jakub@redhat.com>
5230         * gcc.c-torture/execute/20000717-5.c: New test.
5231         * gcc.c-torture/execute/20000717-1.x: Removed.
5233 2000-07-17  Richard Henderson  <rth@cygnus.com>
5235         * gcc.c-torture/execute/20000717-4.c: New test.
5237 2000-07-17  Zack Weinberg  <zack@wolery.cumb.org>
5239         * gcc.dg/cpp/syshdr.c: New test.
5240         * gcc.dg/cpp/syshdr1.h, gcc.dg/cpp/syshdr2.h: New files.
5242 2000-07-17  Neil Booth  <neilb@earthling.net>
5244         * gcc.dg/cpp/cmdlne-dM.c: New test.
5245         * gcc.dg/cpp/cmdlne-dD.c: New test.
5247 Mon Jul 17 03:13:12 2000  Jeffrey A Law  (law@cygnus.com)
5249         * gcc.c-torture/execute/20000717-3.c: New test.
5251         * gcc.c-torture/compile/20000717-1.c: New test.
5253 2000-07-17  Geoffrey Keating  <geoffk@cygnus.com>
5255         * gcc.c-torture/execute/20000717-2.c: New test.
5257 2000-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
5259         * gcc.dg/formatz-1.c: New test.
5261         * gcc.dg/c90-digraph-1.c, gcc.dg/c94-digraph-1.c,
5262         * gcc.dg/c99-digraph-1.c: New tests.
5264         * gcc.dg/c90-hexfloat-1.c, gcc.dg/c90-hexfloat-2.c,
5265         * gcc.dg/c99-hexfloat-1.c, gcc.dg/c99-hexfloat-2.c: New tests.
5267         * gcc.dg/c90-enum-comma-1.c, gcc.dg/c90-idem-qual-1.c,
5268         * gcc.dg/c90-impl-decl-1.c, gcc.dg/c90-impl-int-1.c,
5269         * gcc.dg/c90-longlong-1.c, gcc.dg/c90-restrict-1.c,
5270         * gcc.dg/c90-return-1.c, gcc.dg/c99-enum-comma-1.c,
5271         * gcc.dg/c99-idem-qual-1.c, gcc.dg/c99-impl-decl-1.c,
5272         * gcc.dg/c99-impl-int-1.c, gcc.dg/c99-longlong-1.c,
5273         * gcc.dg/c99-restrict-1.c, gcc.dg/c99-return-1.c: New tests.
5275 Mon Jul 17 00:41:57 2000   Greg McGary <greg@mcgary.org>
5277         * gcc.c-torture/execute/20000717-1.c: New test.
5278         * gcc.c-torture/execute/20000717-1.x: Expected to fail.
5280 2000-07-15  Jakub Jelinek  <jakub@redhat.com>
5282         * gcc.c-torture/execute/20000715-2.c: New test.
5283         * gcc.dg/20000715-1.c: New test.
5285 2000-07-15  Michael Meissner  <meissner@redhat.com>
5287         * gcc.c-torture/execute/20000715-1.c: New test.
5289 2000-07-13  Jakub Jelinek  <jakub@redhat.com>
5291         * gcc.c-torture/execute/20000707-1.c: New test.
5293 2000-07-13  Neil Booth  <NeilB@earthling.net>
5295         * testsuite/gcc.dg/cpp/digraph1.c,
5296         testsuite/gcc.dg/cpp/digraph2.c,
5297         testsuite/gcc.dg/cpp/digraphs.c: New tests.
5299 2000-07-12  David Billinghurst  <David Billinghurst@riotinto.com.au>
5301         * g77.f-torture/compile/20000630-2.f:  New test.
5302         * g77.f-torture/compile/20000630-2.x
5304 2000-07-11  David Billinghurst  <David.Billinghurst@riotinto.com.au>
5306         * g77.f-torture/execute/20000503-1.x: Delete.  Test now passes.
5308 2000-07-11  Neil Booth  <NeilB@earthling.net>
5310         * gcc.dg/cpp/cmdlne-C.c: Fix typo.
5312 2000-07-11  Neil Booth  <NeilB@earthling.net>
5314         * gcc.dg/cpp/cmdlne-C.c: New.
5316 2000-07-09  Neil Booth  <NeilB@earthling.net>
5318         * gcc.dg/cpp/directiv.c: New tests.
5319         * gcc.dg/cpp/undef1.c: Update.
5321 2000-07-08  Angela Marie Thomas <angela@cygnus.com>
5323         * lib/c-torture.exp: Make compiler_conditional_xfail_data global.
5325 2000-07-09  Neil Booth  <NeilB@earthling.net>
5327         * gcc.dg/cpp/macsyntx.c: Add test for #define defined.
5329 2000-07-07  Zack Weinberg  <zack@wolery.cumb.org>
5331         * gcc.dg/cpp/19951227-1.c, gcc.dg/cpp/assert2.c,
5332         gcc.dg/cpp/if-1.c, gcc.dg/cpp/if-4.c: Tweak error regexps.
5334 2000-07-08  Neil Booth  <NeilB@earthling.net>
5336         * gcc.dg/cpp/macsyntx.c: New tests.
5338 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
5340         * gcc.dg/20000707-1.c: New test.
5342 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
5344         * gcc.c-torture/execute/20000706-1.c: New test.
5345         * gcc.c-torture/execute/20000706-2.c: New test.
5346         * gcc.c-torture/execute/20000706-3.c: New test.
5347         * gcc.c-torture/execute/20000706-4.c: New test.
5348         * gcc.c-torture/execute/20000706-5.c: New test.
5350 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
5352         * g++.old-deja/g++.pt/instantiate7.C: New test.
5354 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
5356         * g++.old-deja/g++.mike/thunk2.C: Add return 0.
5357         * g++.old-deja/g++.mike/thunk3.C: Likewise.
5358         * g++.old-deja/g++.other/rtti3.C: Likewise.
5359         * g++.old-deja/g++.other/rttid3.C: Likewise.
5361 2000-06-30  David Billinghurst  <David Billinghurst@riotinto.com.au>
5363         *  g77.f-torture/compile/20000630-1.x: Fix typo
5365 2000-07-05  Zack Weinberg  <zack@wolery.cumb.org>
5367         * gcc.dg/cpp/ident.c: Don't expect #ident strings in the
5368         assembly output.
5370 2000-07-04  Zack Weinberg  <zack@wolery.cumb.org>
5372         * gcc.dg/cpp/ident.c: New test.
5374 2000-07-05  Neil Booth  <NeilB@earthling.net>
5376         * gcc.dg/cpp/lexident.c, gcc.dg/cpp/lexnum.c,
5377           gcc.dg/cpp/lexstrng.c: New tests.
5379 2000-07-04  Neil Booth  <NeilB@earthling.net>
5381         * gcc.dg/cpp/macro1.c: Add more macro expansion tests.
5382         * gcc.dg/cpp/strify2.c: Same.
5384 2000-07-03  Zack Weinberg  <zack@wolery.cumb.org>
5386         * testsuite/gcc.dg/cpp/19951025-1.c: Adjust regexps.
5387         * testsuite/gcc.dg/cpp/19990703-1.c: Likewise.
5388         * testsuite/gcc.dg/cpp/20000625-1.c: Likewise.
5389         * testsuite/gcc.dg/cpp/20000625-2.c: Likewise.
5391         * testsuite/gcc.dg/cpp/macro1.c,
5392         testsuite/gcc.dg/cpp/paste1.c, testsuite/gcc.dg/cpp/paste2.c,
5393         testsuite/gcc.dg/cpp/paste3.c, testsuite/gcc.dg/cpp/paste4.c,
5394         testsuite/gcc.dg/cpp/strify1.c,
5395         testsuite/gcc.dg/cpp/strify2.c: New tests.
5397 2000-07-03  Jakub Jelinek  <jakub@redhat.com>
5399         * gcc.c-torture/execute/20000703-1.c: New test.
5401 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
5403         * g++.old-deja/g++.pt (lookup10.C): New test.
5405 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
5407         * g++.old-deja/g++.pt (typename25.C): New test.
5409 2000-07-02  Zack Weinberg  <zack@wolery.cumb.org
5411         * gcc.c-torture/compile/20000701-1.c: New test.
5413 2000-06-30  Nick Clifton  <nickc@cygnus.com>
5415         * gcc.c-torture/compile/20000629-1.c: Add second, reversed, loop
5416         to test case.
5418 2000-06-30  Catherine Moore  <clm@cygnus.com>
5420         * gcc.c-torture/execute/align-1.c: New test.
5422 2000-06-30  Nathan Sidwell  <nathan@codesourcery.com>
5424         * g++.old-deja/g++.pt/expr8.C: New test.
5425         * g++.old-deja/g++.pt/expr6.C: Remove XFAIL.
5427 2000-06-29  Nick Clifton  <nickc@cygnus.com>
5429         * gcc.c-torture/compile/20000629-1.c: New test.
5431 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
5434         Move the c-torture/noncompile tests to either gcc.dg/cpp or a new
5435         gcc.dg/noncompile directory, depending on whether they're
5436         preprocessor tests or not.  Annotate all the tests for the dg
5437         framework.
5439         * gcc.c-torture/noncompile/noncompile.exp: Delete.
5440         * gcc.dg/noncompile/noncompile.exp: New.
5442         * Moved files:
5443         Old name                                New name
5444         gcc.c-torture/noncompile/920507-1.c     gcc.dg/noncompile/920507-1.c
5445         gcc.c-torture/noncompile/920616-2.c     gcc.dg/noncompile/920616-2.c
5446         gcc.c-torture/noncompile/920721-2.c     gcc.dg/noncompile/920721-2.c
5447         gcc.c-torture/noncompile/920824-1.c     gcc.dg/noncompile/920824-1.c
5448         gcc.c-torture/noncompile/920923-1.c     gcc.dg/noncompile/920923-1.c
5449         gcc.c-torture/noncompile/921102-1.c     gcc.dg/noncompile/921102-1.c
5450         gcc.c-torture/noncompile/921116-1.c     gcc.dg/noncompile/921116-1.c
5451         gcc.c-torture/noncompile/930301-1.c     gcc.dg/noncompile/930301-1.c
5452         gcc.c-torture/noncompile/930622-1.c     gcc.dg/noncompile/930622-1.c
5453         gcc.c-torture/noncompile/930622-2.c     gcc.dg/noncompile/930622-2.c
5454         gcc.c-torture/noncompile/930714-1.c     gcc.dg/noncompile/930714-1.c
5455         gcc.c-torture/noncompile/931203-1.c     gcc.dg/noncompile/931203-1.c
5456         gcc.c-torture/noncompile/940112-1.c     gcc.dg/noncompile/940112-1.c
5457         gcc.c-torture/noncompile/940227-1.c     gcc.dg/noncompile/940227-1.c
5458         gcc.c-torture/noncompile/940510-1.c     gcc.dg/noncompile/940510-1.c
5459         gcc.c-torture/noncompile/950825-1.c     gcc.dg/noncompile/950825-1.c
5460         gcc.c-torture/noncompile/950921-1.c     gcc.dg/noncompile/950921-1.c
5461         gcc.c-torture/noncompile/951123-1.c     gcc.dg/noncompile/951123-1.c
5462         gcc.c-torture/noncompile/971104-1.c     gcc.dg/noncompile/971104-1.c
5463         gcc.c-torture/noncompile/990416-1.c     gcc.dg/noncompile/990416-1.c
5464         gcc.c-torture/noncompile/init-1.c       gcc.dg/noncompile/init-1.c
5465         gcc.c-torture/noncompile/init-2.c       gcc.dg/noncompile/init-2.c
5466         gcc.c-torture/noncompile/invalid_asm.c  gcc.dg/noncompile/invalid_asm.c
5467         gcc.c-torture/noncompile/va-arg-1.c     gcc.dg/noncompile/va-arg-1.c
5469         gcc.c-torture/noncompile/940712-1.c     gcc.dg/cpp/19940712-1.c
5470         gcc.c-torture/noncompile/940712-1.h     gcc.dg/cpp/19940712-1.h
5471         gcc.c-torture/noncompile/940712-1a.h    gcc.dg/cpp/19940712-1a.h
5472         gcc.c-torture/noncompile/940712-1b.h    gcc.dg/cpp/19940712-1b.h
5473         gcc.c-torture/noncompile/951025-1.c     gcc.dg/cpp/19951025-1.c
5474         gcc.c-torture/noncompile/951227-1.c     gcc.dg/cpp/19951227-1.c
5476 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
5478         * gcc.dg/cpp/20000628-1a.h: On each of the first three inclusions,
5479         declare one variable.  On the fourth, error.
5480         * gcc.dg/cpp/20000628-1.c (main): Reference the three variables
5481         declared by 20000628-1a.h.
5483 2000-06-29  Richard Henderson  <rth@redhat.com>
5485         * gcc.c-torture/execute/930529-1.x: New file.
5486         * gcc.dg/920413-1.c: Adjust expected warning text.
5487         * gcc.dg/980217-1.c: Declare abort.
5488         * gcc.dg/cpp/20000628-1a.h: Use a declaration instead of an asm.
5490 Thu Jun 29 09:42:40 2000  Jeffrey A Law  (law@cygnus.com)
5492         * g77.f-torture/compile/20000629-1.f: New test.
5493         * g77.f-torture/compile/20000629-1.x: Expected to fail.
5495 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
5497         Rearrange lots of files, removing entirely the
5498         gcc.c-torture/special, gcc.c-torture/code_quality, and gcc.failure
5499         directories.
5501         * Deleted files:
5502         gcc.c-torture/code_quality/code_quality.exp
5503         gcc.c-torture/special/special.exp
5504         gcc.failure/failure.exp
5505         gcc.failure/940409-1.x
5506         gcc.c-torture/compile/961203-1.x
5508         * New files:
5509         gcc.misc-tests/linkage.exp
5510         gcc.c-torture/execute/920730-1t.c
5511         gcc.c-torture/execute/920730-1t.x
5512         gcc.c-torture/compile/920520-1.x
5513         gcc.c-torture/compile/920521-1.x
5514         gcc.c-torture/compile/981006-1.x
5515         gcc.c-torture/execute/eeprof-1.x
5517         * Moved files (possibly with modifications to fit a new harness):
5518         Old name                                New name
5519         gcc.c-torture/code_quality/920608-1.c   gcc.c-torture/compile/920608-1.c
5520         gcc.c-torture/special/920413-1.c        gcc.dg/920413-1.c
5521         gcc.c-torture/special/920520-1.c        gcc.c-torture/compile/920520-1.c
5522         gcc.c-torture/special/920521-1.c        gcc.c-torture/compile/920521-1.c
5523         gcc.c-torture/special/920717-x.c        gcc.misc-tests/linkage-x.c
5524         gcc.c-torture/special/920717-y.c        gcc.misc-tests/linkage-y.c
5525         gcc.c-torture/special/920730-1.c        gcc.c-torture/execute/920730-1.c
5526         gcc.c-torture/special/930510-1.c        gcc.dg/cpp/19930510-1.c
5527         gcc.c-torture/special/951130-1.c        gcc.dg/951130-1.c
5528         gcc.c-torture/special/960224-1.c        gcc.dg/cpp/19960224-1.c
5529         gcc.c-torture/special/960224-2.c        gcc.dg/cpp/19960224-2.c
5530         gcc.c-torture/special/981006-1.c        gcc.c-torture/compile/981006-1.c
5531         gcc.c-torture/special/eeprof-1.c        gcc.c-torture/execute/eeprof-1.c
5532         gcc.failure/940409-1.c                  gcc.dg/940409-1.c
5534 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
5536         * c-torture/compile/961203-1.x: Delete.
5538         * gcc.misc-tests/acker1.c: Report failure.  Use return from main,
5539         not exit. Include stdio.h.
5540         * gcc.misc-tests/dg-11.c: Remove anchors from regexp.
5541         * gcc.misc-tests/dg-12.c: Likewise.
5542         * gcc.misc-tests/dg-5.c: Likewise.
5543         * gcc.misc-tests/dg-6.c: Likewise.
5544         * gcc.misc-tests/dg-7.c: Prototype abort.
5545         * gcc.misc-tests/dg-9.c: Adjust error-message regexps.
5546         * gcc.misc-tests/dhry.h: Include stdlib.h and string.h.
5547         * gcc.misc-tests/matrix1.c: Report failure.  Use return from main,
5548         not exit.
5549         * gcc.misc-tests/sieve.c: Use return from main, not exit.
5550         * gcc.misc-tests/sort2.c: Use return from main, not exit.
5552 2000-06-28  Jakub Jelinek  <jakub@redhat.com>
5554         * gcc.dg/cpp/20000628-1.c: New test.
5555         * gcc.dg/cpp/20000628-1.h: New header for above test.
5556         * gcc.dg/cpp/20000628-1a.h: Likewise.
5558 2000-06-27  Zack Weinberg  <zack@wolery.cumb.org>
5560         * gcc.dg/cpp: New directory.
5561         * gcc.dg/cpp/cpp.exp: New driver.
5562         * gcc.dg/cpp/20000627-1.c: New test.
5563         * gcc.c-torture/special/special.exp: Remove entry for 921210-1.c.
5564         * gcc.c-torture/special/921210-1.c: Move to gcc.dg/cpp/19921210-1.c
5565         and rewrite as a compilation test.
5567         * gcc.dg: Move many files into the cpp subdirectory, possibly
5568         renaming or editing them as well.
5569         Old name                New name
5570         990119-1.c              cpp/19990119-1.c
5571         990228-1.c              cpp/19990228-1.c
5572         990407-1.c              cpp/19990407-1.c
5573         990409-1.c              cpp/19990409-1.c
5574         990413-1.c              cpp/19990413-1.c
5575         990703-1.c              cpp/19990703-1.c
5576         20000127-1.c            cpp/20000127-1.c
5577         20000129-1.c            cpp/20000129-1.c
5578         20000207-1.c            cpp/20000207-1.c
5579         20000207-2.c            cpp/20000207-2.c
5580         20000209-1.c            cpp/20000209-1.c
5581         20000209-2.c            cpp/20000209-2.c
5582         20000301-1.c            cpp/20000301-1.c
5583         20000419-1.c            cpp/20000419-1.c
5584         20000510-1.S            cpp/20000510-1.S
5585         20000519-1.c            cpp/20000519-1.c
5586         20000529-1.c            cpp/20000529-1.c
5587         20000625-1.c            cpp/20000625-1.c
5588         20000625-2.c            cpp/20000625-2.c
5589         cpp-as1.c               cpp/assert1.c
5590         cpp-as2.c               cpp/assert2.c
5591         cxx-comments-1.c        cpp/cxxcom1.c
5592         cxx-comments-2.c        cpp/cxxcom2.c
5593         endif-label.c           cpp/endif.c
5594         cpp-hash1.c             cpp/hash1.c
5595         cpp-hash2.c             cpp/hash2.c
5596         cpp-if1.c               cpp/if-1.c
5597         cpp-if2.c               cpp/if-2.c
5598         cpp-if3.c               cpp/if-3.c
5599         cpp-if4.c               cpp/if-4.c
5600         cpp-if5.c               cpp/if-5.c
5601         cpp-cond.c              cpp/if-cexp.c
5602         cpp-missingop.c         cpp/if-mop.c
5603         cpp-missingparen.c      cpp/if-mpar.c
5604         cpp-opprec.c            cpp/if-oppr.c
5605         cpp-ifparen.c           cpp/if-paren.c
5606         cpp-shortcircuit.c      cpp/if-sc.c
5607         cpp-shift.c             cpp/if-shift.c
5608         cpp-unary.c             cpp/if-unary.c
5609         cpp-li1.c               cpp/line1.c
5610         cpp-li2.c               cpp/line2.c
5611         lineno.c                cpp/line3.c
5612         lineno-2.c              cpp/line4.c
5613         cpp-mi.c                cpp/mi1.c
5614         cpp-mic.h               cpp/mi1c.h
5615         cpp-micc.h              cpp/mi1cc.h
5616         cpp-mind.h              cpp/mi1nd.h
5617         cpp-mindp.h             cpp/mi1ndp.h
5618         cpp-mix.h               cpp/mi1x.h
5619         cpp-mi2.c               cpp/mi2.c
5620         cpp-mi2a.h              cpp/mi2a.h
5621         cpp-mi2b.h              cpp/mi2b.h
5622         cpp-mi2c.h              cpp/mi2c.h
5623         cpp-mi3.c               cpp/mi3.c
5624         cpp-mi3.def             cpp/mi3.def
5625         poison-1.c              cpp/poison.c
5626         pr-impl.c               cpp/prag-imp.c
5627         cpp-redef-2.c           cpp/redef1.c
5628         cpp-redef.c             cpp/redef2.c
5629         strpaste.c              cpp/strp1.c
5630         strpaste-2.c            cpp/strp2.c
5631         cpp-tradpaste.c         cpp/tr-paste.c
5632         cpp-tradstringify.c     cpp/tr-str.c
5633         cpp-tradwarn1.c         cpp/tr-warn1.c
5634         cpp-tradwarn2.c         cpp/tr-warn2.c
5635         trigraphs.c             cpp/trigraphs.c
5636         cpp-unc1.c              cpp/unc1.c
5637         cpp-unc2.c              cpp/unc2.c
5638         cpp-unc3.c              cpp/unc3.c
5639         cpp-unc.c               cpp/unc4.c
5640         undef.c                 cpp/undef1.c
5641         undef-2.c               cpp/undef2.c
5642         cpp-wi1.c               cpp/widestr1.c
5644 2000-06-27  Mark Mitchell  <mark@codesourcery.com>
5646         * lib/g++.exp (g++_include_flags): Tweak.
5648 2000-06-27  H.J. Lu  <hjl@gnu.org>
5649             Loren J. Rittle  <ljrittle@acm.org>
5651         * lib/g++.exp (g++_include_flags): Override libgloss.exp
5652         version with one that knows about the new gcc tree structure.
5653         (g++_link_flags): Same.
5655 2000-06-26  Zack Weinberg  <zack@wolery.cumb.org>
5657         * gcc.dg/20000419-1.c, gcc.dg/cpp-mi.c, gcc.dg/cpp-tradwarn1.c,
5658         gcc.dg/cpp-unc.c: Use "target *-*-*", not "target native", in
5659         case we are cross-compiling.
5661         * g++.old-deja/Makefile.in, g++.old-deja/configure.in,
5662         g++.old-deja/g++.niklas/Makefile.in,
5663         g++.old-deja/g++.niklas/configure.in,
5664         g++.old-deja/g++.other/Makefile.in,
5665         g++.old-deja/g++.other/configure.in,
5666         gcc.c-torture/code_quality/Makefile.in,
5667         gcc.c-torture/code_quality/configure.in,
5668         gcc.c-torture/compat/Makefile.in, gcc.c-torture/compat/configure.in,
5669         gcc.c-torture/compile/Makefile.in, gcc.c-torture/compile/configure.in,
5670         gcc.c-torture/execute/Makefile.in, gcc.c-torture/execute/configure.in,
5671         gcc.c-torture/execute/ieee/Makefile.in,
5672         gcc.c-torture/execute/ieee/configure.in,
5673         gcc.c-torture/noncompile/Makefile.in,
5674         gcc.c-torture/noncompile/configure.in,
5675         gcc.c-torture/special/Makefile.in, gcc.c-torture/special/configure.in,
5676         gcc.c-torture/unsorted/Makefile.in, gcc.c-torture/unsorted/configure.in,
5677         gcc.misc-tests/Makefile.in, gcc.misc-tests/configure.in: Delete.
5679 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
5681         * g++.old-deja/g++.other/ambig3.C: New test.
5683 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
5685         * g++.old-deja/g++.pt/syntax1.C: New test.
5686         * g++.old-deja/g++.pt/syntax2.C: New test.
5687         * g++.old-deja/g++.other/syntax3.C: New test.
5688         * g++.old-deja/g++.other/syntax4.C: New test.
5690 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
5692         * gcc.dg/20000623-1.c: Prototype exit and abort.
5694 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
5696         * gcc.dg/20000625-1.c, gcc.dg/20000625-2.c, gcc.dg/cpp-mi3.c:
5697         New tests.
5698         * gcc.dg/cpp-mi3.def: New file.
5700         * gcc.dg/cpp-as1.c: Also test that macro expansion does not occur
5701         inside assertions.
5702         * gcc.dg/cpp-as2.c: Make error regexps match either old or new
5703         lexer's error messages.
5704         * gcc.dg/cpp-mi.c: Use -H and examine the output, don't try to
5705         divine anything from the linemarkers.
5706         * gcc.dg/cpp-micc.h: Fix typo (declare int b, not int a);
5707         * gcc.dg/poison-1.c: Preprocess only; apply -fno-show-column.
5709 2000-06-23  Geoffrey Keating  <geoffk@cygnus.com>
5711         * gcc.dg/20000623-1.c: New test.
5713 2000-06-22  Jakub Jelinek  <jakub@redhat.com>
5715         * gcc.c-torture/execute/20000622-1.c: New test.
5717 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
5719         * g++.old-deja/g++.other/init15.C: New test.
5721 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
5723         * g++.old-deja/g++.pt/vaarg2.C: New test.
5724         * g++.old-deja/g++.pt/vaarg3.C: New test.
5726 2000-06-20  Nathan Sidwell  <nathan@codesourcery.com>
5728         * g++.old-deja/g++.other/dyncast6.C: New test.
5730 2000-06-15  Jakub Jelinek  <jakub@redhat.com>
5732         * gcc.c-torture/execute/loop-6.c: New test.
5734 2000-06-14  Jakub Jelinek  <jakub@redhat.com>
5736         * gcc.dg/20000614-1.c: New test.
5737         * gcc.dg/20000614-2.c: New test.
5739 2000-06-14  Hans-Peter Nilsson  <hp@axis.com>
5741         * g++.old-deja/g++.other/inline12.C: New test.
5743 2000-06-13  Jakub Jelinek  <jakub@redhat.com>
5745         * g++.old-deja/g++.other/eh1.C: New test.
5747 2000-06-12  Jakub Jelinek  <jakub@redhat.com>
5749         * g++.old-deja/g++.other/type.C: New test.
5751 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
5753         * g++.old-deja/g++.other/initstring.C: New test.
5755 2000-06-12  Jason Merrill  <jason@redhat.com>
5757         * g++.old-deja/old-deja.exp: Add -Wno-long-long.
5759 Fri Jun  9 22:46:34 2000  Jeffrey A Law  (law@cygnus.com)
5761         * gcc.c-torture/compile/20000609-1.c: New test.
5763 Fri Jun  9 21:54:28 2000  Clinton Popetz  <cpopetz@cygnus.com>
5765         * gcc.dg/20000609-1.c: New test.
5767 2000-06-08  Zack Weinberg  <zack@wolery.cumb.org>
5769         * gcc.c-torture/noncompile/noncompile.exp: Remove poison-1 block.
5770         * gcc.c-torture/noncompile/poison-1.c: Move...
5771         * gcc.dg/poison-1.c: ...here, and adapt to dg framework.
5772         * gcc.dg/cpp-li1.c: Add a token after the #line.
5774 2000-06-05  Richard Henderson  <rth@cygnus.com>
5776         * gcc.c-torture/execute/20000605-2.c: New test.
5777         * gcc.c-torture/execute/20000605-3.c: New test.
5779 2000-06-06  David Billinghurst  <David Billinghurst@riotinto.com.au>
5781         * g77.f-torture/execute/20000503-1.x: New file.
5783 2000-06-06  Nathan Sidwell  <nathan@codesourcery.com>
5785         * g++.old-deja/g++.eh/badalloc1.C: New test.
5787 2000-06-05  Richard Henderson  <rth@cygnus.com>
5789         * gcc.c-torture/execute/20000605-1.c: New test.
5791 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
5792             Nathan Sidwell <nathan@codesourcery.com>
5794         * gcc.c-torture/compile/20000605-1.c: New test.
5796 2000-06-03  David Billinghurst  <David Billinghurst@riotinto.com.au>
5798         * g77.f-torture/compile/20000601-1.f:  New test.
5800 2000-06-03  Richard Henderson  <rth@cygnus.com>
5802         * gcc.c-torture/execute/20000603-1.c: New.
5804 2000-06-02  Zack Weinberg  <zack@wolery.cumb.org>
5806         * gcc.dg/noreturn-1.c (foo7, foo8): Revert previous change.
5807         * gcc.dg/noreturn-2.c (noreturn): Likewise.
5809 2000-06-01  Zack Weinberg  <zack@wolery.cumb.org>
5811         * gcc.dg/compare2.c (case 12): XFAIL.
5812         * gcc.dg/noreturn-1.c (foo7, foo8): XFAIL.
5813         * gcc.dg/noreturn-2.c (noreturn): XFAIL.
5815         * gcc.dg/cpp-tradwarn2.c: Update egrep pattern.
5817 2000-05-29  Zack Weinberg  <zack@wolery.cumb.org>
5819         * gcc.dg/cpp-mi.c: Add another case, cpp-mix.h, where the
5820         guard macro is already defined when the header is first
5821         included.
5822         * gcc.dg/cpp-mix.h: New file.
5823         * gcc.dg/endif-label.c: Update patterns to match compiler.
5825         * g++.brendan/complex1.C: Declare abort.
5826         * g++.law/refs4.C: Remove XFAIL.
5827         * g++.oliva/expr2.C: Declare abort and exit.
5829 2000-05-28  Alexandre Oliva  <aoliva@cygnus.com>
5831         * gcc.c-torture/execute/20000528-1.c: New test.
5833         * g++.old-deja/g++.law/refs4.C: Mark as XFAIL.
5834         * g++.old-deja/g++.law/temps4.C: Likewise.
5836         * g++.old-deja/g++.brendan/code-gen4.C: Include stdio.h and
5837         stdlib.h.  Call abort() on failure.
5838         * g++.old-deja/g++.law/refs4.C: Likewise.
5839         * g++.old-deja/g++.law/temps4.C: Likewise.
5840         * g++.old-deja/g++.brendan/complex1.C: Don't assume argc is 1.
5841         * gcc.c-torture/execute/20000112-1.c: Include string.h.
5843 2000-05-27  Zack Weinberg  <zack@wolery.cumb.org>
5845         Relative to g++.dg/special:
5846         * conpr-1.C, conpr-2.C, conpr-3.C: Include stdlib.h.
5848         Relative to g++.old-deja:
5849         * g++.brendan/complex1.C, g++.jason/optimize2.C,
5850         g++.mike/p9732b.C, g++.other/addrof1.C, g++.other/dyncast5.C,
5851         g++.other/init5.C, g++.other/init7.C, g++.other/union2.C,
5852         g++.pt/vbase1.C, g++.robertl/eb14.C, g++.robertl/eh990323-1.C,
5853         g++.robertl/eh990323-2.C, g++.robertl/eh990323-3.C,
5854         g++.robertl/eh990323-4.C, g++.robertl/eh990323-5.C,
5855         g++.robertl/ice990323-2.C: Prototype exit and/or abort.
5857         * g++.brendan/nest21.C, g++.eh/rethrow3.C, g++.jason/init3.C,
5858         g++.law/arm15.C, g++.law/cvt2.C, g++.law/visibility17.C,
5859         g++.mike/eh23.C, g++.mike/eh25.C, g++.mike/eh34.C,
5860         g++.mike/eh48.C, g++.mike/eh55.C, g++.mike/p2736.C,
5861         g++.oliva/new1.C, g++.other/align.C, g++.robertl/eb39.C,
5862         g++.robertl/eb54.C, g++.robertl/eb63.C: Include stdlib.h
5863         and/or string.h.
5865         * g++.other/goto1.C: Update expectations for error messages.
5867 2000-05-25  Alexandre Oliva  <aoliva@cygnus.com>
5869         * gcc.c-torture/compile/20000523-1.c: New test.
5871 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
5873         * g++.old-deja/g++.abi/ptrflags.C: Use __pbase_type_info.
5875 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
5877         * g++.old-deja/g++.eh/catch11.C: New test.
5878         * g++.old-deja/g++.eh/catch12.C: New test.
5880 2000-05-24  Nick Clifton  <nickc@cygnus.com>
5882         * gcc.c-torture/execute/20000523-1.c: New test.
5884 2000-05-23  Zack Weinberg  <zack@wolery.cumb.org>
5886         * c-torture/execute/bcp-1.c: Replace abort in arg of
5887         __builtin_constant_p with a generic external function.
5889         * gcc.dg/20000108-1.c, gcc.dg/980211-1.c, gcc.dg/980414-1.c,
5890         gcc.dg/990119-1.c, gcc.dg/990409.c, gcc.dg/990424-1.c,
5891         gcc.dg/991230-1.c, gcc.dg/clobbers.c, gcc.dg/lineno.c,
5892         gcc.dg/noreturn-1.c, gcc.dg/trigraphs.c, gcc.dg/uninit-4.c:
5893         Prototype abort and/or exit.
5895         * gcc.dg/990407-1.c, gcc.dg/strpaste.c,
5896         gcc.dg/special/alias-1.c, gcc.dg/special/gcsec-1.c,
5897         gcc.dg/special/weak-1.c, gcc.dg/special/weak-2.c,
5898         gcc.dg/special/wkali-1.c, gcc.dg/special/wkali-2.c: Include stdlib.h.
5900 2000-05-22  Alexandre Oliva  <aoliva@cygnus.com>
5902         * gcc.dg/dwarf2-1.c: New test.
5904 2000-05-20  Richard Henderson  <rth@cygnus.com>
5906         * lib/f-torture.exp (TORTURE_OPTIONS): Add "-O3 -g" and "-O3 -fssa".
5908 2000-05-20  Andreas Jaeger  <aj@suse.de>
5910         * gcc.c-torture/execute/20000519-1.c (main): Fixed return value of
5911         testcase.
5913 2000-05-19  David Edelsohn  <edelsohn@gnu.org>
5915         * gcc.c-torture/execute/20000519-2.c: New test.
5917 2000-05-19  Andreas Jaeger  <aj@suse.de>
5919         * gcc.c-torture/execute/20000519-1.c: Testcase from Ulrich Drepper
5920         which fails with SSA.
5922         * lib/c-torture.exp: Also test with -O3 -fssa.
5924 2000-05-18  Michael Meissner  <meissner@redhat.com>
5926         * gcc.c-torture/compile/920501-1.c: Remove CYGNUS LOCAL markers.
5927         * gcc.c-torture/execute/920415-1.c: Ditto.
5928         * gcc.c-torture/execute/920501-1.c: Ditto.
5929         * gcc.c-torture/execute/conversion.c: Ditto.
5930         * gcc.c-torture/execute/cvt-1.c: Ditto.
5932 Thu May 18 16:03:29 2000  Jeffrey A Law  (law@cygnus.com)
5934         * gcc.c-torture/compile/20000518-1.c: New test.
5936 2000-05-18  David Billinghurst  <David.Billinghurst@riotinto.com.au>
5938         * g77.f-torture/compile/200005018.f:  New test.
5940 Wed May 17 18:30:10 2000  Jeffrey A Law  (law@cygnus.com)
5942         * gcc.c-torture/compile/20000517-1.c: New test.
5944 2000-05-16  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5946         * gcc.c-torture/execute/20000516-1.c: New test.
5948 2000-05-15  Jakub Jelinek  <jakub@redhat.com>
5950         * g++.old-deja/g++.other/eh.C: New test.
5952 2000-05-12  Richard Henderson  <rth@cygnus.com>
5954         * gcc.c-torture/execute/990208-1.c (main): Don't pass
5955         constants through to doit's conditional.
5957 Thu May 11 19:02:43 2000  Jeffrey A Law  (law@cygnus.com)
5959         * gcc.c-torture/compile/20000511-1.c: New test.
5960         * g77.f-torture/compile/20000511-1.f: New test.
5961         * g77.f-torture/compile/20000511-2.f: New test.
5963 2000-05-11  Michael Meissner  <meissner@redhat.com>
5965         * gcc.c-torture/execute/20000511-1.c: New test.
5967 2000-05-11  Zack Weinberg  <zack@wolery.cumb.org>
5969         * gcc.dg/dg.exp: Scan .S files as well as .c files.
5970         * gcc.dg/20000510-1.S: New.
5972 2000-05-08  Catherine Moore  <clm@cygnus.com>
5974         * gcc.dg/unused-3.c: New.
5976 2000-05-06  Richard Henderson  <rth@cygnus.com>
5978           * g++.old-deja/g++.brendan/code-gen2.C: Cast to size_t, not int.
5979           * g++.old-deja/g++.mike/warn1.C: Likewise.
5980           * g++.old-deja/g++.pt/local1.C: Likewise.
5981           * g++.old-deja/g++.pt/local7.C: Likewise.
5982           * g++.old-deja/g++.pt/spec16.C: Likewise.
5984 2000-05-06  Nathan Sidwell  <nathan@codesourcery.com>
5986         * g++.old-deja/g++.abi/ptrflags.C: Correct and extend.
5988 2000-05-05  David Billinghurst  <David Billinghurst@riotinto.com.au>
5990           * g77.f-torture/execute/20000503-1.f:  New test.
5992 2000-05-04  Andreas Jaeger  <aj@suse.de>
5994         * gcc.dg/noreturn-2.c: New test.
5996 2000-05-04  Neil Booth  <NeilB@earthling.net>
5998         * gcc.dg/cpp-opprec.c: New tests for operator precedence in the
5999         preprocessor.
6001 2000-05-04  Richard Henderson  <rth@cygnus.com>
6003         * gcc.c-torture/execute/20000503-1.c: Fix typo.
6005 2000-05-04  Richard Henderson  <rth@cygnus.com>
6007         * gcc.c-torture/compile/20000504-1.c: New test.  Derived from
6008         OpenSSL by Jason R Thorpe.
6010 Wed May  3 13:02:10 2000  Jim Wilson  <wilson@cygnus.com>
6012         * gcc.c-torture/execute/20000503-1.c: New test for extract_muldiv bug.
6014 2000-05-03  Robert Lipe <robertlipe@usa.net>
6016         * gcc.dg/20000503-1.c: New test.
6018 2000-05-02  Jakub Jelinek  <jakub@redhat.com>
6020         * gcc.c-torture/compile/20000502-1.c: New test.
6021         * g++.old-deja/g++.other/align.C: New test.
6022         * gcc.dg/cpp-tradstringify.c: New test.
6024 Thu Apr 27 15:58:18 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6026         * gcc.c-torture/compile/20000427-1.c: New test for loop hoisting code
6027         and hard registers.
6029 2000-04-26  Geoff Keating  <geoffk@cygnus.com>
6031         * gcc.c-torture/execute/loop-5.c: New test.
6033 2000-04-25  Jakub Jelinek  <jakub@redhat.com>
6035         * gcc.c-torture/execute/va-arg-20.c: New test.
6037 Sun Apr 23 14:41:33 2000  Jeffrey A Law  (law@cygnus.com)
6039         * gcc.c-torture/execute/20000422-1.c: New test.
6041 2000-04-20  Greg McGary  <gkm@gnu.org>
6043         * gcc.c-torture/compile/20000420-2.c: New test for stack misalignment
6044         when optimizing, but without sibling-call optimizations (-O1).
6046 Thu Apr 20 11:57:03 2000  Jeffrey A Law  (law@cygnus.com)
6048           * gcc.c-torture/compile/20000420-1.c: New test.
6050 2000-04-20  Nathan Sidwell  <nathan@codesourcery.com>
6052         * g++.abi/ptrflags.C: New test.
6053         * g++.eh/catchptr1.C: Test incomplete pointer chains.
6055 Wed Apr 19 09:16:32 2000  Catherine Moore  <clm@cygnus.com>
6057         * gcc.c-torture/execute/921017-1.c: Check for NO_TRAMPOLINES.
6059 2000-04-19  Greg McGary  <gkm@gnu.org>
6061         * gcc.c-torture/execute/20000419-1.c: New test for arg clobbering with
6062         sibling-call optimizations.
6064 2000-04-19  Zack Weinberg  <zack@wolery.cumb.org>
6066         * gcc.dg/20000419-1.c: New test.
6068 Wed Apr 12 22:54:02 2000  Hans-Peter Nilsson  <hp@axis.com>
6070         * gcc.c-torture/execute/20000412-6.c: New test.
6072 Wed Apr 12 10:25:08 2000  Jeffrey A Law  (law@cygnus.com)
6074         * gcc.c-torture/execute/20000412-5.c: New test.
6075         * g77.f-torture/compile/20000412-1.f: New test.
6076         * gcc.c-torture/execute/20000412-4.c: New test.
6077         * gcc.c-torture/compile/20000412-2.c: New test.
6078         * gcc.c-torture/execute/20000412-3.c: New test.
6079         * gcc.c-torture/compile/20000412-1.c: New test.
6080         * gcc.c-torture/execute/20000412-2.c: New test.
6082 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
6084         * objc/execute/bf-20.m: New test.
6086 2000-04-10  Richard Henderson  <rth@cygnus.com>
6088         * gcc.c-torture/execute/20000412-1.c: Reduce some more.
6090         * gcc.c-torture/execute/20000412-1.c: New test.
6092 2000-04-10  Nathan Sidwell  <nathan@codesourcery.com>
6094         * g++.old-deja/g++.eh/catchptr1.C: New test.
6096 2000-04-09  Nathan Sidwell  <nathan@codesourcery.com>
6098         * g++.old-deja/g++.abi/cxa_vec.C: New test.
6100 2000-04-08  Neil Booth  <NeilB@earthling.net>
6102         * gcc.dg/cpp-nullchar.c: Remove test as
6103         embedded nulls cause problems.
6105 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6107         * gcc.dg/compare2.c: New test.
6109 2000-04-08  Neil Booth  <NeilB@earthling.net>
6111         * gcc.dg/cpp-nullchar.c: New test.
6113 2000-04-07  Zack Weinberg  <zack@wolery.cumb.org>
6115         * gcc.dg/cpp-mi2.c: New test.
6116         * gcc.dg/cpp-mi2[abc].h: New files.
6118 2000-04-07  Nathan Sidwell  <nathan@codesourcery.com>
6120         * g++.old-deja/g++.abi/vmihint.C: Adjust __vmi_class_type_info
6121         member name.
6123 2000-04-06  Nathan Sidwell  <nathan@codesourcery.com>
6125         * g++.old-deja/g++.abi/vmihint.C: New test.
6127 2000-04-06  Neil Booth  <NeilB@earthling.net>
6129         * cpp-ifparen.c, cpp-missingop.c, cpp-missingparen.c,
6130         cpp-shift.c, cpp-shortcircuit.c, cpp-unary.c:  Add FSF
6131         copyright.
6133 Wed Apr  5 22:51:36 2000  Hans-Peter Nilsson  <hp@axis.com>
6135         * gcc.c-torture/execute/960327-1.c (f): Add a letter to s[] to
6136         avoid stack-frame overwrite.
6138 2000-04-05  Jakub Jelinek  <jakub@redhat.com>
6140         * gcc.c-torture/compile/20000405-2.c: New test.
6141         * gcc.c-torture/compile/20000405-3.c: New test.
6143 2000-04-05  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
6145         * gcc.c-torture/compile/20000405-1.c: New test.
6147 2000-04-04  Geoff Keating  <geoffk@cygnus.com>
6149         * gcc.dg/cast-qual-1.c: Revert last change.
6151 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6153         * gcc.dg/cast-qual-1.c: Check casts through a pointer typedef.
6155 2000-04-03  Zack Weinberg  <zack@wolery.cumb.org>
6157         * gcc.dg/cpp-redef-2.c, gcc.dg/cpp-tradwarn1.c,
6158         gcc.dg/cpp-unc.c: Add -fno-show-column to compiler options.
6160 Mon Apr  3 02:35:34 2000  Jeffrey A Law  (law@cygnus.com)
6162         * gcc.c-torture/compile/20000403-2.c: New test.
6163         * gcc.c-torture/compile/20000403-1.c: New test.
6165 Mon Apr  3 16:53:52 2000  Hans-Peter Nilsson  <hp@axis.com>
6167         * gcc.c-torture/execute/20000403-1.c: New test.
6169 2000-04-03  Geoff Keating  <geoffk@cygnus.com>
6171         * gcc.c-torture/execute/20000402-1.c: New test.
6173 Mon Apr  3 14:10:34 2000  Donald Lindsay  <dlindsay@cygnus.com>
6175         * gcc.c-torture/execute/va-arg-15.c: New test.
6176         * gcc.c-torture/execute/va-arg-16.c: New test.
6177         * gcc.c-torture/execute/va-arg-17.c: New test.
6178         * gcc.c-torture/execute/va-arg-18.c: New test.
6179         * gcc.c-torture/execute/va-arg-19.c: New test.
6181 2000-04-02  Zack Weinberg  <zack@wolery.cumb.org>
6183         * gcc.c-torture/compile/981211-1.c: Move to...
6184         * gcc.dg/cpp-as1.c: ...here.
6185         * gcc.dg/cpp-as2.c: New file.
6187         * gcc.dg/cpp-tradwarn1.c: Change warning regexps to match the
6188         compiler.
6190 2000-04-02  Neil Booth  <NeilB@earthling.net>
6192         * gcc.dg/cpp-cond.c  New tests.
6193         * gcc.dg/cpp-ifparen.c New tests.  Amend existing tests to make
6194         accidental success less likely.
6195         * gcc.dg/cpp-missingop.c  New tests.
6196         * gcc.dg/cpp-missingparen.c  New tests.
6197         * gcc.dg/cpp-shift.c  New tests.
6198         * gcc.dg/cpp-shortcircuit.c  New tests.
6199         * gcc.dg/cpp-unary.c  New tests.
6201 Wed Mar 29 13:44:23 2000  Jeffrey A Law  (law@cygnus.com)
6203         * gcc.c-torture/compile/20000329-1.c: New test.
6205 2000-03-26  Bernd Schmidt  <bernds@cygnus.co.uk>
6207         * gcc.c-torture/compile/20000326-1.c: New test.
6208         * gcc.c-torture/compile/20000326-2.c: New test.
6210 2000-03-24  Geoff Keating  <geoffk@cygnus.com>
6212         * gcc.c-torture/execute/va-arg-14.c: New test for va_start where
6213         the first parameter is a function argument.
6215 2000-03-23  Nathan Sidwell  <nathan@codesourcery.com>
6217         * g++.old-deja/g++.ext/array4.C: New test.
6219 2000-03-22  Geoff Keating  <geoffk@cygnus.com>
6221         * gcc.c-torture/execute/ieee/20000320-1.c: New test for denormals.
6223 2000-03-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6225         * gcc.dg/noreturn-1.c: Check for another bogus noreturn case.
6227 2000-03-19  Richard Henderson  <rth@cygnus.com>
6229         * gcc.c-torture/compile/20000314-2.c: Use __SIZE_TYPE__, not size_t.
6231 2000-03-19  Richard Henderson  <rth@cygnus.com>
6233         * gcc.c-torture/compile/20000319-1.c: New test.
6235 Tue Mar 14 08:58:37 2000  Jeffrey A Law  (law@cygnus.com)
6237         * gcc.c-torture/execute/20000314-3.c: New test.
6238         * gcc.c-torture/execute/20000314-2.c: New test.
6239         * gcc.c-torture/execute/20000314-1.c: New test.
6240         * gcc.c-torture/compile/20000314-2.c: New test.
6241         * gcc.c-torture/compile/20000314-1.c: New test.
6243 2000-03-13  Nathan Sidwell  <nathan@codesourcery.com>
6245         * g++.old-deja/g++.warn/inline.C: New test.
6247 Fri Mar 10 01:15:19 2000  Hans-Peter Nilsson  <hp@bitrange.com>
6249         * gcc.c-torture/execute/divconst-2.c: Rewrite to check for
6250         standards-compliant result rather than specific constants.
6251         Put test-values in array.
6253 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
6255         * lib/g++.exp (g++_init): Don't put { } around -fmessage-length=0.
6256         (g++_target_compile): Put test-specific options last.
6258 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
6260         * g++.old-deja/g++.eh/vbase4.C: New test.
6262 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
6264         * g++.old-deja/g++.bugs/900215_01.C: Adjust.
6266 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
6268         * g++.old-deja/g++.brendan/misc12.C: Removed.
6269         * g++.old-deja/g++.pt/memtemp77.C: Constify.
6270         * g++.old-deja/g++.ext/pretty4.C: New test.
6272 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
6274         * g++.old-deja/g++.other/string2.C: New test.
6276 2000-03-06  Nathan Sidwell  <nathan@codesourcery.com>
6278         * g++.old-deja/g++.warn/impint2.C: New test.
6280 Sun Mar  5 23:25:12 2000  Hans-Peter Nilsson  <hp@bitrange.com>
6282         * gcc.c-torture/execute/20000224-1.c (main): Expected return-value
6283         is 1, not zero.
6285 2000-03-05  Nathan Sidwell  <nathan@codesourcery.com>
6287         * g++.old-deja/g++.warn/impint.C: New test.
6288         * g++.old-deja/g++.martin/sts_vectini.C: Add -w option.
6289         * g++.old-deja/g++.pt/explicit10.C: Specify -w option.
6290         * g++.old-deja/g++.pt/explicit12.C: Likewise.
6291         * g++.old-deja/g++.pt/explicit13.C: Likewise.
6292         * g++.old-deja/g++.pt/explicit17.C: Likewise.
6293         * g++.old-deja/g++.pt/explicit18.C: Likewise.
6294         * g++.old-deja/g++.pt/explicit19.C: Likewise.
6295         * g++.old-deja/g++.pt/explicit23.C: Likewise.
6296         * g++.old-deja/g++.pt/explicit31.C: Likewise.
6297         * g++.old-deja/g++.pt/explicit35.C: Likewise.
6298         * g++.old-deja/g++.pt/explicit6.C: Likewise.
6299         * g++.old-deja/g++.pt/memclass7.C: Likewise.
6301 2000-03-01  Zack Weinberg  <zack@wolery.cumb.org>
6303         * gcc.dg/cpp-redef.c: New test.
6305 2000-02-29  Nathan Sidwell  <nathan@codesourcery.com>
6307         * g++.old-deja/g++.pt/unify7.C: New test.
6309 Sat Feb 26 19:46:09 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6311         * g++.old-deja/g++.ext/attrib5.C: XFAIL on Alpha since no link alias.
6312         * g++.old-deja/g++.pt/static3.C: Generalize system name for Alpha.
6314 2000-02-25  Geoff Keating  <geoffk@cygnus.com>
6316         * gcc.c-torture/compile/20000224-1.c: New test.
6318 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
6320         * gcc.c-torture/compile/cpp-2.c: New test.
6321         * gcc.c-torture/compile/cpp-1.c: New test.
6323 Fri Feb 25 21:44:49 2000  Jeffrey A Law  (law@cygnus.com)
6325         * gcc.c-torture/execute/20000225-1.c: New test.
6327 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
6329         * gcc.dg/cpp-li2.c: New test.
6331         * gcc.dg/cpp-wi1.c: New test.
6333         * gcc.dg/cpp-li1.c: New test.
6335 2000-02-24  Nathan Sidwell  <nathan@codesourcery.com>
6337         * g++.old-deja/g++.other/sizeof5.C: New test.
6339 2000-02-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6341         * gcc.c-torture/execute/va-arg-13.c: New test.
6343 Wed Feb 23 14:16:06 2000  Donald Lindsay  <dlindsay@cygnus.com>
6345         * gcc.c-torture/execute/va-arg-12.c: New test.
6347 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
6349         * gcc.c-torture/execute/20000223-1.c: New test.
6351 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
6353         * g++.old-deja/g++.pt/memtemp79.C: Fixed. Remove XFAIL.
6355 2000-02-22  Mark Mitchell  <mark@codesourcery.com>
6357         * g++.old-deja/g++.abi/ptrmem.C: New test.
6359 2000-02-19  Richard Henderson  <rth@cygnus.com>
6361         * gcc.c-torture/compile/init-3.c: New.
6363 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
6365         * lib/g++.exp (g++_init): Add -fmessage-length=0 to
6366         ALWAYS_CXXFLAGS.
6368 Fri Feb 11 12:35:40 2000  Robert Lipe <robertl@sco.com>
6370         * gcc.c-torture/compile/20000211-3.c: New test.
6372 Fri Feb 11 12:35:40 2000  Martin Buchholz <martin@xemacs.org>
6374         * gcc.c-torture/compile/20000211-2.c: New test.
6376 Fri Feb 11 12:35:40 2000  Jeffrey A Law  (law@cygnus.com)
6378         * gcc.c-torture/compile/20000211-1.c: New test.
6380 2000-02-09  Jonathan Larmour  <jlarmour@redhat.co.uk>
6382         * gcc.dg/special/ecos.exp: Use -static when testing --gc-sections
6383           on native targets
6385 2000-02-08  Nathan Sidwell  <nathan@acm.org>
6387         * g++.old-deja/g++.other/cast5.C: New test.
6389 2000-02-05  Alan Modra  <alan@SPRI.Levels.UniSA.Edu.Au>
6391         * gcc.c-torture/execute/20000205-1.c: New.
6393 2000-02-03  Nathan Sidwell  <nathan@acm.org>
6395         * g++.old-deja/g++.jason/cast3.C: Return void.
6396         * g++.old-deja/g++.pt/dynarray.C: Don't be pedantic.
6398 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
6400         * gcc.dg/unused-2.c: Use -Wreturn-type instead of -Wall.
6402         * gcc.dg/loop-1.c: New test.
6404 2000-01-27  Jakub Jelinek  <jakub@redhat.com>
6406         * gcc.c-torture/compile/20000127-1.c: New test.
6407         * gcc.c-torture/execute/991228-1.c: New test.
6409 2000-01-26  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
6411         * gcc.dg/unused-2.c: New test.
6413         * gcc.dg/conv-1.c: New test.
6415 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
6417         * lib/g++.exp (g++init): Use g++, not xgcc, to invoke the C++
6418         compiler.
6419         (tool_option_proc): Fix typo.
6421 2000-01-24  Geoff Keating  <geoffk@cygnus.com>
6423         * gcc.dg/special/ecos.exp (gcsec-1.c): Check the version
6424         of the ld on the host, not on the build machine.
6425         Also, don't crash if '--help' is not a supported option.
6427 2000-01-24  Richard Henderson  <rth@cygnus.com>
6429         * gcc.c-torture/execute/ieee/fp-cmp-4.c: New.
6431 Thu Jan 20 12:34:48 2000  Jeffrey A Law  (law@cygnus.com)
6433         * gcc.c-torture/execute/20000120-2.c: New test.
6434         * gcc.c-torture/execute/20000120-1.c: New test.
6436 Thu Jan 13 02:29:32 2000  Jeffrey A Law  (law@cygnus.com)
6438         * gcc.c-torture/execute/20000113-1.c: New test.
6440 Wed Jan 12 20:26:58 2000  Jeffrey A Law  (law@cygnus.com)
6442         * gcc.c-torture/execute/20000112-1.c: New test.
6444 2000-01-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
6446         * gcc.dg/20000111-1.c: New test.
6448 Mon Jan 10 18:12:49 2000  Jeffrey A Law  (law@cygnus.com)
6450         * gcc.c-torture/execute/990628-1.c: Tweak to work on targets
6451         with 16 bit integers.
6453 2000-01-08  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
6455         * gcc.dg/20000108-1.c: New test.
6457 2000-01-05  Nathan Sidwell  <nathan@acm.org>
6459         * g++.old-deja/g++.ns/koenig8.C: New test.
6461 2000-01-05  Nathan Sidwell  <nathan@acm.org>
6463         * g++.old-deja/g++.other/cast4.C: New test.
6465 Wed Jan  5 00:26:20 2000  Jeffrey A Law  (law@cygnus.com)
6467         * gcc.c-torture/compile/20000105-2.c: New test.
6468         * gcc.c-torture/compile/20000105-1.c: New test.
6470 2000-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6472         * g++.old-deja/g++.brendan/array1.C: Modify explicit external libc
6473         references to printf & atoi to conform to ANSI standard.
6474         * g++.old-deja/g++.brendan/code-gen1.C: Likewise.
6475         * g++.old-deja/g++.brendan/code-gen2.C: Likewise.
6476         * g++.old-deja/g++.brendan/code-gen3.C: Likewise.
6477         * g++.old-deja/g++.brendan/code-gen4.C: Likewise.
6478         * g++.old-deja/g++.brendan/code-gen6.C: Likewise.
6479         * g++.old-deja/g++.brendan/complex1.C: Likewise.
6480         * g++.old-deja/g++.brendan/copy1.C: Likewise.
6481         * g++.old-deja/g++.brendan/copy2.C: Likewise.
6482         * g++.old-deja/g++.brendan/copy3.C: Likewise.
6483         * g++.old-deja/g++.brendan/copy4.C: Likewise.
6484         * g++.old-deja/g++.brendan/copy5.C: Likewise.
6485         * g++.old-deja/g++.brendan/copy6.C: Likewise.
6486         * g++.old-deja/g++.brendan/copy7.C: Likewise.
6487         * g++.old-deja/g++.brendan/copy8.C: Likewise.
6488         * g++.old-deja/g++.brendan/crash11.C: Likewise.
6489         * g++.old-deja/g++.brendan/crash14.C: Likewise.
6490         * g++.old-deja/g++.brendan/ctors1.C: Likewise.
6491         * g++.old-deja/g++.brendan/ctors2.C: Likewise.
6492         * g++.old-deja/g++.brendan/delete2.C: Likewise.
6493         * g++.old-deja/g++.brendan/dtors1.C: Likewise.
6494         * g++.old-deja/g++.brendan/dtors2.C: Likewise.
6495         * g++.old-deja/g++.brendan/dtors3.C: Likewise.
6496         * g++.old-deja/g++.brendan/eh1.C: Likewise.
6497         * g++.old-deja/g++.brendan/groff1.C: Likewise.
6498         * g++.old-deja/g++.brendan/init3.C: Likewise.
6499         * g++.old-deja/g++.brendan/misc12.C: Likewise.
6500         * g++.old-deja/g++.brendan/misc7.C: Likewise.
6501         * g++.old-deja/g++.brendan/new2.C: Likewise.
6502         * g++.old-deja/g++.brendan/operators4.C: Likewise.
6503         * g++.old-deja/g++.brendan/operators5.C: Likewise.
6504         * g++.old-deja/g++.brendan/overload2.C: Likewise.
6505         * g++.old-deja/g++.brendan/overload7.C: Likewise.
6506         * g++.old-deja/g++.brendan/redecl2.C: Likewise.
6507         * g++.old-deja/g++.brendan/reference1.C: Likewise.
6508         * g++.old-deja/g++.brendan/sizeof5.C: Likewise.
6509         * g++.old-deja/g++.brendan/template24.C: Likewise.
6510         * g++.old-deja/g++.brendan/template3.C: Likewise.
6511         * g++.old-deja/g++.brendan/vtables1.C: Likewise.
6512         * g++.old-deja/g++.jason/inline3.C: Likewise.
6513         * g++.old-deja/g++.jason/opeq.C: Likewise.
6514         * g++.old-deja/g++.law/arg5.C: Likewise.
6515         * g++.old-deja/g++.law/arm7.C: Likewise.
6516         * g++.old-deja/g++.law/ctors11.C: Likewise.
6517         * g++.old-deja/g++.law/cvt8.C: Likewise.
6518         * g++.old-deja/g++.law/init9.C: Likewise.
6519         * g++.old-deja/g++.law/refs4.C: Likewise.
6520         * g++.old-deja/g++.law/template2.C: Likewise.
6521         * g++.old-deja/g++.law/visibility24.C: Likewise.
6522         * g++.old-deja/g++.law/vtable3.C: Likewise.
6523         * g++.old-deja/g++.mike/asm2.C: Likewise.
6524         * g++.old-deja/g++.mike/eh1.C: Likewise.
6525         * g++.old-deja/g++.mike/misc1.C: Likewise.
6526         * g++.old-deja/g++.mike/misc13.C: Likewise.
6527         * g++.old-deja/g++.mike/misc14.C: Likewise.
6528         * g++.old-deja/g++.mike/ns12.C: Likewise.
6529         * g++.old-deja/g++.mike/p1248.C: Likewise.
6530         * g++.old-deja/g++.mike/p3708.C: Likewise.
6531         * g++.old-deja/g++.mike/p3708a.C: Likewise.
6532         * g++.old-deja/g++.mike/p3708b.C: Likewise.
6533         * g++.old-deja/g++.mike/p646.C: Likewise.
6534         * g++.old-deja/g++.mike/p700.C: Likewise.
6535         * g++.old-deja/g++.mike/p783.C: Likewise.
6536         * g++.old-deja/g++.mike/p783a.C: Likewise.
6537         * g++.old-deja/g++.mike/p783b.C: Likewise.
6538         * g++.old-deja/g++.mike/p786.C: Likewise.
6539         * g++.old-deja/g++.mike/p789.C: Likewise.
6540         * g++.old-deja/g++.mike/p789a.C: Likewise.
6541         * g++.old-deja/g++.mike/p807a.C: Likewise.
6542         * g++.old-deja/g++.other/delete3.C: Likewise.
6543         * g++.old-deja/g++.other/dyncast1.C: Likewise.
6544         * g++.old-deja/g++.other/dyncast2.C: Likewise.
6545         * g++.old-deja/g++.other/dyncast3.C: Likewise.
6546         * g++.old-deja/g++.other/empty1.C: Likewise.
6547         * g++.old-deja/g++.other/temporary1.C: Likewise.
6548         * g++.old-deja/g++.pt/memtemp14.C: Likewise.
6549         * g++.old-deja/g++.pt/t16.C: Likewise.
6550         * g++.old-deja/g++.pt/tiemann2.C: Likewise.
6552 1999-12-30  Bernd Schmidt  <bernds@cygnus.co.uk>
6554         * gcc.dg/991230-1.c: New test.
6556 Wed Dec 29 23:48:49 1999  Jeffrey A Law  (law@cygnus.com)
6558         * gcc.c-torture/compile/991229-3.c: New test.
6559         * gcc.c-torture/compile/991229-2.c: New test.
6560         * gcc.c-torture/compile/991229-1.c: New test.
6562 Wed Dec 29 20:54:46 1999  Greg McGary <gkm@eng.ascend.com>
6564         * gcc.c-torture/compile/labels-2.c: New test.
6566 1999-12-27  Martin von Löwis  <loewis@informatik.hu-berlin.de>
6568         * gcc.c-torture/execute/991227-1.c: New test.
6570 1999-12-22  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
6572         * g++.old-deja/g++.pt/instantiate6.C: Remove excess errors XFAIL.
6574 1999-12-21  Martin von Löwis  <loewis@informatik.hu-berlin.de>
6576         * gcc.c-torture/execute/991221-1.c: New test.
6578 1999-12-20  Nathan Sidwell  <nathan@acm.org>
6580         * g++.old-deja/g++.other/cast3.C: New test.
6582 1999-12-16  Bernd Schmidt  <bernds@cygnus.co.uk>
6584         * gcc.c-torture/execute/991216-4.c: New test.
6586 1999-12-16  Michael Meissner  <meissner@cygnus.com>
6588         * gcc.c-torture/execute/991216-1.c: New test.
6589         * gcc.c-torture/execute/991216-2.c: New test.
6590         * gcc.c-torture/execute/991216-3.c: New test.
6592 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
6594         * gcc.dg/991214-1.c: Use "__asm__", not "asm".
6595         Actually make the test fail by using "-O2" for compilation.
6597 1999-12-15  Nathan Sidwell  <nathan@acm.org>
6599         * g++.old-deja/g++.warn/cast-align1.C: New test.
6601 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
6603         * gcc.c-torture/compile/991214-1.c: New test.
6604         * gcc.c-torture/compile/991214-2.c: New test.
6606 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
6608         * gcc.dg/991214-1.c: New test.
6610 Mon Dec 13 23:03:09 1999  Jeffrey A Law  (law@cygnus.com)
6612         * gcc.c-torture/compile/991213-3.c: New test.
6613         * gcc.c-torture/compile/991213-2.c: New test.
6614         * gcc.c-torture/compile/991213-1.c: New test.
6616 Fri Dec 10 00:53:10 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
6618         * gcc.dg/991209-1.c: New test.
6620 Wed Dec  8 23:44:08 1999  Nathan Sidwell <nathan@acm.org>
6622         * gcc.c-torture/compile/991208-1.c: New test.
6624 1999-12-06  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
6626         * gcc.dg/ultrasp2.c: New test.
6628 1999-12-05  Alex Samuel  <samuel@codesourcery.com>
6630         * g++.old-deja/g++.abi/align.C (main): Fix typo.
6632 1999-12-02  Bernd Schmidt  <bernds@cygnus.co.uk>
6634         * gcc.c-torture/compile/991202-1.c: New test.
6635         * gcc.c-torture/execute/991202-1.c: New test.
6636         * gcc.c-torture/execute/991202-2.c: New test.
6637         * gcc.c-torture/execute/991202-3.c: New test.
6639 1999-12-02  Alex Samuel  <samuel@codesourcery.com>
6641         * g++.old-deja/g++.abi/align.C: New test.
6642         * g++.old-deja/g++.abi/aggregates.C: Likewise.
6643         * g++.old-deja/g++.abi/bitfields.C: Likewise.
6645 1999-12-01  Richard Henderson  <rth@cygnus.com>
6647         * gcc.c-torture/execute/991201-1.c: New.
6649 1999-11-29  Bernd Schmidt  <bernds@cygnus.co.uk>
6651         * gcc.dg/991129-1.c: New test.
6653 1999-11-27  Bernd Schmidt  <bernds@cygnus.co.uk>
6655         * gcc.c-torture/compile/991127-1.c: New test.
6657 1999-11-22  Nathan Sidwell  <nathan@acm.org>
6659         * g++.old-deja/g++.other/warn4.C: New test.
6661 1999-11-22  Nathan Sidwell  <nathan@acm.org>
6663         * g++.old-deja/g++.eh/cleanup2.C: New test.
6664         * g++.old-deja/g++.ext/pretty2.C: New test.
6665         * g++.old-deja/g++.ext/pretty3.C: New test.
6666         * g++.old-deja/g++.other/debug6.C: New test.
6668 Wed Oct 20 16:18:23 1999  Jim Wilson  <wilson@cygnus.com>
6670         * gcc.c-torture/noncompile/noncompile.exp: For 940510-1.c, change
6671         compiler_output to look for one error message instead of two.
6673 1999-11-19  Geoffrey Keating  <geoffk@cygnus.com>
6675         * gcc.c-torture/execute/991118-1.c: Also test case
6676         where the word boundary does not split a byte evenly.
6678 1999-11-19  Nathan Sidwell  <nathan@acm.org>
6680         * g++.old-deja/g++.ext/restrict1.C: New test.
6682 1999-11-18 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
6684         * gcc.c-torture/execute/991118-1.c: New test.
6686 1999-11-16  Geoffrey Keating  <geoffk@cygnus.com>
6688         * g77.f-torture/execute/u77-test.f (wd): Allow for longer
6689         working directory pathnames.
6691 1999-10-13  Brendan Kehoe  <brendan@cygnus.com>
6693         * gcc.c-torture/execute/memcheck/memcheck.exp: Make sure a remote
6694         host is equipped with driver.h and driver.o so it can actually
6695         compile and run the tests.
6697 Fri Oct  8 18:46:11 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
6699         * gcc.c-torture/compile/991008-1.c: New test.
6701 1999-11-08  Nick Clifton  <nickc@cygnus.com>
6703         * lib/gcc-dg.exp: Include target-supports.exp
6705 1999-11-05  Nick Clifton  <nickc@cygnus.com>
6707         * lib/target-supports.exp: New file: Provide procs to test for
6708         features supported by the target.
6709         (check_weak_available): Moved here from ecos.exp.
6710         (check_alias_available): New proc: Determine of the target
6711         toolchain supports the alias attribute.
6713         * gcc.dg/special/ecos.exp: Move check_weak_available to
6714         target-supports.exp.
6715         (alias-1.c): Only perform the test if the target supports
6716         aliases.
6717         (wkali-1.c): Only perform the test if the target supports
6718         aliases.
6720         * gcc.dg/990506-0.c: Expect error messages from cross
6721         targets as well as native targets.
6723 1999-11-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
6725         * gcc.dg/ultrasp1.c: Removed xfail.
6726         * gcc.dg/struct-ret-2.c: Likewise.
6727         * gcc.dg/array-1.c: Likewise.
6729 1999-11-01  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
6731         * gcc.dg/struct-ret-2.c: New test.
6733         * gcc.dg/array-1.c: New test.
6735 Sat Oct 30 22:23:46 1999  Stephen L Moshier <moshier@mediaone.net>
6737         * gcc.c-torture/execute/991030-1.c: New test.
6739 Tue Oct 26 20:25:42 1999  Richard Henderson  <rth@cygnus.com>
6741         * gcc.c-torture/compile/991026-2.c: New test.
6743 Tue Oct 26 00:45:56 1999  Jeffrey A Law  (law@cygnus.com)
6745         * gcc.c-torture/compile/991026-1.c: New test.
6747 Sat Oct 23 23:36:03 1999  Jeffrey A Law  (law@cygnus.com)
6749         * gcc.c-torture/execute/991023-1.c: New test.
6751 Tue Oct 19 02:11:29 1999  Jeffrey A Law  (law@cygnus.com)
6753         * gcc.c-torture/execute/991019-1.c: New test.
6755 Sat Oct 16 00:05:48 1999  Richard Henderson  <rth@cygnus.com>
6757         * gcc.c-torture/execute/991016-1.c: New test.
6759 Thu Oct 14 04:22:47 1999  Stephane Carrez  <stcarrez@worldnet.fr>
6761         * gcc.c-torture/execute/991014-1.c: New test.
6763 Wed Oct 13 22:01:35 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
6765         * g++.old-deja/g++.other/union2.C: New test.
6767 1999-10-13  Nathan Sidwell  <nathan@acm.org>
6769         * g++.old-deja/g++.other/vaarg2.C: New test.
6770         * g++.old-deja/g++.other/vaarg3.C: New test.
6772 1999-10-12  Craig Burley  <craig@jcb-sc.com>
6774         * g77.f-torture/noncompile/19990905-1.f: Moved from being
6775         in compile/.
6777 1999-10-04  Ulrich Drepper  <drepper@cygnus.com>
6779         * gcc.c-torture/execute/va-arg-11.c: New test.
6781 Fri Oct  1 00:53:17 1999  Mark P. Mitchell  <mark@codesourcery.com>
6783         * lib/file-format.exp (gcc_target_object_format): Don't
6784         crash if objdump is unavailable.
6786 Wed Sep 29 23:48:44 1999  Donn Terry <donn@interix.com>
6788         * gcc.misc-tests/mg.exp: delete extraneous redirection.
6790 1999-09-28  Nick Clifton  <nickc@cygnus.com>
6792         * gcc.c-torture/compile/990928-1.c: New test.
6794 Tue Sep 28 13:19:15 BST 1999  Nathan Sidwell  <nathan@acm.org>
6796         * g++.old-deja/g++.other/decl6.C: New test.
6798 Tue Sep 28 01:19:09 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6800         * gcc.c-torture/execute/va-arg-10.c: New test.
6802 Mon Sep 27 09:14:24 BST 1999  Nathan Sidwell  <nathan@acm.org>
6804         * g++.old-deja/g++.pt/memtemp77.C: Adjust expected
6805         __PRETTY_FUNCTION__.
6807 1999-09-23  Nick Clifton  <nickc@cygnus.com>
6809         * gcc.c-torture/execute/990923-1.c: New test.
6811 1999-09-21  Nick Clifton  <nickc@cygnus.com>
6813         * gcc.c-torture/special/special.exp: Add FR30 to list of targets
6814         for which -fpic is inappropriate.
6816 1999-09-21  Mark Mitchell  <mark@codesourcery.com>
6818         * g++.dg/ecos.exp: Don't supply -finit-priority to cc1plus.
6820 Tue Sep 21 15:38:10 BST 1999  Nathan Sidwell  <nathan@acm.org>
6822         * g++.old-deja/g++.other/dyncast1.C: New test.
6823         * g++.old-deja/g++.other/dyncast2.C: New test.
6824         * g++.old-deja/g++.other/dyncast3.C: New test.
6825         * g++.old-deja/g++.other/dyncast4.C: New test.
6826         * g++.old-deja/g++.other/dyncast5.C: New test.
6827         * g++.old-deja/g++.eh/catch3.C: New test.
6828         * g++.old-deja/g++.eh/catch3p.C: New test.
6829         * g++.old-deja/g++.eh/catch4.C: New test.
6830         * g++.old-deja/g++.eh/catch4p.C: New test.
6831         * g++.old-deja/g++.eh/catch5.C: New test.
6832         * g++.old-deja/g++.eh/catch5p.C: New test.
6833         * g++.old-deja/g++.eh/catch6.C: New test.
6834         * g++.old-deja/g++.eh/catch6p.C: New test.
6835         * g++.old-deja/g++.eh/catch7.C: New test.
6836         * g++.old-deja/g++.eh/catch7p.C: New test.
6837         * g++.old-deja/g++.eh/catch8.C: New test.
6838         * g++.old-deja/g++.eh/catch8p.C: New test.
6839         * g++.old-deja/g++.eh/catch9.C: New test.
6840         * g++.old-deja/g++.eh/catch9p.C: New test.
6842 Mon Sep 13 14:14:21 BST 1999  Nathan Sidwell  <nathan@acm.org>
6844         * g++.old-deja/g++.other/sizeof3.C: Remove XFAILS.
6845         * g++.old-deja/g++.other/sizeof4.C: Remove XFAILS.
6847 Mon Sep 13 06:28:57 1999  Jeffrey A Law  (law@cygnus.com)
6849         * gcc.c-torture/compile/990913-1.c: New test.
6851 Fri Sep 10 11:21:25 BST 1999  Nathan Sidwell  <nathan@acm.org>
6853         * g++.old-deja/g++.jason/rfg4.C: Revert erroneous change, add -w.
6854         * g++.old-deja/g++.jason/rfg5.C: Likewise.
6856 Thu Sep  9 10:40:36 1999  Richard Henderson  <rth@cygnus.com>
6858         * g++.old-deja/g++.other/delete6.C: Use size_t with operator new.
6860 Thu Sep  9 12:32:57 BST 1999  Nathan Sidwell  <nathan@acm.org>
6862         * g++.old-deja/g++.other/lookup11.C: New test.
6863         * g++.old-deja/g++.bugs/900428_01.C: Rework now we understand
6864         what is permitted and what we want.
6865         * g++.old-deja/g++.jason/rfg4.C: Rework to remove ill-formed
6866         overload use.
6867         * g++.old-deja/g++.jason/rfg5.C: Likewise
6869 1999-09-08  Geoffrey Keating  <geoffk@cygnus.com>
6871         * gcc.c-torture/noncompile/noncompile.exp: Add poison-1.c.
6872         * gcc.c-torture/noncompile/poison-1.c: New file.
6874 Wed Sep  8 09:39:56 BST 1999  Nathan Sidwell  <nathan@acm.org>
6876         * g++.old-deja/g++.other/sizeof3.C: New test.
6877         * g++.old-deja/g++.other/sizeof4.C: New test.
6878         * g++.old-deja/g++.other/ambig2.C: Mark XFAILs.
6879         * g++.old-deja/g++.other/lookup16.C: Mark XFAIL.
6881 1999-09-07  Richard Henderson  <rth@cygnus.com>
6883         * gcc.dg/va-arg-1.c: New.
6885 1999-09-06  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6887         * gcc.c-torture/execute/va-arg-9.c: New test.
6889 1999-09-05  Craig Burley  <craig@jcb-sc.com>
6891         * g77.f-torture/compile/980519-2.f: New test.
6892         * g77.f-torture/compile/19990905-0.f: New test.
6893         * g77.f-torture/compile/19990905-1.f: New test.
6894         * g77.f-torture/compile/19990905-2.f: New test.
6896         * g77.f-torture/noncompile/19990826-4.f: Clarify who wrote what.
6898 Fri Sep  3 10:39:38 BST 1999  Richard Earnshaw <rearnsha@arm.com>
6900         * gcc.c-torture/execute/990827-1.c: Fix typo.
6902 Fri Sep 03 09:31:10 BST 1999  Nathan Sidwell  <nathan@acm.org>
6904         * g++.old-deja/g++.other/deref1.C: New test.
6906 Thu Sep 02 09:27:34 BST 1999  Nathan Sidwell  <nathan@acm.org>
6908         * g++.old-deja/g++.other/ambig2.C: New test.
6909         * g++.old-deja/g++.other/cond5.C: New test.
6910         * g++.old-deja/g++.other/lookup16.C: New test.
6912 Thu Sep  2 01:17:51 1999  Marc Espie <espie@cvs.openbsd.org>
6914         * gcc.dg/980414-1.c: Fix assembler syntax to work with old
6915         assemblers too.
6917 Tue Aug 31 17:57:49 1999  Jeffrey A Law  (law@cygnus.com)
6919         * lib/c-torture.exp: Avoid the "compare executables" optimization
6920         when testing native.
6922 Sun Aug 29 14:35:41 1999  Jeffrey A Law  (law@cygnus.com)
6924         * gcc.c-torture/execute/990829-1.c: New test.
6925         * gcc.c-torture/compile/990829-1.c: New test.
6927 1999-08-27  Paul Burchard  <burchard@pobox.com>
6929         * g++.old-deja/g++.pt/derived3.C: Renamed from lss-001.C.
6930         * g++.old-deja/g++.pt/ttp56.C: Renamed from lss-002.C.
6931         * g++.old-deja/g++.pt/decl4.C: Renamed from lss-003.C.
6932         * g++.old-deja/g++.pt/memtemp85.C: Renamed from lss-004.C.
6933         * g++.old-deja/g++.pt/memtemp86.C: Renamed from lss-005.C.
6934         * g++.old-deja/g++.pt/memtemp87.C: Renamed from lss-006.C.
6935         * g++.old-deja/g++.pt/static10.C: Renamed from lss-007.C.
6936         * g++.old-deja/g++.pt/memtemp88.C: Renamed from lss-008.C.
6937         * g++.old-deja/g++.pt/memtemp89.C: Renamed from lss-009.C.
6938         * g++.old-deja/g++.pt/memtemp90.C: Renamed from lss-010.C.
6939         * g++.old-deja/g++.pt/memtemp91.C: Renamed from lss-011.C.
6941 Fri Aug 27 01:24:16 1999  Jeffrey A Law  (law@cygnus.com)
6943         * gcc.c-torture/execute/990827-1.c: New test.
6945 1999-08-26  Craig Burley  <craig@jcb-sc.com>
6947         * g77.f-torture/noncompile/19990826-4.f: New test.
6949         * g77.f-torture/compile/19990826-3.f: New test.
6951         * g77.f-torture/execute/19990826-2.f: New test.
6953         * g77.f-torture/compile/19990826-1.f: New test.
6955         * gcc.c-torture/execute/990826-0.c: New test.
6956         * g77.c-torture/execute/19990826-0.f: New test.
6958         * g77.f-torture/noncompile/970626-2.f: New test.
6960 1999-08-25  Paul Burchard  <burchard@pobox.com>
6962         * g++.old-deja/g++.pt/lss-001.C, lss-002.C, lss-003.C, lss-004.C,
6963         lss-005.C, lss-006.C, lss-007.C, lss-008.C, lss-009.C, lss-010.C,
6964         lss-011.C: New tests.
6966 1999-08-25  Nathan Sidwell  <nathan@acm.org>
6968         * g++.old-deja/g++.other/decl5.C: New test.
6970 1999-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6972         * noncompile/noncompile.exp: Load_lib c-torture.exp.
6973         (postbase_with_opts): New proc to loop over TORTURE_OPTIONS and
6974         call `postbase' for each one.  All callers of `postbase' changed
6975         to call this instead.
6977 1999-08-11  Richard Earnshaw (rearnsha@arm.com)
6979         * gcc.c-torture/execute/990811-1.c: New test.
6981 1999-08-09  Nick Clifton  <nickc@cygnus.com>
6983         * gcc.misc-tests/m-un-2.c: Expect the warnings for all builds, not
6984         just native ones.
6986         * gcc.dg/990413-1.c: Expect the parse error for all builds, not
6987         just native ones.
6989 1999-08-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
6991         * g++.old-deja/g++.other/local3.C: Removed XFAIL.
6993 Wed Aug  4 01:17:17 1999  Jeffrey A Law  (law@cygnus.com)
6995         * gcc.c-torture/execute/970312-1.c: Delete duplicate test.
6997 1999-08-04  Nathan Sidwell  <nathan@acm.org>
6999         * g++.old-deja/g++.eh/spec6.C: Add more tests. Remove XFAILS.
7001 Wed Aug  4 01:17:17 1999  Jeffrey A Law  (law@cygnus.com)
7003         * gcc.c-torture/execute/990804-1.c: New test.
7005 1999-08-03  Nathan Sidwell  <nathan@acm.org>
7007         * g++.old-deja/g++.brendan/crash63.C: Expect a POD warning
7008         * g++.old-deja/g++.brendan/crash64.C: Likewise
7009         * g++.old-deja/g++.brendan/overload8.C: Likewise
7011 1999-08-03  Nathan Sidwell  <nathan@acm.org>
7013         * g++.old-deja/g++.other/struct1.C: New test.
7015 1999-08-03  Nathan Sidwell  <nathan@acm.org>
7017         * g++.old-deja/g++.other/enum2.C: New test.
7019 Mon Aug  2 13:35:12 1999  Richard Henderson  <rth@cygnus.com>
7021         Adapted from tests from Franz Sirl:
7022         * gcc.c-torture/execute/va-arg-7.c: New test.
7023         * gcc.c-torture/execute/va-arg-8.c: New test.
7025 Sun Aug  1 22:29:34 1999  Jeffrey A Law  (law@cygnus.com)
7027         * gcc.c-torture/compile/990801-2.c: New test.
7029         * gcc.c-torture/compile/990801-1.c: New test.
7031 1999-07-27  Michael Meissner  <meissner@cygnus.com>
7033         * gcc.c-torture/execute/ieee/fp-cmp-2.c: New file, clone from
7034         fp-cmp-1.c, converting double to float.
7036         * gcc.c-torture/execute/ieee/fp-cmp-3.c: New file, clone from
7037         fp-cmp-1.c, converting double to long double.
7039         * gcc.c-torture/noncompile/920507-1.c (x): Rename asm register
7040         from fr1 to unknown_register, since fr1 is a legitimate register
7041         on some machines.
7043 Sun Jul 25 21:41:37 1999  Jeffrey A Law  (law@cygnus.com)
7045         * README: More listname related changes.
7047 1999-07-08  Catherine Moore  <clm@cygnus.com>
7049         * gcc.c-torture/execute/920501-5.c: Fix typo.  Change | to ||.
7051 1999-07-05  Manfred Hollstein  <mhollstein@cygnus.com>
7053         * gcc.dg/990703-1.c (y): Terminate definition syntactically correctly.
7055 1999-07-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
7057         * g++.old-deja/g++.other/null1.C: Define l<long> for 64bit hosts.
7059 1999-07-04  Zack Weinberg  <zack@rabi.columbia.edu>
7061         * gcc.dg/990703-1.c: New test.
7063 1999-06-29  Nick Clifton  <nickc@cygnus.com>
7065         * lib/file-format.exp: New file: Move definition of proc
7066         gcc_target_object_format to here from
7067         gcc.dg/special/ecos.exp.
7069         * lib/c-torture.exp: Include lib file-format.exp.
7070         * lib/gcc-dg.exp: Include lib file-format.exp.
7072         * gcc.dg/special/ecos.exp: Remove definition of proc
7073         gcc_target_object_format.
7075 Mon Jun 28 08:20:51 1999  Jeffrey A Law  (law@cygnus.com)
7077         * gcc.c-torture/execute/990628-1.c: New test.
7079 Fri Jun 25 05:28:40 1999  Jeffrey A Law  (law@cygnus.com)
7081         * gcc.c-torture/compile/990625-2.c: New test.
7083         * gcc.c-torture/compile/990625-1.c: New test.
7085 1999-06-23  Nick Clifton  <nickc@cygnus.com>
7087         * gcc.c-torture/compile/dll.c: New test case.  Check that dll
7088         attributes compile.
7089         * gcc.c-torture/compile/dll.x: Only support the dll.c test on
7090         ports that use the COFF/PE file format.
7092 Thu Jun 17 13:48:16 1999  Jeffrey A Law  (law@cygnus.com)
7094         * gcc.c-torture/compile/990617-1.c: New test.
7096 1999-06-17  Alexandre Oliva  <oliva@dcc.unicamp.br>
7098         * g++.old-deja/g++.other/decl4.C: New test.
7100 1999-06-14  Nathan Sidwell  <nathan@acm.org>
7102         * g++.old-deja/g++.other/bitfld3.C: New test.
7104 1999-06-08  Nathan Sidwell  <nathan@acm.org>
7106         * g++.old-deja/g++.eh/catch1.C: New test.
7108 Mon Jun  7 23:39:16 1999  Jeffrey A Law  (law@cygnus.com)
7110         * g++.old-deja/g++.mike/p6610a.C: Expect failure on freebsd-elf.
7112         * gcc.c-torture/execute/ieee/rbug.x: Expect failure on freebsd.
7113         * gcc.c-torture/execute/ieee/mzero.x: New file.  Likewise.
7115 1999-06-05  Craig Burley  <craig@jcb-sc.com>
7117         * g77.f-torture/compile/19990502-0.f: Replace with new,
7118         shorter, test that still fails after recent changes.
7120 Fri Jun  4 02:25:04 1999  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
7122         * gcc.c-torture/execute/990604-1.c: New test.
7124 Mon May 31 00:34:51 1999  Jeffrey A Law  (law@cygnus.com)
7126         * gcc.c-torture/execute/990531-1.c: New test.
7128 Thu May 27 02:38:36 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7130         * gcc.c-torture/compile/990527-1.c: New test.
7132 Thu May 27 02:18:51 1999  Joern Rennecke <amylaar@cygnus.com>
7134         * gcc.c-torture/execute/990527-1.c: New test.
7136 1999-05-25  Nick Clifton  <nickc@cygnus.com>
7138         * gcc.c-torture/execute/bf-sign-2.c: Explicitly declare signed
7139         bitfields as signed.
7141 1999-05-25  Craig Burley  <craig@jcb-sc.com>
7143         * g77.f-torture/compile/19990525-0.f: New test.
7145 Tue May 25 01:21:16 1999  Jeffrey A Law  (law@cygnus.com)
7147         * gcc.c-torture/execute/990525-2.c: New test.
7149         * gcc.c-torture/execute/990525-1.c: New test.
7151 1999-05-24  Nathan Sidwell  <nathan@acm.org>
7153         * g++.old-deja/g++.other/anon3.C: New test.
7154         * g++.old-deja/g++.other/anon4.C: New test.
7155         * g++.old-deja/g++.ext/anon1.C: Inhibit -pedantic option.
7156         * g++.old-deja/g++.g++.robertl/eb131.C/: Remove unrequired ERROR tag,
7157         after downgrade to warning (cp/ChangeLog: 1999-05-20 Jason
7158         Merrill).
7160 Mon May 24 00:01:52 1999  Jeffrey A Law  (law@cygnus.com)
7162         * gcc.c-torture/execute/990524-1.c: New test.
7164         * gcc.dg/990524-1.c: New test.
7166 Sun May 23 21:18:12 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7168         * gcc.c-torture/compile/990523-1.c: New test.
7170 Wed May 19 02:56:18 1999  Raja R Harinath <harinath@cs.umn.edu>
7172         * gcc.c-torture/compile/990519-1.c: New test.
7174 1999-05-17  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
7176         * gcc.c-torture/compile/990517-1.c: New test.
7178         * gcc.c-torture/execute/990326-1.c: Force bitfields to be aligned.
7179         (e4, f4): New tests.
7180         (main): Call them.
7182 1999-05-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7184         * gcc.dg/noreturn-1.c: New test.
7186 Thu May 13 02:02:46 1999  Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
7188         * gcc.c-torture/execute/990513-1.c: New test.
7190 1999-05-10  Richard Henderson  <rth@cygnus.com>
7192         * g++.old-deja/g++.other/null1.C (g): Add overload for long.
7194 1999-05-10  Craig Burley  <craig@jcb-sc.com>
7196         * g77.f-torture/execute/erfc.f: Use small single-precision
7197         values, to avoid problems on Alphas when not -mieee.
7199 1999-05-08  Craig Burley  <craig@jcb-sc.com>
7201         * gcc.dg/990506-0.c: New test.
7203 1999-05-08  Richard Henderson  <rth@cygnus.com>
7205         * g++.old-deja/g++.benjamin/p12475.C: Use LONG_MAX to find
7206         the constant to test.  Don't XFAIL 64-bit targets.
7208         * g++.old-deja/g++.jason/thunk3.C: Don't XFAIL Alpha.
7209         * g++.old-deja/g++.law/profile1.C: Likewise.
7211         * g++.old-deja/g++.other/delete4.C: Define size_t; use it in all
7212         operator new instances.
7213         * g++.old-deja/g++.other/delete5.C: Likewise.
7215 1999-05-03  Craig Burley  <craig@jcb-sc.com>
7217         * g77.f-torture/execute/u77-test.f (main): Declare ABORT as
7218         intrinsic.
7220 1999-05-03  Craig Burley  <craig@jcb-sc.com>
7222         * g77.f-torture/execute/u77-test.f: Reverse order of two
7223         arguments to CTIME_subr, DTIME_subr, ETIME_subr, and TTYNAM_subr.
7225 1999-05-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7227         * gcc.dg/compare1.c: New test.
7229 1999-05-02  Joseph S. Myers  <jsm28@cam.ac.uk>
7231         * gcc.dg/cast-qual-1.c, gcc.dg/return-type-1.c, gcc.dg/unused-1.c:
7232         New tests.
7234 1999-05-02  Craig Burley  <craig@jcb-sc.com>
7236         * g77.f-torture/compile/19990502-1.f: New test.
7238 1999-05-02  Craig Burley  <craig@jcb-sc.com>
7240         * g77.f-torture/compile/19990502-0.f: New test.
7242 Sun May  2 01:38:50 1999  Craig Burley  <craig@jcb-sc.com>
7244         * g77.f-torture/execute/u77-test.f (main): Declare FTELL as
7245         intrinsic.
7247 Sun May  2 01:13:37 1999  Craig Burley  <craig@jcb-sc.com>
7249         * g77.f-torture/execute/u77-test.f (main): List libU77
7250         intrinsics not currently tested.
7251         Add tests for TIME8, CTIME_subr, IARGC, TTYNAM_subr,
7252         GETENV, FDATE_subr, DTIME_subr, ETIME_subr, DATE, ITIME,
7253         FTELL_subr, MCLOCK, MCLOCK8, and CPU_TIME.
7254         Trim blanks off the ends of some printed strings.
7256 Sun May  2 00:06:45 1999  Craig Burley  <craig@jcb-sc.com>
7258         * g77.f-torture/execute/u77-test.f (main): Just warn about
7259         FSTAT gid disagreement, as it's expected on some systems.
7261 Sat May  1 23:57:18 1999  Craig Burley  <craig@jcb-sc.com>
7263         * g77.f-torture/execute/u77-test.f: Generalize sum-checking to
7264         use a new function, which allows for some slop.
7265         Clean up some commentary.
7266         (issum): The new function.
7267         (sgladd): Deleted subroutine.
7269 1999-05-01  Craig Burley  <craig@jcb-sc.com>
7271         * g77.f-torture/execute/u77-test.f: Modify to be more like
7272         libf2c/libU77 version, bringing patches to that version here.
7273         Add suitable commentary.
7275 Sun Apr 25 12:28:59 1999  Richard Henderson  <rth@cygnus.com>
7277         * gcc.dg/990424-1.c: New test.
7279 1999-04-24  Craig Burley  <craig@jcb-sc.com>
7281         * g77.f-torture/execute/u77-test.f (main): Bug involving
7282         LSTAT has been fixed, so turn back on full checking.
7284 1999-04-20  Craig Burley  <craig@jcb-sc.com>
7286         * g77.f-torture/compile/19990419-0.f: New test.
7287         * g77.f-torture/execute/19990419-1.f: New test.
7289 Sat Apr 17 16:56:48 1999  Richard Henderson  <rth@cygnus.com>
7291         * gcc.dg/uninit-9.c (func): Use __builtin_alloca instead of alloca
7292         to avoid the need for a prototype to supress a warning.
7294 Wed Apr  7 23:08:59 1999  Jim Wilson  <wilson@cygnus.com>
7296         * gcc.c-torture/execute/920501-7.c (main): Delete __I960__ ifndef.
7298 Sun Apr  4 04:02:53 1999  Jeffrey A Law  (law@cygnus.com)
7300         * gcc.c-torture/execute/990404-1.c: New test.
7302 1999-04-03 10:35 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
7304         * gcc.dg/cpp-if1.c: Adjust regexps to accommodate cccp.
7305         * gcc.dg/cpp-if3.c: Don't use -pedantic.
7306         * gcc.misc-tests/m-un-2.c: Adjust regexps for new format of
7307         missing initializer warnings.
7309 Sun Mar 28 00:49:41 1999  Jeffrey A Law  (law@cygnus.com)
7311         * lib/objc-torture.exp: Replace "77" with "Obj-C" in pattern
7312         matching strings.
7314 Fri Mar 26 00:50:46 1999  Jeffrey A Law  (law@cygnus.com)
7316         * gcc.c-torture/execute/990326-1.c: New test from Charles Hannum.
7318 1999-03-26  Craig Burley  <craig@jcb-sc.com>
7320         * g77.f-torture/execute/19990325-0.f: New test.
7321         * g77.f-torture/execute/19990325-1.f: New test.
7323 Wed Mar 24 22:50:50 1999  Jeffrey A Law  (law@cygnus.com)
7325         * gcc.c-torture/execute/990324-1.c: New test.
7327 Mon Mar 22 14:55:58 1999  Jim Wilson  <wilson@cygnus.com>
7329         * gcc.c-torture/execute/bf-sign-2.c (main): Replace struct sizeof
7330         test with 4.
7332 Wed Mar 17 12:22:39 1999  Richard Henderson  <rth@cygnus.com>
7334         * gcc.c-torture/execute/ieee/980619-1.x: New.  Expected fail on x86.
7336 1999-03-13  Craig Burley  <craig@jcb-sc.com>
7338         * g77.f-torture/execute/19990313-2.f: New test.
7339         * g77.f-torture/execute/19990313-3.f: New test.
7341 1999-03-13  Craig Burley  <craig@jcb-sc.com>
7343         * g77.f-torture/execute/19990313-0.f: New test.
7344         * g77.f-torture/execute/19990313-1.f: New test.
7346 Fri Mar 12 16:17:28 1999  Jim Wilson  <wilson@cygnus.com>
7348         * gcc.c-torture/execute/970312-1.c, execute/980605-1.c (f): Change
7349         printf to sprintf.
7350         * gcc.c-torture/execute/bf-sign-2.c (struct X): Add u15 field.
7351         (main): Add check for u15.  Conditionalize u31 check depending on
7352         whether ints are <32 bits or >=32 bits.
7354 1999-03-08  Craig Burley  <craig@jcb-sc.com>
7356         * g77.f-torture/execute/19981119-0.f: Improve testiness.
7358 1999-03-08  Craig Burley  <craig@jcb-sc.com>
7360         * g77.f-torture/compile/19990305-0.f: New test.
7361         * g77.f-torture/execute/19981119-0.f: New test.
7363 1999-03-08  Craig Burley  <craig@jcb-sc.com>
7365         * g77.f-torture/execute/970625-2.f: call ABORT if final
7366         result is not correct, instead of just printing it.
7367         Add this checking via newly introduced obfuscation, to
7368         trip up buggy front ends.
7370 1999-03-07  Craig Burley  <craig@jcb-sc.com>
7372         * g77.f-torture/compile/960317-1.f: Moved from being
7373         in execute/.  (Somehow I didn't notice "SUBROUTINE...".)
7375 1999-03-06  Craig Burley  <craig@jcb-sc.com>
7377         * g77.f-torture/execute/960317-1.f: New (old) test.
7378         * g77.f-torture/execute/970625-2.f: Ditto.
7380 1999-03-01 Zack Weinberg  <zack@rabi.columbia.edu>
7382         * gcc.c-torture/noncompile/noncompile.exp (951025-1.c): Accept an error
7383         message on line 1 or line 2; cccp and cpplib do this differently.
7385 Mon Mar  1 23:29:14 1999  Jeffrey A Law  (law@cygnus.com)
7387         * g++.old-deja/g++.law/weak1.C: New test.
7389 1999-02-28 17:59 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
7391         * gcc.c-torture/execute/990119-1.c: Renamed to...
7392         * gcc.dg/990119-1.c: this, so it will only be tested once
7393         (it's a preprocessor test, it doesn't need to be run at
7394         multiple optimization levels).
7396 1999-02-27 13:34 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
7398         * lib/g++.exp: Don't add incdir=$base_dir/../include to
7399           ALWAYS_CXXFLAGS.
7401 1999-02-24  Craig Burley  <craig@jcb-sc.com>
7403         * g77.f-torture/noncompile/19981216-0.f: Renamed from...
7404         * g77.f-torture/compile/19981216-0.f: ...as it is expected
7405         to not be compilable by current g77.
7407 1999-02-24  Nick Clifton  <nickc@cygnus.com>
7409         * lib/c-torture.exp: Add -O3 to TORTURE_OPTIONS list.
7411 Mon Feb 22 01:15:08 1999  Jeffrey A Law  (law@cygnus.com)
7413         * gcc.c-torture/execute/990222-1.c: New test.
7415 1999-02-19  Craig Burley  <craig@jcb-sc.com>
7417         * g77.f-torture/compile/19990218-0.f: New test.
7418         * g77.f-torture/noncompile/19990218-1.f: New test.
7420 1999-02-18  Craig Burley  <craig@jcb-sc.com>
7422         * g77.f-torture/compile/19981216-0.f: New test.
7424 Sun Feb 14 01:26:29 1999  Jeffrey A Law  (law@cygnus.com)
7426         * gcc.dg/990214-1.c: New test.
7428 Sat Feb 13 00:43:52 1999  Jeffrey A Law  (law@cygnus.com)
7430         * gcc.dg/990213-2.c: New test.
7432         * gcc.dg/990213-1.c: New test.
7434 Fri Feb 12 11:04:35 1999  Jeffrey A Law  (law@cygnus.com)
7436         * gcc.c-torture/990106-2.c: Update to work on targets with 16bit
7437         ints.
7439 1999-02-11  Nick Clifton  <nickc@cygnus.com>
7441         * lib/gcc.exp (proc gcc_target_compile): Add support for timeout
7442         specified by target.
7444         * lib/chill.exp: Fix typo: doesn'timeout -> doesn't
7446 Thu Feb 11 01:12:12 1999  Jeffrey A Law  (law@cygnus.com)
7448         * gcc.c-torture/execute/990211-1.c: New test from Nathan SIdwell.
7450 Wed Feb 10 13:08:12 1999  Jonathan Larmour  <jlarmour@cygnus.co.uk>
7452         * gcc.dg/special/ecos.exp: New test driver for new tests with
7453         special requirements.
7455         * gcc.dg/special/alias-1.c: New test.
7456         * gcc.dg/special/gcsec-1.c: New test.
7457         * gcc.dg/special/weak-1.c: New test.
7458         * gcc.dg/special/weak-1a.c: Accompanying file to weak-1.c.
7459         * gcc.dg/special/weak-2.c: New test.
7460         * gcc.dg/special/weak-2a.c: Accompanying file to weak-2.c.
7461         * gcc.dg/special/weak-2b.c: Accompanying file to weak-2.c.
7462         * gcc.dg/special/wkali-1.c: New test.
7463         * gcc.dg/special/wkali-2.c: New test.
7464         * gcc.dg/special/wkali-2a.c: Accompanying file to wkali-2.c.
7465         * gcc.dg/special/wkali-2b.c: Accompanying file to wkali-2.c.
7467 Wed Feb 10 12:15:35 1999  Felix Lee  <flee@cygnus.com>
7469           * lib/c-torture.exp (c-torture-compile): Pull out code for
7470           analyzing gcc error messages.
7471           (c-torture-execute): Likewise.  Fix some (harmless) false
7472           positives.
7473           * lib/gcc.exp (gcc_check_compile): New function.
7475 Mon Feb  8 21:42:57 1999  Richard Henderson  <rth@cygnus.com>
7477         * gcc.c-torture/execute/990208-1.c: New test.
7479 1999-02-07  Jonathan Larmour  <jlarmour@cygnus.co.uk>
7481         * g++.dg/special/ecos.exp: New driver for new tests with special
7482         requirements
7484         * g++.dg/special/conpr-1.C: New test
7485         * g++.dg/special/conpr-2.C: New test
7486         * g++.dg/special/conpr-2a.C: New test
7487         * g++.dg/special/conpr-3.C: New test
7488         * g++.dg/special/conpr-3a.C: New test
7489         * g++.dg/special/conpr-3b.C: New test
7491         * lib/g++-dg.exp: New driver file, based on lib/gcc-dg.exp to
7492         allow g++ to use the dg driver
7494         * README: Add comment about g++.dg directory
7496 Sat Feb  6 18:00:38 1999  Jeffrey A Law  (law@cygnus.com)
7498         * README: Update email addresses.
7500 1999-02-03  Nick Clifton  <nickc@cygnus.com>
7502         * gcc.c-torture/execute/memcheck/blkarg.c (foo): Use 10 leading
7503         arguments in order to force structure S onto the stack even on
7504         the alpha.
7505         (test): Pass 10 leading arguments to function foo as well as the
7506         structure S.
7508         * gcc.c-torture/execute/memcheck/blkarg.x: New file: Expected
7509         failure for all targets.
7511         * gcc.c-torture/execute/memcheck/driver.c (main): Use exit or
7512         abort to terminate program execution.
7514 Sat Jan 30 16:22:47 1999  Richard Henderson  <rth@cygnus.com>
7516         * gcc.c-torture/execute/990130-1.c: New test.
7518 Sat Jan 30 11:10:06 1999  Jeffrey A Law  (law@cygnus.com)
7520         * gcc.dg/990130-1.c: New test.
7522 1999-01-28  Michael Meissner  <meissner@cygnus.com>
7524         * gcc.c-torture/execute/990128-1.c: New test.
7526 1999-01-27  Michael Meissner  <meissner@cygnus.com>
7528         * gcc.c-torture/execute/990127-{1,2}.c: New tests.
7530 1999-01-27  Felix Lee  <flee@cygnus.com>
7532         * lib/c-torture.exp (c-torture-compile): pull out code for
7533         analyzing gcc error messages.
7534         (c-torture-execute): ditto, and fix some (harmless) false
7535         positives.
7536         * lib/gcc.exp (gcc_check_compile): new function.
7538 Sun Jan 17 00:02:33 1999  Jeffrey A Law  (law@cygnus.com)
7540         * gcc.dg/990117-1.c: New test.
7542         * gcc.c-torture/compile/990117-1.c: New test from Horst von Brand.
7544         * gcc.c-torture/execute/990117-1.c: New test from HJ Lu.
7546 Fri Jan 15 02:52:00 1999  Jeffrey A Law  (law@cygnus.com)
7548         * g77.f-torture/compile/990115-1.f: New test.
7550 Thu Jan  7 23:39:47 1999  Jeffrey A Law  (law@cygnus.com)
7552         * gcc.c-torture/compile/990107-1.c: New test
7554 Wed Jan  6 02:21:59 1999  Jeffrey A Law  (law@cygnus.com)
7556         * gcc.c-torture/execute/990106-2.c: New test.
7558         * gcc.c-torture/execute/990106-1.c: New test.
7560 Wed Dec 30 23:05:28 1998  Zack Weinberg <zack@rabi.columbia.edu>
7562         * gcc.c-torture/compile/981223-1.c: New test.
7564 Tue Dec 29 11:33:25 1998  Richard Henderson  <rth@cygnus.com>
7566         * gcc.c-torture/execute/bcp-1.c (bad10): Rename from opt3.
7567         (opt3): Rename from opt4 and disable.
7569 1998-12-20  Alexandre Oliva  <oliva@dcc.unicamp.br>
7571         * g++.old-deja/g++.pt/ptrmem5.C: New test.
7573 1998-12-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
7575         * g++.old-deja/g++.other/conv5.C: New test.
7577 1998-12-14  Nick Clifton  <nickc@cygnus.com>
7579         * gcc.c-torture/execute/920501-4.c (main): Fix typo: replace | with ||.
7581 Fri Dec 11 10:25:57 1998  Jeffrey A Law  (law@cygnus.com)
7583         * g++.old-deja/g++.benjamin/p12475.C: Expect failure on mips64 targets.
7585 Fri Dec 11 01:12:45 1998  Zack Weinberg <zack@rabi.columbia.edu>
7587         * gcc.c-torture/compile/981211-1.c: New test.
7589 1998-12-09  Alexandre Oliva  <oliva@dcc.unicamp.br>
7591         * gcc.dg/ultrasp1.c: Empty dg-options, avoid `long long' warnings.
7593         * g++.old-deja/g++.pt/instantiate6.C: Linker error, not crash.
7595 Tue Dec  8 22:50:04 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7597         * gcc.special/930510-1.c: Make C9X safe.
7598         * gcc.misc-tests/gcov-1.c Similarly.
7599         * gcc.misc-tests/gcov-2.c Similarly.
7601 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
7603         * gcc.dg/ultrasp1.c: New test.
7605 Sun Dec  6 00:40:12 1998  Richard Henderson  <rth@cygnus.com>
7607         * gcc.c-torture/execute/981206.c: New test.
7609 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
7611         * g++.old-deja/g++.ns/template7.C: New test.
7613         * g++.old-deja/g++.other/expr1.C: New test.
7615         * g++.old-deja/g++.eh/tmpl3.C: New test.
7617         * g++.old-deja/g++.eh/tmpl2.C: New test.
7619 1998-12-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
7621         * g++.old-deja/g++.other/using5.C: Usified using[567].C here.
7622         * g++.old-deja/g++.other/using6.C: Removed.
7623         * g++.old-deja/g++.other/using7.C: Mark Mitchel removed it.
7625         * g++.old-deja/g++.pt/spec20.C: Re-insert non-bogus ERROR marks.
7627 1998-12-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
7629         * g++.old-deja/g++.pt/overload8.C: New test.
7631         * g++.old-deja/g++.pt/overload7.C: New test.
7633         * g++.old-deja/g++.pt/spec20.C: ERROR marks were bogus.
7635         * lib/old-dejagnu.exp (old-dejagnu): Ignore collect recompiling
7636         and relinking messages.
7637         * lib/g++.exp (g++_target_compile): Remove .rpo file when
7638         compiling with -frepo.
7640 1998-12-01  Alexandre Oliva  <oliva@dcc.unicamp.br>
7642         * g++.old-deja/g++.pt/lookup6.C: New test.
7644 1998-11-30  Nick Clifton  <nickc@cygnus.com>
7646         * gcc.c-torture/execute/981130-1.c: New test.
7647         * gcc.c-torture/execute/981130-1.x: New test failure expectations.
7649 1998-11-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
7651         * g++.old-deja/g++.pt/explicit76.C: New test.
7653         * g++.old-deja/g++.pt/friend38.C: New test.
7655         * g++.old-deja/g++.ns/crash2.C: New test.
7657         * g++.old-deja/g++.pt/defarg8.C: New test.
7659         * g++.old-deja/g++.pt/instantiate6.C: New test.
7661         * g++.old-deja/g++.pt/static6.C: New test.
7663         * g++.old-deja/g++.pt/decl2.C: New test.
7665 1998-11-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
7667         * g++.old-deja/g++.other/lookup5.C: New test.  Not sure the
7668         problem is actually related with name lookup, but so what? :-)
7670         * g++.old-deja/g++.pt/friend37.C: New test.
7672 1998-11-25  Dave Love  <d.love@dl.ac.uk>
7674         * g77.f-torture/execute/u77-test.f (main): Avoid testing [f]statb
7675         element, which fails on some systems.
7677         * g77.f-torture/execute/labug1.f: New test.
7679 Sat Nov 21 21:41:05 1998  Jeffrey A Law  (law@cygnus.com)
7681         * gcc.c-torture/execute/980526-1.c: Do nothing if NO_LABEL_VALUES
7682         is defined.
7684 1998-11-18  Dave Love  <d.love@dl.ac.uk>
7686         * g77.f-torture/compile/981117-1.f: New test.
7688 1998-11-16  Alexandre Oliva  <oliva@dcc.unicamp.br>
7690         * g++.old-deja/g++.eh/throw2.C: New test.  CV-qualifiers are not
7691         properly discarded.
7693 Sun Oct 11 05:04:28 1998  Ken Raeburn  <raeburn@cygnus.com>
7695         * gcc.c-torture/execute/memcheck: New directory of tests for
7696         -fcheck-memory-usage.
7698 1998-11-07  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7700         * README: New file, general information about the testsuite and
7701         new description of the various C++ test subdirectories.
7702         * README.g++: Eliminate obsolete information, update and move most
7703         relevant stuff to README.
7705 Sat Nov  7 02:55:55 1998  Richard Henderson  <rth@cygnus.com>
7707         * gcc.c-torture/compile/981107-1.c: New test.
7709 Mon Nov  2 11:16:03 1998  Doug Evans  <devans@canuck.cygnus.com>
7711         * execute/memcpy-bi.c: New testcase.
7713 1998-10-31  Alexandre Oliva  <oliva@dcc.unicamp.br>
7715         * g++.old-deja/g++.pt/sizeof3.C: A similar testcase not involving
7716         base classes.
7718         * g++.old-deja/g++.pt/sizeof2.C: Incorrect specialization of base
7719         template is selected.
7721         * g++.old-deja/g++.ext/arrnew2.C: If new T[n](i) is accepted for
7722         classes, it should be accepted for all types.
7724         * g++.old-deja/g++.eh/sjlj1.C: Test checked sjlj-exception.
7726         * g++.old-deja/g++.pt/spec24.C: Ensure that template
7727         specializations start with template headers.
7729 1998-10-29  Alexandre Oliva  <oliva@dcc.unicamp.br>
7731         * g++.old-deja/g++.other/dcast2.C: Cannot dynamic downcast &x.
7733         * g++.old-deja/g++.other/init9.C: Test cross initialization of
7734         non-POD types.
7736 1998-10-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
7738         * lib/old-dejagnu.exp (old-dejagnu): Document `Additional sources'.
7740 Thu Oct 22 16:01:44 1998  Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7742         * compile/981022-1.c, compile/981022-1.x: New test and driver.
7744 Mon Oct 19 14:03:07 1998  Jeffrey A Law  (law@cygnus.com)
7746         * 981019-1.c: New test.
7748 Wed Oct 14 21:11:19 1998  Robert Lipe <robertl@dgii.com>
7750         * lib/objc-torture.exp (objc-torture-execute): Add -I so we can
7751         find objc headers.
7753 1998-10-14  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
7755         * compile/981001-4.c: Remove use of GCC extension that triggers a
7756         compiler bug.
7758 1998-10-13  Alexandre Oliva  <oliva@dcc.unicamp.br>
7760         * lib/old-dejagnu.exp (old-dejagnu): Support `Additional sources:'.
7762 1998-10-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
7764         * g++.old-deja/g++.pt/explicit74.C: New test.  Explicit
7765         instantiation of template produces incorrect code for delete
7766         expression.
7768         * g++.old-deja/g++.pt/instantiate5.C: New test.  `global
7769         constructors' name is not unique.
7770         * g++.old-deja/g++.pt/instantiate5.cc: Ditto.
7771         * g++.old-deja/g++.pt/instantiate5-main.cc: Ditto.
7773         * g++.old-deja/g++.other/init8.C: New test.  Uninitialized
7774         automatic array of const is ill-formed.
7776         * g++.old-deja/g++.pt/ttp53.C: New test.  Incorrect substitution
7777         of template parameter?
7779         * g++.old-deja/g++.other/conv3.C: New test.  Conversion discards
7780         const.
7782         * g++.old-deja/g++.other/pmf2.C: New test.  Invalid
7783         pointer-to-member expression.
7785         * g++.old-deja/g++.other/friend5.C: New test.  Bogus friend
7786         declaration causes ICE.
7788 1998-10-11  Alexandre Oliva  <oliva@dcc.unicamp.br>
7790         * g++.old-deja/g++.ns/main1.C: New test.  main() should only be
7791         reserved in the global namespace.
7793         * g++.old-deja/g++.pt/instantiate4.C: New test: -frepo does not
7794         generate needed virtual table.
7796         * lib/old-dejagnu.exp (old-dejagnu): Support `Build then link:'.
7798 1998-10-10  Dariush Eslimi  <eslimi@loran.com>
7800         * g++.old-deja/g++.ext/typeof1.C: New test; typeof based on
7801         template-dependent type
7803 1998-10-10  Alexandre Oliva  <oliva@dcc.unicamp.br>
7805         * g++.old-deja/g++.brendan/parse3.C: XFAILs, not ERRORs.
7806         * g++.old-deja/g++.brendan/parse5.C: XFAILs, not ERRORs.
7807         * g++.old-deja/g++.brendan/parse6.C: XFAILs, not ERRORs.
7809         * g++.old-deja/g++.other/using5.C: New test; using decl from base
7810         class should be usable as argument of member function.
7811         * g++.old-deja/g++.other/using6.C: New test; using decl from base
7812         class should be usable as return type of member function.
7813         * g++.old-deja/g++.other/using7.C: New test; using decl from base
7814         class should be usable as type of data member.
7816         * g++.old-deja/g++.ns/extern1.C: Fix XFAIL mark.
7818 Fri Oct  9 19:19:19 1998  Jeffrey A Law  (law@cygnus.com)
7820         * gcc.c-torture/special/920521-1.c: Fix bogus test.
7822 Thu Oct  8 19:14:05 1998  Nick Clifton  <nickc@cygnus.com>
7824         * gcc.dg/dll-?.c Add thumb to target list.
7825         Fix assembler scan patterns to match current assembler output.
7827 1998-10-08  Alexandre Oliva  <oliva@dcc.unicamp.br>
7829         * g++.old-deja/g++.pt/expr6.C: New test.  operator?: breaks
7830         matching of template brackets.
7832         * g++.old-deja/g++.other/using4.C: New test.  Test using
7833         declarations of methods from base classes.
7835         * g++.old-deja/g++.ns/extern1.C: New test.  Extern declarations
7836         within functions should introduce names into the innermost
7837         enclosing namespace.
7839         * g++.old-deja/g++.other/init7.C: New test.  Retry initialization
7840         of static locals if first initialization throws.
7842 Wed Oct  7 12:00:20 1998  Jim Wilson  <wilson@cygnus.com>
7844         * gcc.c-torture/compile/981007-1.c: New test for irix6 -O0 core dump.
7846 1998-10-06  Ken Raeburn  <raeburn@cygnus.com>
7848         * gcc.c-torture/special/981006-1.c: New test.  Make sure gcc doesn't
7849         lose track of the possible targets of tablejump insns.
7850         * special/special.exp: Run it.
7852 1998-10-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
7854         * g++.old-deja/g++.pt/friend35.C: New test.  A template function
7855         must be declared before its specializations can be named in friend
7856         declarations.
7858 1998-10-05  Dave Love  <d.love@dl.ac.uk>
7860         * g77.f-torture/execute/u77-test.f: Add regression test for RAND.
7862         * g77.f-torture/execute/io1.f: New test.
7864 1998-10-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
7866         * g++.old-deja/g++.pt/overload5.C: New test; initialize variable
7867         with pointer to template function, for which no argument deduction
7868         is possible.
7870         * g++.old-deja/g++.pt/overload4.C: New test; passing pointer to
7871         specialization of template function as argument to template
7872         function.
7874         * g++.old-deja/g++.other/access2.C: New test; Inner class
7875         shouldn't have privileged access to Outer's names.
7877 1998-10-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
7879         * g++.old-deja/g++.pt/friend34.C: New test; name injection of
7880         friend template declared within template class conflicts with
7881         nested class of the same name.
7883         * g++.old-deja/g++.other/badopt1.C: New test; post-increment
7884         is ignored.
7886         * g++.old-deja/g++.other/decl1.C: New test; incorrect parsing of
7887         object with direct initializer as function declaration.
7889         * g++.old-deja/g++.other/decl2.C: New test; duplicate
7890         initializers.
7892         * g++.old-deja/g++.other/null2.C: New test; conditional operator
7893         involving const pointer and NULL produces incorrect result.
7895         * g++.old-deja/g++.other/typename1.C: New test; template-dependent
7896         type name without `typename' should be rejected with -pedantic.
7898 Fri Oct  2 21:55:58 1998  Richard Henderson  <rth@cygnus.com>
7900         * g++.old-deja/g++.other/addrof1.C: New test.
7902 Thu Oct  1 17:15:26 1998  Nick Clifton  <nickc@cygnus.com>
7904         * gcc.c-torture/compile/981001-1.c: New test.
7905         * gcc.c-torture/execute/981001-1.c: New test.
7907 Thu Oct  1 19:05:20 1998  Jeffrey A Law  (law@cygnus.com)
7909         * gcc.c-torture/compile/981001-2.c: New test.
7910         * gcc.c-torture/compile/981001-3.c: New test.
7911         * gcc.c-torture/compile/981001-4.c: New test.
7913 1998-10-01  Robert Lipe  <robertl@dgii.com>
7915         * lib/objc.exp (objc_target_compile): Add -L during compiles for
7916         multilibbed hosts.   Idea grafted from g77.exp.
7918 1998-09-30  Dave Love  <d.love@dl.ac.uk>
7920         * g77.f-torture/execute/u77-test.f (main): Excise `hostnm' to
7921         avoid losing on systems which need -lsocket.
7923 1998-09-28  Alexandre Oliva  <oliva@dcc.unicamp.br>
7925         * g++.old-deja/g++.other/bitfld1.C: Expected failure.
7926         * g++.old-deja/g++.other/nested2.C: Ditto.
7927         * g++.old-deja/g++.robertl/eb132.C: No longer an expected
7928         failure.
7930 1998-09-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
7932         * g++.old-deja/g++.other/bitfld1.C: Built-in operator!= should be
7933         preferred over template operator!= for enum bitfields.
7935 1998-09-18  Alexandre Oliva  <oliva@dcc.unicamp.br>
7937         * g++.old-deja/g++.other/nested2.C: Different virtual base classes
7938         that happen to have the same base name, but in different scopes,
7939         are incorrectly rejected.
7941 1998-09-16  Richard Henderson  <rth@cygnus.com>
7943         * g++.old-deja/g++.brendan/array1.C: Size array via arithmetic based
7944         on the native word size instead of an integer literal.
7946 1998-09-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
7948         * g++.old-deja/g++.other/static2.C: Invocation of static data
7949         member of type pointer-to-function denoted as non-static member.
7951         * g++.old-deja/g++.other/typedef5.C: Add some more tests involving
7952         checks involving function types and aliases.
7954 1998-09-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
7956         * g++.old-deja/g++.other/typedef5.C: Check whether typedefs can be
7957         redefined to the same non-trivial type.
7959         * g++.old-deja/g++.pt/explicit73.C: Test for proper
7960         namespace-qualification of template specializations declared in
7961         other namespaces.
7963         * g++.old-deja/g++.other/friend4.C: Check whether it is possible
7964         to declare a subset of the specializations of a template function
7965         as friends of specializations of a template class.
7967         * g++.old-deja/g++.pt/explicit71.C: Make sure specializations of
7968         member templates that do not fully specialize the enclosing
7969         template class are rejected.
7971 1998-09-11  Dave Love  <d.love@dl.ac.uk>
7973         * g77.f-torture/execute/u77-test.f: Fix bad consistency checks.
7975 1998-09-08  Dave Love  <d.love@dl.ac.uk>
7977         * g77.f-torture/execute/u77-test.f (main): New file, somewhat
7978         altered from libf2c/libU77 version.
7980 1998-09-06  Dave Love  <d.love@dl.ac.uk>
7982         * g77.f-torture/execute/io0.f: Test formatted direct i/o too.
7984 1998-09-04  Reid M. Pinchback  <reidmp@MIT.EDU>, Alexandre Oliva  <oliva@dcc.unicamp.br>
7986         * g++.old-deja/g++.pt/explicit72.C: Ensure that char and
7987         (un)signed char are different types for template specialization
7988         purposes.
7990 Thu Sep  3 00:40:32 1998  Ovidiu Predescu  <ovidiu@aracnet.com>
7992         * lib/{objc.exp,objc-torture.exp}: New files for objc testing harness.
7993         * objc: ObjC testsuite.
7995 Mon Aug 31 12:00:00 1998  Catherine Moore  <clm@cygnus.com>
7997         * gcc.c-torture/execute/941014-1.x:  New file.
7999 Mon Aug 31 15:19:32 1998  Nick Clifton  <nickc@cygnus.com>
8001         * lib/c-torture.exp: Add support for
8002         torture_eval_before_compile and torture_eval_before_execute
8003         variables.
8005 Sun Aug 30 17:38:20 1998  Jeffrey A Law  (law@cygnus.com)
8007         * gcc.dg/980626-1.c: Delete this test.  We've declared the warning
8008         this test triggers valid.
8010 Thu Aug 27 23:59:18 1998  Jeffrey A Law  (law@cygnus.com)
8012         * gcc.dg/980827-1.c: New test.
8014 Wed Aug 26 16:10:00 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
8016         * gcc.c-torture/execute/loop-4b.c: New test.
8018 Wed Aug 26 16:25:38 1998  Nick Clifton  <nickc@cygnus.com>
8020         * lib/c-torture.exp: Add support for
8021         torture_eval_before_compile and torture_eval_before_execute
8022         variables.
8024 Tue Aug 25 19:42:13 1998  Jeffrey A Law  (law@cygnus.com)
8026         * gcc.c-torture/compile/980825-1.c: New test.
8028 Mon Aug 24 14:20:32 1998  Nick Clifton  <nickc@cygnus.com>
8030         * gcc.c-torture/execute/bcp-1.c (main): Fix optimize test loop to
8031         count number tests in opt_t0 not good_t0.
8033 Mon Aug 24 16:38:52 1998  Jeffrey A Law  (law@cygnus.com)
8035         * gcc.c-torture/compile/930326-1.x: Fix typo.
8037 1998-08-23  Mark Mitchell  <mark@markmitchell.com>
8039         * lib/old-dejagnu.exp: Make it possible to XFAIL a test that
8040         causes an ICE.
8042 Fri Aug 21 23:59:18 1998  Jeffrey A Law  (law@cygnus.com)
8044         * gcc.c-torture/unsorted/memtst.c: Reduce size of array when
8045         STACK_SIZE is defined.
8046         * gcc.c-torture/unsorted/stuct.c: Similarly.
8048         * gcc.c-torture/compile/980821-1.c: New test.
8050 Fri Aug 21 03:14:04 1998  Jeffrey A Law  (law@cygnus.com)
8052         * gcc.c-torture/execute/980526-2.c: Disable for targets with 16bit ints.
8054 1998-08-19  Mark Mitchell  <mark@markmitchell.com>
8056         * lib/old-dejagnu.exp (old-dejagnu): Remove sig6/sig11 handling
8057         code.
8059 1998-08-09  Mark Mitchell  <mark@markmitchell.com>
8061         * lib/old-dejagnu.exp: Revise handling of `Internal compiler
8062         error'.
8064 Tue Aug 18 19:19:50 1998  Jeffrey A Law  (law@cygnus.com)
8066         * gcc.c-torture/execute/*.x: Some updates for the h8300 targets.
8068 Sun Aug 16 01:29:19 1998  Jeffrey A Law  (law@cygnus.com)
8070         * gcc.c-torture/compile/980816-1.c: New test.
8072         * gcc.dg/980816-1.c: New test.
8074 Thu Aug 13 00:13:55 1998  Jeffrey A Law  (law@cygnus.com)
8076         * gcc.c-torture/execute/ieee/ieee.exp: Pass -ffloat-store to
8077         compiler for ieee tests.
8079 1998-08-01  Dave Love  <d.love@dl.ac.uk>
8081         * g77.f-torture/compile/980729-0.f: New test.
8083 1998-07-30  Ken Raeburn  <raeburn@cygnus.com>
8085         * gcc.c-torture/special/eeprof-1.c: New test, for
8086         -finstrument-functions.
8087         * gcc.c-torture/special/special.exp: Run it.
8089 Wed Jul 29 00:17:18 1998  Jeffrey A Law  (law@cygnus.com)
8091         * gcc.c-torture/compile/980729-1.c: New test.
8093 Mon Jul 27 11:05:07 1998  Nick Clifton  <nickc@cygnus.com>
8095         * gcc.c-torture/execute/ieee/930529-1.c (main): Check to see if
8096         __thumb__ is defined, and test for ARM style doubles if so.
8098 1998-07-26  Dave Love  <d.love@dl.ac.uk>
8100         * g77.f-torture/noncompile/980615-0.f: New test.
8102 Sun Jul 26 01:15:56 1998  H.J. Lu  (hjl@gnu.org)
8104         * gcc.dg/980312-1.c: Do link instead of compile.
8105         * gcc.dg/980313-1.c: Likewise.
8107 Sun Jul 26 01:05:02 1998  Jeffrey A Law  (law@cygnus.com)
8109         * gcc.c-torture/compile/980726-1.c: New test.
8111 1998-07-25  Dave Love  <d.love@dl.ac.uk>
8113         * g77.f-torture/execute/io0.f: New test.
8115 Fri Jul 24 11:02:43 1998  Nick Clifton  <nickc@cygnus.com>
8117         * gcc.c-torture/execute/comp-goto-1.c (main): Make main() return
8118         an int.
8120 Thu Jun 18 15:12:30 1998  Michael Meissner  <meissner@cygnus.com>
8122         * gcc.c-torture/execute/980618-{1,2}.c: New tests that showed up
8123         m32r bugs.
8125 Fri Jul 17 14:19:32 1998  Nick Clifton  <nickc@cygnus.com>
8127         * gcc.dg/980626-1.c: Expect failures for all toolchains until
8128         c-decl.c:grokdeclarator can handle mode attributes.
8130 Thu Jul 16 21:42:50 1998  Jeffrey A Law  (law@cygnus.com)
8132         * gcc.c-torture/execute/980716-1.c: New test.
8134 Mon Jul 13 22:26:37 1998  Jeffrey A Law  (law@cygnus.com)
8136         * gcc.c-torture/execute/920715-1.x: No longer expected to fail on
8137         the mn10200.
8138         * gcc.c-torture/execute/strct-varg-1.x: New file.  Expect failure on
8139         the mn10200.
8140         * gcc.c-torture/execute/va-arg-3.x: Similarly.
8141         * gcc.c-torture/compile/930326-1.x: Similarly.
8143 1998-07-13  Dave Love  <d.love@dl.ac.uk>
8145         * g77.f-torture/execute/auto0.f, g77.f-torture/execute/auto1.f:
8146         New test from Craig.
8148 1998-07-12  Dave Love  <d.love@dl.ac.uk>
8150         * g77.f-torture/noncompile/980616-0.f: New test.
8152         * g77.f-torture/execute/970816-3.f:  New test from Craig.
8154 Fri Jul 10 23:43:33 1998 Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
8156         *  g++.other/singleton.C: Return error value instead of taking
8157         SIGSEGV.
8159 Fri Jul 10 10:02:03 1998  Klaus-Georg Adams <Klaus-Georg.Adams@chemie.uni-karlsruhe.de>
8161         *  g++.other/singleton.C: New test.   Warning is under dispute.
8162         Runtime crash is not.
8164 Thu Jul  9 23:07:45 1998  Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
8166         * g++.ns/{alias2.C, alias5.C, koenig4.C, lookup3.C ns13.C,
8167         ns14.C, ns15.C, template3.C, undef1.C, using4.C, using5.C,
8168         using6.C, using7.C}:  New namespace tests.
8170 Thu Jul  9 22:44:49 1998  Alexandre Oliva   <oliva@dcc.unicamp.br>
8172         * g++.old-deja/g++.other/partspec1.C: Test matching of partial
8173         specialization with typedef'ed names used as array indexes.
8175 Thu Jul  9 00:38:51 1998  Jeffrey A Law  (law@cygnus.com)
8177         * gcc.c-torture/execute/980709-1.c: New test.
8179         * gcc.dg/980709-1.c: New test.
8181 Tue Jul  7 13:41:27 1998  Richard Henderson  <rth@cygnus.com>
8183         * gcc.c-torture/execute/bcp-1.c: New test.
8185 Tue Jul  7 11:49:04 1998  Jeffrey A Law  (law@cygnus.com)
8187         * gcc.c-torture/execute/980707-1.c: New test.
8189 Mon Jul  6 18:20:27 1998  Kamil Iskra  <iskra@student.uci.agh.edu.pl>
8191         * gcc.c-torture/compile/980706-1.c: New test.
8193 1998-07-01  Dave Love  <d.love@dl.ac.uk>
8195         * g77.f-torture/execute/980701-0.f,
8196         g77.f-torture/execute/980701-1.f: New test from Craig.
8198 Wed Jul  1 00:52:51 1998  Jeffrey A Law  (law@cygnus.com)
8200         * gcc.c-torture/compile/980701-1.c: New test.
8202         * gcc.c-torture/execute/980701-1.c: New test.
8204 Tue Jun 30 11:51:42 1998  Klaus-Georg Adams  <Klaus-Georg.Adams@chemie.uni-ka
8205 rlsruhe.de>
8207         * g++.old-deja/g++.robertl/eb132.C: New test.
8208         * g++.old-deja/g++.robertl/eb133.C: Likewise.
8210 1998-06-29  Dave Love  <d.love@dl.ac.uk>
8212         * g77.f-torture/execute/980628-7.f,
8213         g77.f-torture/execute/980628-8.f,
8214         g77.f-torture/execute/980628-9.f,
8215         g77.f-torture/execute/980628-10.f: New tests from Craig.
8217         * g77.f-torture/execute/980628-3.f: Remove mail headers.
8219 Sun Jun 28 12:49:02 1998  Jeffrey A Law  (law@cygnus.com)
8221         * g77.f-torture/execute/980628-4.f: New test from Craig.
8222         * g77.f-torture/execute/980628-5.f: Likewise.
8223         * g77.f-torture/execute/980628-2.f: Likewise.
8224         * g77.f-torture/execute/980628-0.f: Likewise.
8225         * g77.f-torture/execute/980628-1.f: Likewise.
8226         * g77.f-torture/execute/980628-3.f: Likewise.
8227         * g77.f-torture/execute/980628-6.f: Likewise.
8229 Sun Jun 28 00:37:26 1998  Jeffrey A Law  (law@cygnus.com)
8231         * lib/g77.exp (default_g77_version): Tweak to make it work in a build
8232         directory when nothing has been installed yet.
8234 Sat Jun 27 23:23:18 1998  Carlo Wood  <carlo@runaway.xs4all.nl>
8236         * gcc.c-torture/special/special.exp: Handle newer versions of
8237         dejagnu.
8239 Fri Jun 26 17:57:40 1998  Jeffrey A Law  (law@cygnus.com)
8241         * gcc.dg/980626-1.c: New test.
8243 Fri Jun 19 23:26:12 1998  Bruno Haible <haible@ilog.fr>
8245         * gcc.misc-tests/m-un-2.c: New test.
8246         * g++.old-deja/g++.other/warn01.c: Likewise.
8248 Fri Jun 19 14:06:36 1998  Robert Lipe  <robertl@dgii.com>
8250         * gcc.dg/980414-1.c: Move comments outside of ASM to improve
8251         compatibility with assmblers with a different comment character.
8252         Eliminate use of GAS-specific extensions.
8254 Fri Jun 19 02:05:14 1998  Jeffrey A Law  (law@cygnus.com)
8256         * gcc.c-torture/execute/ieee/980619-1.c: New test.
8258 Fri Jun 19 00:58:11 1998  Robert Lipe  <robertl@dgii.com>
8260         *lib/g77.exp: Replace search for libf2c.a with search for newly
8261         renamed libg2c.a
8263 Wed Jun 17 18:53:12 1998  Jeffrey A Law  (law@cygnus.com)
8265         * gcc.c-torture/execute/980617-1.c: New test.
8267 Fri Jun 12 01:08:49 1998  Jeffrey A Law  (law@cygnus.com)
8269         * gcc.c-torture/execute/980612-1.c: New test.
8271 Mon Jun  8 02:13:42 1998  Jeffrey A Law  (law@cygnus.com)
8273         * gcc.dg/980523-1.c: Only test on ppc-linux.
8274         * gcc.dg/980526-1.c, gcc.dg/switch-1.c: Likewise.
8276         * gcc.c-torture/execute/980608-1.c: New test.
8278 Fri Jun  5 21:54:26 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
8280         * gcc.c-torture/execute/980605-1.c: New test.
8282 Thu Jun  4 01:39:24 1998  Jeffrey A Law  (law@cygnus.com)
8284         * gcc.c-torture/execute/980604-1.c: New test.
8286 Tue Jun  2 20:51:43 1998  Jeffrey A Law  (law@cygnus.com)
8288         * gcc.c-torture/execute/980602-1.c: New test.
8289         * gcc.c-torture/execute/980602-2.c: Likewise.
8291 1998-06-02  Dave Love  <d.love@dl.ac.uk>
8293         * 970125-0.f: Fix per JCB.  Add commentary.
8295 Sun May 31 23:23:29 1998  Michael Meissner  <meissner@cygnus.com>
8297         * gcc.c-torture/execute/ieee/mzero2.c: New test to better test
8298         IEEE -0 support.
8300 Fri May 29 01:10:12 1998  Peter Leven <leven@lpr.e-technik.tu-muenchen.de>
8302         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Set up signal handler
8303         earlier.
8305 Thu May 28 00:17:42 1998  Catherine Moore <clm@cygnus.com>
8307         * gcc.c-torture/execute/980526-3.c: New test.
8309 1998-05-27  Manfred Hollstein  <manfred@s-direktnet.de>
8311         * g++.old-deja/g++.jason/thunk2.C: Setup this test to be expected to
8312         fail on m68k-motorola-sysv and m88k-motorola-sysv3.
8313         * g++.old-deja/g++.jason/thunk3.C: Add m68k-motorola-sysv and
8314         m88k-motorola-sysv3 to XFAIL.
8316 Tue May 26 23:58:03 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8318         * gcc.dg/980526-1.c: New test.
8319         * gcc.c-torture/execute/980526-2.c: New test.
8321 Tue May 26 23:40:40 1998  Jeffrey A Law  (law@cygnus.com)
8323         * gcc.dg/980523-1.c: Change "ppc" to "powerpc".
8325         * gcc.c-torture/execute/980526-1.c: New test.
8327 1998-05-26  Dave Love  <d.love@dl.ac.uk>
8329         * g77.f-torture/execute/alpha2.f: Add runtime test.
8331 1998-05-24  Jason Merrill  <jason@yorick.cygnus.com>
8333         * g++.old-deja/old-deja.exp: Strip leading directories.
8335         * lib/old-dejagnu.exp: All tests fail if we got an internal compiler
8336         error for the line.  Don't run multiple tests for the same line.
8338 Sat May 23 23:27:10 1998  Jeffrey A Law  (law@cygnus.com)
8340         * gcc.dg/980523-1.c: New test.
8342 1998-05-23  Dave Love  <d.love@dl.ac.uk>
8344         * g77.f-torture/compile/970915-0.f: New test.
8346 1998-05-23  Jason Merrill  <jason@yorick.cygnus.com>
8348         * lib/old-dejagnu.exp: Ignore C++ "instantiated from" mesages.
8350 Thu May 21 23:23:21 1998  Jeffrey A Law  (law@cygnus.com)
8352         * gcc.dg/980520-1.c: New test.
8354 Wed May 20 14:37:15 1998  Manfred Hollstein  <manfred@s-direktnet.de>
8356         * gcc.dg/980502-1.c: Fix return type.
8358 Wed May 20 11:29:48 1998  Jeffrey A Law  (law@cygnus.com)
8360         * gcc.dg/{980502-1.c, clobbers.c}: New tests.
8361         * gcc.c-torture/compile/{980504-1.c, 980506-1.c}: Likewise.
8362         * gcc.c-torture/compile/{980506-2.c, 980611-1.c}: Likewise.
8363         * gcc.c-torture/execute/{980505-1.c, 980505-2.c, 980506-1.c}: Likewise.
8364         * gcc.c-torture/execute/{980506-2.c, 980506-3.c}: Likewise.
8366 1998-05-20  Dave Love  <d.love@dl.ac.uk>
8368         * g77.f-torture/execute/980520-1.f: New test.
8370 1998-05-15  Dave Love  <d.love@dl.ac.uk>
8372         * lib/mike-g77.exp: New file.
8374         * g77.f-torture/noncompile/noncompile.exp,
8375         g77.f-torture/noncompile/check0.f: New files.
8377 1998-05-14  Dave Love  <d.love@dl.ac.uk>
8379         * g77.f-torture/execute/short.f, g77.f-torture/execute/le.f,
8380         g77.f-torture/execute/exp.f, g77.f-torture/execute/erfc.f,
8381         g77.f-torture/execute/dnrm2.f, g77.f-torture/execute/dcomplex.f,
8382         g77.f-torture/execute/cpp.F, g77.f-torture/execute/complex_1.f,
8383         g77.f-torture/execute/claus.f, g77.f-torture/execute/cabs.f: Call
8384         abort where appropriate.
8386 Tue May  5 19:20:13 1998  Michael Meissner  <meissner@cygnus.com>
8388         * lib/c-torture.exp (TORTURE_OPTIONS): Add -Os to options.
8389         * lib/f-torture.exp (TORTURE_OPTIONS): Ditto.
8391 1998-04-29  Dave Love  <d.love@dl.ac.uk>
8393         * g77.f-torture/compile/980419-1.f: Removed since doesn't compile.
8395 1998-04-27  Dave Love  <d.love@dl.ac.uk>
8397         * g77.f-torture/compile/980427-0.f: New test.
8399 1998-04-24  Dave Love  <d.love@dl.ac.uk>
8401         * g77.f-torture/compile/980424-0.f: New test.
8403 1998-04-19  Dave Love  <d.love@dl.ac.uk>
8405         * g77.f-torture/compile/980419-2.f (main): New test.
8406         * g77.f-torture/compile/970125-0.f: New test.
8407         * g77.f-torture/compile/980419-1.f: New test.
8409 Wed Apr  8 13:09:15 1998  Jim Wilson  <wilson@cygnus.com>
8411         * gcc.c-torture/execute/980407-1.c: Delete test.  Is duplicate
8412         of loop-4.c.
8414 Tue Apr  7 12:01:24 1998  Jim Wilson  <wilson@cygnus.com>
8416         * gcc.c-torture/execute/980407-1.c: New test from Joern Rennecke.
8418 Fri Apr  3 12:27:49 1998  Jim Wilson  <wilson@cygnus.com>
8420         * gcc.c-torture/compile/980329-1.c: New test.
8422 Wed Mar 18 16:22:22 1998  Jim Wilson  <wilson@cygnus.com>
8424         * gcc.dg/980313-1.c: New test for fp conditional move on PPro.
8425         * gcc.dg/980312-1.c: Fix typo in -march command.
8427 Mon Mar 16 20:01:30 1998  H.J. Lu  (hjl@gnu.org)
8429         * gcc.dg/980312-1.c: New test for fp conditional move on PPro.
8431 Wed Mar 11 13:08:48 1998  Robert Lipe  <robertl@dgii.com>
8433         * g77.f-torture/execute/980310-5.f: Deleted.  Craig Burley and
8434         Dave Love agree the Fortran source is bogus.
8436 Wed Mar 11 00:03:49 1998  Robert Lipe  <robertl@dgii.com>
8438         * g77.f-torture/compile/980310-1.f, g77.f-torture/compile/980310-2.f
8439         g77.f-torture/compile/980310-3.f, g77.f-torture/compile/980310-4.f
8440         g77.f-torture/compile/980310-6.f, g77.f-torture/compile/980310-7.f
8441         g77.f-torture/compile/980310-8.f: New tests from egcs-bugs archives.
8442         * g77.f-torture/execute/980310-5.f: New test from egcs-bugs archives.
8444 Tue Mar 10 00:31:51 1998  Alexandre Oliva   <oliva@dcc.unicamp.br>
8446         * g++.old-deja/g++.other/friend1.C: New test.
8448 1998-02-18  Dave Love  <d.love@dl.ac.uk>
8450         * g77.f-torture/execute/dnrm2.f (dnrm2): Avoid uninitialized (and
8451         possibly uninitialized) variables and declare dnrm2.
8453 Mon Feb 23 15:16:53 1998  Robert Lipe <robertl@dgii.com>
8455         From Bruno Haible <haible@ilog.fr>:
8456         * gcc.c-torture/execute/980223.c: New test.
8458 Fri Feb 13 00:36:07 1998  Jeffrey A Law  (law@cygnus.com)
8460         * gcc.dg/ifelse-1.c: New test.
8462 Mon Feb  9 02:08:47 1998  H.J. Lu  (hjl@gnu.org)
8464         * lib/g77.exp (g77_target_compile): Fix multilibs for libf2c.
8466           * lib/old-dejagnu.exp (old-dejagnu): Added the
8467           "execution test - XFAIL *-*-*" handling in the spirit of
8468           "excess errors test -". Changed the "execution test fails"
8469           handling to be like "excess errors test fails".
8470           * Update various tests accordingly.
8472 Fri Feb  6 14:30:48 1998  Jim Wilson  <wilson@cygnus.com>
8474         * gcc.c-torture/execute/980205.c: New test.
8476 Sun Jan 18 01:33:59 1998  Jeffrey A Law  (law@cygnus.com)
8478         * lib/c-torture.exp: Look for .x files instead of .cexp files.
8479         * lib/f-torture.exp: Similarly.
8480         * gcc.c-torture: Rename all .cexp files to .x files.
8482 Mon Dec  8 23:55:26 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
8484         * gcc.c-torture/noncompile/noncompile.exp (921102-1.c): Fixed comment.
8485         (940510-1.c): Removed duplicate.
8486         (971104-1.c): New test.
8488 Tue Nov 25 16:18:51 1997  Kate Hedstrom  (kate@ahab.rutgers.edu)
8490           * lib/f-torture.exp: Improve error and loop detection.
8492 Wed Nov 19 14:27:04 1997  Michael Meissner  <meissner@cygnus.com>
8494         * gcc.c-torture/execute/950221-1.c (filler): If STACK_SIZE is defined,
8495         use that to size the filler array.
8497 Fri Sep 26 10:50:53 1997  Bob Manson  <manson@charmed.cygnus.com>
8499         * lib/c-torture.exp(c-torture-execute): Fix typo.
8501         * lib/old-dejagnu.exp(old-dejagnu): Use a name derived from the
8502         testcase as the executable name. Keep the executable around if
8503         the test fails.
8505 Fri Sep 19 17:19:53 1997  Bob Manson  <manson@charmed.cygnus.com>
8507         * lib/c-torture.exp (TORTURE_OPTIONS): Removed unnecessary
8508         changes.  Only test one -g option, and move it to the end of the
8509         list of options to test.
8511 Fri Sep 19 17:58:00 1997  Michael Meissner  <meissner@cygnus.com>
8513         * lib/c-torture.exp (TORTURE_OPTIONS): Check for the environment
8514         variable GCC_TORTURE_OPTIONS to supply default switches separated
8515         by colons.  If no environment variable, run tests with -O0 -g, -O1
8516         -g, and -O2 -g as well.
8518 Wed Sep 17 10:12:26 1997  Bob Manson  <manson@charmed.cygnus.com>
8520         * lib/plumhall.exp: Don't set PHSRC in this file. Add a few
8521         explanatory comments. Fix indentation.
8523 Mon Sep 15 00:36:53 1997  Jeffrey A Law  (law@cygnus.com)
8525         * lib/g++.exp (g++_init): Look for xgcc in $basedir too.
8527 Thu Sep 11 13:54:47 1997  Jeffrey A Law  (law@cygnus.com)
8529         * g++.old-deja/g++.brendan/scope4.C: No longer expected to fail.
8530         * g++.old-deja/g++.mike/p7325.C: Likewise.
8531         * g++.old-deja/g++.mike/eh51.C: No longer expected to fail on the PA.
8533 Thu Sep 11 10:00:03 1997  Alexandre Oliva  (oliva@dcc.unicamp.br)
8535         * g++.old-deja/g++.brendan/crash20.C: Rework to avoid libg++.
8536         * g++.old-deja/g++.brendan/crash30.C: Likewise.
8537         * g++.old-deja/g++.brendan/crash39.C: Likewise.
8538         * g++.old-deja/g++.law/operators4.C: Likewise.
8540 Thu Sep 11 09:53:40 1997  Joe Buck  (jbuck@synopsys.com)
8542         * g++.old-deja/g++.mike/p658.C: eliminate <bool.h> use.
8543         * g++.old-deja/g++.mike/p784.C: Ditto.
8544         * g++.old-deja/g++.mike/p785.C: Ditto.
8546 Fri Sep  5 00:21:42 1997  Jeffrey A Law  (law@cygnus.com)
8548           * gcc.c-torture/execute/cbrt.c: Tweak to work on more targets.
8550 Wed Sep  3 17:29:35 1997  Bob Manson  <manson@charmed.cygnus.com>
8552         * gcc.c-torture/execute/ieee/ieee.exp: Check for ieee_multilib_flags
8553         target feature; pass this to c-torture-execute as needed.
8555 Wed Sep  3 17:15:00 1997  Bob Manson  <manson@charmed.cygnus.com>
8557         * lib/c-torture.exp(c-torture-execute): If the previous and the
8558         current executables being tested are identical, we don't need to
8559         run the executable again. Try to make the executable names
8560         unique. Add an optional argument for passing additional compiler
8561         flags.
8563 Tue Sep  2 16:34:31 1997  Doug Evans  <dje@canuck.cygnus.com>
8565         * lib/gcc-dg.exp (gcc-dg-test): Fix typos setting compile_type.
8567 Fri Aug 29 12:48:09 1997  Jeffrey A Law  (law@cygnus.com)
8569         * gcc.c-torture/execute/921007-1.c: Make strcmp static.
8571 Thu Jul 31 12:17:24 1997  Jeffrey A Law  (law@cygnus.com)
8573         * gcc.c-torture/execute/920501-9.c: Fix to work on targets with
8574         32bit or larger longs.
8576         * gcc.c-torture/execute/961017-2.c: Fix to work on targets which
8577         have either a 32bit long or 32bit int.
8579 Tue Jul 29 00:40:38 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
8581         * gcc.c-torture/execute/conversion.c (test_float_to_integer):
8582         Make double precision tests dependent on sizeof (double).
8584 Wed Jul  9 15:15:40 1997  Bob Manson  <manson@charmed.cygnus.com>
8586         * gcc.prms/5403.c: Allow CRLFs to occur at the start of the output
8587         too.
8589 Tue Jun 17 22:11:16 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
8591         * gcc.c-torture/compile/961203-1.cexp: New script.
8593 Mon Jun 16 15:27:06 1997  Bob Manson  <manson@charmed.cygnus.com>
8595         * lib/g++.exp(g++_init): Use g++_include_flags instead of making
8596         up the includes ourselves.
8598 Wed Jun 11 17:33:21 1997  Bob Manson  <manson@charmed.cygnus.com>
8600         * lib/plumhall.exp: Remove random include, and add a few
8601         verbose messages for debugging.
8603 Fri Jun  6 14:23:24 1997  Bob Manson  <manson@charmed.cygnus.com>
8605         * lib/g++.exp: Use g++_link_flags from libgloss.exp, instead
8606         of trying to do it ourselves.
8608 Wed Jun  4 03:38:50 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
8610         * gcc.c-torture/execute/ieee/ieee.exp: Set -mieee for SH.
8612 Wed Jun  4 18:43:55 1997  Bob Manson  <manson@charmed.cygnus.com>
8614         * gcc.prms/5403.c: Made regexp a bit less strict.
8616 Tue Jun  3 15:12:39 1997  Bob Manson  <manson@charmed.cygnus.com>
8618         * lib/mike-gcc.exp: Don't use global exec_output anymore. Output
8619         is returned from remote_load instead.
8620         * lib/plumhall.exp: Ditto.
8621         * lib/mike-g++.exp: Ditto.
8622         * lib/old-dejagnu.exp: Ditto.
8623         * lib/c-torture.exp: Ditto.
8625 Fri May 30 23:15:15 1997  Bob Manson  <manson@charmed.cygnus.com>
8627         * lib/g++.exp: Use build_wrapper procedure.
8628         * lib/gcc.exp: Ditto.
8630 Tue May 20 15:23:27 1997  Jeffrey A Law  (law@cygnus.com)
8632         * gcc.c-torture/execute/*.c: Include stdlib.h instead of using
8633         an old-style decl for malloc.  Fixes tests to work when
8634         sizeof (int) != sizeof (size_t).
8636 Thu May 15 14:00:04 1997  Mike Meissner  <meissner@cygnus.com>
8638         * gcc.c-torture/execute/va-arg-3.c: If NO_VARARGS is defined, nop test.
8640         * gcc.c-torture/execute/strct-varg-1.c: If NO_VARARGS is defined,
8641         use stdargs.h interface.
8643 Thu May 15 14:10:39 1997  Mike Meissner  <meissner@cygnus.com>
8645         * lib/gcc.exp (gcc_target_compile): If gcc,no_varargs, define
8646         NO_VARARGS when compiling.
8648 Thu May  1 14:49:19 1997  Bob Manson  <manson@charmed.cygnus.com>
8650         * lib/plumhall.exp(ph_includes): New procedure.
8651         (ph_make): Use it.
8652         (ph_compiler): Ditto.
8654         * lib/g++.exp: Rename test-glue.c to testglue.c.
8655         * lib/gcc.exp: Ditto.
8657 Thu Apr 10 14:50:26 1997  Bob Manson  <manson@charmed.cygnus.com>
8659         * lib/g++.exp(g++init): Don't try to be smart, always run g++_init
8660         to completion when it's called.
8662 Fri Mar 21 16:34:52 1997  Michael Meissner  <meissner@cygnus.com>
8664         * gcc.c-torture/execute/920501-7.c (main,x): If NO_LABELS_VALUES
8665         is defined, don't do test.
8667 Thu Mar 20 09:50:32 1997  Doug Evans  <dje@canuck.cygnus.com>
8669         * lib/plumhall.exp (ph_make): Comment out errorCode=NONE test
8670         for object files.
8671         (ph_summary): Mark skipped testcases as untested, not unresolved.
8673         * lib/plumhall.exp (ph_make): If unresolved because of bad
8674         errorCode, record errorCode in log file.
8675         (*): Replace send_log/verbose with verbose -log.
8677 Wed Mar 19 13:06:26 1997  Michael Meissner  <meissner@cygnus.com>
8679         * gcc.c-torture/execute/ieee/rbug.c (main): Don't do long long to
8680         double conversion if double isn't at least 8 bytes.
8682         * gcc.c-torture/execute/cvt-1.c: Make all functions use long, not
8683         int to work with targets where int is 16 bits.
8685         * gcc.c-torture/execute/920715-1.c (main): If double isn't at least
8686         8 bytes, just exit, since 4 byte doubles don't have enough bits of
8687         precision for the test to complete.
8689 Fri Mar 14 17:51:02 1997  Michael Meissner  <meissner@cygnus.com>
8691         * gcc.c-torture/execute/920715-1.cexp (d10v-*-*): Expect to fail
8692         if d10v is not compiled with the -mdouble64 flag.
8693         * gcc.c-torture/execute/ieee/rbug.cexp (d10v-*-*): Ditto.
8695         * gcc.c-torture/execute/cvt-1.cexp (d10v-*-*): Expect to fail if
8696         d10v is not compiled with the -mint32 flag.
8698 Thu Mar 13 16:09:28 1997  Bob Manson  <manson@charmed.cygnus.com>
8700         * lib/plumhall.exp: Use incr_count.
8702 Wed Mar 12 10:01:33 1997  Jeffrey A Law  (law@cygnus.com)
8704         * gcc.c-torture: Update to c-torture-1.45.
8706 Sun Feb 23 18:12:04 1997  Bob Manson  <manson@charmed.cygnus.com>
8708         * lib/gcc.exp(gcc_init): Add args parameter (which will contain
8709         the name of the expect testcase file).
8711         * lib/g++.exp(g++_init): Ditto.
8713 Thu Feb 20 13:53:05 1997  Bob Manson  <manson@charmed.cygnus.com>
8715         * lib/g++.exp(g++_exit): $gluefile lives on the build, not
8716         the host.
8718         * lib/gcc.exp(gcc_exit): New procedure.
8720 Wed Feb 19 15:16:16 1997  Bob Manson  <manson@charmed.cygnus.com>
8722         * g++.old-deja/g++.rfg/*: Added "Build don't link" and ERROR
8723         specs where appropriate.
8725         * g++.old-deja/g++.arm/*: Added additional ERROR checks
8726         because of new "candidates are" messages, and removed a few
8728         * Converted all non-old-style g++ testcases to old-style, and
8729         moved into g++.old-deja.
8731 Fri Feb 14 11:46:46 1997  Bob Manson  <manson@charmed.cygnus.com>
8733         * lib/old-dejagnu.exp(old-dejagnu): Add various "skip if"
8734         options.
8736         * lib/gcc.exp(gcc_init): Don't set gluefile unless the compile
8737         succeeded.
8739         * lib/g++.exp(g++_init): Don't unset gluefile unless it exists.
8741 Thu Feb 13 17:30:46 1997  Michael Meissner  <meissner@cygnus.com>
8743         * lib/gcc.exp (gcc_target_compile): Add support for defining
8744         NO_TRAMPOLINES and NO_LABEL_VALUES if the baseboard file indicates
8745         the machine doesn't have those features.
8747 Tue Feb 11 12:57:11 1997  Bob Manson  <manson@charmed.cygnus.com>
8749         * g++.law/operators4.exp: Don't use LIBS.
8751 Sat Feb  8 14:45:55 1997  Bob Manson  <manson@charmed.cygnus.com>
8753         * g++.law/virtual1.exp: Don't use CXX_FLAGS.
8755         * lib/mike-g++.exp: Don't set the compiler to be tested here.
8756         * lib/g++.exp: Set it here instead. Also, allow use of the
8757         --tool_exec and --tool_opt options. Change CXX to
8758         GXX_UNDER_TEST.
8760         * g++.old-deja/old-deja.exp: Change CXX to GXX_UNDER_TEST.
8762         * lib/gcc.exp: Allow use of --tool_exec and --tool_opt.
8764 Fri Feb  7 12:55:45 1997  Bob Manson  <manson@charmed.cygnus.com>
8766         * lib/old-dejagnu.exp: Use prune_warnings instead of
8767         prune_system_crud.
8768         * lib/mike-g++.exp: Ditto.
8769         * lib/gcc.exp: Ditto.
8770         * lib/g++.exp: Ditto.
8772         * lib/g++.exp: Include both libstdc++ and libstdc++/stl.
8774 Fri Feb  7 10:41:53 1997  Jeffrey A Law  (law@cygnus.com)
8776           * 941014-2.c: Include stdlib.h
8777           * 960327-1.c: Include stdio.h
8778           * dbra.c, index-1.c: Don't assume ints are 32bits.
8780 Tue Feb  4 12:51:09 1997  Bob Manson  <manson@charmed.cygnus.com>
8782         * lib/gcc.exp: Add gcc,stack_size target feature.
8784         * lib/g++.exp(g++_target_compile): Add the include and link
8785         paths here, not in two other places. And, it's $options, not
8786         options.
8788         * lib/mike-g++.exp(postbase): Remove the code that determines
8789         the correct include and link paths.
8790         * g++.old-deja/old-deja.exp: Ditto.
8792 Mon Feb  3 19:00:07 1997  Bob Manson  <manson@charmed.cygnus.com>
8794         * lib/g++.exp(g++_init): target_compile no longer returns the
8795         filename of the result.
8797 Sun Feb  2 14:42:34 1997  Bob Manson  <manson@charmed.cygnus.com>
8799         * gcc.misc-tests/gcov.exp: Add -nocomplain to the
8800         call to glob.
8802         * gcc.c-torture/special/special.exp: Change call to
8803         gcc_target_compile to include the object file.
8805 Sun Feb  2 17:11:50 1997  Ian Lance Taylor  <ian@cygnus.com>
8807         * gcc.c-torture/special/special.exp: Correct misspelling in last
8808         change.
8810 Sat Feb  1 12:34:23 1997  Bob Manson  <manson@charmed.cygnus.com>
8812         * lib/plumhall.exp(ph_summary): Log the entire output of the
8813         executable. Return -1 if there were any failures, 0 otherwise.
8814         (ph_execute): Return -1 if there were any failures, 0 otherwise.
8815         (ph_make): Clean up objects and executables that were built
8816         if the tests succeeded.
8818 Thu Jan 30 13:45:56 1997  Bob Manson  <manson@charmed.cygnus.com>
8820         * g++.old-deja/old-deja.exp: Add -L and -I flags so we include
8821         libraries and includes in the build tree as appropriate.
8823 Wed Jan 29 17:19:34 1997  Bob Manson  <manson@charmed.cygnus.com>
8825         * lib/c-torture.exp: Instead of looking for the global variable
8826         NO_LONG_LONG, check to see if that's a feature of the target.
8828 Wed Jan 29 00:36:25 1997  Bob Manson  <manson@charmed.cygnus.com>
8830         * config/default.exp: Minimize. Delete the remainer of the files in
8831         config; this functionality is now in devo/dejagnu/config.
8833         g++.*/*: Pass any additional flags used to compile to postbase;
8834         delete CXXFLAGS.
8836         gcc.c-torture/*: Remove calls to gcc_init and gcc_finish; this
8837         is now done by runtest.exp. Use gcc_target_compile instead of
8838         compile.
8840         lib/c-torture.exp: Use gcc_target_compile instead of compile.
8841         Remove references to CFLAGS. Use remote_file instead of
8842         calling rm -f.
8843         (c-torture): Take a list of arguments to use to compile this
8844         testcase.
8846         lib/g++.exp: Simplify. Use target_compile instead of compile.
8847         lib/gcc-dg.exp: Ditto.
8848         lib/gcc.exp: Ditto.
8849         lib/mike-{gcc,g++}.exp: Ditto.
8850         lib/old-dejagnu.exp: Ditto.
8851         lib/plumhall.exp: Ditto.
8853 Wed Jan  8 14:43:07 1997  Jim Wilson  <wilson@cygnus.com>
8855         * lib/plumhall.exp (ph_make): Use CFLAGS and ANSICFLAGS when linking.
8856         (ph_linker): Likewise.
8858 Wed Nov 13 16:04:19 1996  Joern Rennecke <amylaar@cygnus.com>
8860           * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}: Only use
8861         MAP_ANON / MAP_ANONYMOUS if defined;
8862         else try to map from /dev/zero .
8864 Tue Nov 12 23:30:12 1996  Jeffrey A Law  (law@cygnus.com)
8866         * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}:  If MAP_ANON
8867         isn't defined, then define it to MAP_ANONYMOUS.
8869 Tue Nov 12 11:57:49 1996  Jeffrey A Law  (law@cygnus.com)
8871         * gcc.c-torture: Update to c-torture-1.42 release.
8873 Mon Nov 11 12:45:31 1996  Jeffrey A Law  (law@cygnus.com)
8875         * gcc.c-torture: Update to c-torture-1.41 release.
8877 Sun Oct 27 18:56:18 1996  Jeffrey A Law  (law@cygnus.com)
8879         * gcc.c-torture/execute/enum-1.c: New test.  Will be in next
8880         c-torture release.
8882 Thu Aug 15 11:09:36 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
8884         * lib/gcc.exp (gcc_init): Always append the target_info to CFLAGS
8885         and LDFLAGS.  Fix second case to append the target_info ldflags
8886         onto LDFLAGS, not CFLAGS.
8887         * lib/g++.exp (g++_init): Add target_info stuff.
8888         * lib/old-dejagnu.exp (old-dejagnu-init): Likewise.  Add inclusion
8889         of libgloss and newlib flags for !native.
8891         * config/proelf.exp: Load remote.exp and do `push_target hppro'.
8892         (GDB): Fix relative path to go up another dir for finding gdb.
8894 Thu Aug  8 17:03:27 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
8896         * lib/gcc.exp(gcc_init): Set CFLAGS and LDFLAGS to their new
8897         versions in the target_info array, if they don't exist.
8899 Fri Aug  2 15:39:03 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
8901         * config/vx.exp (${tool}_load): Fix syntax of `$shell_id < 0'.
8903 Mon Jul  8 15:45:58 1996  Jim Wilson  <wilson@cygnus.com>
8905         * lib/g++.exp: Change all uses of $base_dir/ to $base_dir/../.
8906         * lib/gcc.exp, lib/old-dejagnu.exp: Likewise.
8908 Mon Jul  1 15:53:00 1996  Bob Manson  <manson@charmed.cygnus.com>
8910         * lib/old-dejagnu.exp: Don't remove the output file before we've
8911         actually tested it. Don't append pwd to the path of the executable
8912         we're testing.
8914 Sun Jun 30 14:37:50 1996  Doug Evans  <dje@canuck.cygnus.com>
8916         * lib/g++.exp (default_g++_start): Don't pass LDFLAGS, LIBS if -c.
8918 Wed Jun 26 14:15:55 1996  Bob Manson  <manson@charmed.cygnus.com>
8920         * lib/old-dejagnu.exp (old-dejagnu): Add $tmpdir to specify a
8921         temporary directory for compiler files, and set it to a default
8922         value of /tmp. Set $output as the name of the output file from
8923         compiling the testcase. Add a -o option to $cflags_var so the
8924         compiler writes the final output file as $output. Set $executable
8925         to $output.
8927         * lib/mike-g++.exp (postbase): Add $tmpdir to specify a temporary
8928         directory for compiler files, and set it to /tmp if it doesn't
8929         already have a value. Set $output_file to the name of the output
8930         file from compiling the testcase. Add a -o option to CXXFLAGS so
8931         the compiler writes the final output file as $output. Use $output
8932         as the executable to be tested.
8934 Mon Jun 24 17:12:16 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
8936         * lib/g++.exp: Also add -Wl,-rpath,... for linux.
8938 Sat Jun  8 15:12:24 1996  Jeffrey A Law  (law@cygnus.com)
8940         * gcc.c-torture/execute/pending-1.c: New test.  Still
8941         pending in Tege's queue.
8943 Wed Apr 24 18:13:45 1996  Jim Wilson  <wilson@chestnut.cygnus.com>
8945         * lib/plumhall.exp (ph_summary): Add arguments name and exec_status.
8946         Add variables local_failcnt and local_unresolvedcnt.  Call gcc_fail
8947         if there were failures.  Call unresolved if there were unresolved
8948         testcases.  Call gcc_fail if program did not run to completion.
8949         (ph_make): Pass additional argument name to ph_execute.
8950         (ph_execute): Add new argument.  Pass additional arguments to
8951         ph_summary.  Call gcc_fail is there is no execution output.
8953 Wed Apr 24 13:39:23 1996  Jeffrey A Law  (law@cygnus.com)
8955         * lib/plumhall.exp (proc_summary): Output relavent summary
8956         lines into the log so specific failures in plumhall can be
8957         investigated.
8959 Wed Apr 10 13:23:45 1996  Jeffrey A Law  (law@cygnus.com)
8961         * lib/c-torture.exp: Provide a default value for $NO_LONG_LONG.
8962         (c-torture-execute): Don't try to execute tests which use
8963         "long long" types if $NO_LONG_LONG is nonzero.
8965 Mon Apr  8 08:52:29 1996  Doug Evans  <dje@canuck.cygnus.com>
8967         * gcc.c-torture/execute/ieee/ieee.exp: Run c-torture-execute,
8968         not c-torture.
8970         * gcc.ieee: Move from here.
8971         * gcc.c-torture/execute/ieee: To here.
8973 Tue Mar 26 23:41:18 1996  Jeffrey A Law  (law@cygnus.com)
8975         * gcc.c-torture: Update to c-torture-1.41 release.
8977 Fri Mar 22 15:49:24 1996  Jeffrey A Law  (law@cygnus.com)
8979         * lib/c-torture.exp (c-torture-execute): Remove "$executable",
8980         not "$output".
8982 Thu Mar  7 12:37:08 1996  Doug Evans  <dje@charmed.cygnus.com>
8984         * lib/gcc.exp (default_gcc_start): Don't pass $LDFLAGS $LIBS if
8985         -c present.
8987 Sat Mar  2 22:36:37 1996  Jeffrey A Law  (law@cygnus.com)
8989         * config/proelf.exp: Handle connecting to a simulator.
8991 Wed Jan 31 00:58:15 1996  Jeffrey A Law  (law@cygnus.com)
8993         * config/proelf.exp: New file.  Enough framework that we can
8994         run c-torture tests on the proelf targets (or any other target
8995         that gdb can connect to for that matter).
8997 Mon Jan 29 08:57:46 1996  Doug Evans  <dje@canuck.cygnus.com>
8999         * gcc.c-torture/special/special.exp: Delete libs arg to dg-runtest.
9000         * gcc.ph/testing/limits/limits.exp: Likewise.  Don't pass $CFLAGS.
9002         * lib/plumhall.exp (ph_execute): Always call ph_summary if
9003         exec_output exists.
9005 Sun Jan 28 11:28:43 1996  Doug Evans  <dje@charmed.cygnus.com>
9007         * config/sim.exp (SIM_TIME_LIMIT): New user settable variable.
9008         (${tool}_load): Use 240 seconds if SIM_TIME_LIMIT not set.
9010         * config/*.exp: Update FSF address.  Change result of ${tool}_load
9011         to pass/fail/unresolved/unsupported/untested.  Caller must now
9012         call unresolved/unsupported/untested.
9013         * lib/*.exp: Update FSF address.  Update to handle new results of
9014         ${tool}_load.
9015         * lib/chill.exp (verbose): Delete.
9017 Sat Jan 27 12:28:07 1996  Doug Evans  <dje@charmed.cygnus.com>
9019         * lib/gcc.exp (default_gcc_start): Change order of args to
9020         $LDFLAGS $CFLAGS $LIBS.
9021         * lib/gcc-dg.exp (gcc-dg-test): Arguments have changed, update.
9022         Save/set/restore CFLAGS.  Pass single arg to gcc_start.
9023         * gcc.dg/dg.exp: Delete libs arg in call to dg-runtest.
9024         (CC,CFLAGS,LIBS): Delete references. Don't pass $CFLAGS to dg-runtest.
9025         * gcc.misc-tests/dg-test.exp: Likewise.
9026         * gcc.misc-tests/msgs.exp: Likewise.
9027         * gcc.prms/prms.exp: Likewise.
9028         * gcc.misc-tests/gcov.exp: Delete libs arg in call to dg-runtest.
9029         (CFLAGS,LIBS): Delete references.  Don't pass $CFLAGS to dg-runtest.
9031         * lib/dg.exp: Deleted, moved to dejagnu/lib.
9033 Wed Jan 24 18:37:00 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
9035         * g++.old-deja/old-deja.exp: Add passing of $mathlib to old-dejagnu.
9037         * g++.old-deja/old-deja.exp: Move setting of runshlib from here...
9038         * lib/old-dejagnu.exp (old-dejagnu-init): ...to here.
9040         * lib/g++.exp (g++_init): Take out use of -rpath for the sun4, not
9041         necessary.
9043 Sat Jan 20 17:22:08 1996  Brendan Kehoe  <brendan@cygnus.com>
9045         * g++.old-deja/old-deja.exp: Move setting of runshlib out of the
9046         global for loop; add use of $mathlib.
9047         * lib/old-dejagnu.exp (old-dejagnu-init): Put the runshlib
9048         settings here; set mathlib for anything but VxWorks.
9050 Mon Jan 22 16:31:57 1996  Jeffrey A Law  (law@cygnus.com)
9052         * gcc.c-torture: Update to c-torture-1.40 release.
9054 Wed Jan  3 00:54:33 1996  Jeffrey A Law  (law@cygnus.com)
9056         * gcc.ph/testing/limits/limits.exp: Load ${tool}-dg.exp, not
9057         dg.exp.
9059 Sun Dec  3 16:17:42 1995  Jeffrey A. Law  <law@sethra.cygnus.com>
9061         * lib/c-torture.exp (c-torture-execute): Declare "output" as
9062         global.
9064 Fri Nov 17 20:01:19 1995  Doug Evans  <dje@canuck.cygnus.com>
9066         * lib/g++.exp (LIBS): Define if not already.
9067         * lib/gcc-dg.exp (gcc-dg-test): Set executable file as a.out.
9068         (gcc-dg-prune): Call prune_gcc_output.
9069         * lib/gcc.exp (prune_gcc_output): New proc.
9070         * gcc.c-torture/special (921210-1.c): Call prune_system_crud and
9071         prune_gcc_output.
9073 Thu Nov 16 09:15:40 1995  Doug Evans  <dje@canuck.cygnus.com>
9075         * lib/c-torture.exp (c-torture-compile): Fix calls to `unsupported'.
9076         (c-torture-execute): Likewise.  Rename `name' to `testcase'.
9078 Wed Nov 15 23:04:36 1995  Jeffrey A Law  (law@cygnus.com)
9080         * gcc.c-torture: Update to c-torture-1.39 release.
9082 Sat Nov  4 12:52:05 1995  Doug Evans  <dje@canuck.cygnus.com>
9084         * lib/c-torture.exp (c-torture-execute): Don't return if one option
9085         fails, try others as well.
9087 Thu Nov  2 09:28:35 1995  Doug Evans  <dje@canuck.cygnus.com>
9089         * lib/c-torture.exp (c-torture-execute): This proc's result is `void'.
9090         If compilation fails, mark execute tests as `untested'.
9091         If test is marked as unsupported, don't mark compilation and
9092         execute tests as failed.
9094 Wed Oct 25 20:57:55 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
9096         * lib/g++.exp (g++_init): Don't link in libg++, and look to
9097         libstdc++ for whether or not we want to be doing shared
9098         libraries.  Delete link_curses since we don't need it anymore.
9099         * lib/mike-g++.exp (postbase): Don't link in libg++.
9100         * g++.old-deja/old-deja.exp: Likewise.
9102 Mon Oct 23 13:05:11 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
9104         * lib/g++.exp (CXX): Default to run `c++' instead of `g++'.
9106 Tue Oct 17 15:24:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
9108         * lib/g++.exp (g++_init): Also check for libg++.sl for the hppa.
9109         For that, add `-Wl,-a,shared_archive'.
9110         * g++.old-deja/old-deja.exp: Likewise.
9112 Tue Oct 17 13:09:06 1995  Doug Evans  <dje@canuck.cygnus.com>
9114         * lib/c-torture.exp (c-torture-execute): Ensure CFLAGS restored.
9116 Mon Oct 16 23:13:32 1995  Brendan Kehoe  <brendan@cygnus.com>
9118         * lib/mike-g++.exp (postbase): Pay attention to the status of
9119         g++_load.
9121 Mon Oct 16 19:28:32 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
9123           * g++.old-deja/old-deja.exp: Add $LIBS at the end of the args.
9125 Mon Oct 16 13:48:58 1995  Doug Evans  <dje@canuck.cygnus.com>
9127         * lib/gcc.exp (default_gcc_start): No longer need to log program
9128         being executed or its output, execute_anywhere does that now.
9129         * lib/g++.exp (default_g++_version): Call execute_anywhere.
9130         (default_g++_start): Likewise.  Delete calls to verbose/send_log.
9132 Thu Oct 12 10:34:58 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
9134         * g++.old-deja/old-deja.exp: Updated the shared libg++ tests to be
9135         the same as those in lib/g++.exp.
9137 Tue Oct 10 13:47:27 1995  Jeff Law  (law@hurl.cygnus.com)
9139         * gcc.c-torture: Update to c-torture-1.38 release.
9140         * gcc.ieee: Related changes.
9142 Fri Oct  6 12:39:17 1995  Rob Savoye  <rob@darkstar.cygnus.com>
9144         * mike-gcc.exp, mike-g++.exp: Use "execute_anywhere" rather than
9145         "exec". Minor reformatting changes.
9147         * config/rom68k.exp (${tool}_load): Make it work in a canadian
9148         cross. This means all "exec" calls now work on a remote host as
9149         well.
9150         * lib/c-torture.exp (c-torture-compile): Make work for a canadian
9151         cross. Filter out the extra "\r\n" stuff that expect puts in.
9152         (c-torture-execute): Filter out the bogus warnings like
9153         c-torture-compile does. Add support for canadian cross.
9154         * lib/gcc.exp (default_gcc_version, default_gcc_start)
9155         Use execute_anywhere rather than calling exec directly. Now it
9156         works for canadian cross testing.
9158 Thu Oct  5 10:06:45 1995  Brendan Kehoe  <brendan@rtl.cygnus.com>
9160         * lib/g++.exp: Add -nocomplain flag to glob.  Use catch to put the
9161         results into a variable, and check that rather than using file exists.
9163 Wed Oct  4 16:31:02 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
9165         * lib/g++.exp: Use glob to see libg++.so.2.7.0, since sun4 doesn't
9166         create a libg++.so.  For sunos4.1.*, also add -ltermcap.
9168 Tue Sep 26 10:15:14 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
9170         * g++.old-deja/old-deja.exp: Create and pass runshlib and
9171         lib_curses if there's a shared libg++ in the build tree.
9173 Fri Sep 22 10:47:24 1995  Doug Evans  <dje@canuck.cygnus.com>
9175         * lib/mike-{gcc,g++}.exp (postbase): Restore CFLAGS, CXX_FLAGS, LIBS
9176         if not supported target.
9178 Fri Sep 22 09:22:07 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
9180         * lib/g++.exp (g++_init): Move empty setting of runshlib and
9181         link_curses up to always happen, not just for native builds.
9183 Thu Sep 21 10:23:32 1995  Jeff Law  (law@snake.cs.utah.edu)
9185         * gcc.c-torture: Update to c-torture-1.36 release.
9186         * gcc.failure: Related changes.
9188 Wed Sep 20 10:56:26 1995  Doug Evans  <dje@canuck.cygnus.com>
9190         * lib/plumhall.exp (PHSRC, PHDST): Allow config files to override.
9192 Tue Sep 19 17:26:07 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
9194         * lib/g++.exp (g++_init): Put the shared and math lib stuff in here.
9195         * lib/mike-g++.exp (postbase): Not in here.  Still reference
9196         runshlib, link_curses, and mathlib for link and run.
9198         * lib/mike-g++.exp (postbase): If we've built a libg++.so, then
9199         pass the runtime shared library options for Solaris, OSF/1, and
9200         Irix5, and link with -lcurses to avoid unresolved references.
9202 Wed Sep 13 15:28:10 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
9204         * lib/gcc.exp (gcc_init): Return if gcc_initialized is 1, so we
9205         only run once.
9207 Wed Sep 13 10:51:52 1995  Doug Evans  <dje@canuck.cygnus.com>
9209         * lib/c-torture.exp (c-torture-compile): Don't alter CFLAGS.
9211 Mon Sep 11 11:02:03 1995  Jeff Law  (law@snake.cs.utah.edu)
9213         * gcc.c-torture: Update to c-torture-1.35 release.  Note we
9214         do not have a framework for the "compat" tests yet.
9216 Sat Sep  9 16:15:20 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
9218         * lib/mike-g++.exp (postbase): New local variable `mathlib',
9219         set to null if we're testing vxworks5.1.  Use that instead of
9220         `-lm' in the setting of LIBS for link and run.
9222 Fri Sep  8 13:53:38 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
9224         * config/rom68k.exp (${tool}_load): Major changes to make it
9225         work.  Verified that it does in fact return the stuff in
9226         exec_output properly.  Catch any Emul or any TRAP other than 0.
9228 Thu Sep  7 23:04:06 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
9230         * lib/mike-g++.exp (prebase): Call g++_init at the end to set
9231         LDFLAGS properly for targets that need stuff from libgloss.
9232         * lib/g++.exp (g++_init): Return if gpp_initialized is 1, so we
9233         only run once.
9234         (gpp_initialized): New variable.
9236 Wed Sep  6 21:56:13 1995  Rob Savoye  <rob@darkstar.cygnus.com>
9238         * config/rom68k.exp: Load libgloss.exp.
9239         * lib/gcc.exp (gcc_init): get proper flags for newlib and libgloss
9240         so we can produce a fully linked binary.
9241         * lib/g++.exp (g++_init): get proper flags for newlib and libgloss
9242         so we can produce a fully linked binary.
9244 Sun Sep  3 13:25:26 1995  Doug Evans  <dje@canuck.cygnus.com>
9246         * lib/plumhall.exp (ph_section): Watch for expected failures.
9247         Add missing `else'.
9249         * lib/c-torture.exp (c-torture-execute): Look for .cexp files to
9250         run the testcase.
9251         (c-torture): Likewise.
9253 Mon Aug 28 11:23:38 1995  Doug Evans  <dje@cygnus.com>
9255         * gcc.dg/dg.exp (scan-assembler, scan-assembler-not): New procs.
9257         * lib/mike-g++.exp (mike_cleanup): New proc.
9258         (prebase): New globals compiler_result, not_compiler_result,
9259         target_regexp.
9260         (postbase): Likewise.  Call mike_cleanup.  Pass "--" to regexp to
9261         allow leading "-" in pattern.  Watch for unsupported tests.
9262         If $compiler_result is set, pattern match assembler code,
9263         and ditto for $not_compiler_result.
9264         * lib/mike-gcc.exp: Likewise.
9266         * lib/plumhall.exp (ph_execute): Only call ph_summary if
9267         execution "succeeded".
9269 Mon Aug 14 14:03:53 1995  Doug Evans  <dje@canuck.cygnus.com>
9271         * config/win32.exp: New file.
9272         * lib/c-torture.exp (c-torture-execute): Handle $exe_ext.
9274 Fri Aug  4 15:39:54 1995  Doug Evans  <dje@canuck.cygnus.com>
9276         * lib/gcc-dg.exp (gcc-dg-prune): Mark testcases that fill ram as
9277         unsupported.
9278         * lib/mike-{gcc,g++}.exp (postbase): Likewise.
9279         * lib/{c-torture.exp,old-dejagnu.exp}: Likewise.
9280         * lib/{gcc,g++}.exp (${tool}_check_untested_p): New proc.
9282         * lib/mike-g++.exp (postbase): Delete alpha-*-* checking of
9283         "... without exceptions was ...".  That is now handled by
9284         prune_system_crud.
9285         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
9287 Tue Aug  1 11:09:33 1995  Doug Evans  <dje@canuck.cygnus.com>
9289         * gcc.misc-tests/{acker1.c,dhry.c,dhry.h,matrix1.c,optbench.c,
9290         sieve.c,sort2.c}: New files.
9291         * gcc.misc-tests/{acker1.exp,dhry.exp,matrix1.exp,optbench.exp,
9292         sieve.exp,sort2.exp}: Drivers for them.
9294         * lib/mike-gcc.exp (program_output): New user settable variable.
9295         (postbase): Call prune_system_crud.  Also prune extraneous compiler
9296         messages.
9297         * lib/mike-g++.exp (program_output): New user settable variable.
9299         * gcc.misc-tests/mg.exp (compiler_output): Handle multiple lines.
9301         * config/sh.exp: Deleted (use sim.exp instead).
9303 Fri Jul 28 11:33:46 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
9305         * config/vx.exp: Declare CHECKTASK as global.
9306         * config/vxworks29k.exp: Reduce to only set CHECKTASK, and load vx.exp.
9307         * lib/mike-g++.exp: Load [pwd]/a.out, not `./a.out'.
9308         * lib/old-dejagnu.exp: Load [pwd]/$executable.
9310 Wed Jul 26 19:45:39 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
9312         * config/vxworks29k.exp: New file, for the a29k-vxworks5.1
9313         target. Like vx.exp, only includes `vx29k.exp' instead of
9314         `vxworks.exp'.
9316 Sun Jul 23 17:38:52 1995  Ian Lance Taylor  <ian@cygnus.com>
9318         * config/sim.exp: Increase time limit from 120 seconds to 240.
9320 Thu Jul  6 11:07:38 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
9322         * gcc.c-torture/execute/950628-1.c: New test.
9324 Sat Jun 10 18:51:41 1995  Jeff Law  (law@snake.cs.utah.edu)
9326         * gcc.c-torture: Update with changes/additions from
9327         c-torture-1.34.
9329 Mon Jun  5 17:58:07 1995  Doug Evans  <dje@canuck.cygnus.com>
9331         * gcc.prms/prms.exp: Pass LDFLAGS to dg-test.
9333 Sun Jun  4 05:13:57 1995  Jeff Law  (law@snake.cs.utah.edu)
9335         * gcc.c-torture/compile/funcptr-1.c: Test case for 7107.
9337 Thu Jun  1 00:06:19 1995  Jeff Law  (law@snake.cs.utah.edu)
9339         * gcc.c-torture/compile/950512-1.c: New test.
9340         * gcc.c-torture/execute/strct-pack-4.c, strct-pack-5.c}: Likewise.
9341         * gcc.dg/struct-ret-1.c: Likewise.
9343 Wed May 31 14:25:13 1995  Doug Evans  <dje@canuck.cygnus.com>
9345         * gcc.c-torture/execute/{920410-1.c,921113-1.c,921208-2.c,
9346           930106-1.c,memcpy-1.c}: Use STACK_SIZE if defined.
9348 Tue May 30 11:19:54 1995  Doug Evans  <dje@canuck.cygnus.com>
9350         * gcc.c-torture/special/920411-1.c: Deleted.
9351         * gcc.c-torture/special/special.exp: Delete 920411-1.c.
9353 Mon May 22 16:55:11 1995  Doug Evans  <dje@chestnut.cygnus.com>
9355         * config/sim.exp (${tool}_load): Hack in call to bash to get a
9356         cpu limit.
9358 Fri May 12 18:57:54 1995  Torbjorn Granlund  <tege@rtl.cygnus.com>
9360         * gcc.c-torture/execute/{950511-1.c,950512-1.c}: New tests.
9362 Thu May  4 14:23:54 1995  Torbjorn Granlund  <tege@adder.cygnus.com>
9364         From kenner;
9365         * gcc.c-torture/execute/va-arg-2.c (f[0-9], f1[0-5]): Verify format
9366         is the proper length.
9367         * va-arg-3.c: Likewise.
9369 Sun Apr 30 16:02:59 1995  Doug Evans  <dje@canuck.cygnus.com>
9371         * lib/dg.exp: Moved to dejagnu/lib.  Copy kept here (for awhile).
9372         * lib/gcc-dg.exp: New file, gcc interface to dg.exp.
9374         * lib/gcc.exp (default_gcc_start): Delete old cruft.  Delete result.
9375         * lib/g++.exp (default_g++_start): Delete old cruft.
9377 Tue Apr 25 17:20:18 1995  Torbjorn Granlund  <tege@cygnus.com>
9379         * gcc.c-torture/execute/memcpy-1.c: Decrease stack requirements from
9380         (2 * (1 << 18)) to (2 * (1 << 17)).
9382         * gcc.c-torture/execute/arith-rand.c: Avoid -0x80000000/-1.
9384 Thu Apr 20 12:21:13 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
9386         * config/rom68k.exp: Renamed from config/idp.exp
9388 Tue Apr 18 13:33:26 1995  Torbjorn Granlund  <tege@rtl.cygnus.com>
9390         * c-torture/compile/921109-2.c
9392 Tue Apr 18 10:45:12 1995  Mike Stump  <mrs@cygnus.com>
9394         * lib/old-dejagnu.exp: We expect Execution test failure if we expected
9395         excess errors.
9397 Sat Apr 15 11:16:58 1995  Doug Evans  <dje@chestnut.cygnus.com>
9399         * lib/gcc.exp (default_gcc_start): Handle leading "-" in compiler
9400         output.
9401         * lib/g++.exp (default_g++_start): Likewise.
9403 Wed Mar 29 16:34:03 1995  Torbjorn Granlund  <tege@adder.cygnus.com>
9405         * gcc.c-torture/compile/950329-1.c: New test.
9407 Tue Mar 28 16:10:33 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
9409           * config/bug.exp (${tool}_load): Updated to use new remote_open
9410           and remote_close procs.
9411         * config/idp.exp: New file.
9413 Wed Mar 22 15:01:58 1995  Torbjorn Granlund  <tege@rtl.cygnus.com>
9415         * gcc.c-torture/execute/950322-1.c: New test.
9417 Tue Mar 21 21:24:49 1995  Doug Evans  <dje@canuck.cygnus.com>
9419         * config/vx.exp (${tool}_load): Clean up testing of return code from
9420         vxworks_ld and vxworks_spawn.
9422 Tue Mar 21 17:01:42 1995  Doug Evans  <dje@deneb.cygnus.com>
9424         * lib/c-torture.exp (c-torture-execute): Pass same text to pass/fail.
9426 Mon Mar 13 14:49:42 1995  Mike Stump  <mrs@cygnus.com>
9428         * lib/old-deja.exp: Add `excess errors test - ' error, now one
9429         can mark excess errors on a machine by machine basis.  Note, the
9430         default is to not expect any excess errors, even when excess
9431         errors test - is given, so you will want to put an XFAIL ... on
9432         these lines.  For example, // excess errors test - XFAIL hppa*-*-*
9433         mips-*-* alpha-*-* m68k-*-* is how to expect excess errors on
9434         those 4 machines, but no others.
9436 Fri Mar 10 12:33:04 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
9438         * gcc.c-torture/execute/execute.exp (c-torture-execute): from here.
9439         * lib/c-torture.exp: to here.
9441 Fri Mar 10 10:38:15 1995  Torbjorn Granlund  <tege@adder.cygnus.com>
9443         * gcc.c-torture/execute/950221-1.c: New test.
9444         * gcc.c-torture/execute/struct-ret-1.c: New test.
9445         * gcc.c-torture/compile/950221-1.c: New test.
9447         * gcc.c-torture/execute/941101-1.c (f): Fix typo, == was !=.
9449 Fri Mar  3 16:28:35 1995  Doug Evans  <dje@canuck.cygnus.com>
9451         * gcc.c-torture/execute/arith-1.c (main): Return 0.
9452         * gcc.c-torture/execute/arith-rand.c (main): Return 0.
9454 Wed Mar  1 02:08:29 1995  Gerald Baumgartner  (gb@lorenzo.cs.purdue.edu)
9456         * g++.gb: New directory of tests, derived from my signature and
9457         class scoping tests.
9459         * g++.gb/{sig01.C, sig02.C, sig03.C, sig04.C}: New tests.
9460         * g++.gb/{sig05.C, sig06.C, sig07.C, sig08.C}: Likewise.
9461         * g++.gb/{sig09.C, sig10.C, sig11.C, sig12.C}: Likewise.
9462         * g++.gb/{sig13.C, sig14.C, sig15.C, sig16.C}: Likewise.
9463         * g++.gb/{sig17.C, sig18.C, sig19.C, sig20.C}: Likewise.
9464         * g++.gb/{sig21.C, sig22.C, sig23.C, sig24.C}: Likewise.
9465         * g++.gb/sig25.C: Likewise.
9467         * g++.gb/{sig01.exp, sig02.exp, sig03.exp, sig04.exp}: Run them.
9468         * g++.gb/{sig05.exp, sig06.exp, sig07.exp, sig08.exp}: Likewise.
9469         * g++.gb/{sig09.exp, sig10.exp, sig11.exp, sig12.exp}: Likewise.
9470         * g++.gb/{sig13.exp, sig14.exp, sig15.exp, sig16.exp}: Likewise.
9471         * g++.gb/{sig17.exp, sig18.exp, sig19.exp, sig20.exp}: Likewise.
9472         * g++.gb/{sig21.exp, sig22.exp, sig23.exp, sig24.exp}: Likewise.
9473         * g++.gb/sig25.exp: Likewise.
9475         * g++.gb/{scope01.C, scope02.C, scope03.C, scope04.C}: New tests.
9476         * g++.gb/{scope05.C, scope06.C, scope07.C, scope08.C}: Likewise.
9477         * g++.gb/{scope09.C, scope10.C, scope11.C, scope12.C}: Likewise.
9478         * g++.gb/scope13.C: Likewise, this test still fails.
9480         * g++.gb/{scope01.exp, scope02.exp, scope03.exp, scope04.exp}: Run 'em.
9481         * g++.gb/{scope05.exp, scope06.exp, scope07.exp, scope08.exp}: Ditto.
9482         * g++.gb/{scope09.exp, scope10.exp, scope11.exp, scope12.exp}: Ditto.
9483         * g++.gb/scope13.exp: Ditto.
9485         * g++.gb/README: New file, explains what these tests are about.
9487 Tue Feb 28 10:37:52 1995  Doug Evans  <dje@canuck.cygnus.com>
9489         * lib/dg.exp (dg-do): Support `preprocess'.
9490         (dg-test): Likewise.
9492 Mon Feb 13 15:18:10 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
9494         * config/udi.exp: change "continue -expect" to "exp_continue".
9496 Sat Feb 11 00:25:20 1995  Torbjorn Granlund  (tege@tiny.cygnus.com)
9498         * gcc.c-torture/execute/{921025-1.c, 930525-1.c}:
9499         Delete redundant tests.
9501         * gcc.c-torture/execute/{941014-1.c, 941014-2.c}: New tests.
9502         * gcc.c-torture/execute/{941015-1.c, 941021-1.c}: New tests.
9503         * gcc.c-torture/execute/{941025-1.c, 941031-1.c}: New tests.
9504         * gcc.c-torture/execute/{941101-1.c, 941110-1.c}: New tests.
9505         * gcc.c-torture/execute/{941202-1.c, arith-1.c}: New tests.
9506         * gcc.c-torture/execute/{arith-rand.c, complex-3.c}: New tests.
9507         * gcc.c-torture/execute/{inst-check.c, loop-1.c}: New tests.
9508         * gcc.c-torture/execute/{memcpy-1.c, va-arg-2.c}: New tests.
9510         * gcc.c-torture/execute/920302-1.c: Use void * instead of long for
9511         storing label pointers.
9512         * gcc.c-torture/execute/921019-1.c: Likewise.
9513         * gcc.c-torture/execute/920501-8.c: Add prototype for sprintf.
9514         * gcc.c-torture/execute/930513-1.c: Provide full declaration for
9515         parameter fp.
9516         * gcc.c-torture/execute/va-arg-1.c (main): Add L suffix to all
9517         constants.
9519         * gcc.c-torture/compile/{920501-14.c, 931127-1.c}:
9520         Delete obsolete tests.
9522         * gcc.c-torture/compile/{940409-1.c, 940718-1.c}: New tests.
9523         * gcc.c-torture/compile/{941014-1.c, 941014-2.c}: New tests.
9524         * gcc.c-torture/compile/{941014-3.c, 941014-4.c}: New tests.
9525         * gcc.c-torture/compile/{941019-1.c, 941111-1.c}: New tests.
9526         * gcc.c-torture/compile/{941113-1.c, 950122-1.c}: New tests.
9527         * gcc.c-torture/compile/950124-1.c: New test.
9529         * gcc.c-torture/compile/920902-1.c: Delete 2:nd parameter.
9531 Wed Feb  8 15:30:17 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
9533         * lib/mike-g++.exp: Add -lm to LIBS.
9535 Tue Feb  7 17:09:50 1995  Doug Evans  <dje@canuck.cygnus.com>
9537         * lib/c-torture.exp (c-torture): Allow relative pathname in $srcdir.
9539 Mon Jan 30 14:33:25 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
9541         * lib/mike-g++.exp: Add -lstdc++ to LIBS.
9543 Thu Jan 12 16:41:34 1995  Doug Evans  <dje@canuck.cygnus.com>
9545         * gcc.misc-tests/dg-test.exp: Only run if $DG_TEST=yes.
9547 Mon Jan  2 11:50:10 1995  Jeff Law  (law@snake.cs.utah.edu)
9549         * g++.law/{arg9.C, arg10.C, arg11.C, arm15.C, arm16.C}: New tests.
9550         * g++.law/{bad-error3.C, bad-error4.C, bad-error5.C}: Likewise.
9551         * g++.law/{bad-error6.C, bad-error7.C}: Likewise.
9552         * g++.law/{bit-fields3.C, casts2.C, casts3.C}: Likewise.
9553         * g++.law/{enum8.C, enum9.C, friend5.C}: Likewise.
9554         * g++.law/{nest2.C, nest3.C, nest4.C, nest5.C}: Likewise.
9555         * g++.law/{nest6.C, next7.C, operators30.C}: Likewise.
9556         * g++.law/{operators31.C, operators32.C,
9557         * g++.law/{operators33.C, operators34.C}: Likewise.
9558         * g++.law/{pic1.C, refs2.C}: Likewise.
9559         * g++.law/{refs3.C, refs4.C, static-mem3.C}: Likewise.
9560         * g++.law/{static-mem4.C, static-mem5.C, typeck4.C}: Likewise.
9561         * g++.law/{vbase1.C, visibility27.C, visibility28.C}: Likewise.
9562         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
9564         * g++.law/{arg9.exp, arg10.exp, arg11.exp, arm15.exp}: Run them.
9565         * g++.law/{arm16.exp, bad-error3.exp, bad-error4.exp: Likewise.
9566         * g++.law/{bad-error5.exp, bad-error6.exp}: Likewise.
9567         * g++.law/{bad-error7.exp, bit-fields3.exp}: Likewise.
9568         * g++.law/{casts2.exp, casts3.exp, enum8.exp}: Likewise.
9569         * g++.law/{enum9.exp, friend5.exp}: Likewise.
9570         * g++.law/{nest3.exp, nest4.exp}: Likewise.
9571         * g++.law/{nest5.exp, nest6.exp, nest7.exp}: Likewise.
9572         * g++.law/{operators30.exp, operators31.exp}: Likewise.
9573         * g++.law/{operators32.exp, operators33.exp}: Likewise.
9574         * g++.law/{operators34.exp}: Likewise.
9575         * g++.law/{pic1.exp, refs2.exp, refs3.exp refs4.exp}: Likewise.
9576         * g++.law/{static-mem3.exp, static-mem4.exp}: Likewise.
9577         * g++.law/{static-mem5.exp, typeck4.exp, vbase1.exp}: Likewise.
9578         * g++.law/{visibility27.exp, visibility28.exp}: Likewise.
9579         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
9581         * g++.law/{union4.exp, visibility17.exp}: Fix expected output.
9582         No longer expected to fail.
9583         * g++.law/missed-error3.C: Tweak for recent bool changes.
9585 Sun Dec  4 20:54:33 1994  Doug Evans  <dje@canuck.cygnus.com>
9587         * config/emb-unix: Deleted.
9588         * config/unix.exp (${tool}_load): Use new proc rsh_exec to perform
9589         remote execution.  Do final link on remote host if REMOTE_LINK is set.
9591 Thu Dec  1 08:43:05 1994  Doug Evans  <dje@canuck.cygnus.com>
9593         * lib/dg.exp (dg-test): Fix typo in last patch.
9595 Wed Nov 30 13:25:32 1994  Doug Evans  <dje@canuck.cygnus.com>
9597         * lib/dg.exp (dg-test): Fix pattern that searches for expected output
9598         (handles multiple occurrences).
9600 Thu Nov 24 19:48:38 1994  Doug Evans  <dje@canuck.cygnus.com>
9602         * gcc.c-torture/*/*.exp: Pass full pathname to c-torture.
9603         * gcc.c-torture/execute/execute.exp (c-torture-execute): Remove
9604         $srcdir from pathname in pass/fail messages (but ensure $subdir *is*
9605         printed).
9606         * lib/c-torture.exp (c-torture-compile): Likewise.
9607         (c-torture): Prepend full path if missing.
9608         * lib/gcc.exp (gcc_pass): Pass entire pathname of testcase.
9609         (gcc_fail): Likewise.
9610         * lib/dg.exp (dg-test): Don't delete $subdir from pathname in messages.
9612 Wed Nov 23 13:56:00 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
9614         * lib/netware.exp: Only attach to NetWare i386 systems.
9616 Wed Nov 16 11:27:00 1994  Doug Evans  <dje@canuck.cygnus.com>
9618         * lib/dg.exp (dg-test): Don't print $subdir (or above) in pass/fail
9619         messages.  Add test name to "output pattern match" pass/fail message.
9621 Sat Nov 12 22:11:52 1994  Doug Evans  <dje@canuck.cygnus.com>
9623         * gcc.dg: New testsuite.
9624         * gcc.dg/dg.exp: New file.
9626         * gcc.misc-tests/{misc.exp,inst-check.c,test-ior.c,test-consts.c,
9627         test-switch.c}: Deleted.
9629         * gcc.misc-tests/msgs.exp: New testcase driver.
9631 Wed Nov  9 14:23:09 1994  Doug Evans  <dje@canuck.cygnus.com>
9633         * gcc.c-torture/execute/execute.exp (c-torture_execute): New proc.
9634         Watch for illegal return values from ${tool}_load.
9635         * config/unix.exp (${tool}_load): Fix pass/fail detection for
9636         cross targets.  Coerce return value >0 to 1.
9638 Tue Nov  8 14:10:33 1994  Doug Evans  <dje@canuck.cygnus.com>
9640         * config/unix.exp (${tool}_load): Call program rsh, not proc.
9642         * config/emb-unix.exp: New file.
9644         * config/sim.exp: Error if variable $SIM not defined.
9645         (${tool}_load): Mark test as "untested" if simulator missing.
9647         * config/unix.exp: Load remote.exp to get rcp_download.
9648         * lib/c-torture.exp: Use different option lists for testcases with
9649         and without loops.
9650         * gcc.c-torture/execute/execute.exp: Likewise.
9652 Wed Nov  2 14:47:58 1994  Doug Evans  <dje@canuck.cygnus.com>
9654         * config/*.exp: Clarify return code from ${tool}_load.
9655         Call `unresolved' or `untested' instead of `warning' or `perror'
9656         (sometimes you still want to call both though).
9657         Add comment that `shell_id' is local to each file.
9658         * config/udi.exp (timeout): Set to 30.
9659         Don't print warning if connection fails, $connectmode has already
9660         printed an error.
9661         (${tool}_load): Move verbose messages to level 2.
9662         Rework pattern for "Process started" message.
9663         Pass `shell_id' to ${connectmode}_download.
9664         Retry twice upon timeout.  Make resetting of target more robust.
9665         (${tool}_exit): Remove /tmp/soc_name. if connected ok (bug in mondfe).
9666         Pass `shell_id' to exit_$connectmode.
9667         Only call exit_$connectmode if connected.
9668         * config/unix.exp (${tool}_load): Check return codes better.
9669         * config/vrtx.exp (${tool}_load): Likewise.
9670         * config/vx.exp (${tool}_load): Likewise.
9671         Delete unneeded global's.
9672         * lib/dg.exp (dg-test): Update to reflect clarified return codes
9673         from ${tool}_load.
9674         (dg-stat): Delete.
9675         (dg-init): Delete recording of pass/fail counts.
9676         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
9677         (old-dejagnu-init): Likewise.
9678         (old-dejagnu-stat): Delete contents, empty proc now.
9679         * lib/c-torture.exp (TORTURE_OPTIONS): New global.
9680         (c-torture): Delete references to lcnt, lpass, lfail.
9681         Get option list from TORTURE_OPTIONS.
9682         Delete -funroll[-all]-loops if no loops.
9683         * lib/g++.exp (g++_init): Delete references to lcnt, lpass, lfail.
9684         (g++_stat): Delete contents (empty proc now).
9685         * lib/gcc.exp (gcc_init): Delete references to pass/fail counts.
9686         (gcc_finish): Likewise.
9687         (gcc_stat): Deleted.
9688         * lib/mike-gcc.exp (postbase): Delete references to lcnt, lpass, lfail.
9689         * gcc.*/*.exp: Delete calls to gcc_stat, dg-stat.
9690         * gcc.c-torture/execute/execute.exp: Likewise.
9691         Split tests into two parts: compile, execute.
9692         Get option list from TORTURE_OPTIONS.  Delete -funroll[-all]-loops if
9693         no loops.  Update to reflect clarified return codes from ${tool}_load.
9695 Fri Oct 21 23:10:16 1994  Doug Evans  <dje@canuck.cygnus.com>
9697         * lib/old-dejagnu.exp (process-option): Append ".*" to pattern
9698         to grep for.
9699         (old-dejagnu): Likewise (where necessary).
9701 Fri Oct 14 17:54:58 1994  Doug Evans  <dje@canuck.cygnus.com>
9703         * gcc.misc-tests/gcov.exp: New file, for gcov testing.
9705         * lib/dg.exp (dg-process-target): Fix processing of selector.
9706         Add comment regarding use of `error'.
9708         * lib/gcc.exp (prune_system_crud): Define if missing.
9709         * lib/g++.exp (prune_system_crud): Likewise.
9711         * lib/{c-torture.exp,dg.exp,mike-g++.exp,old-dejagnu.exp}:
9712         Call prune_system_crud.
9713         * lib/dg.exp (dg-runtest): New proc.
9714         Use perror instead of send_user for tcl errors in testcase.
9715         Don't return any value, it's never used.
9716         Don't clobber previous definition of `unknown'.
9717         Print tcl errors in `dg-final'.
9719 Wed Oct 12 13:05:37 1994  Doug Evans  <dje@canuck.cygnus.com>
9721         * lib/dg.exp (dg-process-target): Improve syntax error messages.
9722         (dg-test): Don't print errorInfo, it contains stack backtrace.
9724 Mon Sep 26 12:18:53 1994  Doug Evans  (dje@canuck.cygnus.com)
9726         * lib/g++.exp (runtest_file_p): Define if missing.
9728 Sat Sep 24 15:29:23 1994  Doug Evans  (dje@cygnus.com)
9730         * lib/mike-g++.exp: Comment out loading of g++.exp.
9731         * lib/g++.exp: Update copyright.  Test for existence of $CXX at start.
9732         (default_g++_version): Always print something.
9733         (default_g++_start): Comment out call to `which'.
9734         (g++_start, g++_load): Deleted (must be defined in config file).
9735         * lib/gcc.exp: Test for existence of $CC at start.
9736         Delete check for tmpdir (done in gcc_init).
9737         (default_gcc_version): Always print something.
9738         (default_gcc_start): Comment out call to `which'.
9739         * config/*.exp: Major cleanup - make cross targets work at least a
9740         little better for g++ (by not being "--tool gcc" specific).
9741         Rename gcc_xxx to ${tool}_xxx.
9742         * g++.old-deja/old-deja.exp: utils.exp is loaded by runtest.exp.
9743         * lib/old-dejagnu.exp: ${tool}.exp is loaded by config file.
9745 Thu Sep 22 11:39:17 1994  Doug Evans  (dje@canuck.cygnus.com)
9747         * lib/c-torture.exp (c-torture-compile): Rework compiler
9748         message processing.
9750         * gcc.c-torture/compile/initbug1.{c,exp}: Deleted, not part of
9751         c-torture.
9753 Wed Sep 21 09:49:43 1994  Doug Evans  (dje@canuck.cygnus.com)
9755         * gcc.wendy/wendy.dis: Renamed from wendy.exp to disable the testsuite.
9757         * lib/dg.exp (dg-process-target): Support { target native }.
9759 Tue Sep 20 17:16:55 1994  Doug Evans  (dje@canuck.cygnus.com)
9761         * lib/dg.exp (dg-test): Clean up some comments.  Delete code that
9762         looked for "... program xxx got fatal signal".
9763         Correct regsub munging of `comp_output'.
9764         Ignore compiler messages "path prefix not used" and "linker input
9765         file unused".
9767 Wed Sep 14 11:44:40 1994  Doug Evans  (dje@canuck.cygnus.com)
9769         * lib/gcc.exp (runtest_file_p): Define if missing.
9770         * gcc.prms/template.c: Example to work from.
9772 Tue Sep 13 10:30:48 1994  Doug Evans  (dje@canuck.cygnus.com)
9774         * lib/gcc.exp (gcc_finish): Delete code to update `testcnt'.
9775         * lib/dg.exp (dg-test): Call unsupported testcases as such.
9777         * gcc.prms/{3324.c,3565.c}: Moved from compile/940713-[12].c.
9778         * gcc.prms/1883.c: Moved from compile/940714-1.c.
9779         * gcc.prms/{5012.c,4453.c,4723.c,2541.c}: Moved from
9780         execute/{940712-1.c,940712-2.c,940713-1.c,940714-1,c}.
9782         * lib/dg.exp (user option docs): Clean up docs on target/xfail option.
9783         (dg-process-target): No longer a varargs proc.
9784         Return S/N for target, P/F for xfail.  All callers changed.
9785         (user option procs): More argument checking.
9786         (dg-do): `dg-do-what' now contains 3 elements {what flag P/F}.
9787         (dg-output): `dg-output-text' now contains 2 elements {P/F text}.
9788         (dg-test): Skip test if not running on selected target in `dg-do'.
9789         Update handling of `dg-do-what', `dg-output-text'.
9790         Separate execution pass/fail from output pattern match pass/fail.
9791         Delete BUILD/XBUILD support (duplicate of LOSE/XLOSE).
9793 Mon Sep 12 13:47:35 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
9795         * gcc.c-torture/special/special.exp: Don't expect failure for mips
9796         target for 920510-1.c.
9798 Mon Sep 12 12:44:39 1994  Doug Evans  (dje@canuck.cygnus.com)
9800         * lib/gcc.exp (gcc_init): Move initialized message to verbose level 3.
9801         Clean up comment regarding use of passcnt, etc.
9802         (gcc_stat): Don't update `testcnt' here.
9803         (gcc_finish): Do it here.
9804         Might as well reset `but_id' here too.
9805         * gcc.c-torture/code_quality/code_quality.exp: Call `runtest_file_p'
9806         to determine if the file should be tested.
9807         * gcc.c-torture/compile/compile.exp: Likewise.
9808         * gcc.c-torture/execute/execute.exp: Likewise.
9809         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
9810         * gcc.misc-tests/dg-test.exp: Likewise.
9811         * gcc.prms/prms.exp: Likewise.
9812         * gcc.wendy/wendy.exp: Likewise.
9813         * g++.old-deja.exp: Likewise.
9814         Move "Testing file" message to verbose level 1.
9816 Fri Sep  9 10:21:18 1994  Doug Evans  (dje@canuck.cygnus.com)
9818         * gcc.wendy/t.c: Add DEJAGNU_CFLAGS:"-DNOPAUSE".
9820 Thu Sep  8 16:52:43 1994  Doug Evans  (dje@canuck.cygnus.com)
9822         * lib/gcc.exp: Ensure CFLAGS, LIBS, and LDFLAGS are set.
9823         (default_gcc_start): Accept optional second list element
9824         of compiler flags.  Print compiler output at verbosity level 2.
9825         Remove setting of CFLAGS, LIBS, LDFLAGS from here.
9826         (gcc_init): Delete globals lcnt, lpass, lfail, lxpass, lxfail.
9827         Save current values of framework globals passcnt, failcnt, xpasscnt,
9828         and xfailcnt in gcc_passcnt, gcc_failcnt, gcc_xpasscnt, and
9829         gcc_xfailcnt.  Set global `tmpdir' to /tmp if it doesn't exist.
9830         (gcc_stat): Use framework globals passcnt, failcnt, xpasscnt, and
9831         xfailcnt to compute stats.  Update framework global `testcnt' from
9832         pass/fail counts.
9833         (gcc_finish): New proc.  Clean up test environment.
9834         (gcc_cpass, gcc_cfail): Rename to gcc_pass/gcc_fail.
9835         (gcc_epass, gcc_efail): Delete.
9836         * lib/dg.exp (dg-error, dg-warning, dg-bogus): Accept optional 5th
9837         argument of line number.
9838         (dg-init): If the tool has an init routine, call it.
9839         (dg-test): Remove args `cflags_var' and `libs_var'.
9840         Pass all compiler options to ${tool}_start.
9841         Handle missing line number.
9842         (dg-finish): New function.
9843         * gcc.c-torture/code_quality/code_quality.exp: Add support for testing
9844         particular files.  Call gcc_finish at end.  Move "skipping test"
9845         message to verbosity level 3.
9846         * gcc.c-torture/compile/compile.exp: Likewise.
9847         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
9848         * gcc.c-torture/execute/execute.exp: Likewise.
9849         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
9850         Print testcase being tried at verbosity level 1.
9851         * gcc.c-torture/special/special.exp: Unset xfail.
9852         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
9853         * gcc.c-torture/compile/initbug1.exp: Call gcc_finish.
9854         * gcc.c-torture/noncompile/noncompile.exp: Likewise.
9855         * gcc.failure/failure.exp: Likewise.
9856         * gcc.ieee/ieee.exp: Likewise.
9857         * gcc.misc-tests/dg-test.exp: Delete LDFLAGS.
9858         Update call to dg-test.  Call dg-finish at end.
9859         * gcc.misc-tests/mg.exp: Call gcc_finish at end.  Unset orig_flags.
9860         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
9861         * gcc.misc-tests/misc.exp: Call gcc_finish at end.
9862         * gcc.prms/prms.exp: Delete loading of utils.exp (redundant).
9863         Delete LDFLAGS.  Update call to dg-test.  Call dg-finish at end.
9864         * gcc.wendy/wendy.exp: Add copyright.
9865         Delete setting of tmpdir (done by gcc_init).
9866         Call gcc_pass/gcc_fail instead of gcc_[ce]pass/fail.
9867         Pass compiler flags to gcc_start.  Call gcc_finish at end.
9868         * lib/c-torture.exp: Call gcc_pass/gcc_fail instead of
9869         gcc_[ce]pass/fail.
9871 Wed Sep  7 11:09:08 1994  Doug Evans  (dje@canuck.cygnus.com)
9873         * lib/g++.exp (g++_start): Rename arg to `prog' to avoid varargs
9874         confusion.
9875         (g++_load): Likewise.
9877         * config/*.exp (gcc_load): Some were varargs fns and some were not.
9878         Rename argument to `prog' to remove the confusion.
9879         Varargs fns behave differently too!
9880         (g++_load): Likewise.
9882         * lib/dg.exp (dg-stat): Correct calculation of npass, nfail.
9884         * config/unix.exp (gcc_load): Rename `args' to `prog' because that's
9885         what it is.  Delete (always) printing of status value for !native.
9886         Simplify verbose code, and include status and exec_output.
9887         (g++_load): Use gcc_load.
9889 Sun Sep  4 13:59:27 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
9891         * gcc.c-torture/noncompile/920928-1.c: Delete obsolete file.
9892         * gcc.c-torture/noncompile/noncompile.exp: Delete support for
9893         920928-1.c, 921017-1.c, 940712-1.c, 940714-1.c, 940714-2.c,
9894         940714-3.c as these testcases don't exist anymore.  Make
9895         va-arg-1.c expected to pass.
9897 Fri Aug 19 12:27:07 1994  Doug Evans  (dje@canuck.cygnus.com)
9899         * gcc.misc-tests/misc.exp: Only run specific testcases.
9900         * gcc.misc-tests/dg-test.exp: New file.  Tests dg.exp.
9901         * gcc.misc-tests/dg-[1-9].c: New files.
9903         * lib/dg.exp: New testsuite driver.
9904         * gcc.prms/prms.exp: Use it.
9906         * README.gcc: New file.
9908         * lib/gcc.exp (gcc_init): Delete srcdir, no longer referenced.
9909         Document and reset `lxpass' and `lxfail'.
9910         Simplify "initialized" message.
9911         (gcc_stat): Clean up comments a little.
9913 Tue Aug 16 11:16:46 1994  Doug Evans  (dje@canuck.cygnus.com)
9915         * gcc.prms/prms.exp: New driver for gcc.prms testsuite directory.
9917 Mon Aug 15 21:20:36 1994  Doug Evans  (dje@canuck.cygnus.com)
9919         * lib/old-dejagnu.exp (process-option): New proc.
9920         (old-dejagnu-init, old-dejagnu-stat): Likewise.
9921         (old-dejagnu): Simplify.
9922         * g++.old-deja/old-deja.exp: Update to new version of old-dejagnu.
9924 Sun Aug 14 09:23:53 1994  Jeff Law  (law@snake.cs.utah.edu)
9926         * lib/c-torture.exp (c-torture): Only call setup_xfail if $xfail
9927         exists and is not an empty string.
9929         * gcc.c-torture/special/special.exp (920520-1.c, 930510-1): Set
9930         $xfail rather than calling setup_xfail.  Clear $xfail when test is
9931         finished.
9932         (920717-x.c): Add $srcdir/$subdir as "gcc_start" does not do it
9933         automatically.
9935         * gcc.c-torture/noncompile/noncompile.exp (940712-1 test): No
9936         longer expected to fail.
9938         * gcc.c-torture/execute/strct-pack-3.c: Add missing argument to
9939         "f" function call.
9941         * gcc.misc-tests/mg.exp: Call gcc_stat when finished.
9943         * gcc.c-torture/execute/{920202-1.c, 931208-1.c, 931228-1.c,
9944         940115-1.c, 940122-1.c, bf-pack-1.c, bf64-1.c, comp-goto-1.c,
9945         complex-2.c, packed-1.c, strct-pack-2.c strct-pack-3.c,
9946         struct-ini-2.c, struct-ini-3.c, va-arg-1.c}: Import from
9947         c-torture-1.29.
9949         * gcc.c-torture/execute/{nest-stdar-1.c, struct-ini-1.c,
9950         strct-pack-1.c, strct-varg-1.c}: Renamed to match c-torture-1.29.
9952         * gcc.c-torture/execute/920612-2.c: Update to c-torture-1.29.
9954         * gcc.c-torture/noncompile/{931203-1.c, 940112-1.c, 940227-1.c,
9955         940510-1.c, init-1.c, init-2.c}: Import from c-torture-1.29
9957         * gcc.c-torture/compile/{920928-6.c, 931203-1.c, 940611-1.c,
9958         940712-1.c, calls.c, combine-hang.c, goto-1.c, init-2.c,
9959         labels-1.c, packed-1.c, zero-strct-1.c}: Import from c-torture-1.29.
9961 Tue Jul 12 12:49:44 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
9963         * gcc.execute/{940712-1.c, 940712-2.c, 940713-1.c, 940714-1.c},
9964         gcc.noncompile/{940712-1.h, 940712-1a.h, 940712-1b.h, 940712-1.c,
9965         940714-1.c, 940714-2.c, 940714-3.c},
9966         gcc.compile/{940713-1.c, 940713-2.c, 940714-1.c},
9967         gcc.misc-tests/{mg.c,mg.exp}:
9968         New tests.
9969         * gcc.noncompile/noncompile.exp: Change accordingly.
9971 Thu Jul  7 14:20:33 1994  Doug Evans  (dje@canuck.cygnus.com)
9973         * config/sim.exp, lib/c-torture.exp, lib/gcc.exp:
9974         Undo previous clobberage.
9976 Mon Jul  4 17:00:59 1994  Jeff Law  (law@snake.cs.utah.edu)
9978         * gcc.compile/{931102-1.c, 931102-2.c, 931031-1.c}:
9979         * gcc.special/{930510-1.c, special.exp}:
9980         * gcc.execute/{931031-1.c, 931110-1.c, 931110-2.c, 931102-1.c,
9981         931102-2.c, struct-pack-1.c, divmod-1.c, complex-1.c,
9982         struct-varargs-1.c}: New tests from c-torture-1.26.
9984 Tue Jun 28 17:39:42 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
9986         * gcc.wendy/wendy.exp: add --'s so that -1 isn't parsed as an
9987           argument to switch.
9989 Sat May 21 10:39:38 1994  Bill Cox  (bill@rtl.cygnus.com)
9991         * Revert the previous changes.  Please see Rob's directory
9992           (/lisa/test/rob/progressive/gcc/testsuite) for testing
9993           fixes.
9995 Thu May 19 18:00:03 1994  Bill Cox  (bill@rtl.cygnus.com)
9997         * config/sim.exp, config/udi.exp, config/unix.exp, config/vx.exp,
9998             g++.brendan/alignof.exp, g++.brendan/arm3.exp, g++.brendan/code-gen5.exp,
9999             g++.brendan/crash29.exp, g++.brendan/crash5.exp, g++.brendan/cvt3.exp,
10000             g++.brendan/delete1.exp, g++.brendan/nest12.exp, g++.brendan/nest13.exp,
10001             g++.brendan/overload3.exp, g++.brendan/redecl1.exp, g++.brendan/visibility2.exp,
10002             g++.jason/cond.exp, g++.jason/hmc1.exp, g++.jason/report.exp,
10003             g++.law/access1.exp, g++.law/access2.exp, g++.law/arg6.exp,
10004             g++.law/arg7.exp, g++.law/arg8.exp, g++.law/arm1.exp,
10005             g++.law/arm10.exp, g++.law/arm4.exp, g++.law/arm5.exp,
10006             g++.law/ctors15.exp, g++.law/ctors19.exp, g++.law/cvt1.exp,
10007             g++.law/cvt12.exp, g++.law/cvt13.exp, g++.law/cvt18.exp,
10008             g++.law/cvt22.exp, g++.law/cvt3.exp, g++.law/cvt5.exp,
10009             g++.law/cvt6.exp, g++.law/cvt8.exp, g++.law/dtors3.exp,
10010             g++.law/except1.exp, g++.law/except3.exp, g++.law/except4.exp,
10011             g++.law/except5.exp, g++.law/except6.exp, g++.law/init5.exp,
10012             g++.law/init8.exp, g++.law/inline4.exp, g++.law/memoized1.exp,
10013             g++.law/missing1.exp, g++.law/operators14.exp, g++.law/operators18.exp,
10014             g++.law/operators9.exp, g++.law/scope2.exp, g++.law/temps2.exp,
10015             g++.law/temps3.exp, g++.law/temps5.exp, g++.law/typeck2.exp,
10016             g++.mike/misc4.exp, g++.mike/misc6.exp, g++.niklas/t118.exp,
10017             g++.niklas/t128.exp, g++.niklas/t138.exp, g++.niklas/t139.exp,
10018             g++.niklas/t140.exp, g++.niklas/t141.exp, gcc.code_quality/code_quality.exp,
10019             gcc.compile/compile.exp, gcc.dje/dje.exp, gcc.execute/execute.exp,
10020             gcc.failure/failure.exp, gcc.ieee/ieee.exp, gcc.noncompile/noncompile.exp,
10021             gcc.special/special.exp, gcc.unsorted/unsorted.exp, lib/c-torture.exp,
10022             lib/chill.exp, lib/g++.exp, lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
10023             lib/old-dejagnu.exp: Checkin Rob's 94Q1 testing changes.
10025 Tue May 17 14:55:09 1994  Bill Cox  (bill@rtl.cygnus.com)
10027         * config/udi.exp, gcc.execute/execute.exp, gcc.wendy/wendy.exp,
10028             lib/g++.exp, lib/old-dejagnu.exp: Replace error proc calls
10029           with perror calls.
10031 Mon May  2 17:41:13 1994  Jason Merrill  (jason@deneb.cygnus.com)
10033         * config/unix.exp (g++_load): Fix syntax.
10035 Thu Apr 14 12:22:10 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
10037         * gcc.compile/initbug1.exp (CFLAGS): Add space at beginning.
10038         * gcc.noncompile/921017-1.c: Deleted obsolete test.
10039         * gcc.noncompile/noncompile.exp: Remove code for deleted test.
10040         Don't expect va-arg-1.c to fail.  Correct expected output for
10041         920928-1.c.
10042         * gcc.wendy/d.c, msgs.c, prolog.c, subs.c, z.c: Deleted.
10043         * gcc.wendy/hbm4.c: Correct typo.
10044         * gcc.wendy/tad1.c, tad2.c: Correct expected output.
10046 Mon Mar 28 13:29:37 1994  Doug Evans  (dje@canuck.cygnus.com)
10048         * lib/gcc.exp (gcc_[ce]{pass,fail}): Remove output/executable argument.
10049         * gcc.wendy/wendy.exp (wendy_try): Remove `output' argument of
10050         gcc_[ce]{pass,fail}.  Explicitly remove executable if test passes.
10051         * lib/c-torture.exp (c-torture-compile): Ditto.
10053         Reduce volume of output (remove all the -I's and such).
10054         * lib/c-torture.exp (c-torture-compile): New argument OPTION.
10055         Call gcc_cpass, gcc_cfail.
10056         (c-torture): Pass testing option to c-torture-compile.
10058 Mon Mar 21 12:40:33 1994  Doug Evans  (dje@cygnus.com)
10060         Bring patches over from progressive.
10061         * config/default.exp: Exit remote shell cleanly.
10062         (g++_exit, g++_start): Add default versions.
10063         * config/sim.exp (gcc_load): Use perror, not error.
10065 Sun Mar 20 12:05:32 1994  Doug Evans  (dje@canuck.cygnus.com)
10067         * lib/gcc.exp: Don't set CFLAGS if CC not set.  It clobbers the value
10068         set in site.exp.
10070 Mon Mar 14 19:30:28 1994  Doug Evans  (dje@cygnus.com)
10072         * gcc.wendy/wendy.exp (wendy_first_line): New proc to fetch
10073         DEJAGNU_OUTPUT and DEJAGNU_CFLAGS.
10074         (wendy_try): New proc to run testcase.
10075         (main loop): Call 'em.
10076         * gcc.wendy/*.c: Clean up pass to correct expected output.
10078         * lib/gcc.exp: Minor cleanup work.
10079         (gcc_cpass, gcc_cfail, gcc_epass, gcc_efail): New procs.
10081 Wed Mar  9 15:22:54 1994  Doug Evans  (dje@canuck.cygnus.com)
10083         * config/sim.exp (gcc_load): Document return codes better.
10084         Don't pass -v to simulator.
10086 Thu Feb 24 07:15:18 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
10088           * gcc.special/920717-x.c: Fix typo.
10089           * gcc.special/special.exp (920717-x.c): Use $srcdir/$subdir to
10090           get at sources.
10092         * lib/mike-gcc.exp: Fix typo.
10094 Tue Feb 15 15:41:47 1994  Rob Savoye  (rob@darkstar.cygnus.com)
10096         * lib/gcc.exp: Minor cleanup work. Find the proper gcc or g++
10097         binary to use, transform the name.
10098         * config/*.exp: rename everything. Nuke any g++ specific files,
10099         it's now a special case of gcc that requires no special support.
10100         Add a default.exp for unsupported targets.
10102 Fri Feb 11 12:59:54 1994  Rob Savoye  (rob@poseidon.cygnus.com)
10104         * g++.jason/report.exp, g++.old-deja/old-deja.exp,
10105         lib/old-dejagnu.exp: Fix a few patterns to work with the new
10106         version of Tcl.
10108 Wed Feb  9 21:35:47 1994  Rob Savoye  (rob@darkstar.cygnus.com)
10110         * lib/c-torture.exp: Made "file prefix*never used a pass, rather
10111         than a warning.
10113 Sun Feb  6 16:52:13 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
10115         * lib/mike-gcc.exp: Add in recent changes from mike-g++.exp.
10117 Mon Jan  3 17:28:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
10119         * gcc.execute/execute.exp: Combine opt_list and foption_list into
10120         option_list.  Compile every file with only 4/6 option choices
10121         (same as C torture) instead of with 12/18 different option
10122         choices.
10123         * lib/c-torture.exp: Likewise.
10125         * lib/gcc.exp: Set LIBS, CFLAGS, and LDFLAGS to empty strings if
10126         not already set.
10128 Thu Dec 30 17:17:07 1993  Mike Stump  (mrs@rtl.cygnus.com)
10130         * lib/old-deja.exp: Add `excess errors test fails' error, now one
10131         can put an XFAIL *-*-* on excess errors.
10133 Sun Dec 19 21:45:34 1993  Jeffrey A. Law  (law@snake.cs.utah.edu
10135         * g++.law: Add more tests derived from g++-bugs snapshots.
10137         * g++.law/init11.{c,exp}: Delete test.  Brendan sez it's
10138         equivalent to g++.law/init9.
10140         * lib/mike-gcc.exp (postbase): Delete the .o file after we've
10141         compiled it, and the a.out file after we've run it.
10143 Fri Dec 17 11:29:56 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
10145         * lib/mike-g++.exp (postbase): Delete the .o file after we've
10146         compiled it, and the a.out file after we've run it.
10148 Fri Dec 17 10:18:16 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
10150         * g++.law/*.exp: Avoid losing arguments added via "append" commands.
10152 Wed Dec 15 20:36:40 1993  Rob Savoye  (rob@darkstar.cygnus.com)
10154         * lib/gcc.exp, lib/g++.exp: Use catch rather than exec to get the
10155         version number.
10157 Sun Dec 12 21:10:04 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
10159         * g++.law: New directory of g++ tests derived from the g++-bugs
10160         snapshots.
10162 Thu Dec 09 16:50:41 1993  Jeffrey Wheat  (cassidy@cygnus.com)
10164         * gcc.compile: initbug1.c initbug1.exp testcase added
10166 Mon Dec 06 11:09:52 1993  Jeffrey Wheat  (cassidy@cygnus.com)
10168         * gcc.dje/sizetype-1.exp, dje.exp: minor clean ups
10169         * gcc.execute/execute.exp: minor cleanups. added gcc_stat calls. added
10170           fixes submitted by Jeff Law (law@cs.utah.edu)
10171         * gcc.noncompile/noncompile.exp, lib/mike-gcc.exp: new files from
10172           Jeff Law (law@cs.utah.edu)
10175 Tue Nov 30 16:34:07 1993  Mike Stump  (mrs@cygnus.com)
10177         * config/unix-g++.exp: Follow the gcc way of doing things.
10178         * g++.old-deja/old-deja.exp: Minor updates.
10179         * lib/g++.exp: New file, follow the gcc way of doing things.
10180         * lib/old-dejagnu.exp: Minor updates.
10181         * lib/mike-g++.exp: Always unset errorInfo.
10183 Sat Nov  6 11:34:51 1993  Mike Stump  (mrs@cygnus.com)
10185         * lib/gcc.exp: Fix some errors with the below change, CC and
10186         CFLAGS should be global when setting, not local.
10188 Wed Nov  3 11:16:26 1993  Rob Savoye  (rob@darkstar.cygnus.com)
10190         * lib/gcc.exp: Transform tool name.
10192 Wed Oct 27 23:57:29 1993  Jeffrey Wheat  (cassidy@cygnus.com)
10194         * gcc.*/*.exp: Fixd some de-stablizing changes. Sorry.
10196 Wed Oct 27 14:45:50 1993  Jeffrey Wheat  (cassidy@cygnus.com)
10198         * lib/gcc.exp: change gcc_done to gcc_stat
10200 Wed Oct 27 09:57:51 1993  Jeffrey Wheat  (cassidy@cygnus.com)
10202         * Upgraded gcc testsuite to c-torture version 1.25
10204 Sun Oct 24 10:58:03 1993  Jeffrey Wheat  (cassidy@cygnus.com)
10206         * lib/gcc.exp: added reporting code. Changed verbose compile message.
10207         * lib/c-torture: added hooks for new reporting code.
10209 Thu Oct 21 18:45:32 1993  Jeffrey Wheat  (cassidy@cygnus.com)
10211         * config/sh-gcc.exp: check if sh-sim exists in the path
10213 Mon Oct 18 11:13:22 1993  Jeffrey Wheat  (cassidy@cygnus.com)
10215         * gcc.code_quality/code_quality.exp: Initial changes for new logic.
10216         * gcc.compile/compile.exp: Initial changes for new logic.
10217         * gcc.dje/dje.exp, sizetype-1.exp: Initial changes for new logic.
10218         * gcc.failure/failure.exp: Initial changes for new logic.
10219         * gcc.ieee/ieee.exp: Initial changes for new logic.
10220         * gcc.misc-tests/misc.exp: Initial changes for new logic.
10221         * gcc.noncompile/non_compile.exp: Initial changes for new logic.
10222         * gcc.unsorted/unsorted.exp: Initial changes for new logic.
10223         * lib/c-torture.exp: Initial changes for new logic.
10224         * lib/gcc.exp: Initial changes for new logic.
10226 Fri Oct 15 00:19:42 1993  Mike Stump  (mrs@cygnus.com)
10228         * lib/mike-g++.exp, lib/old-dejagnu.exp: Make the message not
10229         depend upon failure or success.  Fully qualify names in failure
10230         and success messages.  Always remove a.out before starting
10231         compile, just in case.  Pay more attention to error text output by
10232         the compiler.  Handle testcases with no known past errors just
10233         like all others, so that things are uniform.  Other miscellaneous
10234         improvements.
10236 Wed Oct 13 15:04:51 1993  Jeffrey Wheat  (cassidy@cygnus.com)
10238         * gcc.cpp: new directory for cpp tests
10240 Mon Oct  4 09:03:41 1993  Jeffrey Wheat  (cassidy@cygnus.com)
10242         * lib/chill.exp: Code reformatted, removed unused code.
10243         * config/unix-chill.exp: Code reformatted, removed unused code.
10244         * chill.execute/execute.exp: Code reformatted, removed unused code.
10245         * chill.execute/oe/orient.exp: Code reformatted, removed unused code.
10247 Mon Oct  4 06:19:26 1993  Ian Lance Taylor  (ian@cygnus.com)
10249         * config/mips-gcc.exp, config/mips-g++.exp: New files.  Execution
10250         routines not written.
10252 Mon Sep 27 21:07:44 1993  Rob Savoye  (rob@darkstar.cygnus.com)
10254         * config/bug-gcc.exp: Use new procs from bug.exp.
10256 Tue Sep 21 18:21:12 1993  Rob Savoye  (rob@darkstar.cygnus.com)
10258         * config/vx-gcc.exp: Use new vxworks_ld proc, so files get loaded
10259         via ftp, rather than depending on NFS.
10260         * config/vx-gcc.exp: Use new vxworks_spawn proc to execute test
10261         case.
10263 Thu Sep  9 23:09:15 1993  Rob Savoye  (rob@darkstar.cygnus.com)
10265         * config/bug-gcc.exp: Use new download proc.
10267 Tue Sep 14 19:23:58 1993  Jeffrey Wheat  (cassidy at deneb.cygnus.com)
10269         * chill.execute/execute.exp: cleanups, handles errors better
10270         * chill.compile/compile.exp: rewrite, based on execute.exp
10271         * chill.noncompile/noncompile.exp: rewrite, based on execute.exp
10272         * lib/chill.exp: major changes to diff proc and compile and link
10273           procs. added chill_fail and chill_pass wrappers to pass and
10274           fail. added more comments, and handle error codes better.
10275           Added a hack to capture stderr from exec, so noncompile tests
10276           can work.
10278 Sat Sep 11 15:30:10 1993  Jeffrey Wheat  (cassidy@cygnus.com)
10280         * chill.execute/execute.exp: rewrite of testsuite driver
10281         * lib/chill.exp: rewrite of testsuite driver
10282         * config/unix-chill.exp: rewrite of testsuite driver
10284 Wed Aug 25 14:11:13 1993  Bill Cox  (bill@rtl.cygnus.com)
10286     In chill.execute:
10287         * iexpr.ch: Standardize uppercase.
10288         * tuples.dat: Standardize uppercase.
10289         * vary.ch: standardize.  Correct varying string assignments.
10290         * vary.dat: Add new output lines.
10292 Tue Aug 24 13:45:49 1993  Bill Cox  (bill@rtl.cygnus.com)
10294     In chill.execute:
10295         * chprintf.ch: Standardize use of uppercase.
10296         * tuples.ch: Standardize and turn arr2 into a DCL,
10297           rather than a SYN.
10298         * pinits.ch: Standardize.
10300 Mon Aug 23 17:26:58 1993  Per Bothner  (bothner@kalessin.cygnus.com)
10302         * rts.c:  Get malloc() from <stdlib.h>, not <malloc.h>.
10303         * Makefil: Renamed to Makefile.in.
10304         * configure.in: New.
10306 Mon Aug 23 14:24:13 1993  Bill Cox  (bill@rtl.cygnus.com)
10308     In chill.execute:
10309         * .cvsignore: Add result/output files.
10310         * Makefile: Fix up variables at start.  Use MFLAGS
10311           everywhere.  Correct bool_loc, built_ins entries.
10312           Add entry for vary1.ch.
10313         * bitarray.ch: Standardize upper-case usage.
10314         * bitexpr.ch: Standardize, add output of b1.
10315         * params.ch: Use arrayt in along PROC parameters, to
10316           avoid novelty problems.
10317         * sets.ch: Tiny cleanup.
10318         * vary1.ch: Re-indent.
10320 Tue Aug 17 15:42:07 1993  Bill Cox  (bill@rtl.cygnus.com)
10322           * Add PR-related files to Makefiles, .cvsignore files, etc.
10324 Mon Aug  2 15:46:05 PDT 1993  Jeff Wheat  (cassidy@cygnus.com)
10326         * gcc.unsorted: flow.c and loop.c - renamed to avoid conflicts
10327           with compiler objects. New names are test-flow.c and test-loop.c
10329 Tue Jul 27 10:08:08 PDT 1993  Jeff Wheat  (cassidy@cygnus.com)
10331         * Upgraded c-torture tests from 1.19 to 1.20
10333         * new files:
10334         * gcc.compile: 930609-1.c 930611-1.c 930618-1.c 930621-1.c
10335         * gcc.compile: 930623-1.c 930623-2.c
10336         * gcc.noncompile: 930622-1.c 930622-2.c
10337         * gcc.failure: 920411-1.c 920627-2.c
10338         * gcc.ieee: 920518-1.c 920810-1.c 930529-1.c
10340 Tue Jul 20 15:19:44 PDT 1993  Jeff Wheat  (cassidy@cygnus.com)
10342         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
10343           More changes to get testsuite working properly. Needs more work.
10344           Added some support for POSIX IEEE Std 1003.3-1991 error messages.
10346 Mon Jul 19 18:40:31 PDT 1993  Jeff Wheat  (cassidy@cygnus.com)
10348         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
10349           More changes to get testsuite working properly. Needs more work.
10351 Tue Jul 13 18:38:56 PDT 1993 Jeff Wheat  (cassidy@cygnus.com)
10353         * chill.compile/compile.exp: Added for Dejagnu support
10354         * chill.execute/execute.exp: Added for Dejagnu support
10355         * lib/chill.exp config/unix-chill.exp  : Added for Dejagnu support
10357 Sat Jun 19 07:13:05 1993  Bill Cox  (bill@rtl.cygnus.com)
10359     This should complete moving the CHILL test files.
10360         * chill.noncompile(.cvsignore printf.grt
10361             in-printf.grt chprintf.grt chprintf.ch):
10362             Added test-support files.
10363           (Makefile): Modified further.
10364         * chill.compile (emptymod.ch gdbme.ch neg_range.ch
10365             signal.ch): Added test files.
10366           * chill.execute (.cvsignore printf.grt printr.c
10367             in-printf.grt rts.c chprintf.grt rts.h): Added
10368           test-support files.
10369             (Makefile): More corrections.
10371 Fri Jun 18 23:40:54 1993  Bill Cox  (bill@rtl.cygnus.com)
10373         * chill.compile, chill.execute, chill.nocompile: Add CHILL
10374           test cases, ready for DejaGnu.
10376 Thu Jun 17 19:14:40 MDT 1993  Jeffrey Wheat  (cassidy@cygnus.com)
10378         * Upgraded c-torture tests from 1.18 to 1.19
10380         * gcc.compile: added test(s):
10381           930607-1.c
10382         * gcc.execute: added test(s):
10383           930603-1.c 930603-2.c 930603-3.c 930608-1.c conversion.c inst-check.c
10385         * added new subdirectory for misc tests: gcc.misc-tests
10386         * gcc.misc-test(s): added tests:
10387           inst-check.c test-consts.c test-ior.c test-switch.c
10389 Wed Jun  9 16:53:26 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
10391         * lib/mike-g++.exp: Load `./a.out', not `a.out'.
10393 Mon Jun  7 16:18:40 1993  Ian Lance Taylor  (ian@cygnus.com)
10395         * g++.old-deja/old-deja.exp: Don't delete all the .o files.
10397 Thu Jun  3 13:13:36 MDT 1993  Jeffrey Wheat  (cassidy@cygnus.com)
10399         * Upgraded c-torture tests from 1.17 to 1.18
10401 Wed Jun  2 19:02:40 MDT 1993  Jeffrey Wheat  (cassidy@cygnus.com)
10403         * Upgraded c-torture tests from 1.12 to 1.17
10405 Fri Apr 30 09:38:41 1993  Mike Werner  (mtw@deneb.cygnus.com)
10407         * lib/old-dejagnu.exp:
10408           Fixed handling of XFAIL target triplets to correctly
10409           recognize wildcard characters.  Removed code that
10410           appended a unique id tag to the end of the file name
10411           printed out by the result of the testcases within a
10412           given test file.
10414 Thu Apr 29 19:06:29 1993  Mike Werner  (mtw@deneb.cygnus.com)
10416         * lib/old-dejagnu.exp:
10417           Reworked expected failure handling to trigger off of XFAIL
10418           keyword in keyphrase embeded in testcase source code. The
10419           XFAIL keyword must be at the end of the keyphrase line. It
10420           may optionally be followed by one or more target triplets.
10421           It has just occured that the handling of wildcards in the
10422           target triplet may not be correct.
10424 Fri Apr 23 13:16:20 1993  Mike Werner  (mtw@deneb.cygnus.com)
10426         * g++.old-deja/tests:
10427           Moved all subdirectories up one level into g++.old-deja .
10429         * lib/old-dejagnu.exp:
10430           Fixed problem with CXXFLAGS not being properly reset, and being
10431           corrupted with extraneous "-c" compiler option.  This was
10432           causing binaries to not be generated for test that needed them.
10433           Modified strings passed to "pass" and "fail" so that individual
10434           tests from the same test file would be distinguished by an
10435           identifier appended to the test file name in the summary logs;
10436           this corrected a problem with erroneous diff logs.  Added code
10437           to search testcases for expected fail and unexpected pass keywords.
10439 Tue Apr 20 18:27:58 1993  Rob Savoye  (rob at darkstar.cygnus.com)
10441         * lib/c-torture.exp: Ignore "file path prefix*unused" message.
10443 Thu Apr 15 11:01:59 1993  Mike Werner  (mtw@deneb.cygnus.com)
10445         * g++.old-deja/tests/g++.sun/g++.frag/1045608.C:
10446           Removed extraneous text from end of "Special g++ Options"
10447           keyphrase.
10449         * lib/old-dejagnu.exp: Added pattern matching to look for new
10450           keywords, embedded in testcases comments, which will trigger
10451           calls to xpass and xfail.
10453 Wed Apr 14 14:28:01 1993  Mike Werner  (mtw@deneb.cygnus.com)
10455         * lib/old-dejagnu.exp: Cleaned up pattern matching for keyphrase
10456           comments embedded in the testcases, especially the one looking for
10457           special compiler options, as well as the pattern matching for the
10458           compiler output again.
10460 Mon Apr 12 15:15:37 1993  Mike Werner  (mtw@deneb.cygnus.com)
10462         * lib/old-dejagnu.exp: Do a proper check of the return value for
10463           execute tests. Fixed several problems with the pattern matching
10464           of the compiler output which gave erroneous test results.
10465           Changed several of the test result messages to be more descriptive.
10466         * config/unix-g++.exp: Proc g++_load now actually works and
10467           executes the tests passed to it and returns a usable return
10468           value.
10470 Sun Apr 11 17:22:37 1993  Rob Savoye  (rob at darkstar.cygnus.com)
10472           * lib/gcc.exp: Exits gracefully if $CC is bogus.
10474 Fri Apr  9 09:41:59 1993  Mike Werner  (mtw@deneb.cygnus.com)
10476         * lib/old-dejagnu.exp , g++.old-deja/old-deja.exp:
10477           Modified both files to properly execute the old style
10478           dejagnu tests. The previous versions of these files were
10479           experimental and did not function anything near correctly.
10481 Mon Apr  5 21:08:24 1993  Rob Savoye  (rob@cygnus.com)
10483         * Removed all Makefile.in and configure.in files. No configuration
10484         needed now.
10486 Fri Apr  2 12:15:17 1993  Mike Werner  (mtw@deneb.cygnus.com)
10488         * lib: relocated old-dejagnu.exp from devo/dejagnu/lib
10490 Sun Mar 28 11:17:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
10492         * gcc.compile/configure.in, gcc.unsorted/configure.in,
10493         gcc.special/configure.in, gcc.noncompile/configure.in,
10494         gcc.execute/configure.in, gcc.code_quality/configure.in,
10495         g++.other/configure.in, g++.old-deja/configure.in,
10496         g++.niklas/configure.in, g++.mike/configure.in: Remove extra quote
10497         in srcname setting.
10499 Thu Mar 25 20:07:55 1993  Rob Savoye  (rob at darkstar.cygnus.com)
10501         * lib/udi.exp:  Fixed mondfe and mondfe_download.
10502         * config/udi-gcc.exp: Fixed misc bugs, works with expect 4.x.
10503         * config/abug-gcc.exp: Fixed misc bugs, works with expect 4.x.
10505 Thu Mar 25 13:06:41 1993  Ian Lance Taylor  (ian@cygnus.com)
10507         * config/udi-gdb.exp: Check $shell_id after connecting to target.
10508         (gdb_exit): Don't remove *_soc files.
10510 Mon Mar 22 14:28:46 1993  Ian Lance Taylor  (ian@cygnus.com)
10512         * lib/c-torture.exp: Don't look for main; instead always use -w
10513         -c.  This is how the c-torture tests work.  Remove the object
10514         file if the compilation succeeds.
10515         * gcc.execute/execute.exp: Remove executable if test passes.
10516         * gcc.noncompile/noncompile.exp: Every test is an expected
10517         failure.
10518         * gcc.special/special.exp: Added tests from c-torture 1.11,
10519         corrected use of existing test.
10520         * gcc.execute/920302-1.c, gcc.execute/920501-8.c,
10521         gcc.execute/920625-1.c: Updated to c-torture 1.11.
10522         * gcc.compile/921103-1.c, gcc.compile/921109-1.c,
10523         gcc.compile/921109-2.c, gcc.compile/921109-3.c,
10524         gcc.compile/921111-1.c, gcc.compile/921116-2.c,
10525         gcc.compile/921118-1.c, gcc.compile/921126-1.c,
10526         gcc.compile/921202-1.c, gcc.compile/921202-2.c,
10527         gcc.compile/921203-1.c, gcc.compile/921203-2.c,
10528         gcc.compile/921206-1.c, gcc.execute/921029-1.c,
10529         gcc.execute/921104-1.c, gcc.execute/921110-1.c,
10530         gcc.execute/921112-1.c, gcc.execute/921113-1.c,
10531         gcc.execute/921117-1.c, gcc.execute/921123-1.c,
10532         gcc.execute/921123-2.c, gcc.execute/921124-1.c,
10533         gcc.execute/921202-1.c, gcc.execute/921202-2.c,
10534         gcc.execute/921204-1.c, gcc.execute/921207-1.c,
10535         gcc.execute/921208-1.c, gcc.execute/921208-2.c,
10536         gcc.execute/921215-1.c, gcc.execute/921218-1.c,
10537         gcc.execute/921218-2.c, gcc.noncompile/921102-1.c,
10538         gcc.noncompile/921116-1.c, gcc.unsorted/x.c: Added from
10539         c-torture 1.11.
10540         * gcc.noncompile/921021-1.c, gcc.unsorted/x11bug.c: Removed to
10541         correspond to c-torture 1.11.
10543         * New file.