[Bug c/87310] -Wc90-c99-compat does not warn about bool usage

2018-09-15 Thread kohanyi.robert at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87310 --- Comment #4 from Róbert Kohányi --- Created attachment 44698 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44698&action=edit /usr/lib/gcc/x86_64-linux-gnu/5/include/stdbool.h Here's the on Ubuntu using gcc 5.4.0.

[Bug c/87310] -Wc90-c99-compat does not warn about bool usage

2018-09-15 Thread kohanyi.robert at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87310 --- Comment #3 from Róbert Kohányi --- Created attachment 44697 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44697&action=edit /usr/lib/gcc/x86_64-pc-msys/7.3.0/include/stdbool.h Here's the referenced on Windows using gcc 7.3.0

[Bug c/87310] -Wc90-c99-compat does not warn about bool usage

2018-09-14 Thread kohanyi.robert at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87310 --- Comment #1 from Róbert Kohányi --- Created attachment 44695 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44695&action=edit a.c preprocessed version

[Bug c/87310] New: -Wc90-c99-compat does not warn about bool usage

2018-09-14 Thread kohanyi.robert at gmail dot com
: c Assignee: unassigned at gcc dot gnu.org Reporter: kohanyi.robert at gmail dot com Target Milestone: --- Created attachment 44694 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44694&action=edit gcc -v outputs When compiling code that uses and bool declaratio