[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 changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[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 changed: What|Removed |Added CC||janus at gcc dot gnu.org --- Comm

[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 --- Workaround: replace res = this with res%buffer = this%buffer res%length = this%len() ...other needed components With these changes the code compiles, but I cann

[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 --- 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 attached test is a variant of th

[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 changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[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 --- *** Bug 62297 has been marked as a duplicate of this bug. ***

[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 --- Created attachment 33412 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33412&action=edit Source causing the ICE. No dependencies.