[Bug middle-end/95499] ICE: during GIMPLE pass: ssa / segfault in verify_ssa / OpenMP target with deferred-length CHARACTER

2020-08-06 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95499 --- Comment #3 from Tobias Burnus --- For 'character(len=:),allocatable :: str' there is '_str' with the string length. One can map it explicitly when mapping 'from(str)' by also mapping 'firstprivate(_str)' but the compiler will later remove

[Bug middle-end/95499] ICE: during GIMPLE pass: ssa / segfault in verify_ssa / OpenMP target with deferred-length CHARACTER

2020-06-03 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95499 Tobias Burnus changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #2

[Bug middle-end/95499] ICE: during GIMPLE pass: ssa / segfault in verify_ssa / OpenMP target with deferred-length CHARACTER

2020-06-03 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95499 --- Comment #1 from Tobias Burnus --- Test case need the change (in line 40) to compile - sorry. @@ -40 +40 @@ -if (any (array /= [(-2*i, i = 1, nn)])) error stop 2 +if (any (array /= [(-2*i, i = 1, 10)])) error stop 2 Shorter test case