source: branches/ffigen-x-cocotron/ffigen4/source/gcc-4.3.1-common.opt.diff@ 73

Last change on this file since 73 was 63, checked in by gb, 15 years ago

New.

File size: 542 bytes
RevLine 
[63]1--- common.opt.orig 2008-07-13 16:33:36.000000000 -0600
2+++ common.opt 2009-07-21 20:48:25.000000000 -0600
3@@ -997,9 +997,15 @@
4 Common Report Var(flag_strict_overflow)
5 Treat signed overflow as undefined
6
7-fsyntax-only
8+;fsyntax-only
9+;Common Report Var(flag_syntax_only)
10+;Check for syntax errors, then stop
11+
12+; This is basically just an alias for -fsyntax_only, in practice
13+fffigen
14 Common Report Var(flag_syntax_only)
15-Check for syntax errors, then stop
16+Generate .ffi output
17+
18
19 ftest-coverage
20 Common Report Var(flag_test_coverage)
Note: See TracBrowser for help on using the repository browser.