summaryrefslogtreecommitdiff
path: root/libf2c/libU77/u77-test.f
Commit message (Collapse)AuthorAgeFilesLines
* 2004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>toon2004-07-151-415/+0
| | | | | | | | | * libf2c: Removed. * gcc/gccbug.in: Updated because of libf2c removal. * maintainer-scripts/gcc_release: Ditto. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84759 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc/testsuite/g77.f-torture/execute/u77-test.f (wd): Allow for longergeoffk1999-11-171-2/+2
| | | | | | | | | working directory pathnames. * libf2c/libU77/u77-test.f (wd): Allow for longer working directory pathnames. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30551 138bc75d-0d04-0410-961f-82ee72b054a4
* Declare ABORT as intrinsicburley1999-05-031-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26757 138bc75d-0d04-0410-961f-82ee72b054a4
* reverse order of arguments to CTIME_subr, DTIME_subr, ETIME_subr, and ↵burley1999-05-031-4/+4
| | | | | | TTYNAM_subr git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26756 138bc75d-0d04-0410-961f-82ee72b054a4
* declare FTELL as intrinsicburley1999-05-011-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26721 138bc75d-0d04-0410-961f-82ee72b054a4
* test more libU77 routines and interfacesburley1999-05-011-11/+104
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26720 138bc75d-0d04-0410-961f-82ee72b054a4
* do warn, do not crash, on FSTAT gid disagreementsburley1999-05-011-3/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26719 138bc75d-0d04-0410-961f-82ee72b054a4
* allow slop in sum-checkingburley1999-05-011-18/+21
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26718 138bc75d-0d04-0410-961f-82ee72b054a4
* clean up both u77-test.f versionsburley1999-05-011-42/+128
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26717 138bc75d-0d04-0410-961f-82ee72b054a4
* Mon Jul 13 13:31:03 1998 Craig Burley <burley@gnu.org>fx1998-07-131-0/+3
| | | | | | | | * libU77/u77-test.f: Double-check ETIME results, just like 0.5.24 does. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21106 138bc75d-0d04-0410-961f-82ee72b054a4
* 1998-07-05 Dave Love <d.love@dl.ac.uk>fx1998-07-061-2/+9
| | | | | | | | | | | | | | | | | | * f2cext.c (system_clock_): Remove (just f90 intrinsic). * Makefile.in (F2CEXT): Add datetime, remove sclock. (UOBJ): Add libU77/datetime_.o. * libU77/config.h.in: Add HAVE_GETTIMEOFDAY. * libU77/configure.in: Check for gettimeofday. * libU77/datetime_.c: New file. * libU77/sys_clock_.c: Allow optional args. * libU77/Makefile.in (G77DIR): Fix for current directory structure. (SRCS, OBJS): Add datetime. * libU77/u77-test.f: Call date_and_time. Call system_clock omitting args. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20940 138bc75d-0d04-0410-961f-82ee72b054a4
* * libU77/u77-test.f: Don't bother declaring etime.law1998-03-281-15/+58
| | | | | | | | | | | | | | | | | | | | | Use `implicit none' and declare mask and lenstr. Do ETIME/DTIME consistency check before loop, then use loop to verify that dtime "ticks" at some point. Check ETIME array-sum using single-precision add, to avoid spurious complaint on systems (like x86) that use more precision for intermediate results. Fix `Results of ETIME and DTIME...' message to print pertinent values (r1 and r2 instead of i and j). Change loop from 10M to 1K repeated up to 1000 times or until dtime "ticks". Print the number of 1K loops needed to see this tick. Answer a commented question. Split up a long line of output and do other prettying. Preset lognam in case GETLOG fails to overwrite it. Patch from Craig. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@18861 138bc75d-0d04-0410-961f-82ee72b054a4
* * libU77/u77-test.f: Tweak some o/p.law1998-02-171-2/+2
| | | | | | | | | * libU77/Makefile.in (check): Use -L for new directory structure. * Makefile.in (check): Run the u77 check. (config.status, Makefile): New targets. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@18059 138bc75d-0d04-0410-961f-82ee72b054a4
* * Previous contents of gcc/f/runtime moved into toplevellaw1998-02-011-0/+178
"libf2c" directory. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17568 138bc75d-0d04-0410-961f-82ee72b054a4