Tom Eccles 60ec6868ea
[flang] Implement SECOND intrinsic (#98881)
The SECOND intrinsic is a gnu extension providing an alias for CPU_TIME:
https://gcc.gnu.org/onlinedocs/gfortran/SECOND.html

This cannot be implemented as a straightforward alias because there is
both a function and a subroutine form.
2024-07-16 11:29:36 +01:00
..
2023-07-03 10:18:34 -07:00
2024-05-15 13:10:16 +01:00
2023-07-25 13:58:49 +02:00