Fix for PR1654 - implement "movstrsi" pattern to copy simple blocks of memory.
[official-gcc.git] / gcc / testsuite / ChangeLog
blob07ebd8f7e076d6979f87b5d099d5f0fc7d8ce50f
1 1998-09-16  Richard Henderson  <rth@cygnus.com>
3         * g++.old-deja/g++.brendan/array1.C: Size array via arithmetic based
4         on the native word size instead of an integer literal.
6 1998-09-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
8         * g++.old-deja/g++.other/static2.C: invocation of static data
9         member of type pointer-to-function denoted as non-static member
11         * g++.old-deja/g++.other/typedef5.C: add some more tests involving 
12         checks involving function types and aliases
14 1998-09-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
16         * g++.old-deja/g++.other/typedef5.C: check whether typedefs can be
17         redefined to the same non-trivial type
19         * g++.old-deja/g++.pt/explicit73.C: test for proper
20         namespace-qualification of template specializations declared in
21         other namespaces
23         * g++.old-deja/g++.other/friend4.C: check whether it is possible
24         to declare a subset of the specializations of a template function
25         as friends of specializations of a template class
27         * g++.old-deja/g++.pt/explicit71.C: make sure specializations of
28         member templates that do not fully specialize the enclosing
29         template class are rejected
31 1998-09-11  Dave Love  <d.love@dl.ac.uk>
33         * g77.f-torture/execute/u77-test.f: Fix bad consistency checks.
35 1998-09-08  Dave Love  <d.love@dl.ac.uk>
37         * g77.f-torture/execute/u77-test.f (main): New file, somewhat
38         altered from libf2c/libU77 version.
40 1998-09-06  Dave Love  <d.love@dl.ac.uk>
42         * g77.f-torture/execute/io0.f: Test formatted direct i/o too.
44 1998-09-04  Reid M. Pinchback  <reidmp@MIT.EDU>, Alexandre Oliva  <oliva@dcc.unicamp.br>
46         * g++.old-deja/g++.pt/explicit72.C: ensure that char and
47         (un)signed char are different types for template specialization
48         purposes.
50 Thu Sep  3 00:40:32 1998  Ovidiu Predescu  <ovidiu@aracnet.com>
52         * lib/{objc.exp,objc-torture.exp}: New files for objc testing harness.
53         * objc: ObjC testsuite.
55 Mon Aug 31 15:19:32 1998  Nick Clifton  <nickc@cygnus.com>
57         * lib/c-torture.exp: Add support for
58         torture_eval_before_compile and torture_eval_before_execute
59         variables.
61 Sun Aug 30 17:38:20 1998  Jeffrey A Law  (law@cygnus.com)
63         * gcc.dg/980626-1.c: Delete this test.  We've declared the warning
64         this test triggers valid.
66 Thu Aug 27 23:59:18 1998  Jeffrey A Law  (law@cygnus.com)
68         * gcc.dg/980827-1.c: New test.
70 Tue Aug 25 19:42:13 1998  Jeffrey A Law  (law@cygnus.com)
72         * gcc.c-torture/compile/980825-1.c: New test.
74 Mon Aug 24 16:38:52 1998  Jeffrey A Law  (law@cygnus.com)
76         * gcc.c-torture/compile/930326-1.x: Fix typo.
78 1998-08-23  Mark Mitchell  <mark@markmitchell.com>
80         * lib/old-dejagnu.exp: Make it possible to XFAIL a test that
81         causes an ICE.
83 Fri Aug 21 23:59:18 1998  Jeffrey A Law  (law@cygnus.com)
85         * gcc.c-torture/unsorted/memtst.c: Reduce size of array when
86         STACK_SIZE is defined.
87         * gcc.c-torture/unsorted/stuct.c: Similarly.
89         * gcc.c-torture/compile/980821-1.c: New test.
91 Fri Aug 21 03:14:04 1998  Jeffrey A Law  (law@cygnus.com)
93         * gcc.c-torture/execute/980526-2.c: Disable for targets with 16bit ints.
95 1998-08-19  Mark Mitchell  <mark@markmitchell.com>
97         * lib/old-dejagnu.exp (old-dejagnu): Remove sig6/sig11 handling
98         code. 
100 1998-08-09  Mark Mitchell  <mark@markmitchell.com>
102         * lib/old-dejagnu.exp: Revise handling of `Internal compiler
103         error'.
105 Tue Aug 18 19:19:50 1998  Jeffrey A Law  (law@cygnus.com)
107         * gcc.c-torture/execute/*.x: Some updates for the h8300 targets.
109 Sun Aug 16 01:29:19 1998  Jeffrey A Law  (law@cygnus.com)
111         * gcc.c-torture/compile/980816-1.c: New test.
113         * gcc.dg/980816-1.c: New test.
115 1998-08-01  Dave Love  <d.love@dl.ac.uk>
117         * g77.f-torture/compile/980729-0.f: New test.
119 1998-07-30  Ken Raeburn  <raeburn@cygnus.com>
121         * gcc.c-torture/special/eeprof-1.c: New test, for
122         -finstrument-functions.
123         * gcc.c-torture/special/special.exp: Run it.
125 Wed Jul 29 00:17:18 1998  Jeffrey A Law  (law@cygnus.com)
127         * gcc.c-torture/compile/980729-1.c: New test.
129 1998-07-26  Dave Love  <d.love@dl.ac.uk>
131         * g77.f-torture/noncompile/980615-0.f: New test.
133 Sun Jul 26 01:15:56 1998  H.J. Lu  (hjl@gnu.org)
135         * gcc.dg/980312-1.c: Do link instead of compile.
136         * gcc.dg/980313-1.c: Likewise.
138 Sun Jul 26 01:05:02 1998  Jeffrey A Law  (law@cygnus.com)
140         * gcc.c-torture/compile/980726-1.c: New test.
142 1998-07-25  Dave Love  <d.love@dl.ac.uk>
144         * g77.f-torture/execute/io0.f: New test.
146 Fri Jul 17 14:19:32 1998  Nick Clifton  <nickc@cygnus.com>
148         * gcc.dg/980626-1.c: Expect failures for all toolchains until
149         c-decl.c:grokdeclarator can handle mode attributes.
151 Thu Jul 16 21:42:50 1998  Jeffrey A Law  (law@cygnus.com)
153         * gcc.c-torture/execute/980716-1.c: New test.
155 Mon Jul 13 22:26:37 1998  Jeffrey A Law  (law@cygnus.com)
157         * gcc.c-torture/execute/920715-1.x: No longer expected to fail on
158         the mn10200.
159         * gcc.c-torture/execute/strct-varg-1.x: New file.  Expect failure on
160         the mn10200.
161         * gcc.c-torture/execute/va-arg-3.x: Similarly.
162         * gcc.c-torture/compile/930326-1.x: Similarly.
164 1998-07-13  Dave Love  <d.love@dl.ac.uk>
166         * g77.f-torture/execute/auto0.f, g77.f-torture/execute/auto1.f:
167         New test from Craig.
169 1998-07-12  Dave Love  <d.love@dl.ac.uk>
171         * g77.f-torture/noncompile/980616-0.f: New test.
173         * g77.f-torture/execute/970816-3.f:  New test from Craig.
175 Fri Jul 10 23:43:33 1998 Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
176         
177         *  g++.other/singleton.C: Return error value instead of taking
178         SIGSEGV.
180 Fri Jul 10 10:02:03 1998  Klaus-Georg Adams <Klaus-Georg.Adams@chemie.uni-karlsruhe.de> 
182         *  g++.other/singleton.C: New test.   Warning is under dispute.
183         Runtime crash is not.
185 Thu Jul  9 23:07:45 1998  Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
187         * g++.ns/{alias2.C, alias5.C, koenig4.C, lookup3.C ns13.C, 
188         ns14.C, ns15.C, template3.C, undef1.C, using4.C, using5.C, 
189         using6.C, using7.C}:  New namespace tests.
191 Thu Jul  9 22:44:49 1998  Alexandre Oliva   <oliva@dcc.unicamp.br>
193         * g++.old-deja/g++.other/partspec1.C: test matching of partial
194         specialization with typedef'ed names used as array indexes.
196 Thu Jul  9 00:38:51 1998  Jeffrey A Law  (law@cygnus.com)
198         * gcc.c-torture/execute/980709-1.c: New test.
200         * gcc.dg/980709-1.c: New test.
202 Tue Jul  7 13:41:27 1998  Richard Henderson  <rth@cygnus.com>
204         * gcc.c-torture/execute/bcp-1.c: New test.
206 Tue Jul  7 11:49:04 1998  Jeffrey A Law  (law@cygnus.com)
208         * gcc.c-torture/execute/980707-1.c: New test.
210 Mon Jul  6 18:20:27 1998  Kamil Iskra  <iskra@student.uci.agh.edu.pl>
212         * gcc.c-torture/compile/980706-1.c: New test.
214 1998-07-01  Dave Love  <d.love@dl.ac.uk>
216         * g77.f-torture/execute/980701-0.f,
217         g77.f-torture/execute/980701-1.f: New test from Craig.
219 Wed Jul  1 00:52:51 1998  Jeffrey A Law  (law@cygnus.com)
221         * gcc.c-torture/compile/980701-1.c: New test.
223         * gcc.c-torture/execute/980701-1.c: New test.
225 Tue Jun 30 11:51:42 1998  Klaus-Georg Adams  <Klaus-Georg.Adams@chemie.uni-ka
226 rlsruhe.de>
228         * g++.old-deja/g++.robertl/eb132.C: New test.
229         * g++.old-deja/g++.robertl/eb133.C: Likewise.
231 1998-06-29  Dave Love  <d.love@dl.ac.uk>
233         * g77.f-torture/execute/980628-7.f,
234         g77.f-torture/execute/980628-8.f,
235         g77.f-torture/execute/980628-9.f,
236         g77.f-torture/execute/980628-10.f: New tests from Craig.
238         * g77.f-torture/execute/980628-3.f: Remove mail headers.
240 Sun Jun 28 12:49:02 1998  Jeffrey A Law  (law@cygnus.com)
242         * g77.f-torture/execute/980628-4.f: New test from Craig.
243         * g77.f-torture/execute/980628-5.f: Likewise.
244         * g77.f-torture/execute/980628-2.f: Likewise.
245         * g77.f-torture/execute/980628-0.f: Likewise.
246         * g77.f-torture/execute/980628-1.f: Likewise.
247         * g77.f-torture/execute/980628-3.f: Likewise.
248         * g77.f-torture/execute/980628-6.f: Likewise.
250 Sun Jun 28 00:37:26 1998  Jeffrey A Law  (law@cygnus.com)
252         * lib/g77.exp (default_g77_version): Tweak to make it work in a build
253         directory when nothing has been installed yet.
255 Sat Jun 27 23:23:18 1998  Carlo Wood  <carlo@runaway.xs4all.nl>
257         * gcc.c-torture/special/special.exp: Handle newer versions of
258         dejagnu.
260 Fri Jun 26 17:57:40 1998  Jeffrey A Law  (law@cygnus.com)
262         * gcc.dg/980626-1.c: New test.
264 Fri Jun 19 23:26:12 1998  Bruno Haible <haible@ilog.fr>
266         * gcc.misc-tests/m-un-2.c: New test.
267         * g++.old-deja/g++.other/warn01.c: Likewise.
269 Fri Jun 19 14:06:36 1998  Robert Lipe  <robertl@dgii.com>
270         
271         * gcc.dg/980414-1.c: Move comments outside of ASM to improve
272         compatibility with assmblers with a different comment character.
273         Eliminate use of GAS-specific extensions. 
275 Fri Jun 19 02:05:14 1998  Jeffrey A Law  (law@cygnus.com)
277         * gcc.c-torture/execute/ieee/980619-1.c: New test.
279 Fri Jun 19 00:58:11 1998  Robert Lipe  <robertl@dgii.com>
281         *lib/g77.exp: Replace search for libf2c.a with search for newly
282         renamed libg2c.a
284 Wed Jun 17 18:53:12 1998  Jeffrey A Law  (law@cygnus.com)
286         * gcc.c-torture/execute/980617-1.c: New test.
288 Fri Jun 12 01:08:49 1998  Jeffrey A Law  (law@cygnus.com)
290         * gcc.c-torture/execute/980612-1.c: New test.
292 Mon Jun  8 02:13:42 1998  Jeffrey A Law  (law@cygnus.com)
294         * gcc.dg/980523-1.c: Only test on ppc-linux.
295         * gcc.dg/980526-1.c, gcc.dg/switch-1.c: Likewise.
297         * gcc.c-torture/execute/980608-1.c: New test.
299 Thu Jun  4 01:39:24 1998  Jeffrey A Law  (law@cygnus.com)
301         * gcc.c-torture/execute/980604-1.c: New test.
303 Tue Jun  2 20:51:43 1998  Jeffrey A Law  (law@cygnus.com)
305         * gcc.c-torture/execute/980602-1.c: New test.
306         * gcc.c-torture/execute/980602-2.c: Likewise.
308 1998-06-02  Dave Love  <d.love@dl.ac.uk>
310         * 970125-0.f: Fix per JCB.  Add commentary.
312 Fri May 29 01:10:12 1998  Peter Leven <leven@lpr.e-technik.tu-muenchen.de>
314         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Set up signal handler
315         earlier.
317 Thu May 28 00:17:42 1998  Catherine Moore <clm@cygnus.com>
319         * gcc.c-torture/execute/980526-3.c: New test.
321 1998-05-27  Manfred Hollstein  <manfred@s-direktnet.de>
323         * g++.old-deja/g++.jason/thunk2.C: Setup this test to be expected to
324         fail on m68k-motorola-sysv and m88k-motorola-sysv3.
325         * g++.old-deja/g++.jason/thunk3.C: Add m68k-motorola-sysv and
326         m88k-motorola-sysv3 to XFAIL.
328 Tue May 26 23:58:03 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
330         * gcc.dg/980526-1.c: New test.
331         * gcc.c-torture/execute/980526-2.c: New test.
333 Tue May 26 23:40:40 1998  Jeffrey A Law  (law@cygnus.com)
335         * gcc.dg/980523-1.c: Change "ppc" to "powerpc".
337         * gcc.c-torture/execute/980526-1.c: New test.
339 1998-05-26  Dave Love  <d.love@dl.ac.uk>
341         * g77.f-torture/execute/alpha2.f: Add runtime test.
343 1998-05-24  Jason Merrill  <jason@yorick.cygnus.com>
345         * g++.old-deja/old-deja.exp: Strip leading directories.
347         * lib/old-dejagnu.exp: All tests fail if we got an internal compiler
348         error for the line.  Don't run multiple tests for the same line.
350 Sat May 23 23:27:10 1998  Jeffrey A Law  (law@cygnus.com)
352         * gcc.dg/980523-1.c: New test.
354 1998-05-23  Dave Love  <d.love@dl.ac.uk>
356         * g77.f-torture/compile/970915-0.f: New test.
358 1998-05-23  Jason Merrill  <jason@yorick.cygnus.com>
360         * lib/old-dejagnu.exp: Ignore C++ "instantiated from" mesages.
362 Thu May 21 23:23:21 1998  Jeffrey A Law  (law@cygnus.com)
364         * gcc.dg/980520-1.c: New test.
366 Wed May 20 14:37:15 1998  Manfred Hollstein  <manfred@s-direktnet.de>
368         * gcc.dg/980502-1.c: Fix return type.
370 Wed May 20 11:29:48 1998  Jeffrey A Law  (law@cygnus.com)
372         * gcc.dg/{980502-1.c, clobbers.c}: New tests.
373         * gcc.c-torture/compile/{980504-1.c, 980506-1.c}: Likewise.
374         * gcc.c-torture/compile/{980506-2.c, 980611-1.c}: Likewise.
375         * gcc.c-torture/execute/{980505-1.c, 980505-2.c, 980506-1.c}: Likewise.
376         * gcc.c-torture/execute/{980506-2.c, 980506-3.c}: Likewise.
378 1998-05-20  Dave Love  <d.love@dl.ac.uk>
380         * g77.f-torture/execute/980520-1.f: New test.
382 1998-05-15  Dave Love  <d.love@dl.ac.uk>
384         * lib/mike-g77.exp: New file.
386         * g77.f-torture/noncompile/noncompile.exp,
387         g77.f-torture/noncompile/check0.f: New files.
389 1998-05-14  Dave Love  <d.love@dl.ac.uk>
391         * g77.f-torture/execute/short.f, g77.f-torture/execute/le.f,
392         g77.f-torture/execute/exp.f, g77.f-torture/execute/erfc.f,
393         g77.f-torture/execute/dnrm2.f, g77.f-torture/execute/dcomplex.f,
394         g77.f-torture/execute/cpp.F, g77.f-torture/execute/complex_1.f,
395         g77.f-torture/execute/claus.f, g77.f-torture/execute/cabs.f: Call
396         abort where appropriate.
398 Tue May  5 19:20:13 1998  Michael Meissner  <meissner@cygnus.com>
400         * lib/c-torture.exp (TORTURE_OPTIONS): Add -Os to options.
401         * lib/f-torture.exp (TORTURE_OPTIONS): Ditto.
403 1998-04-29  Dave Love  <d.love@dl.ac.uk>
405         * g77.f-torture/compile/980419-1.f: Removed since doesn't compile.
407 1998-04-27  Dave Love  <d.love@dl.ac.uk>
409         * g77.f-torture/compile/980427-0.f: New test.
411 1998-04-24  Dave Love  <d.love@dl.ac.uk>
413         * g77.f-torture/compile/980424-0.f: New test.
415 1998-04-19  Dave Love  <d.love@dl.ac.uk>
417         * g77.f-torture/compile/980419-2.f (main): New test.
418         * g77.f-torture/compile/970125-0.f: New test.
419         * g77.f-torture/compile/980419-1.f: New test.
421 Wed Mar 18 16:22:22 1998  Jim Wilson  <wilson@cygnus.com>
423         * gcc.dg/980313-1.c: New test for fp conditional move on PPro.
424         * gcc.dg/980312-1.c: Fix typo in -march command.
426 Mon Mar 16 20:01:30 1998  H.J. Lu  (hjl@gnu.org)
428         * gcc.dg/980312-1.c: New test for fp conditional move on PPro.
430 Wed Mar 11 13:08:48 1998  Robert Lipe  <robertl@dgii.com>
432         * g77.f-torture/execute/980310-5.f: Deleted.  Craig Burley and
433         Dave Love agree the Fortran source is bogus.
435 Wed Mar 11 00:03:49 1998  Robert Lipe  <robertl@dgii.com>
437         * g77.f-torture/compile/980310-1.f, g77.f-torture/compile/980310-2.f
438         g77.f-torture/compile/980310-3.f, g77.f-torture/compile/980310-4.f
439         g77.f-torture/compile/980310-6.f, g77.f-torture/compile/980310-7.f
440         g77.f-torture/compile/980310-8.f: New tests from egcs-bugs archives.
441         * g77.f-torture/execute/980310-5.f: New test from egcs-bugs archives.
443 Tue Mar 10 00:31:51 1998  Alexandre Oliva   <oliva@dcc.unicamp.br>
445         * g++.old-deja/g++.other/friend1.C: New test.
447 1998-02-18  Dave Love  <d.love@dl.ac.uk>
449         * g77.f-torture/execute/dnrm2.f (dnrm2): Avoid uninitialized (and
450         possibly uninitialized) variables and declare dnrm2.
452 Fri Feb 13 00:36:07 1998  Jeffrey A Law  (law@cygnus.com)
454         * gcc.dg/ifelse-1.c: New test.
456 Mon Feb  9 02:08:47 1998  H.J. Lu  (hjl@gnu.org)
458         * lib/g77.exp (g77_target_compile): Fix multilibs for libf2c.
460         * lib/old-dejagnu.exp (old-dejagnu): Added the
461         "execution test - XFAIL *-*-*" handling in the spirit of
462         "excess errors test -". Changed the "execution test fails"
463         handling to be like "excess errors test fails".
464         * Update various tests accordingly.
466 Sun Jan 18 01:33:59 1998  Jeffrey A Law  (law@cygnus.com)
468         * lib/c-torture.exp: Look for .x files instead of .cexp files.
469         * lib/f-torture.exp: Similarly.
470         * gcc.c-torture: Rename all .cexp files to .x files.
472 Tue Nov 25 16:18:51 1997  Kate Hedstrom  (kate@ahab.rutgers.edu)
474         * lib/f-torture.exp: Improve error and loop detection.
476 Fri Sep 26 10:50:53 1997  Bob Manson  <manson@charmed.cygnus.com>
478         * lib/c-torture.exp(c-torture-execute): Fix typo.
480         * lib/old-dejagnu.exp(old-dejagnu): Use a name derived from the
481         testcase as the executable name. Keep the executable around if
482         the test fails.
484 Fri Sep 19 17:19:53 1997  Bob Manson  <manson@charmed.cygnus.com>
486         * lib/c-torture.exp (TORTURE_OPTIONS): Removed unnecessary
487         changes.  Only test one -g option, and move it to the end of the
488         list of options to test.
490 Fri Sep 19 17:58:00 1997  Michael Meissner  <meissner@cygnus.com>
492         * lib/c-torture.exp (TORTURE_OPTIONS): Check for the environment
493         variable GCC_TORTURE_OPTIONS to supply default switches separated
494         by colons.  If no environment variable, run tests with -O0 -g, -O1
495         -g, and -O2 -g as well.
497 Wed Sep 17 10:12:26 1997  Bob Manson  <manson@charmed.cygnus.com>
499         * lib/plumhall.exp: Don't set PHSRC in this file. Add a few
500         explanatory comments. Fix indentation.
502 Mon Sep 15 00:36:53 1997  Jeffrey A Law  (law@cygnus.com)
504         * lib/g++.exp (g++_init): Look for xgcc in $basedir too.
506 Thu Sep 11 13:54:47 1997  Jeffrey A Law  (law@cygnus.com)
508         * g++.old-deja/g++.brendan/scope4.C: No longer expected to fail.
509         * g++.old-deja/g++.mike/p7325.C: Likewise.
510         * g++.old-deja/g++.mike/eh51.C: No longer expected to fail on the PA.
512 Thu Sep 11 10:00:03 1997  Alexandre Oliva  (oliva@dcc.unicamp.br)
514         * g++.old-deja/g++.brendan/crash20.C: Rework to avoid libg++.
515         * g++.old-deja/g++.brendan/crash30.C: Likewise.
516         * g++.old-deja/g++.brendan/crash39.C: Likewise.
517         * g++.old-deja/g++.law/operators4.C: Likewise.
519 Thu Sep 11 09:53:40 1997  Joe Buck  (jbuck@synopsys.com)
521         * g++.old-deja/g++.mike/p658.C: eliminate <bool.h> use.
522         * g++.old-deja/g++.mike/p784.C: Ditto.
523         * g++.old-deja/g++.mike/p785.C: Ditto.
525 Fri Sep  5 00:21:42 1997  Jeffrey A Law  (law@cygnus.com)
527         * gcc.c-torture/execute/cbrt.c: Tweak to work on more targets.
529 Wed Sep  3 17:15:00 1997  Bob Manson  <manson@charmed.cygnus.com>
531         * lib/c-torture.exp(c-torture-execute): If the previous and the
532         current executables being tested are identical, we don't need to
533         run the executable again. Try to make the executable names
534         unique. Add an optional argument for passing additional compiler
535         flags.
537 Tue Sep  2 16:34:31 1997  Doug Evans  <dje@canuck.cygnus.com>
539         * lib/gcc-dg.exp (gcc-dg-test): Fix typos setting compile_type.
541 Thu Jul 31 12:17:24 1997  Jeffrey A Law  (law@cygnus.com)
543         * gcc.c-torture/execute/920501-9.c: Fix to work on targets with
544         32bit or larger longs.
546         * gcc.c-torture/execute/961017-2.c: Fix to work on targets which
547         have either a 32bit long or 32bit int.
549 Wed Jul  9 15:15:40 1997  Bob Manson  <manson@charmed.cygnus.com>
551         * gcc.prms/5403.c: Allow CRLFs to occur at the start of the output
552         too.
554 Mon Jun 16 15:27:06 1997  Bob Manson  <manson@charmed.cygnus.com>
556         * lib/g++.exp(g++_init): Use g++_include_flags instead of making
557         up the includes ourselves.
559 Wed Jun 11 17:33:21 1997  Bob Manson  <manson@charmed.cygnus.com>
561         * lib/plumhall.exp: Remove random include, and add a few
562         verbose messages for debugging.
564 Fri Jun  6 14:23:24 1997  Bob Manson  <manson@charmed.cygnus.com>
566         * lib/g++.exp: Use g++_link_flags from libgloss.exp, instead
567         of trying to do it ourselves.
569 Wed Jun  4 18:43:55 1997  Bob Manson  <manson@charmed.cygnus.com>
571         * gcc.prms/5403.c: Made regexp a bit less strict.
573 Tue Jun  3 15:12:39 1997  Bob Manson  <manson@charmed.cygnus.com>
575         * lib/mike-gcc.exp: Don't use global exec_output anymore. Output
576         is returned from remote_load instead.
577         * lib/plumhall.exp: Ditto.
578         * lib/mike-g++.exp: Ditto.
579         * lib/old-dejagnu.exp: Ditto.
580         * lib/c-torture.exp: Ditto.
582 Fri May 30 23:15:15 1997  Bob Manson  <manson@charmed.cygnus.com>
584         * lib/g++.exp: Use build_wrapper procedure.
585         * lib/gcc.exp: Ditto.
587 Tue May 20 15:23:27 1997  Jeffrey A Law  (law@cygnus.com)
589         * gcc.c-torture/execute/*.c: Include stdlib.h instead of using
590         an old-style decl for malloc.  Fixes tests to work when
591         sizeof (int) != sizeof (size_t).
593 Thu May 15 14:10:39 1997  Mike Meissner  <meissner@cygnus.com>
595         * lib/gcc.exp (gcc_target_compile): If gcc,no_varargs, define
596         NO_VARARGS when compiling.
598 Thu May  1 14:49:19 1997  Bob Manson  <manson@charmed.cygnus.com>
600         * lib/plumhall.exp(ph_includes): New procedure.
601         (ph_make): Use it.
602         (ph_compiler): Ditto.
604         * lib/g++.exp: Rename test-glue.c to testglue.c.
605         * lib/gcc.exp: Ditto.
607 Thu Apr 10 14:50:26 1997  Bob Manson  <manson@charmed.cygnus.com>
609         * lib/g++.exp(g++init): Don't try to be smart, always run g++_init
610         to completion when it's called.
612 Thu Mar 20 09:50:32 1997  Doug Evans  <dje@canuck.cygnus.com>
614         * lib/plumhall.exp (ph_make): Comment out errorCode=NONE test
615         for object files.
616         (ph_summary): Mark skipped testcases as untested, not unresolved.
618         * lib/plumhall.exp (ph_make): If unresolved because of bad
619         errorCode, record errorCode in log file.
620         (*): Replace send_log/verbose with verbose -log.
622 Thu Mar 13 16:09:28 1997  Bob Manson  <manson@charmed.cygnus.com>
624         * lib/plumhall.exp: Use incr_count.
626 Wed Mar 12 10:01:33 1997  Jeffrey A Law  (law@cygnus.com)
628         * gcc.c-torture: Update to c-torture-1.45.
630 Sun Feb 23 18:12:04 1997  Bob Manson  <manson@charmed.cygnus.com>
632         * lib/gcc.exp(gcc_init): Add args parameter (which will contain
633         the name of the expect testcase file).
634         
635         * lib/g++.exp(g++_init): Ditto.
637 Thu Feb 20 13:53:05 1997  Bob Manson  <manson@charmed.cygnus.com>
639         * lib/g++.exp(g++_exit): $gluefile lives on the build, not
640         the host.
642         * lib/gcc.exp(gcc_exit): New procedure.
644 Wed Feb 19 15:16:16 1997  Bob Manson  <manson@charmed.cygnus.com>
646         * g++.old-deja/g++.rfg/*: Added "Build don't link" and ERROR
647         specs where appropriate.
649         * g++.old-deja/g++.arm/*: Added additional ERROR checks
650         because of new "candidates are" messages, and removed a few
652         * Converted all non-old-style g++ testcases to old-style, and
653         moved into g++.old-deja.
655 Fri Feb 14 11:46:46 1997  Bob Manson  <manson@charmed.cygnus.com>
657         * lib/old-dejagnu.exp(old-dejagnu): Add various "skip if"
658         options.
660         * lib/gcc.exp(gcc_init): Don't set gluefile unless the compile
661         succeeded.
663         * lib/g++.exp(g++_init): Don't unset gluefile unless it exists.
665 Thu Feb 13 17:30:46 1997  Michael Meissner  <meissner@cygnus.com>
667         * lib/gcc.exp (gcc_target_compile): Add support for defining
668         NO_TRAMPOLINES and NO_LABEL_VALUES if the baseboard file indicates
669         the machine doesn't have those features.
671 Tue Feb 11 12:57:11 1997  Bob Manson  <manson@charmed.cygnus.com>
673         * g++.law/operators4.exp: Don't use LIBS.
675 Sat Feb  8 14:45:55 1997  Bob Manson  <manson@charmed.cygnus.com>
677         * g++.law/virtual1.exp: Don't use CXX_FLAGS.
678         
679         * lib/mike-g++.exp: Don't set the compiler to be tested here.
680         * lib/g++.exp: Set it here instead. Also, allow use of the
681         --tool_exec and --tool_opt options. Change CXX to
682         GXX_UNDER_TEST.
683         
684         * g++.old-deja/old-deja.exp: Change CXX to GXX_UNDER_TEST.
685         
686         * lib/gcc.exp: Allow use of --tool_exec and --tool_opt.
688 Fri Feb  7 12:55:45 1997  Bob Manson  <manson@charmed.cygnus.com>
690         * lib/old-dejagnu.exp: Use prune_warnings instead of
691         prune_system_crud.
692         * lib/mike-g++.exp: Ditto.
693         * lib/gcc.exp: Ditto.
694         * lib/g++.exp: Ditto.
696         * lib/g++.exp: Include both libstdc++ and libstdc++/stl.
698 Fri Feb  7 10:41:53 1997  Jeffrey A Law  (law@cygnus.com)
700         * 941014-2.c: Include stdlib.h
701         * 960327-1.c: Include stdio.h
702         * dbra.c, index-1.c: Don't assume ints are 32bits.
704 Tue Feb  4 12:51:09 1997  Bob Manson  <manson@charmed.cygnus.com>
706         * lib/gcc.exp: Add gcc,stack_size target feature.
708         * lib/g++.exp(g++_target_compile): Add the include and link 
709         paths here, not in two other places. And, it's $options, not
710         options.
712         * lib/mike-g++.exp(postbase): Remove the code that determines
713         the correct include and link paths.
714         * g++.old-deja/old-deja.exp: Ditto.
716 Mon Feb  3 19:00:07 1997  Bob Manson  <manson@charmed.cygnus.com>
718         * lib/g++.exp(g++_init): target_compile no longer returns the
719         filename of the result.
721 Sun Feb  2 14:42:34 1997  Bob Manson  <manson@charmed.cygnus.com>
723         * gcc.misc-tests/gcov.exp: Add -nocomplain to the
724         call to glob.
726         * gcc.c-torture/special/special.exp: Change call to
727         gcc_target_compile to include the object file.
729 Sun Feb  2 17:11:50 1997  Ian Lance Taylor  <ian@cygnus.com>
731         * gcc.c-torture/special/special.exp: Correct misspelling in last
732         change.
734 Sat Feb  1 12:34:23 1997  Bob Manson  <manson@charmed.cygnus.com>
736         * lib/plumhall.exp(ph_summary): Log the entire output of the
737         executable. Return -1 if there were any failures, 0 otherwise.
738         (ph_execute): Return -1 if there were any failures, 0 otherwise.
739         (ph_make): Clean up objects and executables that were built
740         if the tests succeeded.
742 Thu Jan 30 13:45:56 1997  Bob Manson  <manson@charmed.cygnus.com>
744         * g++.old-deja/old-deja.exp: Add -L and -I flags so we include
745         libraries and includes in the build tree as appropriate.
747 Wed Jan 29 17:19:34 1997  Bob Manson  <manson@charmed.cygnus.com>
749         * lib/c-torture.exp: Instead of looking for the global variable
750         NO_LONG_LONG, check to see if that's a feature of the target.
752 Wed Jan 29 00:36:25 1997  Bob Manson  <manson@charmed.cygnus.com>
754         * config/default.exp: Minimize. Delete the remainer of the files in
755         config; this functionality is now in devo/dejagnu/config.
757         g++.*/*: Pass any additional flags used to compile to postbase;
758         delete CXXFLAGS.
759         
760         gcc.c-torture/*: Remove calls to gcc_init and gcc_finish; this
761         is now done by runtest.exp. Use gcc_target_compile instead of
762         compile.
764         lib/c-torture.exp: Use gcc_target_compile instead of compile.
765         Remove references to CFLAGS. Use remote_file instead of
766         calling rm -f.
767         (c-torture): Take a list of arguments to use to compile this
768         testcase.
770         lib/g++.exp: Simplify. Use target_compile instead of compile.
771         lib/gcc-dg.exp: Ditto.
772         lib/gcc.exp: Ditto.
773         lib/mike-{gcc,g++}.exp: Ditto.
774         lib/old-dejagnu.exp: Ditto.
775         lib/plumhall.exp: Ditto.
776         
777 Wed Jan  8 14:43:07 1997  Jim Wilson  <wilson@cygnus.com>
779         * lib/plumhall.exp (ph_make): Use CFLAGS and ANSICFLAGS when linking.
780         (ph_linker): Likewise.
782 Wed Nov 13 16:04:19 1996  Joern Rennecke <amylaar@cygnus.com>
784         * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}: Only use
785         MAP_ANON / MAP_ANONYMOUS if defined;
786         else try to map from /dev/zero .
788 Tue Nov 12 23:30:12 1996  Jeffrey A Law  (law@cygnus.com)
790         * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}:  If MAP_ANON
791         isn't defined, then define it to MAP_ANONYMOUS.
793 Tue Nov 12 11:57:49 1996  Jeffrey A Law  (law@cygnus.com)
795         * gcc.c-torture: Update to c-torture-1.42 release.
797 Mon Nov 11 12:45:31 1996  Jeffrey A Law  (law@cygnus.com)
799         * gcc.c-torture: Update to c-torture-1.41 release.
801 Sun Oct 27 18:56:18 1996  Jeffrey A Law  (law@cygnus.com)
803         * gcc.c-torture/execute/enum-1.c: New test.  Will be in next
804         c-torture release.
806 Thu Aug 15 11:09:36 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
808         * lib/gcc.exp (gcc_init): Always append the target_info to CFLAGS
809         and LDFLAGS.  Fix second case to append the target_info ldflags
810         onto LDFLAGS, not CFLAGS.
811         * lib/g++.exp (g++_init): Add target_info stuff.
812         * lib/old-dejagnu.exp (old-dejagnu-init): Likewise.  Add inclusion
813         of libgloss and newlib flags for !native.
815         * config/proelf.exp: Load remote.exp and do `push_target hppro'.
816         (GDB): Fix relative path to go up another dir for finding gdb.
818 Thu Aug  8 17:03:27 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
820         * lib/gcc.exp(gcc_init): Set CFLAGS and LDFLAGS to their new
821         versions in the target_info array, if they don't exist.
823 Fri Aug  2 15:39:03 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
825         * config/vx.exp (${tool}_load): Fix syntax of `$shell_id < 0'.
827 Mon Jul  8 15:45:58 1996  Jim Wilson  <wilson@cygnus.com>
829         * lib/g++.exp: Change all uses of $base_dir/ to $base_dir/../.
830         * lib/gcc.exp, lib/old-dejagnu.exp: Likewise.
832 Mon Jul  1 15:53:00 1996  Bob Manson  <manson@charmed.cygnus.com>
834         * lib/old-dejagnu.exp: Don't remove the output file before we've
835         actually tested it. Don't append pwd to the path of the executable
836         we're testing.
838 Sun Jun 30 14:37:50 1996  Doug Evans  <dje@canuck.cygnus.com>
840         * lib/g++.exp (default_g++_start): Don't pass LDFLAGS, LIBS if -c.
842 Wed Jun 26 14:15:55 1996  Bob Manson  <manson@charmed.cygnus.com>
844         * lib/old-dejagnu.exp (old-dejagnu): Add $tmpdir to specify a
845         temporary directory for compiler files, and set it to a default
846         value of /tmp. Set $output as the name of the output file from
847         compiling the testcase. Add a -o option to $cflags_var so the
848         compiler writes the final output file as $output. Set $executable
849         to $output.
851         * lib/mike-g++.exp (postbase): Add $tmpdir to specify a temporary
852         directory for compiler files, and set it to /tmp if it doesn't
853         already have a value. Set $output_file to the name of the output
854         file from compiling the testcase. Add a -o option to CXXFLAGS so
855         the compiler writes the final output file as $output. Use $output
856         as the executable to be tested.
858 Mon Jun 24 17:12:16 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
860         * lib/g++.exp: Also add -Wl,-rpath,... for linux.
862 Sat Jun  8 15:12:24 1996  Jeffrey A Law  (law@cygnus.com)
864         * gcc.c-torture/execute/pending-1.c: New test.  Still
865         pending in Tege's queue.
867 Wed Apr 24 18:13:45 1996  Jim Wilson  <wilson@chestnut.cygnus.com>
869         * lib/plumhall.exp (ph_summary): Add arguments name and exec_status.
870         Add variables local_failcnt and local_unresolvedcnt.  Call gcc_fail
871         if there were failures.  Call unresolved if there were unresolved
872         testcases.  Call gcc_fail if program did not run to completion.
873         (ph_make): Pass additional argument name to ph_execute.
874         (ph_execute): Add new argument.  Pass additional arguments to
875         ph_summary.  Call gcc_fail is there is no execution output.
877 Wed Apr 24 13:39:23 1996  Jeffrey A Law  (law@cygnus.com)
879         * lib/plumhall.exp (proc_summary): Output relavent summary
880         lines into the log so specific failures in plumhall can be
881         investigated.
883 Wed Apr 10 13:23:45 1996  Jeffrey A Law  (law@cygnus.com)
885         * lib/c-torture.exp: Provide a default value for $NO_LONG_LONG.
886         (c-torture-execute): Don't try to execute tests which use
887         "long long" types if $NO_LONG_LONG is nonzero.
889 Mon Apr  8 08:52:29 1996  Doug Evans  <dje@canuck.cygnus.com>
891         * gcc.c-torture/execute/ieee/ieee.exp: Run c-torture-execute,
892         not c-torture.
894         * gcc.ieee: Move from here.
895         * gcc.c-torture/execute/ieee: To here.
897 Tue Mar 26 23:41:18 1996  Jeffrey A Law  (law@cygnus.com)
899         * gcc.c-torture: Update to c-torture-1.41 release.
901 Fri Mar 22 15:49:24 1996  Jeffrey A Law  (law@cygnus.com)
903         * lib/c-torture.exp (c-torture-execute): Remove "$executable",
904         not "$output".
906 Thu Mar  7 12:37:08 1996  Doug Evans  <dje@charmed.cygnus.com>
908         * lib/gcc.exp (default_gcc_start): Don't pass $LDFLAGS $LIBS if
909         -c present.
911 Sat Mar  2 22:36:37 1996  Jeffrey A Law  (law@cygnus.com)
913         * config/proelf.exp: Handle connecting to a simulator.
915 Wed Jan 31 00:58:15 1996  Jeffrey A Law  (law@cygnus.com)
917         * config/proelf.exp: New file.  Enough framework that we can
918         run c-torture tests on the proelf targets (or any other target
919         that gdb can connect to for that matter).
921 Mon Jan 29 08:57:46 1996  Doug Evans  <dje@canuck.cygnus.com>
923         * gcc.c-torture/special/special.exp: Delete libs arg to dg-runtest.
924         * gcc.ph/testing/limits/limits.exp: Likewise.  Don't pass $CFLAGS.
926         * lib/plumhall.exp (ph_execute): Always call ph_summary if
927         exec_output exists.
929 Sun Jan 28 11:28:43 1996  Doug Evans  <dje@charmed.cygnus.com>
931         * config/sim.exp (SIM_TIME_LIMIT): New user settable variable.
932         (${tool}_load): Use 240 seconds if SIM_TIME_LIMIT not set.
934         * config/*.exp: Update FSF address.  Change result of ${tool}_load
935         to pass/fail/unresolved/unsupported/untested.  Caller must now
936         call unresolved/unsupported/untested.
937         * lib/*.exp: Update FSF address.  Update to handle new results of
938         ${tool}_load.
939         * lib/chill.exp (verbose): Delete.
941 Sat Jan 27 12:28:07 1996  Doug Evans  <dje@charmed.cygnus.com>
943         * lib/gcc.exp (default_gcc_start): Change order of args to
944         $LDFLAGS $CFLAGS $LIBS.
945         * lib/gcc-dg.exp (gcc-dg-test): Arguments have changed, update.
946         Save/set/restore CFLAGS.  Pass single arg to gcc_start.
947         * gcc.dg/dg.exp: Delete libs arg in call to dg-runtest.
948         (CC,CFLAGS,LIBS): Delete references. Don't pass $CFLAGS to dg-runtest.
949         * gcc.misc-tests/dg-test.exp: Likewise.
950         * gcc.misc-tests/msgs.exp: Likewise.
951         * gcc.prms/prms.exp: Likewise.
952         * gcc.misc-tests/gcov.exp: Delete libs arg in call to dg-runtest.
953         (CFLAGS,LIBS): Delete references.  Don't pass $CFLAGS to dg-runtest.
955         * lib/dg.exp: Deleted, moved to dejagnu/lib.
957 Wed Jan 24 18:37:00 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
959         * g++.old-deja/old-deja.exp: Add passing of $mathlib to old-dejagnu.
961         * g++.old-deja/old-deja.exp: Move setting of runshlib from here...
962         * lib/old-dejagnu.exp (old-dejagnu-init): ...to here.
964         * lib/g++.exp (g++_init): Take out use of -rpath for the sun4, not
965         necessary.
967 Sat Jan 20 17:22:08 1996  Brendan Kehoe  <brendan@cygnus.com>
969         * g++.old-deja/old-deja.exp: Move setting of runshlib out of the
970         global for loop; add use of $mathlib.
971         * lib/old-dejagnu.exp (old-dejagnu-init): Put the runshlib
972         settings here; set mathlib for anything but VxWorks.
974 Mon Jan 22 16:31:57 1996  Jeffrey A Law  (law@cygnus.com)
976         * gcc.c-torture: Update to c-torture-1.40 release.
978 Wed Jan  3 00:54:33 1996  Jeffrey A Law  (law@cygnus.com)
980         * gcc.ph/testing/limits/limits.exp: Load ${tool}-dg.exp, not
981         dg.exp.
983 Sun Dec  3 16:17:42 1995  Jeffrey A. Law  <law@sethra.cygnus.com>
985         * lib/c-torture.exp (c-torture-execute): Declare "output" as
986         global.
988 Fri Nov 17 20:01:19 1995  Doug Evans  <dje@canuck.cygnus.com>
990         * lib/g++.exp (LIBS): Define if not already.
991         * lib/gcc-dg.exp (gcc-dg-test): Set executable file as a.out.
992         (gcc-dg-prune): Call prune_gcc_output.
993         * lib/gcc.exp (prune_gcc_output): New proc.
994         * gcc.c-torture/special (921210-1.c): Call prune_system_crud and
995         prune_gcc_output.
997 Thu Nov 16 09:15:40 1995  Doug Evans  <dje@canuck.cygnus.com>
999         * lib/c-torture.exp (c-torture-compile): Fix calls to `unsupported'.
1000         (c-torture-execute): Likewise.  Rename `name' to `testcase'.
1002 Wed Nov 15 23:04:36 1995  Jeffrey A Law  (law@cygnus.com)
1004         * gcc.c-torture: Update to c-torture-1.39 release.
1006 Sat Nov  4 12:52:05 1995  Doug Evans  <dje@canuck.cygnus.com>
1008         * lib/c-torture.exp (c-torture-execute): Don't return if one option
1009         fails, try others as well.
1011 Thu Nov  2 09:28:35 1995  Doug Evans  <dje@canuck.cygnus.com>
1013         * lib/c-torture.exp (c-torture-execute): This proc's result is `void'.
1014         If compilation fails, mark execute tests as `untested'.
1015         If test is marked as unsupported, don't mark compilation and
1016         execute tests as failed.
1018 Wed Oct 25 20:57:55 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
1020         * lib/g++.exp (g++_init): Don't link in libg++, and look to
1021         libstdc++ for whether or not we want to be doing shared
1022         libraries.  Delete link_curses since we don't need it anymore.
1023         * lib/mike-g++.exp (postbase): Don't link in libg++.
1024         * g++.old-deja/old-deja.exp: Likewise.
1026 Mon Oct 23 13:05:11 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
1028         * lib/g++.exp (CXX): Default to run `c++' instead of `g++'.
1030 Tue Oct 17 15:24:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
1032         * lib/g++.exp (g++_init): Also check for libg++.sl for the hppa.
1033         For that, add `-Wl,-a,shared_archive'.
1034         * g++.old-deja/old-deja.exp: Likewise.
1036 Tue Oct 17 13:09:06 1995  Doug Evans  <dje@canuck.cygnus.com>
1038         * lib/c-torture.exp (c-torture-execute): Ensure CFLAGS restored.
1040 Mon Oct 16 23:13:32 1995  Brendan Kehoe  <brendan@cygnus.com>
1042         * lib/mike-g++.exp (postbase): Pay attention to the status of
1043         g++_load.
1045 Mon Oct 16 19:28:32 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
1047         * g++.old-deja/old-deja.exp: Add $LIBS at the end of the args.
1049 Mon Oct 16 13:48:58 1995  Doug Evans  <dje@canuck.cygnus.com>
1051         * lib/gcc.exp (default_gcc_start): No longer need to log program
1052         being executed or its output, execute_anywhere does that now.
1053         * lib/g++.exp (default_g++_version): Call execute_anywhere.
1054         (default_g++_start): Likewise.  Delete calls to verbose/send_log.
1056 Thu Oct 12 10:34:58 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
1058         * g++.old-deja/old-deja.exp: Updated the shared libg++ tests to be
1059         the same as those in lib/g++.exp.
1061 Tue Oct 10 13:47:27 1995  Jeff Law  (law@hurl.cygnus.com)
1063         * gcc.c-torture: Update to c-torture-1.38 release.
1064         * gcc.ieee: Related changes.
1066 Fri Oct  6 12:39:17 1995  Rob Savoye  <rob@darkstar.cygnus.com>
1068         * mike-gcc.exp, mike-g++.exp: Use "execute_anywhere" rather than
1069         "exec". Minor reformatting changes.
1071         * config/rom68k.exp (${tool}_load): Make it work in a canadian
1072         cross. This means all "exec" calls now work on a remote host as
1073         well.
1074         * lib/c-torture.exp (c-torture-compile): Make work for a canadian
1075         cross. Filter out the extra "\r\n" stuff that expect puts in.
1076         (c-torture-execute): Filter out the bogus warnings like
1077         c-torture-compile does. Add support for canadian cross.
1078         * lib/gcc.exp (default_gcc_version, default_gcc_start)
1079         Use execute_anywhere rather than calling exec directly. Now it
1080         works for canadian cross testing.
1082 Thu Oct  5 10:06:45 1995  Brendan Kehoe  <brendan@rtl.cygnus.com>
1084         * lib/g++.exp: Add -nocomplain flag to glob.  Use catch to put the
1085         results into a variable, and check that rather than using file exists.
1087 Wed Oct  4 16:31:02 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
1089         * lib/g++.exp: Use glob to see libg++.so.2.7.0, since sun4 doesn't
1090         create a libg++.so.  For sunos4.1.*, also add -ltermcap.
1092 Tue Sep 26 10:15:14 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
1094         * g++.old-deja/old-deja.exp: Create and pass runshlib and
1095         lib_curses if there's a shared libg++ in the build tree.
1097 Fri Sep 22 10:47:24 1995  Doug Evans  <dje@canuck.cygnus.com>
1099         * lib/mike-{gcc,g++}.exp (postbase): Restore CFLAGS, CXX_FLAGS, LIBS
1100         if not supported target.
1102 Fri Sep 22 09:22:07 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
1104         * lib/g++.exp (g++_init): Move empty setting of runshlib and
1105         link_curses up to always happen, not just for native builds.
1107 Thu Sep 21 10:23:32 1995  Jeff Law  (law@snake.cs.utah.edu)
1109         * gcc.c-torture: Update to c-torture-1.36 release.
1110         * gcc.failure: Related changes.
1112 Wed Sep 20 10:56:26 1995  Doug Evans  <dje@canuck.cygnus.com>
1114         * lib/plumhall.exp (PHSRC, PHDST): Allow config files to override.
1116 Tue Sep 19 17:26:07 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
1118         * lib/g++.exp (g++_init): Put the shared and math lib stuff in here.
1119         * lib/mike-g++.exp (postbase): Not in here.  Still reference
1120         runshlib, link_curses, and mathlib for link and run.
1122         * lib/mike-g++.exp (postbase): If we've built a libg++.so, then
1123         pass the runtime shared library options for Solaris, OSF/1, and
1124         Irix5, and link with -lcurses to avoid unresolved references.
1125         
1126 Wed Sep 13 15:28:10 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
1128         * lib/gcc.exp (gcc_init): Return if gcc_initialized is 1, so we
1129         only run once.
1131 Wed Sep 13 10:51:52 1995  Doug Evans  <dje@canuck.cygnus.com>
1133         * lib/c-torture.exp (c-torture-compile): Don't alter CFLAGS.
1135 Mon Sep 11 11:02:03 1995  Jeff Law  (law@snake.cs.utah.edu)
1137         * gcc.c-torture: Update to c-torture-1.35 release.  Note we
1138         do not have a framework for the "compat" tests yet.
1140 Sat Sep  9 16:15:20 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
1142         * lib/mike-g++.exp (postbase): New local variable `mathlib',
1143         set to null if we're testing vxworks5.1.  Use that instead of
1144         `-lm' in the setting of LIBS for link and run.
1146 Fri Sep  8 13:53:38 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
1148         * config/rom68k.exp (${tool}_load): Major changes to make it
1149         work.  Verified that it does in fact return the stuff in
1150         exec_output properly.  Catch any Emul or any TRAP other than 0.
1152 Thu Sep  7 23:04:06 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
1154         * lib/mike-g++.exp (prebase): Call g++_init at the end to set
1155         LDFLAGS properly for targets that need stuff from libgloss.
1156         * lib/g++.exp (g++_init): Return if gpp_initialized is 1, so we
1157         only run once.
1158         (gpp_initialized): New variable.
1160 Wed Sep  6 21:56:13 1995  Rob Savoye  <rob@darkstar.cygnus.com>
1162         * config/rom68k.exp: Load libgloss.exp.
1163         * lib/gcc.exp (gcc_init): get proper flags for newlib and libgloss
1164         so we can produce a fully linked binary.
1165         * lib/g++.exp (g++_init): get proper flags for newlib and libgloss
1166         so we can produce a fully linked binary.
1168 Sun Sep  3 13:25:26 1995  Doug Evans  <dje@canuck.cygnus.com>
1170         * lib/plumhall.exp (ph_section): Watch for expected failures.
1171         Add missing `else'.
1173         * lib/c-torture.exp (c-torture-execute): Look for .cexp files to
1174         run the testcase.
1175         (c-torture): Likewise.
1177 Mon Aug 28 11:23:38 1995  Doug Evans  <dje@cygnus.com>
1179         * gcc.dg/dg.exp (scan-assembler, scan-assembler-not): New procs.
1181         * lib/mike-g++.exp (mike_cleanup): New proc.
1182         (prebase): New globals compiler_result, not_compiler_result,
1183         target_regexp.
1184         (postbase): Likewise.  Call mike_cleanup.  Pass "--" to regexp to
1185         allow leading "-" in pattern.  Watch for unsupported tests.
1186         If $compiler_result is set, pattern match assembler code,
1187         and ditto for $not_compiler_result.
1188         * lib/mike-gcc.exp: Likewise.
1190         * lib/plumhall.exp (ph_execute): Only call ph_summary if
1191         execution "succeeded".
1193 Mon Aug 14 14:03:53 1995  Doug Evans  <dje@canuck.cygnus.com>
1195         * config/win32.exp: New file.
1196         * lib/c-torture.exp (c-torture-execute): Handle $exe_ext.
1198 Fri Aug  4 15:39:54 1995  Doug Evans  <dje@canuck.cygnus.com>
1200         * lib/gcc-dg.exp (gcc-dg-prune): Mark testcases that fill ram as
1201         unsupported.
1202         * lib/mike-{gcc,g++}.exp (postbase): Likewise.
1203         * lib/{c-torture.exp,old-dejagnu.exp}: Likewise.
1204         * lib/{gcc,g++}.exp (${tool}_check_untested_p): New proc.
1206         * lib/mike-g++.exp (postbase): Delete alpha-*-* checking of
1207         "... without exceptions was ...".  That is now handled by
1208         prune_system_crud.
1209         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
1211 Tue Aug  1 11:09:33 1995  Doug Evans  <dje@canuck.cygnus.com>
1213         * gcc.misc-tests/{acker1.c,dhry.c,dhry.h,matrix1.c,optbench.c,
1214         sieve.c,sort2.c}: New files.
1215         * gcc.misc-tests/{acker1.exp,dhry.exp,matrix1.exp,optbench.exp,
1216         sieve.exp,sort2.exp}: Drivers for them.
1218         * lib/mike-gcc.exp (program_output): New user settable variable.
1219         (postbase): Call prune_system_crud.  Also prune extraneous compiler
1220         messages.
1221         * lib/mike-g++.exp (program_output): New user settable variable.
1223         * gcc.misc-tests/mg.exp (compiler_output): Handle multiple lines.
1225         * config/sh.exp: Deleted (use sim.exp instead).
1227 Fri Jul 28 11:33:46 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
1229         * config/vx.exp: Declare CHECKTASK as global.
1230         * config/vxworks29k.exp: Reduce to only set CHECKTASK, and load vx.exp.
1231         * lib/mike-g++.exp: Load [pwd]/a.out, not `./a.out'.
1232         * lib/old-dejagnu.exp: Load [pwd]/$executable.
1234 Wed Jul 26 19:45:39 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
1236         * config/vxworks29k.exp: New file, for the a29k-vxworks5.1
1237         target. Like vx.exp, only includes `vx29k.exp' instead of
1238         `vxworks.exp'.
1240 Sun Jul 23 17:38:52 1995  Ian Lance Taylor  <ian@cygnus.com>
1242         * config/sim.exp: Increase time limit from 120 seconds to 240.
1244 Thu Jul  6 11:07:38 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
1246         * gcc.c-torture/execute/950628-1.c: New test.
1248 Sat Jun 10 18:51:41 1995  Jeff Law  (law@snake.cs.utah.edu)
1250         * gcc.c-torture: Update with changes/additions from
1251         c-torture-1.34.
1253 Mon Jun  5 17:58:07 1995  Doug Evans  <dje@canuck.cygnus.com>
1255         * gcc.prms/prms.exp: Pass LDFLAGS to dg-test.
1257 Sun Jun  4 05:13:57 1995  Jeff Law  (law@snake.cs.utah.edu)
1259         * gcc.c-torture/compile/funcptr-1.c: Test case for 7107.
1261 Thu Jun  1 00:06:19 1995  Jeff Law  (law@snake.cs.utah.edu)
1263         * gcc.c-torture/compile/950512-1.c: New test.
1264         * gcc.c-torture/execute/strct-pack-4.c, strct-pack-5.c}: Likewise.
1265         * gcc.dg/struct-ret-1.c: Likewise.
1267 Wed May 31 14:25:13 1995  Doug Evans  <dje@canuck.cygnus.com>
1269         * gcc.c-torture/execute/{920410-1.c,921113-1.c,921208-2.c,
1270         930106-1.c,memcpy-1.c}: Use STACK_SIZE if defined.
1272 Tue May 30 11:19:54 1995  Doug Evans  <dje@canuck.cygnus.com>
1274         * gcc.c-torture/special/920411-1.c: Deleted.
1275         * gcc.c-torture/special/special.exp: Delete 920411-1.c.
1277 Mon May 22 16:55:11 1995  Doug Evans  <dje@chestnut.cygnus.com>
1279         * config/sim.exp (${tool}_load): Hack in call to bash to get a
1280         cpu limit.
1282 Fri May 12 18:57:54 1995  Torbjorn Granlund  <tege@rtl.cygnus.com>
1284         * gcc.c-torture/execute/{950511-1.c,950512-1.c}: New tests.
1286 Thu May  4 14:23:54 1995  Torbjorn Granlund  <tege@adder.cygnus.com>
1288         From kenner;
1289         * gcc.c-torture/execute/va-arg-2.c (f[0-9], f1[0-5]): Verify format
1290         is the proper length.
1291         * va-arg-3.c: Likewise.
1293 Sun Apr 30 16:02:59 1995  Doug Evans  <dje@canuck.cygnus.com>
1295         * lib/dg.exp: Moved to dejagnu/lib.  Copy kept here (for awhile).
1296         * lib/gcc-dg.exp: New file, gcc interface to dg.exp.
1298         * lib/gcc.exp (default_gcc_start): Delete old cruft.  Delete result.
1299         * lib/g++.exp (default_g++_start): Delete old cruft.
1301 Tue Apr 25 17:20:18 1995  Torbjorn Granlund  <tege@cygnus.com>
1303         * gcc.c-torture/execute/memcpy-1.c: Decrease stack requirements from
1304         (2 * (1 << 18)) to (2 * (1 << 17)).
1306         * gcc.c-torture/execute/arith-rand.c: Avoid -0x80000000/-1.
1308 Thu Apr 20 12:21:13 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
1310         * config/rom68k.exp: Renamed from config/idp.exp
1312 Tue Apr 18 13:33:26 1995  Torbjorn Granlund  <tege@rtl.cygnus.com>
1314         * c-torture/compile/921109-2.c
1316 Tue Apr 18 10:45:12 1995  Mike Stump  <mrs@cygnus.com>
1318         * lib/old-dejagnu.exp: We expect Execution test failure if we expected
1319         excess errors.
1321 Sat Apr 15 11:16:58 1995  Doug Evans  <dje@chestnut.cygnus.com>
1323         * lib/gcc.exp (default_gcc_start): Handle leading "-" in compiler
1324         output.
1325         * lib/g++.exp (default_g++_start): Likewise.
1327 Wed Mar 29 16:34:03 1995  Torbjorn Granlund  <tege@adder.cygnus.com>
1329         * gcc.c-torture/compile/950329-1.c: New test.
1331 Tue Mar 28 16:10:33 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
1333         * config/bug.exp (${tool}_load): Updated to use new remote_open
1334           and remote_close procs.
1335         * config/idp.exp: New file.
1337 Wed Mar 22 15:01:58 1995  Torbjorn Granlund  <tege@rtl.cygnus.com>
1339         * gcc.c-torture/execute/950322-1.c: New test.
1341 Tue Mar 21 21:24:49 1995  Doug Evans  <dje@canuck.cygnus.com>
1343         * config/vx.exp (${tool}_load): Clean up testing of return code from
1344         vxworks_ld and vxworks_spawn.
1346 Tue Mar 21 17:01:42 1995  Doug Evans  <dje@deneb.cygnus.com>
1348         * lib/c-torture.exp (c-torture-execute): Pass same text to pass/fail.
1350 Mon Mar 13 14:49:42 1995  Mike Stump  <mrs@cygnus.com>
1352         * lib/old-deja.exp: Add `excess errors test - ' error, now one
1353         can mark excess errors on a machine by machine basis.  Note, the
1354         default is to not expect any excess errors, even when excess
1355         errors test - is given, so you will want to put an XFAIL ... on
1356         these lines.  For example, // excess errors test - XFAIL hppa*-*-*
1357         mips-*-* alpha-*-* m68k-*-* is how to expect excess errors on
1358         those 4 machines, but no others.
1360 Fri Mar 10 12:33:04 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
1362         * gcc.c-torture/execute/execute.exp (c-torture-execute): from here.
1363         * lib/c-torture.exp: to here.
1365 Fri Mar 10 10:38:15 1995  Torbjorn Granlund  <tege@adder.cygnus.com>
1367         * gcc.c-torture/execute/950221-1.c: New test.
1368         * gcc.c-torture/execute/struct-ret-1.c: New test.
1369         * gcc.c-torture/compile/950221-1.c: New test.
1371         * gcc.c-torture/execute/941101-1.c (f): Fix typo, == was !=.
1373 Fri Mar  3 16:28:35 1995  Doug Evans  <dje@canuck.cygnus.com>
1375         * gcc.c-torture/execute/arith-1.c (main): Return 0.
1376         * gcc.c-torture/execute/arith-rand.c (main): Return 0.
1378 Wed Mar  1 02:08:29 1995  Gerald Baumgartner  (gb@lorenzo.cs.purdue.edu)
1380         * g++.gb: New directory of tests, derived from my signature and
1381         class scoping tests.
1383         * g++.gb/{sig01.C, sig02.C, sig03.C, sig04.C}: New tests.
1384         * g++.gb/{sig05.C, sig06.C, sig07.C, sig08.C}: Likewise.
1385         * g++.gb/{sig09.C, sig10.C, sig11.C, sig12.C}: Likewise.
1386         * g++.gb/{sig13.C, sig14.C, sig15.C, sig16.C}: Likewise.
1387         * g++.gb/{sig17.C, sig18.C, sig19.C, sig20.C}: Likewise.
1388         * g++.gb/{sig21.C, sig22.C, sig23.C, sig24.C}: Likewise.
1389         * g++.gb/sig25.C: Likewise.
1391         * g++.gb/{sig01.exp, sig02.exp, sig03.exp, sig04.exp}: Run them.
1392         * g++.gb/{sig05.exp, sig06.exp, sig07.exp, sig08.exp}: Likewise.
1393         * g++.gb/{sig09.exp, sig10.exp, sig11.exp, sig12.exp}: Likewise.
1394         * g++.gb/{sig13.exp, sig14.exp, sig15.exp, sig16.exp}: Likewise.
1395         * g++.gb/{sig17.exp, sig18.exp, sig19.exp, sig20.exp}: Likewise.
1396         * g++.gb/{sig21.exp, sig22.exp, sig23.exp, sig24.exp}: Likewise.
1397         * g++.gb/sig25.exp: Likewise.
1399         * g++.gb/{scope01.C, scope02.C, scope03.C, scope04.C}: New tests.
1400         * g++.gb/{scope05.C, scope06.C, scope07.C, scope08.C}: Likewise.
1401         * g++.gb/{scope09.C, scope10.C, scope11.C, scope12.C}: Likewise.
1402         * g++.gb/scope13.C: Likewise, this test still fails.
1404         * g++.gb/{scope01.exp, scope02.exp, scope03.exp, scope04.exp}: Run 'em.
1405         * g++.gb/{scope05.exp, scope06.exp, scope07.exp, scope08.exp}: Ditto.
1406         * g++.gb/{scope09.exp, scope10.exp, scope11.exp, scope12.exp}: Ditto.
1407         * g++.gb/scope13.exp: Ditto.
1409         * g++.gb/README: New file, explains what these tests are about.
1411 Tue Feb 28 10:37:52 1995  Doug Evans  <dje@canuck.cygnus.com>
1413         * lib/dg.exp (dg-do): Support `preprocess'.
1414         (dg-test): Likewise.
1416 Mon Feb 13 15:18:10 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
1418         * config/udi.exp: change "continue -expect" to "exp_continue".
1420 Sat Feb 11 00:25:20 1995  Torbjorn Granlund  (tege@tiny.cygnus.com)
1422         * gcc.c-torture/execute/{921025-1.c, 930525-1.c}:
1423         Delete redundant tests.
1425         * gcc.c-torture/execute/{941014-1.c, 941014-2.c}: New tests.
1426         * gcc.c-torture/execute/{941015-1.c, 941021-1.c}: New tests.
1427         * gcc.c-torture/execute/{941025-1.c, 941031-1.c}: New tests.
1428         * gcc.c-torture/execute/{941101-1.c, 941110-1.c}: New tests.
1429         * gcc.c-torture/execute/{941202-1.c, arith-1.c}: New tests.
1430         * gcc.c-torture/execute/{arith-rand.c, complex-3.c}: New tests.
1431         * gcc.c-torture/execute/{inst-check.c, loop-1.c}: New tests.
1432         * gcc.c-torture/execute/{memcpy-1.c, va-arg-2.c}: New tests.
1434         * gcc.c-torture/execute/920302-1.c: Use void * instead of long for
1435         storing label pointers.
1436         * gcc.c-torture/execute/921019-1.c: Likewise.
1437         * gcc.c-torture/execute/920501-8.c: Add prototype for sprintf.
1438         * gcc.c-torture/execute/930513-1.c: Provide full declaration for
1439         parameter fp.
1440         * gcc.c-torture/execute/va-arg-1.c (main): Add L suffix to all
1441         constants.
1443         * gcc.c-torture/compile/{920501-14.c, 931127-1.c}:
1444         Delete obsolete tests.
1446         * gcc.c-torture/compile/{940409-1.c, 940718-1.c}: New tests.
1447         * gcc.c-torture/compile/{941014-1.c, 941014-2.c}: New tests.
1448         * gcc.c-torture/compile/{941014-3.c, 941014-4.c}: New tests.
1449         * gcc.c-torture/compile/{941019-1.c, 941111-1.c}: New tests.
1450         * gcc.c-torture/compile/{941113-1.c, 950122-1.c}: New tests.
1451         * gcc.c-torture/compile/950124-1.c: New test.
1453         * gcc.c-torture/compile/920902-1.c: Delete 2:nd parameter.
1455 Wed Feb  8 15:30:17 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1457         * lib/mike-g++.exp: Add -lm to LIBS.
1459 Tue Feb  7 17:09:50 1995  Doug Evans  <dje@canuck.cygnus.com>
1461         * lib/c-torture.exp (c-torture): Allow relative pathname in $srcdir.
1463 Mon Jan 30 14:33:25 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1465         * lib/mike-g++.exp: Add -lstdc++ to LIBS.
1467 Thu Jan 12 16:41:34 1995  Doug Evans  <dje@canuck.cygnus.com>
1469         * gcc.misc-tests/dg-test.exp: Only run if $DG_TEST=yes.
1471 Mon Jan  2 11:50:10 1995  Jeff Law  (law@snake.cs.utah.edu)
1473         * g++.law/{arg9.C, arg10.C, arg11.C, arm15.C, arm16.C}: New tests.
1474         * g++.law/{bad-error3.C, bad-error4.C, bad-error5.C}: Likewise.
1475         * g++.law/{bad-error6.C, bad-error7.C}: Likewise.
1476         * g++.law/{bit-fields3.C, casts2.C, casts3.C}: Likewise.
1477         * g++.law/{enum8.C, enum9.C, friend5.C}: Likewise.
1478         * g++.law/{nest2.C, nest3.C, nest4.C, nest5.C}: Likewise.
1479         * g++.law/{nest6.C, next7.C, operators30.C}: Likewise.
1480         * g++.law/{operators31.C, operators32.C, 
1481         * g++.law/{operators33.C, operators34.C}: Likewise.
1482         * g++.law/{pic1.C, refs2.C}: Likewise.
1483         * g++.law/{refs3.C, refs4.C, static-mem3.C}: Likewise.
1484         * g++.law/{static-mem4.C, static-mem5.C, typeck4.C}: Likewise.
1485         * g++.law/{vbase1.C, visibility27.C, visibility28.C}: Likewise.
1486         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
1488         * g++.law/{arg9.exp, arg10.exp, arg11.exp, arm15.exp}: Run them.
1489         * g++.law/{arm16.exp, bad-error3.exp, bad-error4.exp: Likewise.
1490         * g++.law/{bad-error5.exp, bad-error6.exp}: Likewise.
1491         * g++.law/{bad-error7.exp, bit-fields3.exp}: Likewise.
1492         * g++.law/{casts2.exp, casts3.exp, enum8.exp}: Likewise.
1493         * g++.law/{enum9.exp, friend5.exp}: Likewise.
1494         * g++.law/{nest3.exp, nest4.exp}: Likewise.
1495         * g++.law/{nest5.exp, nest6.exp, nest7.exp}: Likewise.
1496         * g++.law/{operators30.exp, operators31.exp}: Likewise.
1497         * g++.law/{operators32.exp, operators33.exp}: Likewise. 
1498         * g++.law/{operators34.exp}: Likewise.
1499         * g++.law/{pic1.exp, refs2.exp, refs3.exp refs4.exp}: Likewise.
1500         * g++.law/{static-mem3.exp, static-mem4.exp}: Likewise.
1501         * g++.law/{static-mem5.exp, typeck4.exp, vbase1.exp}: Likewise.
1502         * g++.law/{visibility27.exp, visibility28.exp}: Likewise.
1503         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
1505         * g++.law/{union4.exp, visibility17.exp}: Fix expected output.
1506         No longer expected to fail.
1507         * g++.law/missed-error3.C: Tweak for recent bool changes.
1509 Sun Dec  4 20:54:33 1994  Doug Evans  <dje@canuck.cygnus.com>
1511         * config/emb-unix: Deleted.
1512         * config/unix.exp (${tool}_load): Use new proc rsh_exec to perform
1513         remote execution.  Do final link on remote host if REMOTE_LINK is set.
1515 Thu Dec  1 08:43:05 1994  Doug Evans  <dje@canuck.cygnus.com>
1517         * lib/dg.exp (dg-test): Fix typo in last patch.
1519 Wed Nov 30 13:25:32 1994  Doug Evans  <dje@canuck.cygnus.com>
1521         * lib/dg.exp (dg-test): Fix pattern that searches for expected output
1522         (handles multiple occurrences).
1524 Thu Nov 24 19:48:38 1994  Doug Evans  <dje@canuck.cygnus.com>
1526         * gcc.c-torture/*/*.exp: Pass full pathname to c-torture.
1527         * gcc.c-torture/execute/execute.exp (c-torture-execute): Remove
1528         $srcdir from pathname in pass/fail messages (but ensure $subdir *is*
1529         printed).
1530         * lib/c-torture.exp (c-torture-compile): Likewise.
1531         (c-torture): Prepend full path if missing.
1532         * lib/gcc.exp (gcc_pass): Pass entire pathname of testcase.
1533         (gcc_fail): Likewise.
1534         * lib/dg.exp (dg-test): Don't delete $subdir from pathname in messages.
1536 Wed Nov 23 13:56:00 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
1538         * lib/netware.exp: Only attach to NetWare i386 systems.
1540 Wed Nov 16 11:27:00 1994  Doug Evans  <dje@canuck.cygnus.com>
1542         * lib/dg.exp (dg-test): Don't print $subdir (or above) in pass/fail
1543         messages.  Add test name to "output pattern match" pass/fail message.
1545 Sat Nov 12 22:11:52 1994  Doug Evans  <dje@canuck.cygnus.com>
1547         * gcc.dg: New testsuite.
1548         * gcc.dg/dg.exp: New file.
1550         * gcc.misc-tests/{misc.exp,inst-check.c,test-ior.c,test-consts.c,
1551         test-switch.c}: Deleted.
1553         * gcc.misc-tests/msgs.exp: New testcase driver.
1555 Wed Nov  9 14:23:09 1994  Doug Evans  <dje@canuck.cygnus.com>
1557         * gcc.c-torture/execute/execute.exp (c-torture_execute): New proc.
1558         Watch for illegal return values from ${tool}_load.
1559         * config/unix.exp (${tool}_load): Fix pass/fail detection for
1560         cross targets.  Coerce return value >0 to 1.
1562 Tue Nov  8 14:10:33 1994  Doug Evans  <dje@canuck.cygnus.com>
1564         * config/unix.exp (${tool}_load): Call program rsh, not proc.
1566         * config/emb-unix.exp: New file.
1568         * config/sim.exp: Error if variable $SIM not defined.
1569         (${tool}_load): Mark test as "untested" if simulator missing.
1571         * config/unix.exp: Load remote.exp to get rcp_download.
1572         * lib/c-torture.exp: Use different option lists for testcases with
1573         and without loops.
1574         * gcc.c-torture/execute/execute.exp: Likewise.
1576 Wed Nov  2 14:47:58 1994  Doug Evans  <dje@canuck.cygnus.com>
1578         * config/*.exp: Clarify return code from ${tool}_load.
1579         Call `unresolved' or `untested' instead of `warning' or `perror'
1580         (sometimes you still want to call both though).
1581         Add comment that `shell_id' is local to each file.
1582         * config/udi.exp (timeout): Set to 30.
1583         Don't print warning if connection fails, $connectmode has already
1584         printed an error.
1585         (${tool}_load): Move verbose messages to level 2.
1586         Rework pattern for "Process started" message.
1587         Pass `shell_id' to ${connectmode}_download.
1588         Retry twice upon timeout.  Make resetting of target more robust.
1589         (${tool}_exit): Remove /tmp/soc_name. if connected ok (bug in mondfe).
1590         Pass `shell_id' to exit_$connectmode.
1591         Only call exit_$connectmode if connected.
1592         * config/unix.exp (${tool}_load): Check return codes better.
1593         * config/vrtx.exp (${tool}_load): Likewise.
1594         * config/vx.exp (${tool}_load): Likewise.
1595         Delete unneeded global's.
1596         * lib/dg.exp (dg-test): Update to reflect clarified return codes
1597         from ${tool}_load.
1598         (dg-stat): Delete.
1599         (dg-init): Delete recording of pass/fail counts.
1600         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
1601         (old-dejagnu-init): Likewise.
1602         (old-dejagnu-stat): Delete contents, empty proc now.
1603         * lib/c-torture.exp (TORTURE_OPTIONS): New global.
1604         (c-torture): Delete references to lcnt, lpass, lfail.
1605         Get option list from TORTURE_OPTIONS.
1606         Delete -funroll[-all]-loops if no loops.
1607         * lib/g++.exp (g++_init): Delete references to lcnt, lpass, lfail.
1608         (g++_stat): Delete contents (empty proc now).
1609         * lib/gcc.exp (gcc_init): Delete references to pass/fail counts.
1610         (gcc_finish): Likewise.
1611         (gcc_stat): Deleted.
1612         * lib/mike-gcc.exp (postbase): Delete references to lcnt, lpass, lfail.
1613         * gcc.*/*.exp: Delete calls to gcc_stat, dg-stat.
1614         * gcc.c-torture/execute/execute.exp: Likewise.
1615         Split tests into two parts: compile, execute.
1616         Get option list from TORTURE_OPTIONS.  Delete -funroll[-all]-loops if
1617         no loops.  Update to reflect clarified return codes from ${tool}_load.
1619 Fri Oct 21 23:10:16 1994  Doug Evans  <dje@canuck.cygnus.com>
1621         * lib/old-dejagnu.exp (process-option): Append ".*" to pattern
1622         to grep for.
1623         (old-dejagnu): Likewise (where necessary).
1625 Fri Oct 14 17:54:58 1994  Doug Evans  <dje@canuck.cygnus.com>
1627         * gcc.misc-tests/gcov.exp: New file, for gcov testing.
1629         * lib/dg.exp (dg-process-target): Fix processing of selector.
1630         Add comment regarding use of `error'.
1632         * lib/gcc.exp (prune_system_crud): Define if missing.
1633         * lib/g++.exp (prune_system_crud): Likewise.
1635         * lib/{c-torture.exp,dg.exp,mike-g++.exp,old-dejagnu.exp}:
1636         Call prune_system_crud.
1637         * lib/dg.exp (dg-runtest): New proc.
1638         Use perror instead of send_user for tcl errors in testcase.
1639         Don't return any value, it's never used.
1640         Don't clobber previous definition of `unknown'.
1641         Print tcl errors in `dg-final'.
1643 Wed Oct 12 13:05:37 1994  Doug Evans  <dje@canuck.cygnus.com>
1645         * lib/dg.exp (dg-process-target): Improve syntax error messages.
1646         (dg-test): Don't print errorInfo, it contains stack backtrace.
1648 Mon Sep 26 12:18:53 1994  Doug Evans  (dje@canuck.cygnus.com)
1650         * lib/g++.exp (runtest_file_p): Define if missing.
1652 Sat Sep 24 15:29:23 1994  Doug Evans  (dje@cygnus.com)
1654         * lib/mike-g++.exp: Comment out loading of g++.exp.
1655         * lib/g++.exp: Update copyright.  Test for existence of $CXX at start.
1656         (default_g++_version): Always print something.
1657         (default_g++_start): Comment out call to `which'.
1658         (g++_start, g++_load): Deleted (must be defined in config file).
1659         * lib/gcc.exp: Test for existence of $CC at start.
1660         Delete check for tmpdir (done in gcc_init).
1661         (default_gcc_version): Always print something.
1662         (default_gcc_start): Comment out call to `which'.
1663         * config/*.exp: Major cleanup - make cross targets work at least a
1664         little better for g++ (by not being "--tool gcc" specific).
1665         Rename gcc_xxx to ${tool}_xxx.
1666         * g++.old-deja/old-deja.exp: utils.exp is loaded by runtest.exp.
1667         * lib/old-dejagnu.exp: ${tool}.exp is loaded by config file.
1669 Thu Sep 22 11:39:17 1994  Doug Evans  (dje@canuck.cygnus.com)
1671         * lib/c-torture.exp (c-torture-compile): Rework compiler
1672         message processing.
1674         * gcc.c-torture/compile/initbug1.{c,exp}: Deleted, not part of
1675         c-torture.
1677 Wed Sep 21 09:49:43 1994  Doug Evans  (dje@canuck.cygnus.com)
1679         * gcc.wendy/wendy.dis: Renamed from wendy.exp to disable the testsuite.
1681         * lib/dg.exp (dg-process-target): Support { target native }.
1683 Tue Sep 20 17:16:55 1994  Doug Evans  (dje@canuck.cygnus.com)
1685         * lib/dg.exp (dg-test): Clean up some comments.  Delete code that
1686         looked for "... program xxx got fatal signal".
1687         Correct regsub munging of `comp_output'.
1688         Ignore compiler messages "path prefix not used" and "linker input
1689         file unused".
1691 Wed Sep 14 11:44:40 1994  Doug Evans  (dje@canuck.cygnus.com)
1693         * lib/gcc.exp (runtest_file_p): Define if missing.
1694         * gcc.prms/template.c: Example to work from.
1696 Tue Sep 13 10:30:48 1994  Doug Evans  (dje@canuck.cygnus.com)
1698         * lib/gcc.exp (gcc_finish): Delete code to update `testcnt'.
1699         * lib/dg.exp (dg-test): Call unsupported testcases as such.
1701         * gcc.prms/{3324.c,3565.c}: Moved from compile/940713-[12].c.
1702         * gcc.prms/1883.c: Moved from compile/940714-1.c.
1703         * gcc.prms/{5012.c,4453.c,4723.c,2541.c}: Moved from
1704         execute/{940712-1.c,940712-2.c,940713-1.c,940714-1,c}.
1706         * lib/dg.exp (user option docs): Clean up docs on target/xfail option.
1707         (dg-process-target): No longer a varargs proc.
1708         Return S/N for target, P/F for xfail.  All callers changed.
1709         (user option procs): More argument checking.
1710         (dg-do): `dg-do-what' now contains 3 elements {what flag P/F}.
1711         (dg-output): `dg-output-text' now contains 2 elements {P/F text}.
1712         (dg-test): Skip test if not running on selected target in `dg-do'.
1713         Update handling of `dg-do-what', `dg-output-text'.
1714         Separate execution pass/fail from output pattern match pass/fail.
1715         Delete BUILD/XBUILD support (duplicate of LOSE/XLOSE).
1717 Mon Sep 12 13:47:35 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
1719         * gcc.c-torture/special/special.exp: Don't expect failure for mips
1720         target for 920510-1.c.
1722 Mon Sep 12 12:44:39 1994  Doug Evans  (dje@canuck.cygnus.com)
1724         * lib/gcc.exp (gcc_init): Move initialized message to verbose level 3.
1725         Clean up comment regarding use of passcnt, etc.
1726         (gcc_stat): Don't update `testcnt' here.
1727         (gcc_finish): Do it here.
1728         Might as well reset `but_id' here too.
1729         * gcc.c-torture/code_quality/code_quality.exp: Call `runtest_file_p'
1730         to determine if the file should be tested.
1731         * gcc.c-torture/compile/compile.exp: Likewise.
1732         * gcc.c-torture/execute/execute.exp: Likewise.
1733         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
1734         * gcc.misc-tests/dg-test.exp: Likewise.
1735         * gcc.prms/prms.exp: Likewise.
1736         * gcc.wendy/wendy.exp: Likewise.
1737         * g++.old-deja.exp: Likewise.
1738         Move "Testing file" message to verbose level 1.
1740 Fri Sep  9 10:21:18 1994  Doug Evans  (dje@canuck.cygnus.com)
1742         * gcc.wendy/t.c: Add DEJAGNU_CFLAGS:"-DNOPAUSE".
1744 Thu Sep  8 16:52:43 1994  Doug Evans  (dje@canuck.cygnus.com)
1746         * lib/gcc.exp: Ensure CFLAGS, LIBS, and LDFLAGS are set.
1747         (default_gcc_start): Accept optional second list element
1748         of compiler flags.  Print compiler output at verbosity level 2.
1749         Remove setting of CFLAGS, LIBS, LDFLAGS from here.
1750         (gcc_init): Delete globals lcnt, lpass, lfail, lxpass, lxfail.
1751         Save current values of framework globals passcnt, failcnt, xpasscnt,
1752         and xfailcnt in gcc_passcnt, gcc_failcnt, gcc_xpasscnt, and
1753         gcc_xfailcnt.  Set global `tmpdir' to /tmp if it doesn't exist.
1754         (gcc_stat): Use framework globals passcnt, failcnt, xpasscnt, and
1755         xfailcnt to compute stats.  Update framework global `testcnt' from
1756         pass/fail counts.
1757         (gcc_finish): New proc.  Clean up test environment.
1758         (gcc_cpass, gcc_cfail): Rename to gcc_pass/gcc_fail.
1759         (gcc_epass, gcc_efail): Delete.
1760         * lib/dg.exp (dg-error, dg-warning, dg-bogus): Accept optional 5th
1761         argument of line number.
1762         (dg-init): If the tool has an init routine, call it.
1763         (dg-test): Remove args `cflags_var' and `libs_var'.
1764         Pass all compiler options to ${tool}_start.
1765         Handle missing line number.
1766         (dg-finish): New function.
1767         * gcc.c-torture/code_quality/code_quality.exp: Add support for testing
1768         particular files.  Call gcc_finish at end.  Move "skipping test"
1769         message to verbosity level 3.
1770         * gcc.c-torture/compile/compile.exp: Likewise.
1771         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
1772         * gcc.c-torture/execute/execute.exp: Likewise.
1773         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
1774         Print testcase being tried at verbosity level 1.
1775         * gcc.c-torture/special/special.exp: Unset xfail.
1776         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
1777         * gcc.c-torture/compile/initbug1.exp: Call gcc_finish.
1778         * gcc.c-torture/noncompile/noncompile.exp: Likewise.
1779         * gcc.failure/failure.exp: Likewise.
1780         * gcc.ieee/ieee.exp: Likewise.
1781         * gcc.misc-tests/dg-test.exp: Delete LDFLAGS.
1782         Update call to dg-test.  Call dg-finish at end.
1783         * gcc.misc-tests/mg.exp: Call gcc_finish at end.  Unset orig_flags.
1784         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
1785         * gcc.misc-tests/misc.exp: Call gcc_finish at end.
1786         * gcc.prms/prms.exp: Delete loading of utils.exp (redundant).
1787         Delete LDFLAGS.  Update call to dg-test.  Call dg-finish at end.
1788         * gcc.wendy/wendy.exp: Add copyright.
1789         Delete setting of tmpdir (done by gcc_init).
1790         Call gcc_pass/gcc_fail instead of gcc_[ce]pass/fail.
1791         Pass compiler flags to gcc_start.  Call gcc_finish at end.
1792         * lib/c-torture.exp: Call gcc_pass/gcc_fail instead of
1793         gcc_[ce]pass/fail.
1795 Wed Sep  7 11:09:08 1994  Doug Evans  (dje@canuck.cygnus.com)
1797         * lib/g++.exp (g++_start): Rename arg to `prog' to avoid varargs
1798         confusion.
1799         (g++_load): Likewise.
1801         * config/*.exp (gcc_load): Some were varargs fns and some were not.
1802         Rename argument to `prog' to remove the confusion.
1803         Varargs fns behave differently too!
1804         (g++_load): Likewise.
1806         * lib/dg.exp (dg-stat): Correct calculation of npass, nfail.
1808         * config/unix.exp (gcc_load): Rename `args' to `prog' because that's
1809         what it is.  Delete (always) printing of status value for !native.
1810         Simplify verbose code, and include status and exec_output.
1811         (g++_load): Use gcc_load.
1813 Sun Sep  4 13:59:27 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
1815         * gcc.c-torture/noncompile/920928-1.c: Delete obsolete file.
1816         * gcc.c-torture/noncompile/noncompile.exp: Delete support for
1817         920928-1.c, 921017-1.c, 940712-1.c, 940714-1.c, 940714-2.c,
1818         940714-3.c as these testcases don't exist anymore.  Make
1819         va-arg-1.c expected to pass.
1821 Fri Aug 19 12:27:07 1994  Doug Evans  (dje@canuck.cygnus.com)
1823         * gcc.misc-tests/misc.exp: Only run specific testcases.
1824         * gcc.misc-tests/dg-test.exp: New file.  Tests dg.exp.
1825         * gcc.misc-tests/dg-[1-9].c: New files.
1827         * lib/dg.exp: New testsuite driver.
1828         * gcc.prms/prms.exp: Use it.
1830         * README.gcc: New file.
1832         * lib/gcc.exp (gcc_init): Delete srcdir, no longer referenced.
1833         Document and reset `lxpass' and `lxfail'.
1834         Simplify "initialized" message.
1835         (gcc_stat): Clean up comments a little.
1837 Tue Aug 16 11:16:46 1994  Doug Evans  (dje@canuck.cygnus.com)
1839         * gcc.prms/prms.exp: New driver for gcc.prms testsuite directory.
1841 Mon Aug 15 21:20:36 1994  Doug Evans  (dje@canuck.cygnus.com)
1843         * lib/old-dejagnu.exp (process-option): New proc.
1844         (old-dejagnu-init, old-dejagnu-stat): Likewise.
1845         (old-dejagnu): Simplify.
1846         * g++.old-deja/old-deja.exp: Update to new version of old-dejagnu.
1848 Sun Aug 14 09:23:53 1994  Jeff Law  (law@snake.cs.utah.edu)
1850         * lib/c-torture.exp (c-torture): Only call setup_xfail if $xfail
1851         exists and is not an empty string.
1853         * gcc.c-torture/special/special.exp (920520-1.c, 930510-1): Set
1854         $xfail rather than calling setup_xfail.  Clear $xfail when test is
1855         finished.
1856         (920717-x.c): Add $srcdir/$subdir as "gcc_start" does not do it
1857         automatically.
1859         * gcc.c-torture/noncompile/noncompile.exp (940712-1 test): No
1860         longer expected to fail.
1862         * gcc.c-torture/execute/strct-pack-3.c: Add missing argument to 
1863         "f" function call.
1865         * gcc.misc-tests/mg.exp: Call gcc_stat when finished.
1867         * gcc.c-torture/execute/{920202-1.c, 931208-1.c, 931228-1.c,
1868         940115-1.c, 940122-1.c, bf-pack-1.c, bf64-1.c, comp-goto-1.c,
1869         complex-2.c, packed-1.c, strct-pack-2.c strct-pack-3.c,
1870         struct-ini-2.c, struct-ini-3.c, va-arg-1.c}: Import from
1871         c-torture-1.29.
1873         * gcc.c-torture/execute/{nest-stdar-1.c, struct-ini-1.c,
1874         strct-pack-1.c, strct-varg-1.c}: Renamed to match c-torture-1.29.
1876         * gcc.c-torture/execute/920612-2.c: Update to c-torture-1.29.
1878         * gcc.c-torture/noncompile/{931203-1.c, 940112-1.c, 940227-1.c,
1879         940510-1.c, init-1.c, init-2.c}: Import from c-torture-1.29
1881         * gcc.c-torture/compile/{920928-6.c, 931203-1.c, 940611-1.c,
1882         940712-1.c, calls.c, combine-hang.c, goto-1.c, init-2.c,
1883         labels-1.c, packed-1.c, zero-strct-1.c}: Import from c-torture-1.29.
1885 Tue Jul 12 12:49:44 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
1887         * gcc.execute/{940712-1.c, 940712-2.c, 940713-1.c, 940714-1.c},
1888         gcc.noncompile/{940712-1.h, 940712-1a.h, 940712-1b.h, 940712-1.c,
1889         940714-1.c, 940714-2.c, 940714-3.c},
1890         gcc.compile/{940713-1.c, 940713-2.c, 940714-1.c},
1891         gcc.misc-tests/{mg.c,mg.exp}:
1892         New tests.
1893         * gcc.noncompile/noncompile.exp: Change accordingly.
1895 Thu Jul  7 14:20:33 1994  Doug Evans  (dje@canuck.cygnus.com)
1897         * config/sim.exp, lib/c-torture.exp, lib/gcc.exp:
1898         Undo previous clobberage.
1900 Mon Jul  4 17:00:59 1994  Jeff Law  (law@snake.cs.utah.edu)
1902         * gcc.compile/{931102-1.c, 931102-2.c, 931031-1.c}:
1903         * gcc.special/{930510-1.c, special.exp}:
1904         * gcc.execute/{931031-1.c, 931110-1.c, 931110-2.c, 931102-1.c,
1905         931102-2.c, struct-pack-1.c, divmod-1.c, complex-1.c,
1906         struct-varargs-1.c}: New tests from c-torture-1.26.
1908 Tue Jun 28 17:39:42 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
1910         * gcc.wendy/wendy.exp: add --'s so that -1 isn't parsed as an
1911           argument to switch.
1913 Sat May 21 10:39:38 1994  Bill Cox  (bill@rtl.cygnus.com)
1915         * Revert the previous changes.  Please see Rob's directory
1916           (/lisa/test/rob/progressive/gcc/testsuite) for testing
1917           fixes.
1919 Thu May 19 18:00:03 1994  Bill Cox  (bill@rtl.cygnus.com)
1921         * config/sim.exp, config/udi.exp, config/unix.exp, config/vx.exp, 
1922           g++.brendan/alignof.exp, g++.brendan/arm3.exp, g++.brendan/code-gen5.exp,
1923           g++.brendan/crash29.exp, g++.brendan/crash5.exp, g++.brendan/cvt3.exp,
1924           g++.brendan/delete1.exp, g++.brendan/nest12.exp, g++.brendan/nest13.exp,
1925           g++.brendan/overload3.exp, g++.brendan/redecl1.exp, g++.brendan/visibility2.exp,
1926           g++.jason/cond.exp, g++.jason/hmc1.exp, g++.jason/report.exp,
1927           g++.law/access1.exp, g++.law/access2.exp, g++.law/arg6.exp, 
1928           g++.law/arg7.exp, g++.law/arg8.exp, g++.law/arm1.exp, 
1929           g++.law/arm10.exp, g++.law/arm4.exp, g++.law/arm5.exp,
1930           g++.law/ctors15.exp, g++.law/ctors19.exp, g++.law/cvt1.exp,
1931           g++.law/cvt12.exp, g++.law/cvt13.exp, g++.law/cvt18.exp, 
1932           g++.law/cvt22.exp, g++.law/cvt3.exp, g++.law/cvt5.exp, 
1933           g++.law/cvt6.exp, g++.law/cvt8.exp, g++.law/dtors3.exp, 
1934           g++.law/except1.exp, g++.law/except3.exp, g++.law/except4.exp,
1935           g++.law/except5.exp, g++.law/except6.exp, g++.law/init5.exp, 
1936           g++.law/init8.exp, g++.law/inline4.exp, g++.law/memoized1.exp,
1937           g++.law/missing1.exp, g++.law/operators14.exp, g++.law/operators18.exp,
1938           g++.law/operators9.exp, g++.law/scope2.exp, g++.law/temps2.exp,
1939           g++.law/temps3.exp, g++.law/temps5.exp, g++.law/typeck2.exp, 
1940           g++.mike/misc4.exp, g++.mike/misc6.exp, g++.niklas/t118.exp,
1941           g++.niklas/t128.exp, g++.niklas/t138.exp, g++.niklas/t139.exp,
1942           g++.niklas/t140.exp, g++.niklas/t141.exp, gcc.code_quality/code_quality.exp,
1943           gcc.compile/compile.exp, gcc.dje/dje.exp, gcc.execute/execute.exp, 
1944           gcc.failure/failure.exp, gcc.ieee/ieee.exp, gcc.noncompile/noncompile.exp,
1945           gcc.special/special.exp, gcc.unsorted/unsorted.exp, lib/c-torture.exp,
1946           lib/chill.exp, lib/g++.exp, lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
1947           lib/old-dejagnu.exp: Checkin Rob's 94Q1 testing changes.
1949 Tue May 17 14:55:09 1994  Bill Cox  (bill@rtl.cygnus.com)
1951         * config/udi.exp, gcc.execute/execute.exp, gcc.wendy/wendy.exp,
1952           lib/g++.exp, lib/old-dejagnu.exp: Replace error proc calls
1953           with perror calls.
1955 Mon May  2 17:41:13 1994  Jason Merrill  (jason@deneb.cygnus.com)
1957         * config/unix.exp (g++_load): Fix syntax.
1959 Thu Apr 14 12:22:10 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
1961         * gcc.compile/initbug1.exp (CFLAGS): Add space at beginning.
1962         * gcc.noncompile/921017-1.c: Deleted obsolete test.
1963         * gcc.noncompile/noncompile.exp: Remove code for deleted test.
1964         Don't expect va-arg-1.c to fail.  Correct expected output for
1965         920928-1.c.
1966         * gcc.wendy/d.c, msgs.c, prolog.c, subs.c, z.c: Deleted.
1967         * gcc.wendy/hbm4.c: Correct typo.
1968         * gcc.wendy/tad1.c, tad2.c: Correct expected output.
1970 Mon Mar 28 13:29:37 1994  Doug Evans  (dje@canuck.cygnus.com)
1972         * lib/gcc.exp (gcc_[ce]{pass,fail}): Remove output/executable argument.
1973         * gcc.wendy/wendy.exp (wendy_try): Remove `output' argument of
1974         gcc_[ce]{pass,fail}.  Explicitly remove executable if test passes.
1975         * lib/c-torture.exp (c-torture-compile): Ditto.
1977         Reduce volume of output (remove all the -I's and such).
1978         * lib/c-torture.exp (c-torture-compile): New argument OPTION.
1979         Call gcc_cpass, gcc_cfail.
1980         (c-torture): Pass testing option to c-torture-compile.
1982 Mon Mar 21 12:40:33 1994  Doug Evans  (dje@cygnus.com)
1984         Bring patches over from progressive.
1985         * config/default.exp: Exit remote shell cleanly.
1986         (g++_exit, g++_start): Add default versions.
1987         * config/sim.exp (gcc_load): Use perror, not error.
1989 Sun Mar 20 12:05:32 1994  Doug Evans  (dje@canuck.cygnus.com)
1991         * lib/gcc.exp: Don't set CFLAGS if CC not set.  It clobbers the value
1992         set in site.exp.
1994 Mon Mar 14 19:30:28 1994  Doug Evans  (dje@cygnus.com)
1996         * gcc.wendy/wendy.exp (wendy_first_line): New proc to fetch
1997         DEJAGNU_OUTPUT and DEJAGNU_CFLAGS.
1998         (wendy_try): New proc to run testcase.
1999         (main loop): Call 'em.
2000         * gcc.wendy/*.c: Clean up pass to correct expected output.
2002         * lib/gcc.exp: Minor cleanup work.
2003         (gcc_cpass, gcc_cfail, gcc_epass, gcc_efail): New procs.
2005 Wed Mar  9 15:22:54 1994  Doug Evans  (dje@canuck.cygnus.com)
2007         * config/sim.exp (gcc_load): Document return codes better.
2008         Don't pass -v to simulator.
2010 Thu Feb 24 07:15:18 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
2012         * gcc.special/920717-x.c: Fix typo.
2013         * gcc.special/special.exp (920717-x.c): Use $srcdir/$subdir to
2014         get at sources.
2016         * lib/mike-gcc.exp: Fix typo.
2018 Tue Feb 15 15:41:47 1994  Rob Savoye  (rob@darkstar.cygnus.com)
2020         * lib/gcc.exp: Minor cleanup work. Find the proper gcc or g++
2021         binary to use, transform the name.
2022         * config/*.exp: rename everything. Nuke any g++ specific files,
2023         it's now a special case of gcc that requires no special support.
2024         Add a default.exp for unsupported targets.
2026 Fri Feb 11 12:59:54 1994  Rob Savoye  (rob@poseidon.cygnus.com)
2028         * g++.jason/report.exp, g++.old-deja/old-deja.exp,
2029         lib/old-dejagnu.exp: Fix a few patterns to work with the new
2030         version of Tcl.
2032 Wed Feb  9 21:35:47 1994  Rob Savoye  (rob@darkstar.cygnus.com)
2034         * lib/c-torture.exp: Made "file prefix*never used a pass, rather
2035         than a warning.
2037 Sun Feb  6 16:52:13 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
2039         * lib/mike-gcc.exp: Add in recent changes from mike-g++.exp.
2041 Mon Jan  3 17:28:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
2043         * gcc.execute/execute.exp: Combine opt_list and foption_list into
2044         option_list.  Compile every file with only 4/6 option choices
2045         (same as C torture) instead of with 12/18 different option
2046         choices.
2047         * lib/c-torture.exp: Likewise.
2049         * lib/gcc.exp: Set LIBS, CFLAGS, and LDFLAGS to empty strings if
2050         not already set.
2052 Thu Dec 30 17:17:07 1993  Mike Stump  (mrs@rtl.cygnus.com)
2054         * lib/old-deja.exp: Add `excess errors test fails' error, now one
2055         can put an XFAIL *-*-* on excess errors.
2057 Sun Dec 19 21:45:34 1993  Jeffrey A. Law  (law@snake.cs.utah.edu
2059         * g++.law: Add more tests derived from g++-bugs snapshots.
2061         * g++.law/init11.{c,exp}: Delete test.  Brendan sez it's 
2062         equivalent to g++.law/init9.
2064         * lib/mike-gcc.exp (postbase): Delete the .o file after we've
2065         compiled it, and the a.out file after we've run it.
2067 Fri Dec 17 11:29:56 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
2069         * lib/mike-g++.exp (postbase): Delete the .o file after we've
2070         compiled it, and the a.out file after we've run it.
2072 Fri Dec 17 10:18:16 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
2074         * g++.law/*.exp: Avoid losing arguments added via "append" commands.
2076 Wed Dec 15 20:36:40 1993  Rob Savoye  (rob@darkstar.cygnus.com)
2078         * lib/gcc.exp, lib/g++.exp: Use catch rather than exec to get the
2079         version number. 
2081 Sun Dec 12 21:10:04 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
2083         * g++.law: New directory of g++ tests derived from the g++-bugs
2084         snapshots.
2086 Thu Dec 09 16:50:41 1993  Jeffrey Wheat  (cassidy@cygnus.com)
2088         * gcc.compile: initbug1.c initbug1.exp testcase added
2090 Mon Dec 06 11:09:52 1993  Jeffrey Wheat  (cassidy@cygnus.com)
2092         * gcc.dje/sizetype-1.exp, dje.exp: minor clean ups
2093         * gcc.execute/execute.exp: minor cleanups. added gcc_stat calls. added
2094           fixes submitted by Jeff Law (law@cs.utah.edu)
2095         * gcc.noncompile/noncompile.exp, lib/mike-gcc.exp: new files from
2096           Jeff Law (law@cs.utah.edu)
2099 Tue Nov 30 16:34:07 1993  Mike Stump  (mrs@cygnus.com)
2101         * config/unix-g++.exp: Follow the gcc way of doing things.
2102         * g++.old-deja/old-deja.exp: Minor updates.
2103         * lib/g++.exp: New file, follow the gcc way of doing things.
2104         * lib/old-dejagnu.exp: Minor updates.
2105         * lib/mike-g++.exp: Always unset errorInfo.
2107 Sat Nov  6 11:34:51 1993  Mike Stump  (mrs@cygnus.com)
2109         * lib/gcc.exp: Fix some errors with the below change, CC and
2110         CFLAGS should be global when setting, not local.
2112 Wed Nov  3 11:16:26 1993  Rob Savoye  (rob@darkstar.cygnus.com)
2114         * lib/gcc.exp: Transform tool name.
2116 Wed Oct 27 23:57:29 1993  Jeffrey Wheat  (cassidy@cygnus.com)
2118         * gcc.*/*.exp: Fixd some de-stablizing changes. Sorry.
2120 Wed Oct 27 14:45:50 1993  Jeffrey Wheat  (cassidy@cygnus.com)
2122         * lib/gcc.exp: change gcc_done to gcc_stat
2124 Wed Oct 27 09:57:51 1993  Jeffrey Wheat  (cassidy@cygnus.com)
2126         * Upgraded gcc testsuite to c-torture version 1.25
2128 Sun Oct 24 10:58:03 1993  Jeffrey Wheat  (cassidy@cygnus.com)
2130         * lib/gcc.exp: added reporting code. Changed verbose compile message.
2131         * lib/c-torture: added hooks for new reporting code.
2133 Thu Oct 21 18:45:32 1993  Jeffrey Wheat  (cassidy@cygnus.com)
2135         * config/sh-gcc.exp: check if sh-sim exists in the path
2137 Mon Oct 18 11:13:22 1993  Jeffrey Wheat  (cassidy@cygnus.com)
2139         * gcc.code_quality/code_quality.exp: Initial changes for new logic.
2140         * gcc.compile/compile.exp: Initial changes for new logic.
2141         * gcc.dje/dje.exp, sizetype-1.exp: Initial changes for new logic.
2142         * gcc.failure/failure.exp: Initial changes for new logic.
2143         * gcc.ieee/ieee.exp: Initial changes for new logic.
2144         * gcc.misc-tests/misc.exp: Initial changes for new logic.
2145         * gcc.noncompile/non_compile.exp: Initial changes for new logic.
2146         * gcc.unsorted/unsorted.exp: Initial changes for new logic.
2147         * lib/c-torture.exp: Initial changes for new logic.
2148         * lib/gcc.exp: Initial changes for new logic.
2150 Fri Oct 15 00:19:42 1993  Mike Stump  (mrs@cygnus.com)
2152         * lib/mike-g++.exp, lib/old-dejagnu.exp: Make the message not
2153         depend upon failure or success.  Fully qualify names in failure
2154         and success messages.  Always remove a.out before starting
2155         compile, just in case.  Pay more attention to error text output by
2156         the compiler.  Handle testcases with no known past errors just
2157         like all others, so that things are uniform.  Other miscellaneous
2158         improvements.
2160 Wed Oct 13 15:04:51 1993  Jeffrey Wheat  (cassidy@cygnus.com)
2162         * gcc.cpp: new directory for cpp tests
2164 Mon Oct  4 09:03:41 1993  Jeffrey Wheat  (cassidy@cygnus.com)
2166         * lib/chill.exp: Code reformatted, removed unused code.
2167         * config/unix-chill.exp: Code reformatted, removed unused code.
2168         * chill.execute/execute.exp: Code reformatted, removed unused code.
2169         * chill.execute/oe/orient.exp: Code reformatted, removed unused code.
2171 Mon Oct  4 06:19:26 1993  Ian Lance Taylor  (ian@cygnus.com)
2173         * config/mips-gcc.exp, config/mips-g++.exp: New files.  Execution
2174         routines not written.
2176 Mon Sep 27 21:07:44 1993  Rob Savoye  (rob@darkstar.cygnus.com)
2178         * config/bug-gcc.exp: Use new procs from bug.exp.
2180 Tue Sep 21 18:21:12 1993  Rob Savoye  (rob@darkstar.cygnus.com)
2182         * config/vx-gcc.exp: Use new vxworks_ld proc, so files get loaded
2183         via ftp, rather than depending on NFS.
2184         * config/vx-gcc.exp: Use new vxworks_spawn proc to execute test
2185         case.
2187 Thu Sep  9 23:09:15 1993  Rob Savoye  (rob@darkstar.cygnus.com)
2189         * config/bug-gcc.exp: Use new download proc.
2191 Tue Sep 14 19:23:58 1993  Jeffrey Wheat  (cassidy at deneb.cygnus.com)
2193         * chill.execute/execute.exp: cleanups, handles errors better
2194         * chill.compile/compile.exp: rewrite, based on execute.exp
2195         * chill.noncompile/noncompile.exp: rewrite, based on execute.exp
2196         * lib/chill.exp: major changes to diff proc and compile and link
2197           procs. added chill_fail and chill_pass wrappers to pass and
2198           fail. added more comments, and handle error codes better. 
2199           Added a hack to capture stderr from exec, so noncompile tests
2200           can work.
2201           
2202 Sat Sep 11 15:30:10 1993  Jeffrey Wheat  (cassidy@cygnus.com)
2204         * chill.execute/execute.exp: rewrite of testsuite driver
2205         * lib/chill.exp: rewrite of testsuite driver
2206         * config/unix-chill.exp: rewrite of testsuite driver
2208 Wed Aug 25 14:11:13 1993  Bill Cox  (bill@rtl.cygnus.com)
2210     In chill.execute:
2211         * iexpr.ch: Standardize uppercase.
2212         * tuples.dat: Standardize uppercase.
2213         * vary.ch: standardize.  Correct varying string assignments.
2214         * vary.dat: Add new output lines.
2216 Tue Aug 24 13:45:49 1993  Bill Cox  (bill@rtl.cygnus.com)
2218     In chill.execute:
2219         * chprintf.ch: Standardize use of uppercase.
2220         * tuples.ch: Standardize and turn arr2 into a DCL,
2221           rather than a SYN.
2222         * pinits.ch: Standardize.
2224 Mon Aug 23 17:26:58 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2226         * rts.c:  Get malloc() from <stdlib.h>, not <malloc.h>.
2227         * Makefil: Renamed to Makefile.in.
2228         * configure.in: New.
2230 Mon Aug 23 14:24:13 1993  Bill Cox  (bill@rtl.cygnus.com)
2232     In chill.execute:
2233         * .cvsignore: Add result/output files.
2234         * Makefile: Fix up variables at start.  Use MFLAGS
2235           everywhere.  Correct bool_loc, built_ins entries.
2236           Add entry for vary1.ch.
2237         * bitarray.ch: Standardize upper-case usage.
2238         * bitexpr.ch: Standardize, add output of b1.
2239         * params.ch: Use arrayt in along PROC parameters, to
2240           avoid novelty problems.
2241         * sets.ch: Tiny cleanup.
2242         * vary1.ch: Re-indent.
2244 Tue Aug 17 15:42:07 1993  Bill Cox  (bill@rtl.cygnus.com)
2246         * Add PR-related files to Makefiles, .cvsignore files, etc.
2248 Mon Aug  2 15:46:05 PDT 1993  Jeff Wheat  (cassidy@cygnus.com)
2250         * gcc.unsorted: flow.c and loop.c - renamed to avoid conflicts
2251           with compiler objects. New names are test-flow.c and test-loop.c
2253 Tue Jul 27 10:08:08 PDT 1993  Jeff Wheat  (cassidy@cygnus.com)
2255         * Upgraded c-torture tests from 1.19 to 1.20
2257         * new files:
2258         * gcc.compile: 930609-1.c 930611-1.c 930618-1.c 930621-1.c 
2259         * gcc.compile: 930623-1.c 930623-2.c 
2260         * gcc.noncompile: 930622-1.c 930622-2.c
2261         * gcc.failure: 920411-1.c 920627-2.c
2262         * gcc.ieee: 920518-1.c 920810-1.c 930529-1.c
2264 Tue Jul 20 15:19:44 PDT 1993  Jeff Wheat  (cassidy@cygnus.com)
2266         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
2267           More changes to get testsuite working properly. Needs more work.
2268           Added some support for POSIX IEEE Std 1003.3-1991 error messages.
2270 Mon Jul 19 18:40:31 PDT 1993  Jeff Wheat  (cassidy@cygnus.com)
2272         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
2273           More changes to get testsuite working properly. Needs more work.
2275 Tue Jul 13 18:38:56 PDT 1993 Jeff Wheat  (cassidy@cygnus.com)
2277         * chill.compile/compile.exp: Added for Dejagnu support
2278         * chill.execute/execute.exp: Added for Dejagnu support
2279         * lib/chill.exp config/unix-chill.exp  : Added for Dejagnu support
2281 Sat Jun 19 07:13:05 1993  Bill Cox  (bill@rtl.cygnus.com)
2283     This should complete moving the CHILL test files.
2284         * chill.noncompile(.cvsignore printf.grt 
2285           in-printf.grt chprintf.grt chprintf.ch):
2286           Added test-support files.
2287           (Makefile): Modified further.
2288         * chill.compile (emptymod.ch gdbme.ch neg_range.ch
2289           signal.ch): Added test files.
2290         * chill.execute (.cvsignore printf.grt printr.c
2291           in-printf.grt rts.c chprintf.grt rts.h): Added
2292           test-support files.
2293           (Makefile): More corrections.
2295 Fri Jun 18 23:40:54 1993  Bill Cox  (bill@rtl.cygnus.com)
2297         * chill.compile, chill.execute, chill.nocompile: Add CHILL
2298           test cases, ready for DejaGnu.
2300 Thu Jun 17 19:14:40 MDT 1993  Jeffrey Wheat  (cassidy@cygnus.com)
2302         * Upgraded c-torture tests from 1.18 to 1.19
2304         * gcc.compile: added test(s):
2305           930607-1.c
2306         * gcc.execute: added test(s):
2307           930603-1.c 930603-2.c 930603-3.c 930608-1.c conversion.c inst-check.c
2309         * added new subdirectory for misc tests: gcc.misc-tests
2310         * gcc.misc-test(s): added tests:
2311           inst-check.c test-consts.c test-ior.c test-switch.c
2313 Wed Jun  9 16:53:26 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
2315         * lib/mike-g++.exp: Load `./a.out', not `a.out'.
2317 Mon Jun  7 16:18:40 1993  Ian Lance Taylor  (ian@cygnus.com)
2319         * g++.old-deja/old-deja.exp: Don't delete all the .o files.
2321 Thu Jun  3 13:13:36 MDT 1993  Jeffrey Wheat  (cassidy@cygnus.com)
2323         * Upgraded c-torture tests from 1.17 to 1.18
2325 Wed Jun  2 19:02:40 MDT 1993  Jeffrey Wheat  (cassidy@cygnus.com)
2327         * Upgraded c-torture tests from 1.12 to 1.17
2329 Fri Apr 30 09:38:41 1993  Mike Werner  (mtw@deneb.cygnus.com)
2331         * lib/old-dejagnu.exp:
2332           Fixed handling of XFAIL target triplets to correctly
2333           recognize wildcard characters.  Removed code that
2334           appended a unique id tag to the end of the file name
2335           printed out by the result of the testcases within a
2336           given test file.
2338 Thu Apr 29 19:06:29 1993  Mike Werner  (mtw@deneb.cygnus.com)
2340         * lib/old-dejagnu.exp:
2341           Reworked expected failure handling to trigger off of XFAIL
2342           keyword in keyphrase embeded in testcase source code. The
2343           XFAIL keyword must be at the end of the keyphrase line. It
2344           may optionally be followed by one or more target triplets.
2345           It has just occured that the handling of wildcards in the
2346           target triplet may not be correct.
2348 Fri Apr 23 13:16:20 1993  Mike Werner  (mtw@deneb.cygnus.com)
2350         * g++.old-deja/tests:
2351           Moved all subdirectories up one level into g++.old-deja .
2353         * lib/old-dejagnu.exp:
2354           Fixed problem with CXXFLAGS not being properly reset, and being
2355           corrupted with extraneous "-c" compiler option.  This was
2356           causing binaries to not be generated for test that needed them.
2357           Modified strings passed to "pass" and "fail" so that individual
2358           tests from the same test file would be distinguished by an
2359           identifier appended to the test file name in the summary logs;
2360           this corrected a problem with erroneous diff logs.  Added code
2361           to search testcases for expected fail and unexpected pass keywords.
2363 Tue Apr 20 18:27:58 1993  Rob Savoye  (rob at darkstar.cygnus.com)
2365         * lib/c-torture.exp: Ignore "file path prefix*unused" message.
2367 Thu Apr 15 11:01:59 1993  Mike Werner  (mtw@deneb.cygnus.com)
2369         * g++.old-deja/tests/g++.sun/g++.frag/1045608.C:
2370           Removed extraneous text from end of "Special g++ Options"
2371           keyphrase.
2373         * lib/old-dejagnu.exp: Added pattern matching to look for new
2374           keywords, embedded in testcases comments, which will trigger
2375           calls to xpass and xfail.
2377 Wed Apr 14 14:28:01 1993  Mike Werner  (mtw@deneb.cygnus.com)
2379         * lib/old-dejagnu.exp: Cleaned up pattern matching for keyphrase
2380           comments embedded in the testcases, especially the one looking for
2381           special compiler options, as well as the pattern matching for the
2382           compiler output again.
2384 Mon Apr 12 15:15:37 1993  Mike Werner  (mtw@deneb.cygnus.com)
2386         * lib/old-dejagnu.exp: Do a proper check of the return value for
2387           execute tests. Fixed several problems with the pattern matching
2388           of the compiler output which gave erroneous test results.
2389           Changed several of the test result messages to be more descriptive.
2390         * config/unix-g++.exp: Proc g++_load now actually works and
2391           executes the tests passed to it and returns a usable return
2392           value. 
2394 Sun Apr 11 17:22:37 1993  Rob Savoye  (rob at darkstar.cygnus.com)
2396         * lib/gcc.exp: Exits gracefully if $CC is bogus.
2398 Fri Apr  9 09:41:59 1993  Mike Werner  (mtw@deneb.cygnus.com)
2400         * lib/old-dejagnu.exp , g++.old-deja/old-deja.exp:
2401           Modified both files to properly execute the old style
2402           dejagnu tests. The previous versions of these files were
2403           experimental and did not function anything near correctly.
2405 Mon Apr  5 21:08:24 1993  Rob Savoye  (rob@cygnus.com)
2407         * Removed all Makefile.in and configure.in files. No configuration
2408         needed now.
2410 Fri Apr  2 12:15:17 1993  Mike Werner  (mtw@deneb.cygnus.com)
2412         * lib: relocated old-dejagnu.exp from devo/dejagnu/lib
2414 Sun Mar 28 11:17:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
2416         * gcc.compile/configure.in, gcc.unsorted/configure.in,
2417         gcc.special/configure.in, gcc.noncompile/configure.in,
2418         gcc.execute/configure.in, gcc.code_quality/configure.in,
2419         g++.other/configure.in, g++.old-deja/configure.in,
2420         g++.niklas/configure.in, g++.mike/configure.in: Remove extra quote
2421         in srcname setting.
2423 Thu Mar 25 20:07:55 1993  Rob Savoye  (rob at darkstar.cygnus.com)
2425         * lib/udi.exp:  Fixed mondfe and mondfe_download.
2426         * config/udi-gcc.exp: Fixed misc bugs, works with expect 4.x.
2427         * config/abug-gcc.exp: Fixed misc bugs, works with expect 4.x.
2429 Thu Mar 25 13:06:41 1993  Ian Lance Taylor  (ian@cygnus.com)
2431         * config/udi-gdb.exp: Check $shell_id after connecting to target.
2432         (gdb_exit): Don't remove *_soc files.
2434 Mon Mar 22 14:28:46 1993  Ian Lance Taylor  (ian@cygnus.com)
2436         * lib/c-torture.exp: Don't look for main; instead always use -w
2437         -c.  This is how the c-torture tests work.  Remove the object
2438         file if the compilation succeeds.
2439         * gcc.execute/execute.exp: Remove executable if test passes.
2440         * gcc.noncompile/noncompile.exp: Every test is an expected
2441         failure.
2442         * gcc.special/special.exp: Added tests from c-torture 1.11,
2443         corrected use of existing test.
2444         * gcc.execute/920302-1.c, gcc.execute/920501-8.c,
2445         gcc.execute/920625-1.c: Updated to c-torture 1.11.
2446         * gcc.compile/921103-1.c, gcc.compile/921109-1.c,
2447         gcc.compile/921109-2.c, gcc.compile/921109-3.c,
2448         gcc.compile/921111-1.c, gcc.compile/921116-2.c,
2449         gcc.compile/921118-1.c, gcc.compile/921126-1.c,
2450         gcc.compile/921202-1.c, gcc.compile/921202-2.c,
2451         gcc.compile/921203-1.c, gcc.compile/921203-2.c,
2452         gcc.compile/921206-1.c, gcc.execute/921029-1.c,
2453         gcc.execute/921104-1.c, gcc.execute/921110-1.c,
2454         gcc.execute/921112-1.c, gcc.execute/921113-1.c,
2455         gcc.execute/921117-1.c, gcc.execute/921123-1.c,
2456         gcc.execute/921123-2.c, gcc.execute/921124-1.c,
2457         gcc.execute/921202-1.c, gcc.execute/921202-2.c,
2458         gcc.execute/921204-1.c, gcc.execute/921207-1.c,
2459         gcc.execute/921208-1.c, gcc.execute/921208-2.c,
2460         gcc.execute/921215-1.c, gcc.execute/921218-1.c,
2461         gcc.execute/921218-2.c, gcc.noncompile/921102-1.c,
2462         gcc.noncompile/921116-1.c, gcc.unsorted/x.c: Added from
2463         c-torture 1.11.
2464         * gcc.noncompile/921021-1.c, gcc.unsorted/x11bug.c: Removed to
2465         correspond to c-torture 1.11.
2467         * New file.