[PATCH] free() was missing from a part of the documentation

2020-04-21 Thread Zackery Spytz via Gcc-patches
Hello, The free() function was missing from a part of the documentation! diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index 81bb7a47de2..c17b1040bde 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -12315,6 +12315,7 @@ is called and the @var{flag} argument passed to it. @f

[PATCH] realloc() was missing from parts of the documentation

2020-04-13 Thread Zackery Spytz via Gcc-patches
Hello, The realloc() function was missing from parts of the documentation! diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index 79e2c8cb87f..81bb7a47de2 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -12434,6 +12434,7 @@ is called and the @var{flag} argument passed to it.

[PATCH] Fix some incorrect Changelog dates

2020-04-03 Thread Zackery Spytz via Gcc-patches
Hello, It seems that some dates in gcc/ChangeLog-2019 and gcc/testsuite/ChangeLog-2019 are incorrect. diff --git a/gcc/ChangeLog-2019 b/gcc/ChangeLog-2019 index 9f5782fd458..1acf57d49b9 100644 --- a/gcc/ChangeLog-2019 +++ b/gcc/ChangeLog-2019 @@ -1,10 +1,10 @@ -2020-12-31 Richard Sandiford +20

[PATCH] free() was missing from a part of the documentation

2020-04-02 Thread Zackery Spytz via Gcc-patches
Hello, The free() function was missing from a part of the documentation! diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index bde37482b6e..79e2c8cb87f 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -12670,7 +12670,7 @@ The ISO C90 functions @code{abort}, @code{abs}, @code{

[PATCH] Fix an error in extend.texi

2020-03-31 Thread Zackery Spytz via Gcc-patches
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index e0e7f540c219..f1f2064df459 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -2817,7 +2817,7 @@ the same type as the target function. As a result of the @code{copy} attribute the alias also shares the same attributes as the