On 10/15/20 3:26 PM, Tom de Vries wrote:
PR target/97436 * config/nvptx/nvptx.opt (m32): Comment out. * doc/invoke.texi (NVPTX options): Remove -m32.
This caused the warning: doc/invoke.texi:25617: warning: @itemx should not begin @table Fixed by the committed attached patch. Tobias ----------------- Mentor Graphics (Deutschland) GmbH, Arnulfstraße 201, 80634 München / Germany Registergericht München HRB 106955, Geschäftsführer: Thomas Heurung, Alexander Walter
commit f7378bbf4778a09ccdf7e46dd81731ea4f7d638b Author: Tobias Burnus <tob...@codesourcery.com> Date: Tue Oct 20 15:32:58 2020 +0200 gcc/doc/invoke.texi: Fix @table syntax gcc/ * doc/invoke.texi (NVPTX options): Use @item not @itemx. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index b3418b43a34..0b87822349f 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -25614,7 +25614,7 @@ These options are defined for Nvidia PTX: @table @gcctabopt -@itemx -m64 +@item -m64 @opindex m64 Ignored, but preserved for backward compatibility. Only 64-bit ABI is supported.