Re: [PATCH] doc: Document -fasm as the opposite of -fno-asm

2024-07-02 Thread Georg-Johann Lay
Am 01.07.24 um 11:37 schrieb Alejandro Colomar: gcc/ChangeLog: * doc/invoke.texi: Document -fasm. Signed-off-by: Alejandro Colomar --- gcc/doc/invoke.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 30c

Re: [PATCH] doc: Document -fasm as the opposite of -fno-asm

2024-07-01 Thread Alejandro Colomar
On Mon, Jul 01, 2024 at 12:40:45PM GMT, Jakub Jelinek wrote: > On Mon, Jul 01, 2024 at 11:37:40AM +0200, Alejandro Colomar wrote: > > gcc/ChangeLog: > > > > * doc/invoke.texi: Document -fasm. > > Why? We have almost 1300 options which accept the negative forms > and we don't document any of

Re: [PATCH] doc: Document -fasm as the opposite of -fno-asm

2024-07-01 Thread Jakub Jelinek
On Mon, Jul 01, 2024 at 11:37:40AM +0200, Alejandro Colomar wrote: > gcc/ChangeLog: > > * doc/invoke.texi: Document -fasm. Why? We have almost 1300 options which accept the negative forms and we don't document any of them this way, the manual explicitly states that: Many options have long

[PATCH] doc: Document -fasm as the opposite of -fno-asm

2024-07-01 Thread Alejandro Colomar
gcc/ChangeLog: * doc/invoke.texi: Document -fasm. Signed-off-by: Alejandro Colomar --- gcc/doc/invoke.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 30c4b002d1f..2d55f2715b3 100644 --- a/gcc/doc/invoke.texi