This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/39295] [4.2/4.3/4.4 Regression] Too strict interface conformance check



------- Comment #1 from pault at gcc dot gnu dot org  2009-02-25 07:55 -------
Confirmed

A temporary work around is to remove the interface for UserFunction and declare
it to be external.

>From a very quick look, the test for type and kind is failing because the
formal argument does not seem to gain the attribute function at the right time.

Cheers

Paul


-- 

pault at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2009-02-25 07:55:48
               date|                            |


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]