File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ if [ "$cxx_type" = "g++" ]; then
2424 gcc_ver=$( $CXX -dumpversion)
2525 find /usr/include -name cctype
2626 find /usr/include -name c++config.h
27- ./simplecpp simplecpp.cpp -e -f -std=gnu++11 -D__GNUC__ -D__STDC__ -D__STDC_HOSTED__ -D__CHAR_BIT__=8 -I" /usr/include" -I" /usr/include/linux" -I" /usr/include/c++/$gcc_ver " -I" /usr/include/c++/$gcc_ver /x86_64-pc-linux-gnu" -I" /usr/lib64/gcc/x86_64-pc-linux-gnu/$gcc_ver /include" -I" /usr/include/x86_64-linux-gnu/c++/$gcc_ver "
27+ ./simplecpp simplecpp.cpp -e -f -std=gnu++11 -D__GNUC__ -D__STDC__ -D__STDC_HOSTED__ -D__CHAR_BIT__=8 -I" /usr/include" -I" /usr/include/linux" -I" /usr/include/c++/$gcc_ver " -I" /usr/include/c++/$gcc_ver /x86_64-pc-linux-gnu" -I" /usr/lib64/gcc/x86_64-pc-linux-gnu/$gcc_ver /include" -I" /usr/include/x86_64-linux-gnu/c++/$gcc_ver /v1 "
2828 ec=$?
2929 if [ $ec -ne 0 ]; then
3030 exit $ec
You can’t perform that action at this time.
0 commit comments