public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/68055] New: ICE on using unsupported kinds in program without program statement
@ 2015-10-22 17:20 gerhard.steinmetz.fortran@t-online.de
  2015-10-22 19:32 ` [Bug fortran/68055] " gerhard.steinmetz.fortran@t-online.de
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: gerhard.steinmetz.fortran@t-online.de @ 2015-10-22 17:20 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 68055
           Summary: ICE on using unsupported kinds in program without
                    program statement
           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: ---

Without an explicit program statement :

$ cat z1.f90
!program p
   real*9 :: c
   write (c, '(i3)') 1
end


$ gfortran -g -O0 -Wall -fcheck=all z1.f90
f951: internal compiler error: gfc_validate_kind(): Got bad kind

---

Detected with program statement :

$ cat z2.f90
program p
   real*9 :: c
   write (c, '(i3)') 1
end


$ gfortran -g -O0 -Wall -fcheck=all z2.f90
z2.f90:2:9:

    real*9 :: c
         1
Error: Old-style type declaration REAL*9 not supported at (1)
z2.f90:3:10:

    write (c, '(i3)') 1
          1
Error: UNIT specification at (1) must be an INTEGER expression or a CHARACTER
variable


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

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

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-22 17:20 [Bug fortran/68055] New: ICE on using unsupported kinds in program without program statement gerhard.steinmetz.fortran@t-online.de
2015-10-22 19:32 ` [Bug fortran/68055] " gerhard.steinmetz.fortran@t-online.de
2015-10-23 23:25 ` kargl at gcc dot gnu.org
2015-10-23 23:54 ` sgk at troutmask dot apl.washington.edu
2015-10-24 17:10 ` kargl at gcc dot gnu.org
2015-10-26 15:40 ` gerhard.steinmetz.fortran@t-online.de
2015-10-29 20:44 ` kargl at gcc dot gnu.org
2015-10-29 20:45 ` 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).