34 ./configure --debug --disable-szmul-builtin > /dev/null |
34 ./configure --debug --disable-szmul-builtin > /dev/null |
35 perform_check |
35 perform_check |
36 printf "Check w/o szmul builtin (c++)... " |
36 printf "Check w/o szmul builtin (c++)... " |
37 perform_check_cxx |
37 perform_check_cxx |
38 |
38 |
|
39 printf "Check gcc C23 preview... " |
|
40 CC=gcc CFLAGS=-std=c23 ./configure --debug > /dev/null |
|
41 perform_check |
|
42 |
39 # clean build files and restore config |
43 # clean build files and restore config |
40 make clean > /dev/null |
44 make clean > /dev/null |
41 mv config.mk.bak config.mk |
45 mv config.mk.bak config.mk |