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
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