public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/25709]  New: BIND (Fortran 2003) is not supported at all
@ 2006-01-07  5:15 pinskia at gcc dot gnu dot org
  2006-01-07  6:05 ` [Bug fortran/25709] " kargl at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-01-07  5:15 UTC (permalink / raw)
  To: gcc-bugs

For more information see
http://publib.boulder.ibm.com/infocenter/comphelp/v8v101/index.jsp?topic=/com.ibm.xlf101a.doc/xlflr/bindc-attr.htm

(Note I am starting to like XLF's manual).


-- 
           Summary: BIND (Fortran 2003) is not supported at all
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pinskia at gcc dot gnu dot org
OtherBugsDependingO 20585
             nThis:


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25709



^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug fortran/25709] BIND (Fortran 2003) is not supported at all
  2006-01-07  5:15 [Bug fortran/25709] New: BIND (Fortran 2003) is not supported at all pinskia at gcc dot gnu dot org
@ 2006-01-07  6:05 ` kargl at gcc dot gnu dot org
  2006-01-07 17:39 ` kargl at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: kargl at gcc dot gnu dot org @ 2006-01-07  6:05 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from kargl at gcc dot gnu dot org  2006-01-07 06:05 -------
Please, do not use non-standard documents!  You can get a copy
of the Final Committee Draft of the Fortran 2003 standard from
the J3 web site (or you can ask me to send you a copy).  Vendors
tend to interpret the standard in a manner that suits their needs.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25709



^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug fortran/25709] BIND (Fortran 2003) is not supported at all
  2006-01-07  5:15 [Bug fortran/25709] New: BIND (Fortran 2003) is not supported at all pinskia at gcc dot gnu dot org
  2006-01-07  6:05 ` [Bug fortran/25709] " kargl at gcc dot gnu dot org
@ 2006-01-07 17:39 ` kargl at gcc dot gnu dot org
  2006-01-07 18:02 ` jb at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: kargl at gcc dot gnu dot org @ 2006-01-07 17:39 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from kargl at gcc dot gnu dot org  2006-01-07 17:39 -------
BTW, this feature is actively being worked upon.  See
http://gcc.gnu.org/ml/fortran/2005-12/msg00270.html


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25709



^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug fortran/25709] BIND (Fortran 2003) is not supported at all
  2006-01-07  5:15 [Bug fortran/25709] New: BIND (Fortran 2003) is not supported at all pinskia at gcc dot gnu dot org
  2006-01-07  6:05 ` [Bug fortran/25709] " kargl at gcc dot gnu dot org
  2006-01-07 17:39 ` kargl at gcc dot gnu dot org
@ 2006-01-07 18:02 ` jb at gcc dot gnu dot org
  2006-05-25 20:44 ` jb at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: jb at gcc dot gnu dot org @ 2006-01-07 18:02 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from jb at gcc dot gnu dot org  2006-01-07 18:02 -------
Confirmed


-- 

jb at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2006-01-07 18:02:49
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25709



^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug fortran/25709] BIND (Fortran 2003) is not supported at all
  2006-01-07  5:15 [Bug fortran/25709] New: BIND (Fortran 2003) is not supported at all pinskia at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2006-01-07 18:02 ` jb at gcc dot gnu dot org
@ 2006-05-25 20:44 ` jb at gcc dot gnu dot org
  2006-07-09 10:33 ` steven at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: jb at gcc dot gnu dot org @ 2006-05-25 20:44 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from jb at gcc dot gnu dot org  2006-05-25 20:44 -------
Seems this work is getting closer:
http://gcc.gnu.org/ml/fortran/2006-04/msg00173.html

I'm adding this bug as blocking 27740, as before taking symbol versioning into
use, it would be nice to clean up the library interface; in particular making
all exported symbols have the _gfortran_ prefix. As the Fortran language
doesn't allow procedure names to begin with an underscore, and parts of
libgfortran are written in Fortran, the C binding could rescue us here as we
could do

function foo(a,b,c) bind(c,name='_gfortran_foo')


-- 

jb at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
OtherBugsDependingO|                            |27740
              nThis|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25709


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug fortran/25709] BIND (Fortran 2003) is not supported at all
  2006-01-07  5:15 [Bug fortran/25709] New: BIND (Fortran 2003) is not supported at all pinskia at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2006-05-25 20:44 ` jb at gcc dot gnu dot org
@ 2006-07-09 10:33 ` steven at gcc dot gnu dot org
  2006-12-18 10:04 ` burnus at gcc dot gnu dot org
  2007-07-02 16:45 ` kargl at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: steven at gcc dot gnu dot org @ 2006-07-09 10:33 UTC (permalink / raw)
  To: gcc-bugs



-- 

steven at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |enhancement


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25709


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug fortran/25709] BIND (Fortran 2003) is not supported at all
  2006-01-07  5:15 [Bug fortran/25709] New: BIND (Fortran 2003) is not supported at all pinskia at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2006-07-09 10:33 ` steven at gcc dot gnu dot org
@ 2006-12-18 10:04 ` burnus at gcc dot gnu dot org
  2007-07-02 16:45 ` kargl at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: burnus at gcc dot gnu dot org @ 2006-12-18 10:04 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from burnus at gcc dot gnu dot org  2006-12-18 10:04 -------
This feature is now part of the "fortran-experiments" branch, available at:
svn://gcc.gnu.org/svn/gcc/branches/fortran-experiments


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25709


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug fortran/25709] BIND (Fortran 2003) is not supported at all
  2006-01-07  5:15 [Bug fortran/25709] New: BIND (Fortran 2003) is not supported at all pinskia at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2006-12-18 10:04 ` burnus at gcc dot gnu dot org
@ 2007-07-02 16:45 ` kargl at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: kargl at gcc dot gnu dot org @ 2007-07-02 16:45 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from kargl at gcc dot gnu dot org  2007-07-02 16:44 -------
I committed a patch, yesterday.


-- 

kargl at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25709


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2007-07-02 16:45 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-07  5:15 [Bug fortran/25709] New: BIND (Fortran 2003) is not supported at all pinskia at gcc dot gnu dot org
2006-01-07  6:05 ` [Bug fortran/25709] " kargl at gcc dot gnu dot org
2006-01-07 17:39 ` kargl at gcc dot gnu dot org
2006-01-07 18:02 ` jb at gcc dot gnu dot org
2006-05-25 20:44 ` jb at gcc dot gnu dot org
2006-07-09 10:33 ` steven at gcc dot gnu dot org
2006-12-18 10:04 ` burnus at gcc dot gnu dot org
2007-07-02 16:45 ` kargl at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).