mirror of
https://gcc.gnu.org/git/gcc.git
synced 2025-01-02 08:53:44 +08:00
f90-intrinsic-numeric.f: Fix pasto.
2001-01-15 Toon Moene <toon@moene.indiv.nluug.nl> * g77.f-torture/execute/f90-intrinsic-numeric.f: Fix pasto. * g77.f-torture/execute/f90-intrinsic-mathematical.f: Fix pasto. From-SVN: r44021
This commit is contained in:
parent
147424bf75
commit
09b495e503
@ -1,4 +1,9 @@
|
||||
2001-01-15 David Billinghurst <David.Billinghurst@riotinto.com>
|
||||
2001-01-15 Toon Moene <toon@moene.indiv.nluug.nl>
|
||||
|
||||
* g77.f-torture/execute/f90-intrinsic-numeric.f: Fix pasto.
|
||||
* g77.f-torture/execute/f90-intrinsic-mathematical.f: Fix pasto.
|
||||
|
||||
2001-01-15 David Billinghurst <David.Billinghurst@riotinto.com>
|
||||
|
||||
* g77.f-torture/execute/f90-intrinsic-numeric.f: New test.
|
||||
* g77.f-torture/execute/f90-intrinsic-mathematical.f: New test.
|
||||
@ -7,7 +12,7 @@
|
||||
|
||||
* gcc.dg/iftrap-1.c: New.
|
||||
|
||||
2001-07-11 David Billinghurst <David.Billinghurst@riotinto.com>
|
||||
2001-07-11 David Billinghurst <David.Billinghurst@riotinto.com>
|
||||
|
||||
* g77.f-torture/execute/intrinsic77.f: New test.
|
||||
|
||||
|
@ -1,13 +1,13 @@
|
||||
c f90-intrinsic-mathematical.f
|
||||
c
|
||||
c Test Fortran 90 intrinsic mathematical functions - Section 13.10.3 and
|
||||
13.13
|
||||
c 13.13
|
||||
c David Billinghurst <David.Billinghurst@riotinto.com>
|
||||
c
|
||||
c Notes:
|
||||
c * g77 does not fully comply with F90. Noncompliances noted in comments.
|
||||
c * Section 13.12: Specific names for intrinsic functions tested in
|
||||
intrinsic77.f
|
||||
c intrinsic77.f
|
||||
|
||||
logical fail
|
||||
common /flags/ fail
|
||||
|
@ -6,7 +6,7 @@ c
|
||||
c Notes:
|
||||
c * g77 does not fully comply with F90. Noncompliances noted in comments.
|
||||
c * Section 13.12: Specific names for intrinsic functions tested in
|
||||
intrinsic77.f
|
||||
c intrinsic77.f
|
||||
|
||||
logical fail
|
||||
integer*2 j, j2, ja
|
||||
|
Loading…
Reference in New Issue
Block a user