http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52333
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52333
--- Comment #7 from pablomme 2012-02-22
04:42:30 UTC ---
> What happens with all your compilers if you supply
> an explicit interface for say DSIN.
For DSIN all of them behave like gfortran:
--
$ cat test_dsin.f90
PROGRAM test_dsin
IMPLICIT NO
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52333
--- Comment #6 from Steve Kargl
2012-02-22 04:16:21 UTC ---
On Wed, Feb 22, 2012 at 03:40:12AM +, pablomme at googlemail dot com wrote:
>
> So ifort seems to agree with gfortran in its error messages that providing an
> explicit interface to
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52333
--- Comment #5 from Steve Kargl
2012-02-22 03:49:15 UTC ---
On Wed, Feb 22, 2012 at 03:32:14AM +, pablomme at googlemail dot com wrote:
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52333
>
> --- Comment #3 from pablomme 2012-02-22
> 03:32
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52333
--- Comment #4 from pablomme 2012-02-22
03:40:12 UTC ---
Adding "EXTERNAL etime" to the program gives:
--
$ gfortran -o t test_etime_iface.f90
test_etime_iface.f90:9.15:
EXTERNAL etime
1
Error: Duplicate EXTERNAL attribute spec
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52333
--- Comment #3 from pablomme 2012-02-22
03:32:14 UTC ---
> Please define fails. What is the error message you get?
Namely:
$ gfortran -o t test_etime_iface.f90
/scratch/pl275/ccyZ7sWC.o: In function `MAIN__':
test_etime_iface.f90:(.text+0x4b)
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52333
--- Comment #2 from kargl at gcc dot gnu.org 2012-02-22 03:29:28 UTC ---
(In reply to comment #1)
> Please define fails. What is the error message
> you get? All procedure included in gfortran's
> runtime library are treated as intrinsic
> proced
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52333
kargl at gcc dot gnu.org changed:
What|Removed |Added
CC||kargl at gcc dot gnu.org
--- Co