Re: Support for NOINLINE attribute

2023-02-11 Thread Rimvydas Jasinskas via Fortran
On Sat, Feb 11, 2023 at 11:26 PM Harald Anlauf wrote: > I am also not a native speaker, like many others contributing, but let > me quote the relevant orignal paragraph: > > "The @code{noreturn} keyword tells the compiler to assume that > @code{fatal} cannot return. It can then optimize without r

Re: Support for NOINLINE attribute

2023-02-11 Thread Harald Anlauf via Fortran
Hi Rimvydas, > On Fri, Feb 10, 2023 at 11:07 PM Harald Anlauf via Fortran > wrote: > >-NOINLINE: I disagree with Steve here; we shouldn't invent a new > > syntax (noinline on/off), and rather follow what other compilers > > provide (INLINE/NOINLINE). > It would also be very complicated to imple