[Bug fortran/82606] [PDT] ICE in gfc_extract_int, at fortran/expr.c:641
pault at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Nov 29 17:35:00 GMT 2017
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82606
Paul Thomas <pault at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|unassigned at gcc dot gnu.org |pault at gcc dot gnu.org
--- Comment #7 from Paul Thomas <pault at gcc dot gnu.org> ---
Created attachment 42746
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=42746&action=edit
A fix for the problem
The component initializers were being supplied to the derived type components
in the order of the type_spec_list. Thus, a got a null expression, while b got
the expression for '8'.
Bootstraps and regtests.
Paul
More information about the Gcc-bugs
mailing list