Re: [PATCH 0/8] configure: Change to -std=gnu11

2021-06-14 Thread no-reply
] configure: Change to -std=gnu11 === TEST SCRIPT BEGIN === #!/bin/bash git rev-parse base > /dev/null || exit 0 git config --local diff.renamelimit 0 git config --local diff.renames True git config --local diff.algorithm histogram ./scripts/checkpatch.pl --mailback base.. === TEST SCRIPT

Re: [PATCH 0/8] configure: Change to -std=gnu11

2021-06-14 Thread Paolo Bonzini
On 12/06/21 01:33, Richard Henderson wrote: Now that we assume gcc 7.5 as a minimum, we have the option of changing to a newer C standard. The two major ones that I think apply are _Generic and _Static_assert. While Paolo created a remarkably functional replacement for _Generic using builtins,

Re: [PATCH 0/8] configure: Change to -std=gnu11

2021-06-11 Thread Richard Henderson
On 6/11/21 4:33 PM, Richard Henderson wrote: Now that we assume gcc 7.5 as a minimum, we have the option of changing to a newer C standard. The two major ones that I think apply are _Generic and _Static_assert. Poor editing there. How about s/ones/new features/. r~

[PATCH 0/8] configure: Change to -std=gnu11

2021-06-11 Thread Richard Henderson
Now that we assume gcc 7.5 as a minimum, we have the option of changing to a newer C standard. The two major ones that I think apply are _Generic and _Static_assert. While Paolo created a remarkably functional replacement for _Generic using builtins, the error messages that you get out of the