On 2/20/19 10:36 AM, Thomas König wrote: > Hi Martin, > >> Thank you both useful comments! I installed that as r269035. > > Excellent work, thanks!
;) > > Now a final step: Could you also add a short sentence to gcc-9/changes.html ? > In German, we have a saying „Tue Gutes und rede darüber“, do good deeds and > talk about it 😉 > > Regards, Thomas > Sure, let's document it with patch attached. Btw. the glibc part patch has been just approved and will be available in glibc release 2.30. Martin
>From 71a1c50d617c88ea9025385e8139d51e77321c81 Mon Sep 17 00:00:00 2001 From: marxin <mli...@suse.cz> Date: Wed, 20 Feb 2019 15:13:52 +0100 Subject: [PATCH] Document Fortran BUILTIN directive. --- htdocs/gcc-9/changes.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/htdocs/gcc-9/changes.html b/htdocs/gcc-9/changes.html index 4d9f549..ee7aac1 100644 --- a/htdocs/gcc-9/changes.html +++ b/htdocs/gcc-9/changes.html @@ -243,6 +243,11 @@ foo (int how) which allows the directive to be written on multiple source lines with line continuations. </li> + <li> + A new <a href="https://gcc.gnu.org/onlinedocs/gfortran/BUILTIN-directive.html#BUILTIN-directive"><code>BUILTIN</code></a> directive, has been added. + The purpose of the directive is to provide an API among the GCC compiler and + the GNU C Library which would define vector implementations of math routines. + </li> </ul> <!-- <h3 id="go">Go</h3> --> -- 2.20.1