[Bug fortran/62298] Internal Compiler Error in fold_convert_loc

dominiq at lps dot ens.fr gcc-bugzilla@gcc.gnu.org
Fri Aug 29 10:30:00 GMT 2014


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

--- Comment #5 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
Workaround: replace

   res = this

with

   res%buffer = this%buffer
   res%length = this%len()
...                            other needed components

With these changes the code compiles, but I cannot guarantee that it works!



More information about the Gcc-bugs mailing list