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/62298] Internal Compiler Error in fold_convert_loc


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!


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