[Bug target/80161] const argument hidden from AVX intrinsics due to OpenMP outlining
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80161 --- Comment #2 from Jeff Hammond --- Fair point, but the error is "error: the last argument must be scale 1, 2, 4, 8" and "const int scale = 1" sure seems like it should be interpreted by the compiler as "1", given "scale" has local scope (the er
[Bug target/80161] const argument hidden from AVX intrinsics due to OpenMP outlining
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80161 Andrew Pinski changed: What|Removed |Added Keywords||openmp Component|c