public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/50625] New: [4.6/4.7 Regression][OOP] ALLOCATABLE attribute lost for module CLASS variables
@ 2011-10-05 19:48 burnus at gcc dot gnu.org
  2011-10-05 19:49 ` [Bug fortran/50625] " burnus at gcc dot gnu.org
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: burnus at gcc dot gnu.org @ 2011-10-05 19:48 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 50625
           Summary: [4.6/4.7 Regression][OOP] ALLOCATABLE attribute lost
                    for module CLASS variables
    Classification: Unclassified
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Keywords: rejects-valid
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: burnus@gcc.gnu.org
                CC: janus@gcc.gnu.org


The following program compiles with GCC 4.5 and ifort, but fails with GCC 4.6
and GCC 4.7 with:

if(allocated(x)) stop
             1
Error: 'array' argument of 'allocated' intrinsic at (1) must be ALLOCATABLE



module m
type t
end type t
class(t), allocatable :: x
end module m

use m
implicit none
if(allocated(x)) stop
end


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

end of thread, other threads:[~2011-10-07 21:08 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-05 19:48 [Bug fortran/50625] New: [4.6/4.7 Regression][OOP] ALLOCATABLE attribute lost for module CLASS variables burnus at gcc dot gnu.org
2011-10-05 19:49 ` [Bug fortran/50625] " burnus at gcc dot gnu.org
2011-10-05 20:19 ` janus at gcc dot gnu.org
2011-10-05 21:42 ` janus at gcc dot gnu.org
2011-10-06 21:28 ` janus at gcc dot gnu.org
2011-10-06 22:20 ` janus at gcc dot gnu.org
2011-10-07 14:41 ` janus at gcc dot gnu.org
2011-10-07 14:43 ` janus at gcc dot gnu.org
2011-10-07 21:02 ` janus at gcc dot gnu.org
2011-10-07 21:08 ` janus 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).