]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Mark some unused/undocumented options as "Ignore" [PR122243]
authorSandra Loosemore <sloosemore@baylibre.com>
Thu, 16 Oct 2025 18:21:40 +0000 (18:21 +0000)
committerSandra Loosemore <sloosemore@baylibre.com>
Mon, 10 Nov 2025 17:57:13 +0000 (17:57 +0000)
gcc/c-family/ChangeLog
PR other/122243
* c.opt (Wsynth): Mark as "Ignore".

gcc/ChangeLog
PR other/122243
* common.opt (ftree-lrs): Mark as "Ignore".

gcc/c-family/c.opt
gcc/common.opt

index 85dc3d8200422ea383949041fdc8265294d49b88..66099c7f397a0ae8be5b3c58d35d030fde668187 100644 (file)
@@ -1503,8 +1503,8 @@ C ObjC C++ ObjC++ Var(warn_sync_nand) Init(1) Warning
 Warn when __sync_fetch_and_nand and __sync_nand_and_fetch built-in functions are used.
 
 Wsynth
-C++ ObjC++ Var(warn_synth) Warning
-Deprecated.  This switch has no effect.
+C++ ObjC++ Warning Ignore
+Does nothing. Preserved for backward compatibility.
 
 Wsystem-headers
 C ObjC C++ ObjC++ Warning
index 92b0d4d931bdcb3654f1265d392e0c5265adf402..2ccfb44eac0b326b56a80219d281127cd52314c0 100644 (file)
@@ -3345,8 +3345,8 @@ Common Var(flag_tree_ter) Optimization
 Replace temporary expressions in the SSA->normal pass.
 
 ftree-lrs
-Common Var(flag_tree_live_range_split) Optimization
-Perform live range splitting during the SSA->normal pass.
+Common Ignore
+Does nothing.  Preserved for backward compatibility.
 
 ftree-vrp
 Common Var(flag_tree_vrp) Init(0) Optimization