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

2009-09-11 Thread kargl at gcc dot gnu dot org
--- Comment #8 from kargl at gcc dot gnu dot org 2009-09-11 22:11 --- Subject: Bug 39876 Author: kargl Date: Fri Sep 11 22:11:06 2009 New Revision: 151645 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=151645 Log: 2009-09-11 Steven G. Kargl Backport from mainline, r14

[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/39876] module procedure name that collides with the GNU intrinsic

2009-05-08 Thread janus at gcc dot gnu dot org
--- Comment #6 from janus at gcc dot gnu dot org 2009-05-08 09:11 --- Fixed with r147279. Closing. -- janus at gcc dot gnu dot org changed: What|Removed |Added

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

2009-05-08 Thread janus at gcc dot gnu dot org
--- Comment #5 from janus at gcc dot gnu dot org 2009-05-08 09:08 --- Subject: Bug 39876 Author: janus Date: Fri May 8 09:08:13 2009 New Revision: 147279 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=147279 Log: 2009-05-08 Janus Weil PR fortran/39876 * intr

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

2009-05-07 Thread janus at gcc dot gnu dot org
-- janus at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |janus at gcc dot gnu dot org |dot org

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

2009-05-06 Thread janus at gcc dot gnu dot org
--- Comment #4 from janus at gcc dot gnu dot org 2009-05-06 22:07 --- > From the little I understand 'external' should not be set to 1 for functions > listed as intrinsics but not f95 intrinsics. I don't see any reason why 'erfc' should get the EXTERNAL attribute here at all. In any ca

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

2009-04-24 Thread dominiq at lps dot ens dot fr
--- Comment #3 from dominiq at lps dot ens dot fr 2009-04-24 12:32 --- > This patch allows the code in comment #2 to compile with -std=f95. > Don't know if it is correct. > ... This will remove diagnostic, but not the cause. I think the problem comes from redundant information that are

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

2009-04-23 Thread kargl at gcc dot gnu dot org
--- Comment #2 from kargl at gcc dot gnu dot org 2009-04-24 05:22 --- This patch allows the code in comment #2 to compile with -std=f95. Don't know if it is correct. REMOVE:kargl[194] svn diff trans-decl.c Index: trans-decl.c

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

2009-04-23 Thread kargl at gcc dot gnu dot org
--- Comment #1 from kargl at gcc dot gnu dot org 2009-04-23 21:19 --- Upgrade to 4.4.0. The collision problem is fixed when you use -std=f95. There is however another problem. REMOVE:kargl[159] gfc4x -c -std=f95 j.f90 f951: internal compiler error: in build_function_decl, at fortran/t