Peter Klausler
2abcb19af2
[flang] Don't allow function calls to PROCEDURE() ( #165786 )
...
PROCEDURE() declares a procedure with no interface or result type. (When
used to declare a derived type component, it must also be a NOPASS
POINTER.) Document that we allow such procedures to be called as
subroutines with implicit interfaces, despite the ISO standard -- this
is a universal extension to the language.
However, no longer allow such procedure entities to be referenced as
implicitly-typed functions -- this usage is neither portable nor
well-defined, as the compilers that do allow it do not respect the
implicit typing rules established at the point of declaration.
2025-10-31 10:27:30 -07:00
..
2025-06-24 00:07:10 +01:00
2025-06-04 22:24:42 +01:00
2025-05-05 08:32:08 -07:00
2024-02-02 12:18:11 -07:00
2025-04-10 18:41:54 -07:00
2025-10-22 07:50:08 -06:00
2025-10-22 07:50:08 -06:00
2025-10-22 07:50:08 -06:00
2025-10-22 07:50:08 -06:00
2025-10-22 07:50:08 -06:00
2025-06-24 00:07:10 +01:00
2025-10-01 13:03:23 +09:00
2025-06-24 00:07:10 +01:00
2024-04-11 17:53:25 +01:00
2025-10-29 08:34:51 -04:00
2025-10-22 07:50:08 -06:00
2025-04-02 15:43:19 +02:00
2025-04-25 14:13:17 +02:00
2025-10-31 10:27:30 -07:00
2025-07-25 21:35:01 +02:00
2024-02-02 12:18:11 -07:00
2025-10-01 13:03:23 +09:00
2025-06-24 00:07:10 +01:00
2025-06-24 00:07:10 +01:00
2025-10-22 07:50:08 -06:00
2025-10-22 07:50:08 -06:00
2025-10-21 13:47:21 -04:00
2025-07-31 08:09:12 +08:00
2024-02-05 17:11:47 +00:00
2025-10-22 07:50:08 -06:00
2025-07-19 13:41:07 +08:00
2024-05-15 13:10:16 +01:00
2024-10-10 09:26:04 +01:00
2025-07-16 10:14:26 -07:00
2024-07-24 18:14:05 -03:00
2025-10-22 07:50:08 -06:00
2023-11-14 22:41:36 +00:00
2025-10-27 09:12:08 -06:00
2025-10-27 09:12:08 -06:00
2025-10-27 09:12:08 -06:00
2025-07-14 16:55:40 -04:00
2025-07-07 09:57:03 +01:00
2025-07-07 09:57:03 +01:00
2025-10-27 09:12:08 -06:00
2025-07-29 16:50:39 +01:00
2025-10-27 09:12:08 -06:00
2024-10-10 09:26:04 +01:00
2025-09-18 09:57:32 -07:00
2025-01-16 12:34:38 -08:00
2025-09-23 15:44:40 -07:00
2025-10-27 09:12:08 -06:00
2025-01-16 12:34:38 -08:00
2025-10-27 09:12:08 -06:00
2024-02-02 12:18:11 -07:00
2023-11-15 16:19:59 +00:00
2025-02-08 18:02:54 +01:00
2025-09-16 16:43:37 +05:30
2025-08-15 19:00:08 +08:00
2025-10-27 09:12:08 -06:00
2024-03-13 14:52:25 -07:00
2025-10-27 09:12:08 -06:00
2024-12-18 07:02:37 -08:00