--- Comment #6 from jvdelisle at gcc dot gnu dot org 2009-08-14 02:35
---
Subject: Bug 40955
Author: jvdelisle
Date: Fri Aug 14 02:35:32 2009
New Revision: 150733
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=150733
Log:
2009-08-13 Jerry DeLisle
PR fortran/40955
--- Comment #5 from burnus at gcc dot gnu dot org 2009-08-09 08:40 ---
FIXED on the trunk (4.5).
--
burnus at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #4 from burnus at gcc dot gnu dot org 2009-08-09 08:36 ---
Subject: Bug 40955
Author: burnus
Date: Sun Aug 9 08:35:36 2009
New Revision: 150589
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=150589
Log:
2009-08-05 Tobias Burnus
PR fortran/40955
*
--- Comment #3 from burnus at gcc dot gnu dot org 2009-08-05 08:00 ---
Regarding gfc_copy_attr: The following program should print on x86-64(-linux)
the warnings:
warning: 'dllexport' attribute directive ignored
warning: 'stdcall' attribute directive ignored
abstract interface
su
--- Comment #2 from burnus at gcc dot gnu dot org 2009-08-04 09:34 ---
The following patch is also missing. Probably appears when using abstract
interfaces. One needs to check the proc pointer machinery as well as there one
might also miss such an option - there, one might also need to a
--- Comment #1 from burnus at gcc dot gnu dot org 2009-08-03 22:34 ---
Mine! -- Patch:
Index: gcc/fortran/module.c
===
--- gcc/fortran/module.c(Revision 150376)
+++ gcc/fortran/module.c(Arbeitskopie)
@@ -165