Re: loops and optimizations

2019-09-02 Thread Richard Biener
On Mon, Sep 2, 2019 at 9:19 AM Gero Peterhoff wrote: > > Hello gcc team, > I have a big problem with code generation for conditions and loop control and > in general. > > 1) Once a function is defined as inline, all attributes and pragmas are > ignored. There is therefore no control at all for l

loops and optimizations

2019-09-02 Thread Gero Peterhoff
Hello gcc team, I have a big problem with code generation for conditions and loop control and in general. 1) Once a function is defined as inline, all attributes and pragmas are ignored. There is therefore no control at all for loops within inline functions. 2) Only (almost) always conditional