public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/17202] New: ice-on-valid-code, trans-array.c:217: gfc_conv_descriptor_dtype Assertion failed
@ 2004-08-26 14:58 c dot lemmen at fz-juelich dot de
  2004-08-26 15:02 ` [Bug fortran/17202] " c dot lemmen at fz-juelich dot de
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: c dot lemmen at fz-juelich dot de @ 2004-08-26 14:58 UTC (permalink / raw)
  To: gcc-bugs

gcc version 3.5.0 20040826 (experimental)
> gfortran -c testcase_nrtype.f90
f951: fortran/trans-array.c:217: gfc_conv_descriptor_dtype: Assertion
`((type)->type.lang_flag_1)' failed.
testcase_nrtype.f90: In function `reallocate_hv':
testcase_nrtype.f90:21: internal compiler error: Aborted

*******************************
  function reallocate_hv(p,n)
    
    character,dimension(:),pointer :: reallocate_hv
    integer, intent(in) :: n
    
    allocate(reallocate_hv(n))

  end function reallocate_hv
***********************************

This bug is probably related to PR 15972 and PR 15809.  Is it a DUP?.
ICE occurs at different position in trans-types.c though:

PR 15972 trans-array.c:3025: gfc_trans_dummy_array_bias
PR 15809trans-array.c:184:  gfc_conv_descriptor_data
This bug trans-array.c:217: gfc_conv_descriptor_dtype

-- 
           Summary: ice-on-valid-code, trans-array.c:217:
                    gfc_conv_descriptor_dtype Assertion failed
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: c dot lemmen at fz-juelich dot de
                CC: gcc-bugs at gcc dot gnu dot org


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


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

end of thread, other threads:[~2005-06-11 22:45 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-08-26 14:58 [Bug fortran/17202] New: ice-on-valid-code, trans-array.c:217: gfc_conv_descriptor_dtype Assertion failed c dot lemmen at fz-juelich dot de
2004-08-26 15:02 ` [Bug fortran/17202] " c dot lemmen at fz-juelich dot de
2004-08-26 15:03 ` pinskia at gcc dot gnu dot org
2004-09-20  9:41 ` reichelt at gcc dot gnu dot org
2004-11-04  9:08 ` c dot lemmen at fz-juelich dot de
2005-01-25  0:20 ` pinskia at gcc dot gnu dot org
2005-03-27 22:20 ` pinskia at gcc dot gnu dot org
2005-05-29 16:03 ` cvs-commit at gcc dot gnu dot org
2005-06-05  9:01 ` cvs-commit at gcc dot gnu dot org
2005-06-05 22:44 ` pault at gcc dot gnu dot org
2005-06-05 22:45 ` pault at gcc dot gnu dot org
2005-06-05 22:51 ` pinskia at gcc dot gnu dot org
2005-06-11 22:45 ` pinskia at gcc dot gnu dot 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).