Damien L-G

Results 491 comments of Damien L-G

Couldn't we write suppressions for those reports so we are able to detect if we accidentally reintroduce leaks on our end?

Any reason not to close this PR?

https://godbolt.org/z/fjodW7oh3

I am a bit surprised, I wonder if it means it doesn't select the constructor from a ~~non-const~~ const ref to a array as we expected it would.

``` /builds/kokkos/kokkos/core/unit_test/TestCompilerMacros.cpp:64:5: error: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Werror,-Wpass-failed=transform-warning]...

Please provide a reproducer. I tried ```diff diff --git a/CMakeLists.txt b/CMakeLists.txt index d1826e4b..16aab214 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,8 +9,12 @@ endif() # use gnu standard install directories include(GNUInstallDirs)...