[Bug fortran/62298] Internal Compiler Error in fold_convert_loc

2015-02-11 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62298 Dominique d'Humieres dominiq at lps dot ens.fr changed: What|Removed |Added Status|NEW |RESOLVED

[Bug fortran/62298] Internal Compiler Error in fold_convert_loc

2014-12-21 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62298 Dominique d'Humieres dominiq at lps dot ens.fr changed: What|Removed |Added CC||janus at

[Bug fortran/62298] Internal Compiler Error in fold_convert_loc

2014-08-29 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62298 --- Comment #2 from Dominique d'Humieres dominiq at lps dot ens.fr --- *** Bug 62297 has been marked as a duplicate of this bug. ***

[Bug fortran/62298] Internal Compiler Error in fold_convert_loc

2014-08-29 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62298 Dominique d'Humieres dominiq at lps dot ens.fr changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Bug fortran/62298] Internal Compiler Error in fold_convert_loc

2014-08-29 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62298 --- Comment #4 from Dominique d'Humieres dominiq at lps dot ens.fr --- The ICE occurs in the functions string_lowercase, string_uppercase, and string_replace, and it is the same as for the test in comment 5 of pr49802. For the record, the

[Bug fortran/62298] Internal Compiler Error in fold_convert_loc

2014-08-29 Thread dominiq at lps dot ens.fr
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

[Bug fortran/62298] Internal Compiler Error in fold_convert_loc

2014-08-28 Thread fmartinez at gmv dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62298 --- Comment #1 from Fran Martinez Fadrique fmartinez at gmv dot com --- Created attachment 33412 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=33412action=edit Source causing the ICE. No dependencies.