[Bug fortran/67498] New: interface.c sanitizer runtime error: load of value 1818451807, which is not a valid value for type 'expr_t'

zeccav at gmail dot com gcc-bugzilla@gcc.gnu.org
Tue Sep 8 14:52:00 GMT 2015


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

            Bug ID: 67498
           Summary: interface.c sanitizer runtime error: load of value
                    1818451807, which is not a valid value for type
                    'expr_t'
           Product: gcc
           Version: 5.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
          Assignee: unassigned at gcc dot gnu.org
          Reporter: zeccav at gmail dot com
  Target Milestone: ---

!gcc-5.2.0/gcc/fortran/interface.c:2705:33: runtime error: load of value
1818451807, which is not a valid value for type 'expr_t'
! source line "&& f->sym->ts.u.cl->length->expr_type == EXPR_CONSTANT"
! Target: x86_64-unknown-linux-gnu
      contains

      subroutine FWRite(S)
       class(*) :: S
      end subroutine

      subroutine IO_OutputMargeStats()
       character tag
       call FWrite(tag)
      end subroutine

      end



More information about the Gcc-bugs mailing list