[Bug tree-optimization/58391] avr-gcc: Certain functions with computed goto could be inlined

2013-09-12 Thread semicontinuity at yandex dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58391 --- Comment #2 from semicontinuity at yandex dot ru --- Currently, the logic is that if the function contains computed goto, it cannot be inlined. My suggestion is to inline the function if - it is static and used only once in the compilation unit

[Bug tree-optimization/58391] avr-gcc: Certain functions with computed goto could be inlined

2013-09-11 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58391 Georg-Johann Lay gjl at gcc dot gnu.org changed: What|Removed |Added Keywords|wrong-code |