1Thus ends c-torture-1.45: New entries belong one directory up.
2
3Wed Mar 12 01:23:08 1997  Torbjorn Granlund  <tege@pdc.kth.se>
4
5	* execute/961213-1.c: New test (from hjl@lucon.org).
6
7	* execute/complex-5.c: New test (from moshier@world.std.com).
8
9	* execute/970217-1.c: New test (from eggert@twinsun.com).
10
11	* execute/970214-[12].c: New tests (from eggert@twinsun.com).
12
13	* compile/970214-1.c: New test (from wilson@cygnus.com).
14
15	* execute/ieee/930529-1.c: Also handle arm's unusual byte/word
16	ordering (from amylaar@cygnus.com).
17
18	* execute/index-1.c: Make large vars and values `long'
19	(from law@cygnus.com).
20
21	* execute/941014-2.c: Declare malloc.
22
23	* compile/970206-1.c: New test (from dje@cygnus.com).
24
25	* execute/960521-1.c: Rewrite to take STACK_SIZE into account
26	(from amylaar@cygnus.co.uk).
27
28	* execute/961223-1.c: New test (from wilson@cygnus.com).
29
30	* compile/961203-1.c: New test (from amylaar@cygnus.co.uk).
31
32	* compile/961126-1.c: New test (from wilson@cygnus.com).
33
34	* execute/961125-1.c: New test (from meyering@asic.sc.ti.com).
35
36	* execute/961122-2.c: New test (from
37	schwab@issan.informatik.uni-dortmund.de).
38
39	* execute/961122-1.c: New test (from Philippe De Muyter).
40
41	* execute/loop-2[ef].c: Default MAP_FIXED to 0 (from
42	amylaar@cygnus.co.uk).
43
44	Changes from meissner@cygnus.com:
45	* execute/920501-9.c (print_longlong): Print pieces as a long, not int.
46	* execute/950915-1.c: (a,b): Make types long to prevent implicit
47	overflow on 16-bit systems.
48	* execute/dbra-1.c: Pass long values to functions expecting
49	long values.
50	* execute/950607-2.c: (Point): Make field type long, since 23250 -
51	(-23250) is larger than 16 bits.
52	* execute/960416-1.c: Make st type unsigned long, not unsigned int.
53	* execute/bf-sign-2.c: Make bitfields whose size is > 16 bits
54	long, not int for 16-bit hosts.
55	* execute/961017-2.c: Make z unsigned long, not unsigned int.
56
57	* execute/cmpsi-1.c: Rewrite not to depend on type sizes.
58
59	* execute/960909-1.c (ffs): New function (from law@cygnus.com).
60
61	* execute/fp-cmp-1.c: Add test for SIGNAL_SUPPRESS around signal call.
62	Move to execute/ieee.
63
64	* execute/970312-1.c: New test.
65	* execute/cvt-1.c: New test.
66
67Thu Feb 13 13:52:23 1997  Michael Meissner  <meissner@cygnus.com>
68
69	* compile/920301-1.c: If NO_LABEL_VALUES is defined, nop test
70	using labels as values extension.
71	* compile/920415-1.c: Ditto.
72	* compile/920428-3.c: Ditto.
73	* compile/920501-1.c: Ditto.
74	* compile/920501-7.c: Ditto.
75	* compile/941014-4.c: Ditto.
76	* compile/950613-1.c: Ditto.
77	* compile/labels-1.c: Ditto.
78	* execute/920302-1.c: Ditto.
79	* execute/920415-1.c: Ditto.
80	* execute/920428-2.c: Ditto.
81	* execute/920501-3.c: Ditto.
82	* execute/920501-4.c: Ditto.
83	* execute/920501-5.c: Ditto.
84	* execute/920721-4.c: Ditto.
85	* execute/comp-goto-1.c: Ditto.
86
87	* compile/930506-2.c: If NO_TRAMPOLINES is defined, nop the test.
88	* execute/921215-1.c: Ditto.
89	* execute/931002-1.c: Ditto.
90	* execute/nestfunc-1.c: Ditto.
91
92Wed Jan 22 00:04:53 1997  Torbjorn Granlund  <tege@quiet.matematik.su.se>
93
94	* execute/961017-1.c: Add missing exit (0).
95
96Fri Dec  6 19:38:57 1996  Torbjorn Granlund  <tege@quiet.matematik.su.se>
97
98	* execute/961206-1.c: New test.
99
100Wed Nov 13 17:13:05 1996  Torbjorn Granlund  <tege@quiet.matematik.su.se>
101
102	* execute/loop-2[ef].c: Misc portability changes
103	(from amylaar@cygnus.co.uk).
104
105Tue Nov 12 15:00:42 1996  Torbjorn Granlund  <tege@quiet.matematik.su.se>
106
107	* execute/961112-1.c: New test (based on a test by wilson@cygnus.com).
108
109	* execute/ieee/DESC: New file.
110
111	* execute/{loop-2[bcdef].c,loop-3[bc].c}:
112	New tests (from amylaar@cygnus.co.uk).
113
114	* execute/ieee/nan.c: Delete test.
115
116	* execute/fp-cmp-1.c: Disable for Cray and VAX.
117
118	* execute/960416-1.c: Make it work for big-endian machines (from
119	amylaar@cygnus.co.uk).
120
121Mon Nov 11 18:00:35 1996  Torbjorn Granlund  <tege@quiet.matematik.su.se>
122
123	* execute/960830-1.c: Make it work for non-x86 machines.
124
125	* execute/961017-2.c: Call exit(0).
126
127Fri Nov  8 19:19:17 1996  Torbjorn Granlund  <tege@quiet.matematik.su.se>
128
129	* execute/960311-3.c: #include <stdio.h>.
130	* execute/920501-8.c: Likewise.
131	* execute/920501-9.c: Likewise.
132	* execute/941014-2.c: Likewise.
133	* execute/960311-1.c: Likewise.
134	* execute/960311-2.c: Likewise.
135
136	* execute/961017-[12].c: New test (from wilson@cygnus.com).
137	* compile/961031-1.c: New test (from wilson@cygnus.com).
138	* compile/961019-1.c: New test (from wilson@cygnus.com).
139	* utils/ctest.c: Print and pass (to run_a_test) all arguments.
140	* execute/{920711-1.c,920810-1.c,920922-1.c,930603-3.c,931018-1.c}
141	* execute/{941025-1.c,950221-1.c,950426-2.c,960209-1.c,960321-1.c}
142	* execute/{960327-1.c,arith-rand.c,bf-pack-1.c,cbrt.c,divconst-2.c}
143	* execute/memcpy-1.c: 16-bit changes (from law@cygnus.com).
144
145	* compile/960514-1.c: New test (from rwilhelm@physik.tu-muenchen.de).
146
147	* execute/960512-1.c: New test (from amylaar@meolyon.hanse.de).
148
149	* execute/960513-1.c: New test (from amylaar@meolyon.hanse.de).
150
151	* execute/960405-1.c: New test (from moshier@world.std.com).
152
153Fri Nov  1 13:06:28 1996  Torbjorn Granlund  <tege@quiet.matematik.su.se>
154
155	* execute/dbra-1.c: New test.
156
157Mon Oct 28 02:31:10 1996  Torbjorn Granlund  <tege@quiet.matematik.su.se>
158
159	* execute/961026-1.c: New test (from rankin@eql.caltech.edu).
160
161	* execute/enum-1.c: New test (from law@cygnus.com).
162
163Tue Oct 22 22:13:12 1996  Torbjorn Granlund  <tege@quiet.matematik.su.se>
164
165	* execute/960801-1.c: Generalize.
166
167Fri Oct 18 04:14:01 1996  Torbjorn Granlund  <tege@quiet.matematik.su.se>
168
169	* utils/ctest.c (run_a_test): Don't call `fatal' when the compiler
170	returns non-zero, but there is no error message from the compiler.
171
172Wed Oct 16 01:39:57 1996  Torbjorn Granlund  <tege@quiet.matematik.su.se>
173
174	* execute/arith-rand.c (main): Decrease the number of iteration to
175	1000.
176
177Fri Oct 11 16:40:44 1996  Torbjorn Granlund  <tege@quiet.matematik.su.se>
178
179	* compile/961010-1.c: New test (from ian@cygnus.com).
180
181Fri Oct  4 18:29:00 1996  Torbjorn Granlund  <tege@quiet.matematik.su.se>
182
183	* execute/961004-1.c: New test (from wilson@cygnus.com).
184
185	* compile/961004-1.c: New test (from amylaar@cygnus.co.uk).
186
187Thu Oct  3 02:51:24 1996  Torbjorn Granlund  <tege@quiet.matematik.su.se>
188
189	* execute/fp-cmp-1.c: Move signal handler setup to after == and !=
190	compares.
191
192Wed Oct  2 04:53:54 1996  Torbjorn Granlund  <tege@quiet.matematik.su.se>
193
194	* execute/fp-cmp-1.c: New test.
195
196Mon Sep 30 01:11:06 1996  Torbjorn Granlund  <tege@quiet.matematik.su.se>
197
198	* compile/960620-1.c: Delete test.
199
200Fri Sep 13 12:12:30 1996  Ian Lance Taylor  <ian@cygnus.com>
201
202	* execute/ieee/920810-1.c: Include <stdio.h>.
203
204Mon Sep  9 18:56:33 1996  Torbjorn Granlund  <tege@quiet.matematik.su.se>
205
206	* execute/960909-1.c: New test.
207
208Fri Aug 30 06:31:25 1996  Torbjorn Granlund  <tege@quiet.tmg.se>
209
210	* execute/960830-1.c: New test.
211
212Thu Aug 29 22:06:49 1996  Torbjorn Granlund  <tege@quiet.tmg.se>
213
214	* compile/960829-1.c: New test.
215
216Tue Aug 13 19:23:06 1996  Torbjorn Granlund  <tege@noisy.tmg.se>
217
218	* utils/ctest.c (run_a_test): Call wait repeatedly until
219	we get back the right pid.
220
221Sat Aug  3 16:36:43 1996  Torbjorn Granlund  <tege@noisy.tmg.se>
222
223	* execute/960416-1.c: New test (from amylaar@meolyon.hanse.de).
224
225	* execute/960419-[12].c: New tests (from jtc@cygnus.com).
226
227	* execute/960416-1.c: New test (from amylaar@meolyon.hanse.de).
228
229	* execute/920721-1.c: Make it work for 16-bit systems
230	(from law@cygnus.com).
231	* execute/920728-1.c: Likewise.
232
233	* compile/960201-1.c: New test (from eggert@twinsun.com).
234	* compile/960130-1.c: New test (from eggert@twinsun.com).
235
236Sat Aug  3 16:10:20 1996  Andrew Cagney  <cagney@highland.com.au>
237
238	* utils/ctest.c (run_a_test): Flush output before first fork to
239	avoid later duplication.
240
241	* utils/ctest.c (run_a_test): If really verbose, and a run command
242	was specified (-run), print the command to be executed out.
243	* (run_a_test): For the -run option, accept an argument list.
244
245	* utils/ctest.c (main): Change verbose flag so it increments the
246	verbosity instead of just setting it.  Backward compatible hack
247	that allows multiple levels of tracing.  Perhaphs a separate flag
248	would be better.
249	(main): If really verbose, print the GCC command that is to be executed.
250	(run_a_test): If really verbose, print the output from compiler
251	and allow the output from the run to be displayed.
252
253	* utils/ctest.c (main): New option -postopts added.  This allows
254	the user to specify arguments that should be appended to the GCC
255	command (in addition to the -options flag that specfies arguments
256	that are to be prepended).
257	(usage): Adjust.
258
259Sat Aug  3 16:10:20 1996  Torbjorn Granlund  <tege@noisy.tmg.se>
260
261	From Mike Meissner:
262	* utils/ctest.c: Sort test files by calling `ls -r'.
263	* utils/ctest.c: Flush stdout after each printf.
264	* utils/ctest.c: When `-run', up timeout to 1000.  Allow
265	explicit setting of timeout through new -cc-timeout option.
266
267Fri Aug  2 19:53:27 1996  Torbjorn Granlund  <tege@noisy.tmg.se>
268
269	* execute/960521-1.c: New test
270	(from eggert@twinsun.com and Andreas Schwab).
271
272	* compile/960620-1.c: New test (from rwilhelm@physik.tu-muenchen.de).
273
274	* compile/960704-1.c: New test (from wilson@cygnus.com).
275
276	* execute/bf-sign-2.c: New test (from gavin@nando.net).
277
278	* execute/960802-1.c: New test (from law@cygnus.com).
279
280	* execute/960801-1.c: New test (from dje@cygnus.com).
281
282Sun Jun  9 17:35:56 1996  Torbjorn Granlund  <tege@noisy.tmg.se>
283
284	* execute/960608-1.c: New test (from law@cygnus.com).
285
286Tue Apr  2 23:18:51 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
287
288	* execute/900409-1.c: Change types from int to long
289	(from law@cygnus.com).
290
291	* execute/960402-1.c: New test.
292
293Fri Mar 29 23:40:01 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
294
295	* execute/960327-1.c: New test (from law@cygnus.com).
296
297Tue Mar 26 22:57:34 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
298
299	* execute/960326-1.c: New test (from wilson@cygnus.com).
300	* execute/960321-1.c: New test (from law@cygnus.com).
301	* compile/960319-1.c: New test (from amylaar@meolyon.hanse.de).
302	* execute/960317-1.c: New test (from amylaar@meolyon.hanse.de).
303	* execute/960312-1.c: New test (from amylaar@meolyon.hanse.de).
304	* execute/960311-[123].c: New tests (from dje@cygnus.com).
305	* execute/960302-1.c: New test (from law@cygnus.com).
306	* execute/960215-1.c: New test (from moshier@world.std.com).
307
308Fri Mar  1 06:01:58 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
309
310	* execute/regstack-1.c: New test (from moshier@world.std.com).
311	* execute/960301-1.c: New test (from rankin@eql.caltech.edu).
312	* execute/struct-ini-4.c: New test (from wilson@cygnus.com).
313
314Sun Feb 25 01:10:12 1996  Paul Eggert  <eggert@twinsun.com>
315
316	* special/doit (960224-1, 960224-2): New tests.
317
318Wed Feb 21 07:18:19 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
319
320	* compile/960221-1.c: New test (from law@cygnus.com).
321	* compile/960220-1.c: New test.
322
323Mon Feb 19 03:14:18 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
324
325	* execute/960219-1.c: New test.
326	* compile/960218-1.c: New test (from eggert@twinsun.com).
327
328Sun Feb 18 04:01:54 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
329
330	* execute/960218-1.c: New test.
331
332Sat Feb 10 03:07:04 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
333
334	* execute/960209-1.c: New test (from law@cygnus.com).
335
336Wed Jan 24 23:23:05 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
337
338	* execute/960117-1.c: New test (from dje@cygnus.com).
339	* execute/960116-1.c: New test (from Philippe De Muyter).
340
341Mon Jan 22 23:46:17 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
342
343	* noncompile/930714-1.c: Moved from compile.
344
345Mon Jan 22 19:08:04 1996  Paul Eggert  <eggert@twinsun.com>
346
347	* special/doit (920717-1): Make sure `not found' message is ignored
348	when invoking cc.
349
350Tue Jan 16 14:24:36 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
351
352	* noncompile/951227-1.c: New test (from eggert).
353	* special/doit (951130-1): New test (from eggert).
354	* noncompile/951025-1.c: New test.
355
356Thu Jan 11 09:36:49 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
357
358	* execute/widechar-1.c: New test (from eggert).
359
360Tue Jan  9 12:44:21 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
361
362	* compile/960106-1.c: New test.
363
364Mon Dec 25 19:21:08 1995  Torbjorn Granlund  <tege@noisy.matematik.su.se>
365
366	* compile/951222-1.c: New test (from kenner).
367
368Wed Dec 20 14:45:42 1995  Torbjorn Granlund  <tege@noisy.tmg.se>
369
370	* compile/951220-1.c: New test.
371
372Wed Dec  6 13:46:17 1995  Torbjorn Granlund  <tege@noisy.tmg.se>
373
374	From Alan Modra:
375	* utils/ctest.c (main): mktemp needs 6 X's on some systems.
376
377Mon Dec  4 21:39:39 1995  Torbjorn Granlund  <tege@noisy.tmg.se>
378
379	* compile/widechar-1.c: New test.
380
381	* unsorted/{bugx.c,bugy.c,inline.c}: Delete huge/duplicate tests.
382
383	* execute/951204-1.c: New test.
384	* compile/951128-1.c: New test.
385
386Mon Nov 27 00:16:37 1995  Torbjorn Granlund  <tege@noisy.tmg.se>
387
388	* execute/bf-layout-1.c: New test.
389
390Wed Nov 22 21:38:25 1995  Torbjorn Granlund  <tege@noisy.tmg.se>
391
392	* noncompile/951123-1.c: New test.
393
394Wed Nov 16 23:31:23 1995  Torbjorn Granlund  <tege@bozo.matematik.su.se>
395
396	* compile/951116-1.c: New test.
397
398Wed Nov 15 20:34:03 1995  Torbjorn Granlund  <tege@bozo.matematik.su.se>
399
400	* utils/ctest.c: New name for runtests.c (not to confuse it with
401	DejaGNU runtest).
402
403	* utils/runtests.c (RLIMIT_CORE): Default to 4.
404
405	* execute/951115-1.c: New test (PA delay slot filling bug).
406
407Tue Nov 14 00:27:10 1995  Torbjorn Granlund  <tege@bozo.matematik.su.se>
408
409	* utils/runtests.c (run_a_test): Read from errmess pipe before
410	blocking on child process.  Also, loop calling read(2) until pipe
411	is empty or 8000 chars are read.
412	(usage): New function.
413	(main): Call usage for -help.
414
415Sun Nov  7 17:15:12 1995  Torbjorn Granlund  <tege@bozo.matematik.su.se>
416
417	* compile/951106-1.c: New test (MIPS3).
418
419Sun Nov  5 12:22:20 1995  Torbjorn Granlund  <tege@bozo.matematik.su.se>
420
421	* utils/runtests.c (run_a_test): Don't print exit status for failing
422	noncompile test.
423
424Thu Oct 26 00:45:43 1995  Torbjorn Granlund  <tege@bozo.matematik.su.se>
425
426	* utils/runtests.c (run_a_test): Save and restore filedesc for
427	stdout, so that failure in execve is reported properly.
428	From Arne Juul:
429	(run_a_test): To work around NetBSD bug, don't pass NULL as 2nd
430	execve argument.
431
432Wed Oct 25 16:13:46 1995  Torbjorn Granlund  <tege@bozo.matematik.su.se>
433
434	* utils/runtests.c (main): Fix typo testing `execute_these_files'.
435
436Tue Oct 10 17:41:47 1995  Torbjorn Granlund  <tege@bozo.matematik.su.se>
437
438	* execute/950714-1.c (main): Call exit(0).
439
440	* compile/951004-1.c: New test.
441
442Tue Oct  3 22:59:13 1995  Torbjorn Granlund  <tege@bozo.matematik.su.se>
443
444	* execute/950929-1.c: New test (from ian@cygnus.com).
445
446	* execute/951003-1.c: New test (from dje@cygnus.com).
447
448Tue Sep 26 15:31:49 1995  Torbjorn Granlund  <tege@bozo.matematik.su.se>
449
450	* execute/950714-1.c: New test (from wilson@cygnus.com).
451
452	* execute/950706-1.c: New test (from rearnsha)
453
454	* execute/ieee/{minuszero.c,rbug.c,nan.c}: New tests (from moshier).
455
456	* execute/scope-2.c: New test (from rfg).
457
458	* execute/bf-sign-1.c: New test (from jtc@cygnus.com).
459
460	* noncompile/930927-1.c: Delete this duplicated test.
461
462	* unsorted/gdb.c: Delete this test.
463	* */*.c: Delete whitespace at the end of lines.
464
465	* execute/loop-3.c: New test (from amylaar@meolyon.hanse.de).
466
467Mon Sep 25 14:08:32 1995  Torbjorn Granlund  <tege@bozo.matematik.su.se>
468
469	* Make file permissions be regular.
470
471	* utils/runtests.c (main): Combine `flag_execute' and
472	`execute_these_files' into the latter.
473	(run_a_test): Test only `execute_these_files'.
474
475	* execute/920411-1.c: Generalize to work even for big-endian
476	64-bit machines (from amylaar@meolyon.hanse.de).
477
478Sun Sep 24 16:26:03 1995  Torbjorn Granlund  <tege@bozo.matematik.su.se>
479
480	* utils/runtests.c (set_watchdog): Actually use `seconds' parameter.
481
482Sat Sep 23 00:08:33 1995  Torbjorn Granlund  <tege@bozo.matematik.su.se>
483
484	* compile/950922-1.c: New test.
485
486Thu Sep 21 12:25:40 1995  Torbjorn Granlund  <tege@bozo.matematik.su.se>
487
488	* utils/runtests.c (environ): Declare.
489	(run_a_test): Pass environ to execve calls.
490	(main): Don't NULL-terminate `passes' array.
491	(main): Make ii loop's termination condition depend on n_passes.
492	(run_a_test): Check result from read; '\0'-terminate buf.
493	(main): Avoid d_namlen, use strlen of d_name instead (from meyering).
494
495	* compile/950919-1.c: New test.
496
497	* execute/conversion.c (test_longlong_integer_to_float): Modify
498	some tests conditionally for __HAVE_68881__.
499
500	* execute/950915-1.c: New test.
501
502	* utils/runtests.c: New file to run tests faster.
503	* {execute/compile/unsorted/noncompile}/DESC: New files.
504
505	* compile/950921-1.c: New test (from Ian Taylor).
506
507Wed Sep 20 14:53:33 1995  Doug Evans  <dje@canuck.cygnus.com>
508
509	* execute/920501-7.c (STACK_SIZE): Check for and use to limit
510	depth of recursion.
511
512Mon Sep 18 23:43:28 1995  Torbjorn Granlund  <tege@bozo.matematik.su.se>
513
514	* compile/gcc-failure/940409-1.c: Moved from compile.
515
516	* execute/920411-1.c: Moved from execute/gcc_failure.
517	* execute/gcc_failure/920627-2.c: Delete spurious test.
518
519	* utils/runtests.c: New program.
520
521Tue Sep 12 22:05:15 1995  Torbjorn Granlund  <tege@bozo.matematik.su.se>
522
523	* execute/divconst-3.c: New test.
524
525Mon Sep 11 12:48:04 1995  Torbjorn Granlund  <tege@bozo.matematik.su.se>
526
527	* compat/struct-ret-1.c: Add prototype for f.
528	* compat/strct-layout.c: Conditionalize main.
529
530Sun Sep 10 20:47:34 1995  Torbjorn Granlund  <tege@bozo.matematik.su.se>
531
532	* execute/strct-pack-5.c: Delete, test is useless because of
533	lack of 68k structure packing.
534
535Thu Sep  7 13:07:40 1995  Torbjorn Granlund  <tege@bozo.matematik.su.se>
536
537	* execute/{930628-1.c,941202-1.c,arith-1.c,gofast.c,struct-ret-1.c,
538	va-arg-4.c}: Call exit(0), don't do return 0.
539
540Tue Sep  5 15:23:14 1995  Torbjorn Granlund  <tege@bozo.matematik.su.se>
541
542	* compat/strct-layout.c (main): Add missing call to exit.
543
544Tue Sep  5 15:23:14 1995  Torbjorn Granlund  <tege@bozo.matematik.su.se>
545
546	1.35 Released.
547
548	* noncompile/doit (case $arg): Fix typo.
549
550	* execute/compndlit-1.c: New test.
551	* execute/loop-2.c: New test.
552	* execute/950809-1.c: New test.
553	* execute/va-arg-5.c: New test.
554	* execute/va-arg-6.c: New test.
555	* execute/ptr-arith-1.c: New test.
556	* execute/cmpsi-1.c: New test.
557
558	* compile/cmpdi-1.c: New test.
559	* compile/950719-1.c: New test.
560	* compile/950729-1.c: New test.
561	* compile/950816-[123].c: New test.
562	* compile/: New test.
563	* compile/: New test.
564	* compile/: New test.
565	* compile/: New test.
566
567Fri Sep 5 09:30:32 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
568
569	* */doit: Add -run <cmd> option to allow the use of a simulator to
570	run commands in the execute subdirectory.  Accept the switch in
571	the other doit commands.
572
573Tue Jul 11 01:02:21 1995  Torbjorn Granlund  <tege@bozo.matematik.su.se>
574
575	* execute/950710-1.c: New test (from meyering).
576
577Wed Jul  5 16:03:45 1995  Torbjorn Granlund  <tege@bozo.matematik.su.se>
578
579	* compile/950618-1.c: New test.
580	* execute/scope-1.c: New test.
581	* execute/950621-1.c: New test.
582	* execute/950704-1.c: New test.
583	* execute/950628-1.c: New test.
584
585Wed Jun 14 15:20:44 1995  Torbjorn Granlund  <tege@bozo.matematik.su.se>
586
587	* execute/950612-1.c: New test.
588	* execute/cmpdi-1.c: New test.
589	* execute/tstdi-1.c: New test.
590	* compile/950613-1.c: New test.
591	* compile/950530-1.c: New test.
592	* compile/950610-1.c: New test.
593	* compile/950612-1.c: New test.
594
595	* execute/strct-pack-5.c: Clean up, use defined type s2_t.
596	* execute/strct-pack-4.c: Clean up.
597
598Sat Jun 10 12:37:22 1995  Torbjorn Granlund  <tege@bozo.matematik.su.se>
599
600	* execute/cbrt.c: Disable for vax.
601
602Fri Jun  9 21:49:58 1995  Torbjorn Granlund  <tege@bozo.matematik.su.se>
603
604	* execute/940115-1.c: Cast parameters to char *.
605
606Thu Jun  8 00:33:51 1995  Torbjorn Granlund  <tege@bozo.matematik.su.se>
607
608	* compile/950607-1.c: New test.
609	* execute/cbrt.c: New test.
610	* execute/950607-[12].c: New tests.
611	* execute/memcpy-1.c: Try more cases.
612	* execute/struct-ret-2.c: New test.
613	* execute/complex-4.c: New test.
614
615Wed Jun  7 12:40:05 1995  Torbjorn Granlund  <tege@bozo.matematik.su.se>
616
617	* execute/950601.c: Delete this messy and redundant test.
618
619	* compile/funcptr-1.c: Clean up.
620
621	* execute/950512-1.c (main): Call f1 and f2 with 0 too.
622	(f2): Use type `long long', not `long'.
623
624	* execute/950605-1.c: New test.
625
626Wed Jun  1 01:57:45 1995  Torbjorn Granlund  <tege@bozo.matematik.su.se>
627
628	* execute/divconst-[12].c: New tests.
629
630
631Copyright (C) 1995-1997 Free Software Foundation, Inc.
632
633Copying and distribution of this file, with or without modification,
634are permitted in any medium without royalty provided the copyright
635notice and this notice are preserved.
636