Re: [PATCH] Clearly document behaviour of multiple -g options

2019-04-10 Thread Sandra Loosemore
On 4/10/19 5:18 AM, Jonathan Wakely wrote: This copies the wording from the -O options to clearly state what happens if more than one -g option is used. * doc/invoke.texi (Debugging Options): Explicitly state the semantics of using multiple -g options. OK for trunk? Looks fine to me

[PATCH] Clearly document behaviour of multiple -g options

2019-04-10 Thread Jonathan Wakely
This copies the wording from the -O options to clearly state what happens if more than one -g option is used. * doc/invoke.texi (Debugging Options): Explicitly state the semantics of using multiple -g options. OK for trunk? commit 9d950d2398b0a01358520a1c0a69bbe46ba7d997 Author