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
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92876
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|