[Bug fortran/55465] Name collision in C binding (calling C from Fortran)

2013-05-22 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55465 Tobias Burnus burnus at gcc dot gnu.org changed: What|Removed |Added Status|RESOLVED|REOPENED Last

[Bug fortran/55465] Name collision in C binding (calling C from Fortran)

2013-05-20 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55465 Bug 55465 depends on bug 48858, which changed state. Bug 48858 Summary: Incorrect error for same binding label on two generic interface specifics http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48858 What|Removed

[Bug fortran/55465] Name collision in C binding (calling C from Fortran)

2013-05-20 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55465 --- Comment #14 from Tobias Burnus burnus at gcc dot gnu.org --- Author: burnus Date: Mon May 20 20:08:05 2013 New Revision: 199120 URL: http://gcc.gnu.org/viewcvs?rev=199120root=gccview=rev Log: 2013-05-20 Tobias Burnus bur...@net-b.de

[Bug fortran/55465] Name collision in C binding (calling C from Fortran)

2013-05-20 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55465 Tobias Burnus burnus at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug fortran/55465] Name collision in C binding (calling C from Fortran)

2012-11-30 Thread juno.krahn at nih dot gov
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55465 --- Comment #13 from Juno Krahn juno.krahn at nih dot gov 2012-11-30 17:21:08 UTC --- This issue was once discussed by members of the Fortran standards committee. I don't recall if that was on usenet or somewhere in the committee meeting

[Bug fortran/55465] Name collision in C binding (calling C from Fortran)

2012-11-27 Thread fmartinez at gmv dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55465 --- Comment #12 from Fran Martinez Fadrique fmartinez at gmv dot com 2012-11-27 09:49:20 UTC --- After readign the standard carefully again (I have the formal version for f2k3, not the draft for f2k8) I cannot really see how the need for

[Bug fortran/55465] Name collision in C binding (calling C from Fortran)

2012-11-26 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55465 janus at gcc dot gnu.org changed: What|Removed |Added CC||janus at gcc dot

[Bug fortran/55465] Name collision in C binding (calling C from Fortran)

2012-11-26 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55465 --- Comment #4 from janus at gcc dot gnu.org 2012-11-26 17:08:20 UTC --- Note: The same behavior occurs with all gfortran versions I tried (4.3, 4.6, 4.7 and trunk). The check which rejects it is in gfc_verify_binding_labels

[Bug fortran/55465] Name collision in C binding (calling C from Fortran)

2012-11-26 Thread fmartinez at gmv dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55465 --- Comment #5 from Fran Martinez Fadrique fmartinez at gmv dot com 2012-11-26 17:36:04 UTC --- I have also tried with ekopath and g95 and both take it without a diagnostic. I have been checking section 15.4 of the ISO standard and I have

[Bug fortran/55465] Name collision in C binding (calling C from Fortran)

2012-11-26 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55465 Tobias Burnus burnus at gcc dot gnu.org changed: What|Removed |Added Keywords|

[Bug fortran/55465] Name collision in C binding (calling C from Fortran)

2012-11-26 Thread juno.krahn at nih dot gov
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55465 Juno Krahn juno.krahn at nih dot gov changed: What|Removed |Added CC||juno.krahn

[Bug fortran/55465] Name collision in C binding (calling C from Fortran)

2012-11-26 Thread juno.krahn at nih dot gov
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55465 --- Comment #8 from Juno Krahn juno.krahn at nih dot gov 2012-11-26 19:55:11 UTC --- Also, I should have mentioned that multiple interface specs used to work in Gnu Fortran, and it still works in current Intel, Sun and Open64 Fortran

[Bug fortran/55465] Name collision in C binding (calling C from Fortran)

2012-11-26 Thread anlauf at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55465 Harald Anlauf anlauf at gmx dot de changed: What|Removed |Added CC||anlauf at gmx

[Bug fortran/55465] Name collision in C binding (calling C from Fortran)

2012-11-26 Thread anlauf at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55465 --- Comment #10 from Harald Anlauf anlauf at gmx dot de 2012-11-26 20:24:56 UTC --- (In reply to comment #9) Well, then somebody should also complain to NAG. The code in comment #6 fails to compile. And to IBM. % xlf -qversion IBM

[Bug fortran/55465] Name collision in C binding (calling C from Fortran)

2012-11-26 Thread anlauf at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55465 --- Comment #11 from Harald Anlauf anlauf at gmx dot de 2012-11-26 20:57:53 UTC --- I'm also having difficulties to see how the interface definition could be standard compatible. The F2k8 draft says: 15.5.1 Deļ¬nition and reference of

[Bug fortran/55465] Name collision in C binding (calling C from Fortran)

2012-11-25 Thread fmartinez at gmv dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55465 --- Comment #1 from Fran Martinez Fadrique fmartinez at gmv dot com 2012-11-25 18:19:56 UTC --- Created attachment 28773 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=28773 Supporting file to compile the main source for the report

[Bug fortran/55465] Name collision in C binding (calling C from Fortran)

2012-11-25 Thread fmartinez at gmv dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55465 --- Comment #2 from Fran Martinez Fadrique fmartinez at gmv dot com 2012-11-25 18:21:36 UTC --- Created attachment 28774 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=28774 The main file where the problem is encountered