[Bug c/82919] New: Docs don't mention -Wimplicit-int is enabled in C99 mode

2017-11-09 Thread antox at ml dot lv
ormal Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: antox at ml dot lv Target Milestone: --- -Wimplicit-int is enabled by default in C99 mode (or later) just like -Wimplicit-function-declaration. This is not documented (e.g. https://gcc.gn

[Bug c/82922] New: Request: add -Wstrict-prototypes to -Wextra as K&R style is obsolescent

2017-11-09 Thread antox at ml dot lv
rity: normal Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: antox at ml dot lv Target Milestone: --- K&R style function declarations and definitions are marked obsolescent (C89 3.9.4,5, C99 6.11.6,7, C11 6.11.6,7). Maybe it is re