https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62298
Dominique d'Humieres changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
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
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
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62298
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
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. ***
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.