[Bug rtl-optimization/90496] New: ICE in RTL pass pro_and_epilogue when all of `-flto -fsanitize=address -fstack-usage` are used on trivial source

2019-05-15 Thread gcc_bugs at codyps dot com
: 8.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: rtl-optimization Assignee: unassigned at gcc dot gnu.org Reporter: gcc_bugs at codyps dot com Target Milestone: --- Compiling `int main(void) { return 0; }` with _all_ of

[Bug driver/90983] New: manual documents `-Wno-stack-usage` flag, but it is unrecognized

2019-06-24 Thread gcc_bugs at codyps dot com
Priority: P3 Component: driver Assignee: unassigned at gcc dot gnu.org Reporter: gcc_bugs at codyps dot com Target Milestone: --- Previously (in gcc-8 of some version), `-Wstack-usage=0` would disable stack-usage checking. In 9.1.0, however, `-Wstack-usage=0

[Bug driver/90983] manual documents `-Wno-stack-usage` flag, but it is unrecognized

2019-06-24 Thread gcc_bugs at codyps dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90983 --- Comment #1 from Cody Schafer --- It appears that commit 8e18705e1fb8213834b09c91c3ed7b15c8540d59 Author: msebor Date: Fri Jul 20 20:51:20 2018 + PR middle-end/82063 - issues with arguments enabled by -Wall Might be the change i