OSDN Git Service

1999-03-01 Zack Weinberg <zack@rabi.columbia.edu>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / ChangeLog
1 1999-03-01 Zack Weinberg  <zack@rabi.columbia.edu>
2
3         * noncompile/noncompile.exp (951025-1.c): Accept an error
4         message on line 1 or line 2; cccp and cpplib do this differently.
5
6 1999-02-03  Nick Clifton  <nickc@cygnus.com>
7
8         * execute/memcheck/blkarg.c (foo): Use 10 leading arguments in
9         order to force structure S onto the stack even on the alpha.
10         (test): Pass 10 leading arguments to function foo as well as the
11         structure S.
12
13         * execute/memcheck/blkarg.x: New file: Expected failure for all
14         targets. 
15
16         * execute/memcheck/driver.c (main): Use exit or abort to terminate
17         program execution.
18
19 1999-01-28  Michael Meissner  <meissner@cygnus.com>
20
21         * execute/990128-1.c: New test.
22
23 1999-01-27  Michael Meissner  <meissner@cygnus.com>
24
25         * execute/990127-{1,2}.c: New tests.
26
27 1998-12-14  Nick Clifton  <nickc@cygnus.com>
28
29         * execute/920501-4.c (main): Fix typo: replace | with ||.
30
31 1998-11-30  Nick Clifton  <nickc@cygnus.com>
32
33         * execute/981130-1.c: New test.
34         * execute/981130-1.x: New test failure expectations.
35
36 Sun Oct 11 05:04:28 1998  Ken Raeburn  <raeburn@cygnus.com>
37
38         * execute/memcheck: New directory of tests for
39         -fcheck-memory-usage.
40
41 1998-10-06  Ken Raeburn  <raeburn@cygnus.com>
42
43         * special/981006-1.c: New test.  Make sure gcc doesn't lose track
44         of the possible targets of tablejump insns.
45         * special/special.exp: Run it.
46
47 Thu Oct  1 17:15:26 1998  Nick Clifton  <nickc@cygnus.com>
48
49         * compile/981001-1.c: New test.
50         * execute/981001-1.c: New test.
51         
52 Mon Aug 31 12:00:00 1998  Catherine Moore  <clm@cygnus.com>
53
54         * execute/941014-1.x:  New file.
55
56 Wed Aug 26 16:10:00 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
57
58         * execute/loop-4b.c: New test.
59
60 Mon Aug 24 14:20:32 1998  Nick Clifton  <nickc@cygnus.com>
61
62         * execute/bcp-1.c (main): Fix optimize test loop to count number
63         tests in opt_t0 not good_t0.
64
65 Thu Aug 13 00:13:55 1998  Jeffrey A Law  (law@cygnus.com)
66
67         * execute/ieee/ieee.exp: Pass -ffloat-store to compiler for
68         ieee tests.
69
70 Mon Jul 27 11:05:07 1998  Nick Clifton  <nickc@cygnus.com>
71
72         * execute/ieee/930529-1.c (main): Check to see if __thumb__ is
73         defined, and test for ARM style doubles if so.
74
75 Fri Jul 24 11:02:43 1998  Nick Clifton  <nickc@cygnus.com>
76
77         * execute/comp-goto-1.c (main): Make main() return an int.
78
79 Thu Jun 18 15:12:30 1998  Michael Meissner  <meissner@cygnus.com>
80
81         * execute/980618-{1,2}.c: New tests that showed up m32r bugs.
82
83 Fri Jun  5 21:54:26 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
84
85         * execute/980605-1.c: New test.
86
87 Sun May 31 23:23:29 1998  Michael Meissner  <meissner@cygnus.com>
88
89         * execute/ieee/mzero2.c: New test to better test IEEE -0 support.
90
91 Wed Apr  8 13:09:15 1998  Jim Wilson  <wilson@cygnus.com>
92
93         * execute/980407-1.c: Delete test.  Is duplicate of loop-4.c.
94
95 Tue Apr  7 12:01:24 1998  Jim Wilson  <wilson@cygnus.com>
96
97         * execute/980407-1.c: New test from Joern Rennecke.
98
99 Fri Apr  3 12:27:49 1998  Jim Wilson  <wilson@cygnus.com>
100
101         * compile/980329-1.c: New test.
102
103 Mon Feb 23 15:16:53 1998  Robert Lipe <robertl@dgii.com>
104         From Bruno Haible <haible@ilog.fr>:
105         * execute/980223.c: New test.
106
107 Fri Feb  6 14:30:48 1998  Jim Wilson  <wilson@cygnus.com>
108
109         * execute/980205.c: New test.
110
111 Mon Dec  8 23:55:26 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
112
113         * noncompile/noncompile.exp (921102-1.c): Fixed comment.
114         (940510-1.c): Removed duplicate.
115         (971104-1.c): New test.
116
117 Wed Nov 19 14:27:04 1997  Michael Meissner  <meissner@cygnus.com>
118
119         * execute/950221-1.c (filler): If STACK_SIZE is defined, use that
120         to size the filler array.
121
122 Wed Sep  3 17:29:35 1997  Bob Manson  <manson@charmed.cygnus.com>
123
124         * execute/ieee/ieee.exp: Check for ieee_multilib_flags target
125         feature; pass this to c-torture-execute as needed.
126
127 Fri Aug 29 12:48:09 1997  Jeffrey A Law  (law@cygnus.com)
128
129         * execute/921007-1.c: Make strcmp static.
130
131 Tue Jul 29 00:40:38 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
132
133         * conversion.c (test_float_to_integer): Make double precision tests
134         dependent on sizeof (double).
135
136 Tue Jun 17 22:11:16 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
137
138         * compile/961203-1.cexp: New script.
139
140 Wed Jun  4 03:38:50 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
141
142         * execute/ieee/ieee.exp: Set -mieee for SH.
143
144 Thu May 15 14:00:04 1997  Mike Meissner  <meissner@cygnus.com>
145
146         * execute/va-arg-3.c: If NO_VARARGS is defined, nop test.
147
148         * execute/strct-varg-1.c: If NO_VARARGS is defined, use stdargs.h
149         interface.
150
151 Fri Mar 21 16:34:52 1997  Michael Meissner  <meissner@cygnus.com>
152
153         * execute/920501-7.c (main,x): If NO_LABELS_VALUES is defined,
154         don't do test.
155
156 Wed Mar 19 13:06:26 1997  Michael Meissner  <meissner@cygnus.com>
157
158         * execute/ieee/rbug.c (main): Don't do long long to double
159         conversion if double isn't at least 8 bytes.
160
161         * execute/cvt-1.c: Make all functions use long, not int to work
162         with targets where int is 16 bits.
163
164         * execute/920715-1.c (main): If double isn't at least 8 bytes,
165         just exit, since 4 byte doubles don't have enough bits of
166         precision for the test to complete.
167
168 Fri Mar 14 17:51:02 1997  Michael Meissner  <meissner@cygnus.com>
169
170         * execute/920715-1.cexp (d10v-*-*): Expect to fail if d10v is not
171         compiled with the -mdouble64 flag.
172         * execute/ieee/rbug.cexp (d10v-*-*): Ditto.
173
174         * execute/cvt-1.cexp (d10v-*-*): Expect to fail if d10v is not
175         compiled with the -mint32 flag.
176
177 Wed Mar 12 01:23:08 1997  Torbjorn Granlund  <tege@pdc.kth.se>
178
179         * execute/961213-1.c: New test (from hjl@lucon.org).
180
181         * execute/complex-5.c: New test (from moshier@world.std.com).
182
183         * execute/970217-1.c: New test (from eggert@twinsun.com).
184
185         * execute/970214-[12].c: New tests (from eggert@twinsun.com).
186
187         * compile/970214-1.c: New test (from wilson@cygnus.com).
188
189         * execute/ieee/930529-1.c: Also handle arm's unusual byte/word
190         ordering (from amylaar@cygnus.com).
191
192         * execute/index-1.c: Make large vars and values `long'
193         (from law@cygnus.com).
194
195         * execute/941014-2.c: Declare malloc.
196
197         * compile/970206-1.c: New test (from dje@cygnus.com).
198
199         * execute/960521-1.c: Rewrite to take STACK_SIZE into account
200         (from amylaar@cygnus.co.uk).
201
202         * execute/961223-1.c: New test (from wilson@cygnus.com).
203
204         * compile/961203-1.c: New test (from amylaar@cygnus.co.uk).
205
206         * compile/961126-1.c: New test (from wilson@cygnus.com).
207
208         * execute/961125-1.c: New test (from meyering@asic.sc.ti.com).
209
210         * execute/961122-2.c: New test (from
211         schwab@issan.informatik.uni-dortmund.de).
212
213         * execute/961122-1.c: New test (from Philippe De Muyter).
214
215         * execute/loop-2[ef].c: Default MAP_FIXED to 0 (from
216         amylaar@cygnus.co.uk).
217
218         Changes from meissner@cygnus.com:
219         * execute/920501-9.c (print_longlong): Print pieces as a long, not int.
220         * execute/950915-1.c: (a,b): Make types long to prevent implicit
221         overflow on 16-bit systems.
222         * execute/dbra-1.c: Pass long values to functions expecting
223         long values.
224         * execute/950607-2.c: (Point): Make field type long, since 23250 -
225         (-23250) is larger than 16 bits.
226         * execute/960416-1.c: Make st type unsigned long, not unsigned int.
227         * execute/bf-sign-2.c: Make bitfields whose size is > 16 bits
228         long, not int for 16-bit hosts.
229         * execute/961017-2.c: Make z unsigned long, not unsigned int.
230
231         * execute/cmpsi-1.c: Rewrite not to depend on type sizes.
232
233         * execute/960909-1.c (ffs): New function (from law@cygnus.com).
234
235         * execute/fp-cmp-1.c: Add test for SIGNAL_SUPPRESS around signal call.
236         Move to execute/ieee.
237
238         * execute/970312-1.c: New test.
239         * execute/cvt-1.c: New test.
240
241 Thu Feb 13 13:52:23 1997  Michael Meissner  <meissner@cygnus.com>
242
243         * compile/920301-1.c: If NO_LABEL_VALUES is defined, nop test
244         using labels as values extension.
245         * compile/920415-1.c: Ditto.
246         * compile/920428-3.c: Ditto.
247         * compile/920501-1.c: Ditto.
248         * compile/920501-7.c: Ditto.
249         * compile/941014-4.c: Ditto.
250         * compile/950613-1.c: Ditto.
251         * compile/labels-1.c: Ditto.
252         * execute/920302-1.c: Ditto.
253         * execute/920415-1.c: Ditto.
254         * execute/920428-2.c: Ditto.
255         * execute/920501-3.c: Ditto.
256         * execute/920501-4.c: Ditto.
257         * execute/920501-5.c: Ditto.
258         * execute/920721-4.c: Ditto.
259         * execute/comp-goto-1.c: Ditto.
260
261         * compile/930506-2.c: If NO_TRAMPOLINES is defined, nop the test.
262         * execute/921215-1.c: Ditto.
263         * execute/931002-1.c: Ditto.
264         * execute/nestfunc-1.c: Ditto.
265
266 Wed Jan 22 00:04:53 1997  Torbjorn Granlund  <tege@quiet.matematik.su.se>
267
268         * execute/961017-1.c: Add missing exit (0).
269
270 Fri Dec  6 19:38:57 1996  Torbjorn Granlund  <tege@quiet.matematik.su.se>
271
272         * execute/961206-1.c: New test.
273
274 Wed Nov 13 17:13:05 1996  Torbjorn Granlund  <tege@quiet.matematik.su.se>
275
276         * execute/loop-2[ef].c: Misc portability changes
277         (from amylaar@cygnus.co.uk).
278
279 Tue Nov 12 15:00:42 1996  Torbjorn Granlund  <tege@quiet.matematik.su.se>
280
281         * execute/961112-1.c: New test (based on a test by wilson@cygnus.com).
282
283         * execute/ieee/DESC: New file.
284
285         * execute/{loop-2[bcdef].c,loop-3[bc].c}:
286         New tests (from amylaar@cygnus.co.uk).
287
288         * execute/ieee/nan.c: Delete test.
289
290         * execute/fp-cmp-1.c: Disable for Cray and VAX.
291
292         * execute/960416-1.c: Make it work for big-endian machines (from
293         amylaar@cygnus.co.uk).
294
295 Mon Nov 11 18:00:35 1996  Torbjorn Granlund  <tege@quiet.matematik.su.se>
296
297         * execute/960830-1.c: Make it work for non-x86 machines.
298
299         * execute/961017-2.c: Call exit(0).
300
301 Fri Nov  8 19:19:17 1996  Torbjorn Granlund  <tege@quiet.matematik.su.se>
302
303         * execute/960311-3.c: #include <stdio.h>.
304         * execute/920501-8.c: Likewise.
305         * execute/920501-9.c: Likewise.
306         * execute/941014-2.c: Likewise.
307         * execute/960311-1.c: Likewise.
308         * execute/960311-2.c: Likewise.
309
310         * execute/961017-[12].c: New test (from wilson@cygnus.com).
311         * compile/961031-1.c: New test (from wilson@cygnus.com).
312         * compile/961019-1.c: New test (from wilson@cygnus.com).
313         * utils/ctest.c: Print and pass (to run_a_test) all arguments.
314         * execute/{920711-1.c,920810-1.c,920922-1.c,930603-3.c,931018-1.c}
315         * execute/{941025-1.c,950221-1.c,950426-2.c,960209-1.c,960321-1.c}
316         * execute/{960327-1.c,arith-rand.c,bf-pack-1.c,cbrt.c,divconst-2.c}
317         * execute/memcpy-1.c: 16-bit changes (from law@cygnus.com).
318
319         * compile/960514-1.c: New test (from rwilhelm@physik.tu-muenchen.de).
320
321         * execute/960512-1.c: New test (from amylaar@meolyon.hanse.de).
322
323         * execute/960513-1.c: New test (from amylaar@meolyon.hanse.de).
324
325         * execute/960405-1.c: New test (from moshier@world.std.com).
326
327 Fri Nov  1 13:06:28 1996  Torbjorn Granlund  <tege@quiet.matematik.su.se>
328
329         * execute/dbra-1.c: New test.
330
331 Mon Oct 28 02:31:10 1996  Torbjorn Granlund  <tege@quiet.matematik.su.se>
332
333         * execute/961026-1.c: New test (from rankin@eql.caltech.edu).
334
335         * execute/enum-1.c: New test (from law@cygnus.com).
336
337 Tue Oct 22 22:13:12 1996  Torbjorn Granlund  <tege@quiet.matematik.su.se>
338
339         * execute/960801-1.c: Generalize.
340
341 Fri Oct 18 04:14:01 1996  Torbjorn Granlund  <tege@quiet.matematik.su.se>
342
343         * utils/ctest.c (run_a_test): Don't call `fatal' when the compiler
344         returns non-zero, but there is no error message from the compiler.
345
346 Wed Oct 16 01:39:57 1996  Torbjorn Granlund  <tege@quiet.matematik.su.se>
347
348         * execute/arith-rand.c (main): Decrease the number of iteration to
349         1000.
350
351 Fri Oct 11 16:40:44 1996  Torbjorn Granlund  <tege@quiet.matematik.su.se>
352
353         * compile/961010-1.c: New test (from ian@cygnus.com).
354
355 Fri Oct  4 18:29:00 1996  Torbjorn Granlund  <tege@quiet.matematik.su.se>
356
357         * execute/961004-1.c: New test (from wilson@cygnus.com).
358
359         * compile/961004-1.c: New test (from amylaar@cygnus.co.uk).
360
361 Thu Oct  3 02:51:24 1996  Torbjorn Granlund  <tege@quiet.matematik.su.se>
362
363         * execute/fp-cmp-1.c: Move signal handler setup to after == and !=
364         compares.
365
366 Wed Oct  2 04:53:54 1996  Torbjorn Granlund  <tege@quiet.matematik.su.se>
367
368         * execute/fp-cmp-1.c: New test.
369
370 Mon Sep 30 01:11:06 1996  Torbjorn Granlund  <tege@quiet.matematik.su.se>
371
372         * compile/960620-1.c: Delete test.
373
374 Fri Sep 13 12:12:30 1996  Ian Lance Taylor  <ian@cygnus.com>
375
376         * execute/ieee/920810-1.c: Include <stdio.h>.
377
378 Mon Sep  9 18:56:33 1996  Torbjorn Granlund  <tege@quiet.matematik.su.se>
379
380         * execute/960909-1.c: New test.
381
382 Fri Aug 30 06:31:25 1996  Torbjorn Granlund  <tege@quiet.tmg.se>
383
384         * execute/960830-1.c: New test.
385
386 Thu Aug 29 22:06:49 1996  Torbjorn Granlund  <tege@quiet.tmg.se>
387
388         * compile/960829-1.c: New test.
389
390 Tue Aug 13 19:23:06 1996  Torbjorn Granlund  <tege@noisy.tmg.se>
391
392         * utils/ctest.c (run_a_test): Call wait repeatedly until
393         we get back the right pid.
394
395 Sat Aug  3 16:36:43 1996  Torbjorn Granlund  <tege@noisy.tmg.se>
396
397         * execute/960416-1.c: New test (from amylaar@meolyon.hanse.de).
398
399         * execute/960419-[12].c: New tests (from jtc@cygnus.com).
400
401         * execute/960416-1.c: New test (from amylaar@meolyon.hanse.de).
402
403         * execute/920721-1.c: Make it work for 16-bit systems
404         (from law@cygnus.com).
405         * execute/920728-1.c: Likewise.
406
407         * compile/960201-1.c: New test (from eggert@twinsun.com).
408         * compile/960130-1.c: New test (from eggert@twinsun.com).
409
410 Sat Aug  3 16:10:20 1996  Andrew Cagney  <cagney@highland.com.au>
411
412         * utils/ctest.c (run_a_test): Flush output before first fork to
413         avoid later duplication.
414
415         * utils/ctest.c (run_a_test): If really verbose, and a run command
416         was specified (-run), print the command to be executed out.
417         * (run_a_test): For the -run option, accept an argument list.
418
419         * utils/ctest.c (main): Change verbose flag so it increments the
420         verbosity instead of just setting it.  Backward compatible hack
421         that allows multiple levels of tracing.  Perhaphs a separate flag
422         would be better.
423         (main): If really verbose, print the GCC command that is to be executed.
424         (run_a_test): If really verbose, print the output from compiler
425         and allow the output from the run to be displayed.
426
427         * utils/ctest.c (main): New option -postopts added.  This allows
428         the user to specify arguments that should be appended to the GCC
429         command (in addition to the -options flag that specfies arguments
430         that are to be prepended).
431         (usage): Adjust.
432
433 Sat Aug  3 16:10:20 1996  Torbjorn Granlund  <tege@noisy.tmg.se>
434
435         From Mike Meissner:
436         * utils/ctest.c: Sort test files by calling `ls -r'.
437         * utils/ctest.c: Flush stdout after each printf.
438         * utils/ctest.c: When `-run', up timeout to 1000.  Allow
439         explicit setting of timeout through new -cc-timeout option.
440
441 Fri Aug  2 19:53:27 1996  Torbjorn Granlund  <tege@noisy.tmg.se>
442
443         * execute/960521-1.c: New test
444         (from eggert@twinsun.com and Andreas Schwab).
445
446         * compile/960620-1.c: New test (from rwilhelm@physik.tu-muenchen.de).
447
448         * compile/960704-1.c: New test (from wilson@cygnus.com).
449
450         * execute/bf-sign-2.c: New test (from gavin@nando.net).
451
452         * execute/960802-1.c: New test (from law@cygnus.com).
453
454         * execute/960801-1.c: New test (from dje@cygnus.com).
455
456 Sun Jun  9 17:35:56 1996  Torbjorn Granlund  <tege@noisy.tmg.se>
457
458         * execute/960608-1.c: New test (from law@cygnus.com).
459
460 Tue Apr  2 23:18:51 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
461
462         * execute/900409-1.c: Change types from int to long
463         (from law@cygnus.com).
464
465         * execute/960402-1.c: New test.
466
467 Fri Mar 29 23:40:01 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
468
469         * execute/960327-1.c: New test (from law@cygnus.com).
470
471 Tue Mar 26 22:57:34 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
472
473         * execute/960326-1.c: New test (from wilson@cygnus.com).
474         * execute/960321-1.c: New test (from law@cygnus.com).
475         * compile/960319-1.c: New test (from amylaar@meolyon.hanse.de).
476         * execute/960317-1.c: New test (from amylaar@meolyon.hanse.de).
477         * execute/960312-1.c: New test (from amylaar@meolyon.hanse.de).
478         * execute/960311-[123].c: New tests (from dje@cygnus.com).
479         * execute/960302-1.c: New test (from law@cygnus.com).
480         * execute/960215-1.c: New test (from moshier@world.std.com).
481
482 Fri Mar  1 06:01:58 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
483
484         * execute/regstack-1.c: New test (from moshier@world.std.com).
485         * execute/960301-1.c: New test (from rankin@eql.caltech.edu).
486         * execute/struct-ini-4.c: New test (from wilson@cygnus.com).
487
488 Sun Feb 25 01:10:12 1996  Paul Eggert  <eggert@twinsun.com>
489
490         * special/doit (960224-1, 960224-2): New tests.
491
492 Wed Feb 21 07:18:19 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
493
494         * compile/960221-1.c: New test (from law@cygnus.com).
495         * compile/960220-1.c: New test.
496
497 Mon Feb 19 03:14:18 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
498
499         * execute/960219-1.c: New test.
500         * compile/960218-1.c: New test (from eggert@twinsun.com).
501
502 Sun Feb 18 04:01:54 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
503
504         * execute/960218-1.c: New test.
505
506 Sat Feb 10 03:07:04 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
507
508         * execute/960209-1.c: New test (from law@cygnus.com).
509
510 Wed Jan 24 23:23:05 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
511
512         * execute/960117-1.c: New test (from dje@cygnus.com).
513         * execute/960116-1.c: New test (from Philippe De Muyter).
514
515 Mon Jan 22 23:46:17 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
516
517         * noncompile/930714-1.c: Moved from compile.
518
519 Mon Jan 22 19:08:04 1996  Paul Eggert  <eggert@twinsun.com>
520
521         * special/doit (920717-1): Make sure `not found' message is ignored
522         when invoking cc.
523
524 Tue Jan 16 14:24:36 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
525
526         * noncompile/951227-1.c: New test (from eggert).
527         * special/doit (951130-1): New test (from eggert).
528         * noncompile/951025-1.c: New test.
529
530 Thu Jan 11 09:36:49 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
531
532         * execute/widechar-1.c: New test (from eggert).
533
534 Tue Jan  9 12:44:21 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
535
536         * compile/960106-1.c: New test.
537
538 Mon Dec 25 19:21:08 1995  Torbjorn Granlund  <tege@noisy.matematik.su.se>
539
540         * compile/951222-1.c: New test (from kenner).
541
542 Wed Dec 20 14:45:42 1995  Torbjorn Granlund  <tege@noisy.tmg.se>
543
544         * compile/951220-1.c: New test.
545
546 Wed Dec  6 13:46:17 1995  Torbjorn Granlund  <tege@noisy.tmg.se>
547
548         From Alan Modra:
549         * utils/ctest.c (main): mktemp needs 6 X's on some systems.
550
551 Mon Dec  4 21:39:39 1995  Torbjorn Granlund  <tege@noisy.tmg.se>
552
553         * compile/widechar-1.c: New test.
554
555         * unsorted/{bugx.c,bugy.c,inline.c}: Delete huge/duplicate tests.
556
557         * execute/951204-1.c: New test.
558         * compile/951128-1.c: New test.
559
560 Mon Nov 27 00:16:37 1995  Torbjorn Granlund  <tege@noisy.tmg.se>
561
562         * execute/bf-layout-1.c: New test.
563
564 Wed Nov 22 21:38:25 1995  Torbjorn Granlund  <tege@noisy.tmg.se>
565
566         * noncompile/951123-1.c: New test.
567
568 Wed Nov 16 23:31:23 1995  Torbjorn Granlund  <tege@bozo.matematik.su.se>
569
570         * compile/951116-1.c: New test.
571
572 Wed Nov 15 20:34:03 1995  Torbjorn Granlund  <tege@bozo.matematik.su.se>
573
574         * utils/ctest.c: New name for runtests.c (not to confuse it with
575         DejaGNU runtest).
576
577         * utils/runtests.c (RLIMIT_CORE): Default to 4.
578
579         * execute/951115-1.c: New test (PA delay slot filling bug).
580
581 Tue Nov 14 00:27:10 1995  Torbjorn Granlund  <tege@bozo.matematik.su.se>
582
583         * utils/runtests.c (run_a_test): Read from errmess pipe before
584         blocking on child process.  Also, loop calling read(2) until pipe
585         is empty or 8000 chars are read.
586         (usage): New function.
587         (main): Call usage for -help.
588
589 Sun Nov  7 17:15:12 1995  Torbjorn Granlund  <tege@bozo.matematik.su.se>
590
591         * compile/951106-1.c: New test (MIPS3).
592
593 Sun Nov  5 12:22:20 1995  Torbjorn Granlund  <tege@bozo.matematik.su.se>
594
595         * utils/runtests.c (run_a_test): Don't print exit status for failing
596         noncompile test.
597
598 Thu Oct 26 00:45:43 1995  Torbjorn Granlund  <tege@bozo.matematik.su.se>
599
600         * utils/runtests.c (run_a_test): Save and restore filedesc for
601         stdout, so that failure in execve is reported properly.
602         From Arne Juul:
603         (run_a_test): To work around NetBSD bug, don't pass NULL as 2nd
604         execve argument.
605
606 Wed Oct 25 16:13:46 1995  Torbjorn Granlund  <tege@bozo.matematik.su.se>
607
608         * utils/runtests.c (main): Fix typo testing `execute_these_files'.
609
610 Tue Oct 10 17:41:47 1995  Torbjorn Granlund  <tege@bozo.matematik.su.se>
611
612         * execute/950714-1.c (main): Call exit(0).
613
614         * compile/951004-1.c: New test.
615
616 Tue Oct  3 22:59:13 1995  Torbjorn Granlund  <tege@bozo.matematik.su.se>
617
618         * execute/950929-1.c: New test (from ian@cygnus.com).
619
620         * execute/951003-1.c: New test (from dje@cygnus.com).
621
622 Tue Sep 26 15:31:49 1995  Torbjorn Granlund  <tege@bozo.matematik.su.se>
623
624         * execute/950714-1.c: New test (from wilson@cygnus.com).
625
626         * execute/950706-1.c: New test (from rearnsha)
627
628         * execute/ieee/{minuszero.c,rbug.c,nan.c}: New tests (from moshier).
629
630         * execute/scope-2.c: New test (from rfg).
631
632         * execute/bf-sign-1.c: New test (from jtc@cygnus.com).
633
634         * noncompile/930927-1.c: Delete this duplicated test.
635
636         * unsorted/gdb.c: Delete this test.
637         * */*.c: Delete whitespace at the end of lines.
638
639         * execute/loop-3.c: New test (from amylaar@meolyon.hanse.de).
640
641 Mon Sep 25 14:08:32 1995  Torbjorn Granlund  <tege@bozo.matematik.su.se>
642
643         * Make file permissions be regular.
644
645         * utils/runtests.c (main): Combine `flag_execute' and
646         `execute_these_files' into the latter.
647         (run_a_test): Test only `execute_these_files'.
648
649         * execute/920411-1.c: Generalize to work even for big-endian
650         64-bit machines (from amylaar@meolyon.hanse.de).
651
652 Sun Sep 24 16:26:03 1995  Torbjorn Granlund  <tege@bozo.matematik.su.se>
653
654         * utils/runtests.c (set_watchdog): Actually use `seconds' parameter.
655
656 Sat Sep 23 00:08:33 1995  Torbjorn Granlund  <tege@bozo.matematik.su.se>
657
658         * compile/950922-1.c: New test.
659
660 Thu Sep 21 12:25:40 1995  Torbjorn Granlund  <tege@bozo.matematik.su.se>
661
662         * utils/runtests.c (environ): Declare.
663         (run_a_test): Pass environ to execve calls.
664         (main): Don't NULL-terminate `passes' array.
665         (main): Make ii loop's termination condition depend on n_passes.
666         (run_a_test): Check result from read; '\0'-terminate buf.
667         (main): Avoid d_namlen, use strlen of d_name instead (from meyering).
668
669         * compile/950919-1.c: New test.
670
671         * execute/conversion.c (test_longlong_integer_to_float): Modify
672         some tests conditionally for __HAVE_68881__.
673
674         * execute/950915-1.c: New test.
675
676         * utils/runtests.c: New file to run tests faster.
677         * {execute/compile/unsorted/noncompile}/DESC: New files.
678
679         * compile/950921-1.c: New test (from Ian Taylor).
680
681 Wed Sep 20 14:53:33 1995  Doug Evans  <dje@canuck.cygnus.com>
682
683         * execute/920501-7.c (STACK_SIZE): Check for and use to limit
684         depth of recursion.
685
686 Mon Sep 18 23:43:28 1995  Torbjorn Granlund  <tege@bozo.matematik.su.se>
687
688         * compile/gcc-failure/940409-1.c: Moved from compile.
689
690         * execute/920411-1.c: Moved from execute/gcc_failure.
691         * execute/gcc_failure/920627-2.c: Delete spurious test.
692
693         * utils/runtests.c: New program.
694
695 Tue Sep 12 22:05:15 1995  Torbjorn Granlund  <tege@bozo.matematik.su.se>
696
697         * execute/divconst-3.c: New test.
698
699 Mon Sep 11 12:48:04 1995  Torbjorn Granlund  <tege@bozo.matematik.su.se>
700
701         * compat/struct-ret-1.c: Add prototype for f.
702         * compat/strct-layout.c: Conditionalize main.
703
704 Sun Sep 10 20:47:34 1995  Torbjorn Granlund  <tege@bozo.matematik.su.se>
705
706         * execute/strct-pack-5.c: Delete, test is useless because of
707         lack of 68k structure packing.
708
709 Thu Sep  7 13:07:40 1995  Torbjorn Granlund  <tege@bozo.matematik.su.se>
710
711         * execute/{930628-1.c,941202-1.c,arith-1.c,gofast.c,struct-ret-1.c,
712         va-arg-4.c}: Call exit(0), don't do return 0.
713
714 Tue Sep  5 15:23:14 1995  Torbjorn Granlund  <tege@bozo.matematik.su.se>
715
716         * compat/strct-layout.c (main): Add missing call to exit.
717
718 Tue Sep  5 15:23:14 1995  Torbjorn Granlund  <tege@bozo.matematik.su.se>
719
720         1.35 Released.
721
722         * noncompile/doit (case $arg): Fix typo.
723
724         * execute/compndlit-1.c: New test.
725         * execute/loop-2.c: New test.
726         * execute/950809-1.c: New test.
727         * execute/va-arg-5.c: New test.
728         * execute/va-arg-6.c: New test.
729         * execute/ptr-arith-1.c: New test.
730         * execute/cmpsi-1.c: New test.
731
732         * compile/cmpdi-1.c: New test.
733         * compile/950719-1.c: New test.
734         * compile/950729-1.c: New test.
735         * compile/950816-[123].c: New test.
736         * compile/: New test.
737         * compile/: New test.
738         * compile/: New test.
739         * compile/: New test.
740
741 Fri Sep 5 09:30:32 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
742
743         * */doit: Add -run <cmd> option to allow the use of a simulator to
744         run commands in the execute subdirectory.  Accept the switch in
745         the other doit commands.
746
747 Tue Jul 11 01:02:21 1995  Torbjorn Granlund  <tege@bozo.matematik.su.se>
748
749         * execute/950710-1.c: New test (from meyering).
750
751 Wed Jul  5 16:03:45 1995  Torbjorn Granlund  <tege@bozo.matematik.su.se>
752
753         * compile/950618-1.c: New test.
754         * execute/scope-1.c: New test.
755         * execute/950621-1.c: New test.
756         * execute/950704-1.c: New test.
757         * execute/950628-1.c: New test.
758
759 Wed Jun 14 15:20:44 1995  Torbjorn Granlund  <tege@bozo.matematik.su.se>
760
761         * execute/950612-1.c: New test.
762         * execute/cmpdi-1.c: New test.
763         * execute/tstdi-1.c: New test.
764         * compile/950613-1.c: New test.
765         * compile/950530-1.c: New test.
766         * compile/950610-1.c: New test.
767         * compile/950612-1.c: New test.
768
769         * execute/strct-pack-5.c: Clean up, use defined type s2_t.
770         * execute/strct-pack-4.c: Clean up.
771
772 Sat Jun 10 12:37:22 1995  Torbjorn Granlund  <tege@bozo.matematik.su.se>
773
774         * execute/cbrt.c: Disable for vax.
775
776 Fri Jun  9 21:49:58 1995  Torbjorn Granlund  <tege@bozo.matematik.su.se>
777
778         * execute/940115-1.c: Cast parameters to char *.
779
780 Thu Jun  8 00:33:51 1995  Torbjorn Granlund  <tege@bozo.matematik.su.se>
781
782         * compile/950607-1.c: New test.
783         * execute/cbrt.c: New test.
784         * execute/950607-[12].c: New tests.
785         * execute/memcpy-1.c: Try more cases.
786         * execute/struct-ret-2.c: New test.
787         * execute/complex-4.c: New test.
788
789 Wed Jun  7 12:40:05 1995  Torbjorn Granlund  <tege@bozo.matematik.su.se>
790
791         * execute/950601.c: Delete this messy and redundant test.
792
793         * compile/funcptr-1.c: Clean up.
794
795         * execute/950512-1.c (main): Call f1 and f2 with 0 too.
796         (f2): Use type `long long', not `long'.
797
798         * execute/950605-1.c: New test.
799
800 Wed Jun  1 01:57:45 1995  Torbjorn Granlund  <tege@bozo.matematik.su.se>
801
802         * execute/divconst-[12].c: New tests.