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".
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
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