[Bug fortran/81827] Large compile time with derived-type rrays

robison at arlut dot utexas.edu gcc-bugzilla@gcc.gnu.org
Mon Oct 14 15:33:00 GMT 2019


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

--- Comment #22 from Luke Robison <robison at arlut dot utexas.edu> ---
(In reply to Luke Robison from comment #21)
> (1) Changing some or all of the "type(levelNN)" definitions to
> "class(levelNN)" definitions
> (2) Changing from "allocatable" to "pointer"
> 

Although these work-arounds seem sufficient for this test case, they did not
alleviate the problem in the original program.  We are still unable to use
recent gfortran versions on our main codebase due to this error.


Luke


More information about the Gcc-bugs mailing list