https://gcc.gnu.org/bugzilla/show_bug.cgi?id=31592
Dominique d'Humieres changed:
What|Removed |Added
Priority|P3 |P5
Severity|normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=31592
--- Comment #2 from Dominique d'Humieres ---
In the F2018 draft I see
10.1.11 Specification expression
...
5 A function is a specification function if it is a pure function,
is not a standard intrinsic function, is not an internal function,
--- Comment #1 from dfranke at gcc dot gnu dot org 2007-07-16 19:56 ---
When dealing with X in the initialization expression, the PROC attribute equals
PROC_EXTERNAL, function X was not seen yet. Thus the wrong error message.
Here we should diagnose that X is not a specification functio
--
fxcoudert at gcc dot gnu dot org changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Last recon