kwyatt-ext 0ae0ee0361
[flang] Adding a new extension that was noticed to be intentionally in the code. (#182891)
The flang compiler intentionally issues a warning on duplicate
prefix-specs for procedures. This is not consistent with the standard
which says "shall contain at most one of each". Other tested compilers
correctly issue an error.

It is safe to leave this as a warning. It can be turned into an error
condition by using the "-Werror" flag.

However, it should be noted in the Extensions document, similar to the
mention of the SAVE attribute.
2026-03-23 14:05:06 -05:00
..
2026-01-13 09:34:22 +00:00