jit: remove "Alpha" warning from docs
authorDavid Malcolm <dmalcolm@redhat.com>
Thu, 14 Jan 2021 22:54:02 +0000 (17:54 -0500)
committerDavid Malcolm <dmalcolm@redhat.com>
Thu, 14 Jan 2021 22:58:53 +0000 (17:58 -0500)
I removed the "Alpha" warning from the JIT wiki page on
2020-05-18:
  https://gcc.gnu.org/wiki/JIT?action=diff&rev1=47&rev2=48
but forgot to remove it from the documentation, which this
patch does.

gcc/jit/ChangeLog:
* docs/cp/index.rst: Remove "Alpha" warning.
* docs/index.rst: Likewise.
* docs/_build/texinfo/libgccjit.texi: Regenerate

gcc/jit/docs/_build/texinfo/libgccjit.texi
gcc/jit/docs/cp/index.rst
gcc/jit/docs/index.rst

index 6e629fd3daa380f51acc71491b36bf79334880de..724c388266c73feed54b5d674b10fefbae365971 100644 (file)
@@ -21,7 +21,7 @@
 
 @copying
 @quotation
-libgccjit 11.0.0 (experimental 20201112), Nov 12, 2020
+libgccjit 11.0.0 (experimental 20210114), Jan 14, 2021
 
 David Malcolm
 
@@ -68,10 +68,6 @@ Copyright @copyright{} 2014-2021 Free Software Foundation, Inc.
 This document describes libgccjit@footnote{http://gcc.gnu.org/wiki/JIT}, an API
 for embedding GCC inside programs and libraries.
 
-Note that libgccjit is currently of “Alpha” quality;
-the APIs are not yet set in stone, and they shouldn’t be used in
-production yet.
-
 There are actually two APIs for the library:
 
 
@@ -9051,10 +9047,6 @@ This is a collection of “thin” wrapper classes around the C API.
 Everything is an inline function, implemented in terms of the C API,
 so there is nothing extra to link against.
 
-Note that libgccjit is currently of “Alpha” quality;
-the APIs are not yet set in stone, and they shouldn’t be used in
-production yet.
-
 Contents:
 
 @c Copyright (C) 2014-2021 Free Software Foundation, Inc.
index 254ad59819e2f02c34877d6a71e9c908a2b36807..3bffc98a3dee04a5032bb31b81093e08a91c15e4 100644 (file)
@@ -28,10 +28,6 @@ This is a collection of "thin" wrapper classes around the C API.
 Everything is an inline function, implemented in terms of the C API,
 so there is nothing extra to link against.
 
-Note that libgccjit is currently of "Alpha" quality;
-the APIs are not yet set in stone, and they shouldn't be used in
-production yet.
-
 Contents:
 
 .. toctree::
index 4db1ddd830745d27a0694c13e02887cbefffda8d..fe3d741d3452777e6c794606d173d73a8a79e19e 100644 (file)
@@ -21,10 +21,6 @@ libgccjit
 This document describes `libgccjit <http://gcc.gnu.org/wiki/JIT>`_, an API
 for embedding GCC inside programs and libraries.
 
-Note that libgccjit is currently of "Alpha" quality;
-the APIs are not yet set in stone, and they shouldn't be used in
-production yet.
-
 There are actually two APIs for the library:
 
 * a pure C API: ``libgccjit.h``