Bug 98764 - ICE for the test gfortran.dg/coarray_alloc_comp_3.f08 with -fcoarray=single since r7-5021-gba85c8c3fcb19c77
Summary: ICE for the test gfortran.dg/coarray_alloc_comp_3.f08 with -fcoarray=single s...
Status: RESOLVED DUPLICATE of bug 96418
Alias: None
Product: gcc
Classification: Unclassified
Component: fortran (show other bugs)
Version: 11.0
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-01-20 10:57 UTC by Dominique d'Humieres
Modified: 2021-02-14 19:07 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed: 2021-01-20 00:00:00


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dominique d'Humieres 2021-01-20 10:57:53 UTC
Compiling the test gfortran.dg/coarray_alloc_comp_3.f08 with -fcoarray=single gives an ICE:

   43 |   deallocate(obj%link)
      |                      1
internal compiler error: in gfc_get_descriptor_field, at fortran/trans-array.c:140

corresponding to

  gcc_assert (GFC_DESCRIPTOR_TYPE_P (type));
Comment 1 Martin Liška 2021-01-20 11:08:04 UTC
Started with r7-5021-gba85c8c3fcb19c77.
Comment 2 Dominique d'Humieres 2021-02-14 19:07:49 UTC
Dup.

*** This bug has been marked as a duplicate of bug 96418 ***