[Cfp-interest] further revisions to syntax discussion

David Hough CFP pcfp at oakapple.net
Thu Jun 12 08:07:18 PDT 2014


Thanks - here are the diffs:

1a2
> Notes for TS 18661 Part 5 "Supplementary attributes"
16,17c17,18
< The overall idea is that the normal case should go as fast as possible
< for performance reasons, so testing for exceptional conditions should not
---
> The overall idea is that the normal case should go as fast as possible,
> so testing for exceptional conditions should not
83,84c84,85
< One could extend the syntax to allow a list of exceptions as parameters
< of the catch keyword: in some applications FE_UNDERFLOW and FE_OVERFLOW
---
> Note that exceptions can be lists:
> in some applications FE_UNDERFLOW|FE_OVERFLOW
86c87
< in other applications FE_INVALID, FE_DIVISIONBYZERO and FE_OVERFLOW are
---
> in other applications FE_INVALID|FE_DIVISIONBYZERO|FE_OVERFLOW are
226c227
< or are already in
---
> and are already in
228c229
< process, or that are being considered to control other aspects
---
> process, and that are being considered to control other aspects
232c233
< While the C floating-point extensions discussion group could pursue any of
---
> While the C Floating Point group working of TS 18661 could pursue any of


More information about the Cfp-interest mailing list