Take a quick look and maybe fix it like that, but I am not sure the layout is what they want.
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index eb665188caf..1692e43de10 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -21714,7 +21714,7 @@ vector intrinsic specification, which is available at the following link: All of these functions are declared in the include file @file{riscv_vector.h}. @node CORE-V Built-in Functions -@subsubsection CORE-V Built-in Functions +@subsection CORE-V Built-in Functions These built-in functions are available for the CORE-V MAC machine architecture. For more information on CORE-V built-ins, please see On Wed, Oct 11, 2023 at 6:59 PM Jeff Law <jeffreya...@gmail.com> wrote: > > > > On 10/11/23 19:05, juzhe.zh...@rivai.ai wrote: > > Plz revert it. It blocks development of all targets. > We have specific policies for reversion. In general we want to give > folks time to fix the problem rather than reverting, resubmitting, etc. > > Mary, the issue is the doc changes are apparently dependent on specific > versions of texinfo being installed resulting in this error: > > > ../../../../gcc/gcc/doc/extend.texi:21708: warning: node next `RISC-V > > Vector Intrinsics' in menu `CORE-V Built-in Functions' and in sectioning > > `RX Built-in Functions' differ > > ../../../../gcc/gcc/doc/extend.texi:21716: warning: node `RX Built-in > > Functions' is next for `CORE-V Built-in Functions' in menu but not in > > sectioning > > ../../../../gcc/gcc/doc/extend.texi:21716: warning: node `RISC-V Vector > > Intrinsics' is prev for `CORE-V Built-in Functions' in menu but not in > > sectioning > > ../../../../gcc/gcc/doc/extend.texi:21716: warning: node up `CORE-V > > Built-in Functions' in menu `Target Builtins' and in sectioning `RISC-V > > Vector Intrinsics' differ > > ../../../../gcc/gcc/doc/extend.texi:21708: node `RISC-V Vector Intrinsics' > > lacks menu item for `CORE-V Built-in Functions' despite being its Up target > > ../../../../gcc/gcc/doc/extend.texi:21889: warning: node prev `RX Built-in > > Functions' in menu `CORE-V Built-in Functions' and in sectioning `RISC-V > > Vector Intrinsics' differ > > > Jeff