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 #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
Bug #: 52333
Summary: Explicit etime interface should work
Classification: Unclassified
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
--- Comment #7 from pablomme at googlemail dot com 2009-09-02 00:10 ---
*** Bug 41222 has been marked as a duplicate of this bug. ***
--
pablomme at googlemail dot com changed:
What|Removed |Added
--- Comment #3 from pablomme at googlemail dot com 2009-09-02 00:10 ---
Indeed this is a duplicate of bug 39876, sorry for not finding that earlier.
Thanks!
*** This bug has been marked as a duplicate of 39876 ***
--
pablomme at googlemail dot com changed:
What
ned at gcc dot gnu dot org
ReportedBy: pablomme at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41222