public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/67938] New: ICE on using assumed rank character with some intrinsics
@ 2015-10-12 16:38 gerhard.steinmetz.fortran@t-online.de
  2015-10-12 16:39 ` [Bug fortran/67938] " gerhard.steinmetz.fortran@t-online.de
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: gerhard.steinmetz.fortran@t-online.de @ 2015-10-12 16:38 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 67938
           Summary: ICE on using assumed rank character with some
                    intrinsics
           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: ---

Knowing that assumed rank is preliminary f2015, but :


$ cat z2.f90
program p
   implicit none
   character(1) :: z(3)
   call s(z)
contains
   subroutine s(x)
      character(1) :: x(..)
      print *, lbound(x, dim=1)
      print *, ubound(x, dim=1)
      print *, size(x, dim=1)
   end subroutine
end


$ gfortran -c z2.f90
z2.f90:8:0:

       print *, lbound(x, dim=1)
 1
internal compiler error: in gfc_get_descriptor_dimension, at
fortran/trans-array.c:281


$ gfortran -g -O0 -Wall -fcheck=all -fno-frontend-optimize z2.f90
z2.f90:8:0:

       print *, lbound(x, dim=1)
 1
internal compiler error: in gfc_conv_descriptor_dtype, at
fortran/trans-array.c:251


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

end of thread, other threads:[~2020-06-03 17:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-12 16:38 [Bug fortran/67938] New: ICE on using assumed rank character with some intrinsics gerhard.steinmetz.fortran@t-online.de
2015-10-12 16:39 ` [Bug fortran/67938] " gerhard.steinmetz.fortran@t-online.de
2015-10-13  8:34 ` dominiq at lps dot ens.fr
2020-06-03 17:38 ` cvs-commit at gcc dot gnu.org
2020-06-03 17:58 ` tkoenig 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).