📄 changelog.0
字号:
Thus ends c-torture-1.45: New entries belong one directory up.Wed Mar 12 01:23:08 1997 Torbjorn Granlund <tege@pdc.kth.se> * execute/961213-1.c: New test (from hjl@lucon.org). * execute/complex-5.c: New test (from moshier@world.std.com). * execute/970217-1.c: New test (from eggert@twinsun.com). * execute/970214-[12].c: New tests (from eggert@twinsun.com). * compile/970214-1.c: New test (from wilson@cygnus.com). * execute/ieee/930529-1.c: Also handle arm's unusual byte/word ordering (from amylaar@cygnus.com). * execute/index-1.c: Make large vars and values `long' (from law@cygnus.com). * execute/941014-2.c: Declare malloc. * compile/970206-1.c: New test (from dje@cygnus.com). * execute/960521-1.c: Rewrite to take STACK_SIZE into account (from amylaar@cygnus.co.uk). * execute/961223-1.c: New test (from wilson@cygnus.com). * compile/961203-1.c: New test (from amylaar@cygnus.co.uk). * compile/961126-1.c: New test (from wilson@cygnus.com). * execute/961125-1.c: New test (from meyering@asic.sc.ti.com). * execute/961122-2.c: New test (from schwab@issan.informatik.uni-dortmund.de). * execute/961122-1.c: New test (from Philippe De Muyter). * execute/loop-2[ef].c: Default MAP_FIXED to 0 (from amylaar@cygnus.co.uk). Changes from meissner@cygnus.com: * execute/920501-9.c (print_longlong): Print pieces as a long, not int. * execute/950915-1.c: (a,b): Make types long to prevent implicit overflow on 16-bit systems. * execute/dbra-1.c: Pass long values to functions expecting long values. * execute/950607-2.c: (Point): Make field type long, since 23250 - (-23250) is larger than 16 bits. * execute/960416-1.c: Make st type unsigned long, not unsigned int. * execute/bf-sign-2.c: Make bitfields whose size is > 16 bits long, not int for 16-bit hosts. * execute/961017-2.c: Make z unsigned long, not unsigned int. * execute/cmpsi-1.c: Rewrite not to depend on type sizes. * execute/960909-1.c (ffs): New function (from law@cygnus.com). * execute/fp-cmp-1.c: Add test for SIGNAL_SUPPRESS around signal call. Move to execute/ieee. * execute/970312-1.c: New test. * execute/cvt-1.c: New test.Thu Feb 13 13:52:23 1997 Michael Meissner <meissner@cygnus.com> * compile/920301-1.c: If NO_LABEL_VALUES is defined, nop test using labels as values extension. * compile/920415-1.c: Ditto. * compile/920428-3.c: Ditto. * compile/920501-1.c: Ditto. * compile/920501-7.c: Ditto. * compile/941014-4.c: Ditto. * compile/950613-1.c: Ditto. * compile/labels-1.c: Ditto. * execute/920302-1.c: Ditto. * execute/920415-1.c: Ditto. * execute/920428-2.c: Ditto. * execute/920501-3.c: Ditto. * execute/920501-4.c: Ditto. * execute/920501-5.c: Ditto. * execute/920721-4.c: Ditto. * execute/comp-goto-1.c: Ditto. * compile/930506-2.c: If NO_TRAMPOLINES is defined, nop the test. * execute/921215-1.c: Ditto. * execute/931002-1.c: Ditto. * execute/nestfunc-1.c: Ditto.Wed Jan 22 00:04:53 1997 Torbjorn Granlund <tege@quiet.matematik.su.se> * execute/961017-1.c: Add missing exit (0).Fri Dec 6 19:38:57 1996 Torbjorn Granlund <tege@quiet.matematik.su.se> * execute/961206-1.c: New test.Wed Nov 13 17:13:05 1996 Torbjorn Granlund <tege@quiet.matematik.su.se> * execute/loop-2[ef].c: Misc portability changes (from amylaar@cygnus.co.uk).Tue Nov 12 15:00:42 1996 Torbjorn Granlund <tege@quiet.matematik.su.se> * execute/961112-1.c: New test (based on a test by wilson@cygnus.com). * execute/ieee/DESC: New file. * execute/{loop-2[bcdef].c,loop-3[bc].c}: New tests (from amylaar@cygnus.co.uk). * execute/ieee/nan.c: Delete test. * execute/fp-cmp-1.c: Disable for Cray and VAX. * execute/960416-1.c: Make it work for big-endian machines (from amylaar@cygnus.co.uk).Mon Nov 11 18:00:35 1996 Torbjorn Granlund <tege@quiet.matematik.su.se> * execute/960830-1.c: Make it work for non-x86 machines. * execute/961017-2.c: Call exit(0).Fri Nov 8 19:19:17 1996 Torbjorn Granlund <tege@quiet.matematik.su.se> * execute/960311-3.c: #include <stdio.h>. * execute/920501-8.c: Likewise. * execute/920501-9.c: Likewise. * execute/941014-2.c: Likewise. * execute/960311-1.c: Likewise. * execute/960311-2.c: Likewise. * execute/961017-[12].c: New test (from wilson@cygnus.com). * compile/961031-1.c: New test (from wilson@cygnus.com). * compile/961019-1.c: New test (from wilson@cygnus.com). * utils/ctest.c: Print and pass (to run_a_test) all arguments. * execute/{920711-1.c,920810-1.c,920922-1.c,930603-3.c,931018-1.c} * execute/{941025-1.c,950221-1.c,950426-2.c,960209-1.c,960321-1.c} * execute/{960327-1.c,arith-rand.c,bf-pack-1.c,cbrt.c,divconst-2.c} * execute/memcpy-1.c: 16-bit changes (from law@cygnus.com). * compile/960514-1.c: New test (from rwilhelm@physik.tu-muenchen.de). * execute/960512-1.c: New test (from amylaar@meolyon.hanse.de). * execute/960513-1.c: New test (from amylaar@meolyon.hanse.de). * execute/960405-1.c: New test (from moshier@world.std.com).Fri Nov 1 13:06:28 1996 Torbjorn Granlund <tege@quiet.matematik.su.se> * execute/dbra-1.c: New test.Mon Oct 28 02:31:10 1996 Torbjorn Granlund <tege@quiet.matematik.su.se> * execute/961026-1.c: New test (from rankin@eql.caltech.edu). * execute/enum-1.c: New test (from law@cygnus.com).Tue Oct 22 22:13:12 1996 Torbjorn Granlund <tege@quiet.matematik.su.se> * execute/960801-1.c: Generalize.Fri Oct 18 04:14:01 1996 Torbjorn Granlund <tege@quiet.matematik.su.se> * utils/ctest.c (run_a_test): Don't call `fatal' when the compiler returns non-zero, but there is no error message from the compiler.Wed Oct 16 01:39:57 1996 Torbjorn Granlund <tege@quiet.matematik.su.se> * execute/arith-rand.c (main): Decrease the number of iteration to 1000.Fri Oct 11 16:40:44 1996 Torbjorn Granlund <tege@quiet.matematik.su.se> * compile/961010-1.c: New test (from ian@cygnus.com).Fri Oct 4 18:29:00 1996 Torbjorn Granlund <tege@quiet.matematik.su.se> * execute/961004-1.c: New test (from wilson@cygnus.com). * compile/961004-1.c: New test (from amylaar@cygnus.co.uk).Thu Oct 3 02:51:24 1996 Torbjorn Granlund <tege@quiet.matematik.su.se> * execute/fp-cmp-1.c: Move signal handler setup to after == and != compares.Wed Oct 2 04:53:54 1996 Torbjorn Granlund <tege@quiet.matematik.su.se> * execute/fp-cmp-1.c: New test.Mon Sep 30 01:11:06 1996 Torbjorn Granlund <tege@quiet.matematik.su.se> * compile/960620-1.c: Delete test.Fri Sep 13 12:12:30 1996 Ian Lance Taylor <ian@cygnus.com> * execute/ieee/920810-1.c: Include <stdio.h>.Mon Sep 9 18:56:33 1996 Torbjorn Granlund <tege@quiet.matematik.su.se> * execute/960909-1.c: New test.Fri Aug 30 06:31:25 1996 Torbjorn Granlund <tege@quiet.tmg.se> * execute/960830-1.c: New test.Thu Aug 29 22:06:49 1996 Torbjorn Granlund <tege@quiet.tmg.se> * compile/960829-1.c: New test.Tue Aug 13 19:23:06 1996 Torbjorn Granlund <tege@noisy.tmg.se> * utils/ctest.c (run_a_test): Call wait repeatedly until we get back the right pid.Sat Aug 3 16:36:43 1996 Torbjorn Granlund <tege@noisy.tmg.se> * execute/960416-1.c: New test (from amylaar@meolyon.hanse.de). * execute/960419-[12].c: New tests (from jtc@cygnus.com). * execute/960416-1.c: New test (from amylaar@meolyon.hanse.de). * execute/920721-1.c: Make it work for 16-bit systems (from law@cygnus.com). * execute/920728-1.c: Likewise. * compile/960201-1.c: New test (from eggert@twinsun.com). * compile/960130-1.c: New test (from eggert@twinsun.com).Sat Aug 3 16:10:20 1996 Andrew Cagney <cagney@highland.com.au> * utils/ctest.c (run_a_test): Flush output before first fork to avoid later duplication. * utils/ctest.c (run_a_test): If really verbose, and a run command was specified (-run), print the command to be executed out. * (run_a_test): For the -run option, accept an argument list. * utils/ctest.c (main): Change verbose flag so it increments the verbosity instead of just setting it. Backward compatible hack that allows multiple levels of tracing. Perhaphs a separate flag would be better. (main): If really verbose, print the GCC command that is to be executed. (run_a_test): If really verbose, print the output from compiler and allow the output from the run to be displayed. * utils/ctest.c (main): New option -postopts added. This allows the user to specify arguments that should be appended to the GCC command (in addition to the -options flag that specfies arguments that are to be prepended). (usage): Adjust.Sat Aug 3 16:10:20 1996 Torbjorn Granlund <tege@noisy.tmg.se> From Mike Meissner: * utils/ctest.c: Sort test files by calling `ls -r'. * utils/ctest.c: Flush stdout after each printf. * utils/ctest.c: When `-run', up timeout to 1000. Allow explicit setting of timeout through new -cc-timeout option.Fri Aug 2 19:53:27 1996 Torbjorn Granlund <tege@noisy.tmg.se> * execute/960521-1.c: New test (from eggert@twinsun.com and Andreas Schwab). * compile/960620-1.c: New test (from rwilhelm@physik.tu-muenchen.de). * compile/960704-1.c: New test (from wilson@cygnus.com). * execute/bf-sign-2.c: New test (from gavin@nando.net). * execute/960802-1.c: New test (from law@cygnus.com). * execute/960801-1.c: New test (from dje@cygnus.com).Sun Jun 9 17:35:56 1996 Torbjorn Granlund <tege@noisy.tmg.se> * execute/960608-1.c: New test (from law@cygnus.com).Tue Apr 2 23:18:51 1996 Torbjorn Granlund <tege@noisy.matematik.su.se> * execute/900409-1.c: Change types from int to long (from law@cygnus.com). * execute/960402-1.c: New test.Fri Mar 29 23:40:01 1996 Torbjorn Granlund <tege@noisy.matematik.su.se> * execute/960327-1.c: New test (from law@cygnus.com).Tue Mar 26 22:57:34 1996 Torbjorn Granlund <tege@noisy.matematik.su.se> * execute/960326-1.c: New test (from wilson@cygnus.com). * execute/960321-1.c: New test (from law@cygnus.com). * compile/960319-1.c: New test (from amylaar@meolyon.hanse.de). * execute/960317-1.c: New test (from amylaar@meolyon.hanse.de). * execute/960312-1.c: New test (from amylaar@meolyon.hanse.de). * execute/960311-[123].c: New tests (from dje@cygnus.com). * execute/960302-1.c: New test (from law@cygnus.com). * execute/960215-1.c: New test (from moshier@world.std.com).Fri Mar 1 06:01:58 1996 Torbjorn Granlund <tege@noisy.matematik.su.se> * execute/regstack-1.c: New test (from moshier@world.std.com). * execute/960301-1.c: New test (from rankin@eql.caltech.edu). * execute/struct-ini-4.c: New test (from wilson@cygnus.com).Sun Feb 25 01:10:12 1996 Paul Eggert <eggert@twinsun.com>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -