Advertisement
Guest User

patch-common.opt

a guest
Nov 8th, 2010
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. 2010-10-30 Alexander Williams <alejandros_son@yahoo.com>
  2.  
  3. Index: gcc/common.opt
  4. ===================================================================
  5. --- gcc/common.opt
  6. +++ gcc/common.opt (working copy)
  7. @@ -547,6 +547,10 @@
  8. Common
  9. Does nothing. Preserved for backward compatibility.
  10.  
  11. +fformat-extensions
  12. +Common Report Var(flag_format_extensions) Init(0)
  13. +Allow FreeBSD kernel-specific printf format specifiers.
  14. +
  15. fforward-propagate
  16. Common Report Var(flag_forward_propagate) Optimization
  17. Perform a forward propagation pass on RTL
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement