[Bug middle-end/120021] Offloading vs. C++ 'std::valarray'

2025-04-30 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120021 --- Comment #2 from Andrew Pinski --- (In reply to Andrew Pinski from comment #1) > I am 99% sure this decl comes from the gimplifier. > > gimplify.cc:6415 And it can also show up with some C code too in some cases.

[Bug middle-end/120021] Offloading vs. C++ 'std::valarray'

2025-04-30 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120021 Andrew Pinski changed: What|Removed |Added Component|c++ |middle-end --- Comment #1 from Andrew P