https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106447
Thomas Schwinge <tschwinge at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |WORKSFORME Assignee|unassigned at gcc dot gnu.org |tschwinge at gcc dot gnu.org See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=106445 --- Comment #2 from Thomas Schwinge <tschwinge at gcc dot gnu.org> --- I'm no longer able to reproduce this (but also can't tell when/how this got addressed, unfortunately). as part of commit r15-9524-g0b2a2490bebd29acc4da18562eec7464601cbb05 "Add 'libgomp.c++/pr106445-1{,-O0}.C' [PR106445]", I happened to have added a test case for: #pragma omp target { std::vector<int> v(100);