public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/40941]  New: gfc_typespec: put derived, cl and interface into union
@ 2009-08-02 12:59 janus at gcc dot gnu dot org
  2009-08-02 13:07 ` [Bug fortran/40941] " janus at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: janus at gcc dot gnu dot org @ 2009-08-02 12:59 UTC (permalink / raw)
  To: gcc-bugs

FIXME item from gfortran.h:

/* Type specification structure.  FIXME: derived and cl could be union???  */
typedef struct
{
  bt type;
  int kind;
  struct gfc_symbol *derived;
  gfc_charlen *cl;      /* For character types only.  */
  struct gfc_symbol *interface; /* For PROCEDURE declarations.  */
  int is_c_interop;
  int is_iso_c;
  bt f90_type; 
}
gfc_typespec;


-- 
           Summary: gfc_typespec: put derived, cl and interface into union
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: janus at gcc dot gnu dot org


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


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

end of thread, other threads:[~2009-08-13 19:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-08-02 12:59 [Bug fortran/40941] New: gfc_typespec: put derived, cl and interface into union janus at gcc dot gnu dot org
2009-08-02 13:07 ` [Bug fortran/40941] " janus at gcc dot gnu dot org
2009-08-03  8:08 ` janus at gcc dot gnu dot org
2009-08-13 19:47 ` [Bug fortran/40941] gfc_typespec: put derived and cl " janus at gcc dot gnu dot org
2009-08-13 19:49 ` janus 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).