Source: pythran
Followup-For: Bug #1016155
Control: forwarded -1 https://github.com/serge-sans-paille/pythran/issues/2011

ACK. Forwarded upstream.

Trying to inspect manually by running 
  pytest-3 -v test_rosetta.py

I get a different error equivalent to:

$ x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g 
-fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security 
-g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security 
-Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DENABLE_PYTHON_MODULE -D__PYTHRAN__=3 
-DPYTHRAN_BLAS_BLAS -I/home/drew/projects/python/build/pythran/pythran 
-I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/local/include 
-I/usr/include -I/usr/include/suitesparse -I/usr/include/python3.10 -c 
/tmp/tmpn7tw1vbb.cpp -o /tmp/tmpxp8jww4a/tmp/tmpn7tw1vbb.o -std=c++11 
-fno-math-errno -fvisibility=hidden -fno-wrapv -Wno-unused-function 
-Wno-int-in-bool-context -Wno-unknown-warning-option -O0 -Wall -Werror -UNDEBUG 
-Wno-unused-function -Wno-int-in-bool-context -Wno-unknown-warning-option 
-Wno-unused-local-typedefs -Wno-absolute-value -Wno-missing-braces 
-Wno-unknown-pragmas
cc1plus: error: command-line option ‘-Wno-absolute-value’ is valid for C/ObjC 
but not for C++ [-Werror]
cc1plus: note: unrecognized command-line option ‘-Wno-unknown-warning-option’ 
may have been intended to silence earlier diagnostics
cc1plus: note: unrecognized command-line option ‘-Wno-unknown-warning-option’ 
may have been intended to silence earlier diagnostics
cc1plus: all warnings being treated as errors

Reply via email to