Re: [PATCH] doc: Clarify FENV_ACCESS pragma semantics WRT `-ftrapping-math'

2022-07-28 Thread Maciej W. Rozycki
On Wed, 27 Jul 2022, Joseph Myers wrote: > > gcc/ > > * doc/implement-c.texi (Floating point implementation): Mention > > `-fno-trapping-math' in the context of FENV_ACCESS pragma. > > * doc/invoke.texi (Optimize Options): Clarify FENV_ACCESS pragma > > implication in the descr

Re: [PATCH] doc: Clarify FENV_ACCESS pragma semantics WRT `-ftrapping-math'

2022-07-27 Thread Joseph Myers
On Tue, 19 Jul 2022, Maciej W. Rozycki wrote: > Our documentation indicates that it is the `-frounding-math' invocation > option that controls whether we respect what the FENV_ACCESS pragma > would imply, should we implement it, regarding the floating point > environment. It is only a part of

Re: [PATCH] doc: Clarify FENV_ACCESS pragma semantics WRT `-ftrapping-math'

2022-07-20 Thread Richard Biener via Gcc-patches
On Tue, Jul 19, 2022 at 2:24 PM Maciej W. Rozycki wrote: > > Our documentation indicates that it is the `-frounding-math' invocation > option that controls whether we respect what the FENV_ACCESS pragma > would imply, should we implement it, regarding the floating point > environment. It is only

[PATCH] doc: Clarify FENV_ACCESS pragma semantics WRT `-ftrapping-math'

2022-07-19 Thread Maciej W. Rozycki
Our documentation indicates that it is the `-frounding-math' invocation option that controls whether we respect what the FENV_ACCESS pragma would imply, should we implement it, regarding the floating point environment. It is only a part of the picture however, because the `-ftrapping-math' inv