public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/51207] New: [OOP] Mark __def_init_... as FL_PARAMETER
@ 2011-11-18  9:51 burnus at gcc dot gnu.org
  2011-11-18  9:57 ` [Bug fortran/51207] " burnus at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: burnus at gcc dot gnu.org @ 2011-11-18  9:51 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 51207
           Summary: [OOP] Mark __def_init_... as FL_PARAMETER
    Classification: Unclassified
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Keywords: missed-optimization
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: burnus@gcc.gnu.org


module m
type t
  integer :: i = 4
end type t
end module m


use m
class(t), allocatable :: x, y

allocate(t :: y)
allocate(x, mold=x)

if (x%i /= 4 ) call bfjkhskllf()
end


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

end of thread, other threads:[~2011-11-19  9:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-18  9:51 [Bug fortran/51207] New: [OOP] Mark __def_init_... as FL_PARAMETER burnus at gcc dot gnu.org
2011-11-18  9:57 ` [Bug fortran/51207] " burnus at gcc dot gnu.org
2011-11-18 10:56 ` burnus at gcc dot gnu.org
2011-11-19  9:30 ` burnus at gcc dot gnu.org
2011-11-19 10:19 ` burnus 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).