https://gcc.gnu.org/g:149a23ee2568ce1efcfb4cb7704ecc97d4c32274

commit r15-2873-g149a23ee2568ce1efcfb4cb7704ecc97d4c32274
Author: Georg-Johann Lay <a...@gjlay.de>
Date:   Sun Aug 11 15:36:07 2024 +0200

    AVR: -mlra is not documeted in TEXI.
    
    gcc/
            * config/avr/avr.opt (mlra): Set Undocumented flag.

Diff:
---
 gcc/config/avr/avr.opt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/config/avr/avr.opt b/gcc/config/avr/avr.opt
index 947489eddf08..444ed7edb26b 100644
--- a/gcc/config/avr/avr.opt
+++ b/gcc/config/avr/avr.opt
@@ -19,7 +19,7 @@
 ; <http://www.gnu.org/licenses/>.
 
 mlra
-Target Var(avr_lra_p) UInteger Init(0) Optimization
+Target Var(avr_lra_p) UInteger Init(0) Optimization Undocumented
 Usa LRA for reload instead of the old reload framework.  This option is 
experimental, and it may be removed in future versions of the compiler.
 
 mcall-prologues

Reply via email to