This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ebbd5506fa1 PR 83036 Make NEXTREC specifier for INQUIRE work for large [...] new 6f6749f3f67 2017-11-18 Edward Smith-Rowland 3dw4rd@verizon.net
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: libstdc++-v3/ChangeLog | 11 ++ libstdc++-v3/include/bits/specfun.h | 72 ++++++++++++ libstdc++-v3/include/tr1/modified_bessel_func.tcc | 13 ++- .../special_functions/airy_ai}/check_nan.cc | 15 ++- .../ext/special_functions/airy_ai/check_value.cc | 126 +++++++++++++++++++++ .../special_functions/airy_ai}/compile.cc | 12 +- .../special_functions/airy_bi}/check_nan.cc | 15 ++- .../ext/special_functions/airy_bi/check_value.cc | 126 +++++++++++++++++++++ .../special_functions/airy_bi}/compile.cc | 12 +- 9 files changed, 373 insertions(+), 29 deletions(-) copy libstdc++-v3/testsuite/{special_functions/16_laguerre => ext/special_function [...] create mode 100644 libstdc++-v3/testsuite/ext/special_functions/airy_ai/check_value.cc copy libstdc++-v3/testsuite/{special_functions/14_expint => ext/special_functions/ [...] copy libstdc++-v3/testsuite/{special_functions/16_laguerre => ext/special_function [...] create mode 100644 libstdc++-v3/testsuite/ext/special_functions/airy_bi/check_value.cc copy libstdc++-v3/testsuite/{special_functions/14_expint => ext/special_functions/ [...]