public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/51993] New: Erroneous type component initialization leads to internal compiler error
@ 2012-01-25 10:28 bardeau at iram dot fr
  2012-01-25 11:14 ` [Bug fortran/51993] " burnus at gcc dot gnu.org
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: bardeau at iram dot fr @ 2012-01-25 10:28 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 51993
           Summary: Erroneous type component initialization leads to
                    internal compiler error
    Classification: Unclassified
           Product: gcc
           Version: fortran-dev
            Status: UNCONFIRMED
          Severity: minor
          Priority: P3
         Component: fortran
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: bardeau@iram.fr


The following (erroneous) code raises an internal compiler error (gfortran
4.7.0 20111119):

module mymod
  type :: mytyp
    character(len=3) :: a = .true.
  end type mytyp
end module mymod

f951: internal compiler error: in gfc_set_constant_character_len, at
fortran/decl.c:1215


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

end of thread, other threads:[~2015-10-30 18:36 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-25 10:28 [Bug fortran/51993] New: Erroneous type component initialization leads to internal compiler error bardeau at iram dot fr
2012-01-25 11:14 ` [Bug fortran/51993] " burnus at gcc dot gnu.org
2013-02-27 15:56 ` dominiq at lps dot ens.fr
2015-10-29 10:54 ` dominiq at lps dot ens.fr
2015-10-29 12:34 ` dominiq at lps dot ens.fr
2015-10-30 17:55 ` kargl at gcc dot gnu.org
2015-10-30 18:14 ` kargl at gcc dot gnu.org
2015-10-30 18:27 ` kargl at gcc dot gnu.org
2015-10-30 18:35 ` kargl at gcc dot gnu.org
2015-10-30 18:36 ` kargl 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).