public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/34742]  New: Document the kind of integer passed for string lengths
@ 2008-01-11 15:09 burnus at gcc dot gnu dot org
  2008-01-29 12:28 ` [Bug fortran/34742] " fxcoudert at gcc dot gnu dot org
  0 siblings, 1 reply; 2+ messages in thread
From: burnus at gcc dot gnu dot org @ 2008-01-11 15:09 UTC (permalink / raw)
  To: gcc-bugs

As requested on the mailing list:

Document the kind of integer passed for string lengths
http://gcc.gnu.org/ml/fortran/2008-01/msg00134.html

| The character length variables you mention are always (for gfortran)
| 32-bit integer signed variables, so if you need to address them in
| gfortran, you can use either integer(kind=4) or, in C99, int32_t
| (found in header inttypes.h).


-- 
           Summary: Document the kind of integer passed for string lengths
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Keywords: documentation
          Severity: enhancement
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: burnus at gcc dot gnu dot org


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


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

* [Bug fortran/34742] Document the kind of integer passed for string lengths
  2008-01-11 15:09 [Bug fortran/34742] New: Document the kind of integer passed for string lengths burnus at gcc dot gnu dot org
@ 2008-01-29 12:28 ` fxcoudert at gcc dot gnu dot org
  0 siblings, 0 replies; 2+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2008-01-29 12:28 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from fxcoudert at gcc dot gnu dot org  2008-01-29 10:26 -------
See PR34528 also.


-- 

fxcoudert at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fxcoudert at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2008-01-29 10:26:40
               date|                            |


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


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

end of thread, other threads:[~2008-01-29 10:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-01-11 15:09 [Bug fortran/34742] New: Document the kind of integer passed for string lengths burnus at gcc dot gnu dot org
2008-01-29 12:28 ` [Bug fortran/34742] " fxcoudert 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).