public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/54134] New: ICE overriding derived type bound function with allocatable character as result
@ 2012-07-31  7:33 koen.poppe at cs dot kuleuven.be
  2012-07-31  9:34 ` [Bug fortran/54134] [OOP] " burnus at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: koen.poppe at cs dot kuleuven.be @ 2012-07-31  7:33 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 54134
           Summary: ICE overriding derived type bound function with
                    allocatable character as result
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: koen.poppe@cs.kuleuven.be


Created attachment 27903
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27903
Code that reproduces the ICE with the correct output from two other compilers.

Consider the derived type A with no-pass type bound function which has an
allocatable character string as result. Now extend this type A with a type B
which overrides that function. The combination of this overriding and the fact
that the result is allocatable results in an ICE. Removing the inheritance from
A and/or changing the result type to a fixed length character string does not
trigger the ICE as shown in the attached example.


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

end of thread, other threads:[~2012-07-31 13:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-31  7:33 [Bug fortran/54134] New: ICE overriding derived type bound function with allocatable character as result koen.poppe at cs dot kuleuven.be
2012-07-31  9:34 ` [Bug fortran/54134] [OOP] " burnus at gcc dot gnu.org
2012-07-31 10:13 ` janus at gcc dot gnu.org
2012-07-31 13:04 ` janus at gcc dot gnu.org
2012-07-31 13:06 ` janus at gcc dot gnu.org
2012-07-31 13:11 ` koen.poppe at cs dot kuleuven.be

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).