public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/30249]  New: Pointers not given target type in GFORTRAN
@ 2006-12-18 13:30 david at allinea dot com
  2006-12-24  5:36 ` [Bug fortran/30249] " pinskia at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: david at allinea dot com @ 2006-12-18 13:30 UTC (permalink / raw)
  To: gcc-bugs

program struct

    REAL              , POINTER :: RD(:,:) =>NULL()





    ALLOCATE(RD(10,10))



Compile with gfortran -g struct.f90

The Dwarf output for RD leads to:
 <1><10d>: Abbrev Number: 5 (DW_TAG_pointer_type)

     DW_AT_byte_size   : 4

-- there should be a type in there (there is with most other compilers..) --
otherwise we have to interpret RD as Void* instead of double*.


-- 
           Summary: Pointers not given target type in GFORTRAN
           Product: gcc
           Version: 4.1.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: david at allinea dot com


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


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

end of thread, other threads:[~2010-05-08 20:30 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-12-18 13:30 [Bug fortran/30249] New: Pointers not given target type in GFORTRAN david at allinea dot com
2006-12-24  5:36 ` [Bug fortran/30249] " pinskia at gcc dot gnu dot org
2008-09-18 20:04 ` burnus at gcc dot gnu dot org
2008-09-18 21:14 ` dominiq at lps dot ens dot fr
2008-10-11 16:34 ` burnus at gcc dot gnu dot org
2010-04-30 21:12 ` dfranke at gcc dot gnu dot org
2010-04-30 21:34 ` jakub at gcc dot gnu dot org
2010-05-08 20:30 ` dfranke 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).