[Bug fortran/36325] specific or generic INTERFACE implies the EXTERNAL attribute

jaydub66 at gmail dot com gcc-bugzilla@gcc.gnu.org
Sun May 25 14:46:00 GMT 2008



------- Comment #2 from jaydub66 at gmail dot com  2008-05-25 14:45 -------
Ok, this produces an impressive list of regressions.

Many of those (e.g. actual_procedure_1.f90) seem to be related to

  conf (external, dimension);   /* See Fortran 95's R504.  */

I'm not sure if the constraint from R504 is implemented correctly here, or if
it constrains too much.


Others testcases (like argument_checking_3.f90) fail because they define lots
of specific interfaces, but no external implementation for those.
So I guess they are actually invalid?


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36325



More information about the Gcc-bugs mailing list