[Bug fortran/59906] [4.7/4.8/4.9 Regression] error: size of variable '<anonymous>' is too large
pault at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sat Feb 1 13:35:00 GMT 2014
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59906
--- Comment #8 from Paul Thomas <pault at gcc dot gnu.org> ---
Created attachment 32010
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32010&action=edit
Tentative patch for the PR
The line that compiled did not yield correct code. The testcase in the patch
runs correctly.
The first regtest failed in elemental_scalar_args_2.f90. To fix this, the
exclusion of functions in the patched part of trans-expr.c had to be added.
This surprises me because it looks to me as if gfc_conv_string_parameter should
do the job itself. I will investigate.
In the meantime, a second regtest is underway.
Cheers
Paul
More information about the Gcc-bugs
mailing list