You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ make c++
pgc++ -o pic.exe pic.cpp -fast -Minfo=opt
"/usr/include/c++/9/bits/stl_function.h", line 437: error: identifier
"__builtin_is_constant_evaluated" is undefined
if (__builtin_is_constant_evaluated())
^
1 error detected in the compilation of "pic.cpp".
make: *** [Makefile:14: pic.exe] Error 2
$ pgc++ -V
pgc++ 19.4-0 LLVM 64-bit target on x86-64 Linux -tp skylake
PGI Compilers and Tools
Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved.
kjarosh, correaa, eliliam, pramodk, milesxu and 1 more