This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/80291] [OOP] ICE in gfc_conv_expr_descriptor, at fortran/trans-array.c:6662


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

--- Comment #8 from janus at gcc dot gnu.org ---
(In reply to snowfed from comment #7)
> In the slightly reduced version of the test case cell is not allocated when
> reaching associate structure. Maybe, allocate(cell) is worth being added.
> For example, when I compile the example with ifort and run it I get SIGSEGV.

True. The example was only intended as a minimal reproducer for the ICE,
without doing anything reasonable at runtime ...

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]