[Bug tree-optimization/91189] New: 20% binary size regression in avr-gcc 9.1.0 from 8.3.0

2019-07-17 Thread larsch at belunktum dot dk
Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: larsch at belunktum dot dk Target Milestone: --- There seem to be a severe ~20% code size regression on AVR target (atmega328p) in gcc 9.1.0. I'm building https://github.com/gnea/grbl, which ne

[Bug c++/67693] New: Spurious warning: control reaches end of non-void function [-Wreturn-type]

2015-09-23 Thread larsch at belunktum dot dk
: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: larsch at belunktum dot dk Target Milestone: --- gcc 4.5.3 through to 5.2.0 all warn about reaching end of non-void function on this code: struct foo { ~foo(); }; int f