C90 prototype updates.
[gcc.git] / gcc / common.opt
index ab1a69dcf4b24bfd789e3bdb9d457026a3bc31d4..2ad0e0a58f6280510fc2365e68ad0ee40abaec21 100644 (file)
@@ -362,6 +362,10 @@ fgcse-sm
 Common
 Perform store motion after global common subexpression elimination
 
+fgcse-las
+Common
+Perform redundant load after store elimination in global common subexpression elimination
+
 fgnu-linker
 Common
 Output GNU ld formatted global initializers
@@ -513,6 +517,10 @@ fprofile-arcs
 Common
 Insert arc-based program profiling code
 
+fprofile-values
+Common
+Insert code to profile values of expressions
+
 frandom-seed
 Common
 
@@ -715,6 +723,14 @@ fverbose-asm
 Common
 Add extra commentary to assembler output
 
+fvpt
+Common
+Use expression value profiles in optimizations
+
+fweb
+Common
+Construct webs and split unrelated uses of single variable
+
 fwrapv
 Common
 Assume signed arithmetic overflow wraps around