public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/55868] New: gfortran generates for CLASS(*)   __m_MOD___vtab__$tar on NO_DOLLAR_IN_LABEL systems
@ 2013-01-03 17:28 burnus at gcc dot gnu.org
  2013-01-07 14:00 ` [Bug fortran/55868] [4.8 Regression] " burnus at gcc dot gnu.org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: burnus at gcc dot gnu.org @ 2013-01-03 17:28 UTC (permalink / raw)
  To: gcc-bugs


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

             Bug #: 55868
           Summary: gfortran generates for CLASS(*)   __m_MOD___vtab__$tar
                    on NO_DOLLAR_IN_LABEL systems
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: critical
          Priority: P3
         Component: fortran
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: burnus@gcc.gnu.org
                CC: pault@gcc.gnu.org


The program below yields the following symbols, the first one is invalid if
NO_DOLLAR_IN_LABEL is defined for the target

0000000000000000 R __m_MOD___vtab__$tar
0000000000000000 D __m_MOD_x

module m
class(*), pointer :: x => null()
end module m

Consider using GFC_PREFIX instead or ensure otherwise that the symbol does not
appear in the object file. (Names with $ are fine if they only appear as local
variables.)


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

end of thread, other threads:[~2013-01-12 12:58 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-03 17:28 [Bug fortran/55868] New: gfortran generates for CLASS(*) __m_MOD___vtab__$tar on NO_DOLLAR_IN_LABEL systems burnus at gcc dot gnu.org
2013-01-07 14:00 ` [Bug fortran/55868] [4.8 Regression] " burnus at gcc dot gnu.org
2013-01-08  9:13 ` jakub at gcc dot gnu.org
2013-01-08  9:37 ` burnus at gcc dot gnu.org
2013-01-08  9:41 ` jakub at gcc dot gnu.org
2013-01-12 12:53 ` pault at gcc dot gnu.org
2013-01-12 12:58 ` pault at gcc dot gnu.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).