public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/67805] New: ICE on array constructor with wrong character specification
@ 2015-10-01 17:55 gerhard.steinmetz.fortran@t-online.de
  2015-10-01 17:56 ` [Bug fortran/67805] " gerhard.steinmetz.fortran@t-online.de
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: gerhard.steinmetz.fortran@t-online.de @ 2015-10-01 17:55 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67805

            Bug ID: 67805
           Summary: ICE on array constructor with wrong character
                    specification
           Product: gcc
           Version: 5.2.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
          Assignee: unassigned at gcc dot gnu.org
          Reporter: gerhard.steinmetz.fortran@t-online.de
  Target Milestone: ---

This code :

$ cat z1.f90
program p
   print *, [character('') :: 'x', 'y']
end


and this variation :

$ cat z2.f90
program p
   print *, [character(['']) :: 'x', 'y']
end


yields :
$ gfortran -g -O0 -Wall -fcheck=all -fno-frontend-optimize z1.f90
internal compiler error: in gfc_conv_expr_val, at fortran/trans-expr.c:7263


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

end of thread, other threads:[~2015-10-29 19:43 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-01 17:55 [Bug fortran/67805] New: ICE on array constructor with wrong character specification gerhard.steinmetz.fortran@t-online.de
2015-10-01 17:56 ` [Bug fortran/67805] " gerhard.steinmetz.fortran@t-online.de
2015-10-01 17:58 ` gerhard.steinmetz.fortran@t-online.de
2015-10-10  8:12 ` dominiq at lps dot ens.fr
2015-10-22 19:09 ` kargl at gcc dot gnu.org
2015-10-24 16:21 ` kargl at gcc dot gnu.org
2015-10-29 19:43 ` 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).