[Bug middle-end/92876] ICE in expand_UNIQUE, at internal-fn.c:2599

2020-07-24 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92876 --- Comment #3 from Tobias Burnus --- And: The ICE occurs for .data_dep.1_7 = .UNIQUE (OACC_HEAD_MARK, 0, 1, 132); And then one runs inside expand_UNIQUE into: switch (kind) { default: gcc_unreachable (); This one is generated

[Bug middle-end/92876] ICE in expand_UNIQUE, at internal-fn.c:2599

2020-07-24 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92876 --- Comment #2 from Tobias Burnus --- I believe this code is invalid as "s" is a device routine but it call outside of 'acc kernels'/'acc parallel' construct. – If one adds either around "call s()" it no longer ICEs. Still, even invalid code sho

[Bug middle-end/92876] ICE in expand_UNIQUE, at internal-fn.c:2599

2019-12-10 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92876 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|