--- 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
--- 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 #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
--- 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
--
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
--- 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
--- 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
--- 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
--- 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