[Bug fortran/52333] Explicit etime interface should work

2012-02-21 Thread pablomme at googlemail dot com
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

[Bug fortran/52333] Explicit etime interface should work

2012-02-21 Thread pablomme at googlemail dot com
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

[Bug fortran/52333] Explicit etime interface should work

2012-02-21 Thread pablomme at googlemail dot com
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)

[Bug fortran/52333] New: Explicit etime interface should work

2012-02-21 Thread pablomme at googlemail dot com
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

[Bug fortran/39876] module procedure name that collides with the GNU intrinsic

2009-09-01 Thread pablomme at googlemail dot com
--- 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

[Bug fortran/41222] "-std=f95" forbids USEd functions named like f03/f08 intrisics

2009-09-01 Thread pablomme at googlemail dot com
--- 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

[Bug fortran/41222] New: "-std=f95" forbids USEd functions named like f03/f08 intrisics

2009-09-01 Thread pablomme at googlemail dot com
ned at gcc dot gnu dot org ReportedBy: pablomme at googlemail dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41222