diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-09-24 15:14:40 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-09-24 15:14:40 +0000 |
commit | 4b2a05b647023bc6e9ea59e63d4a958b22d0e6e2 (patch) | |
tree | 9634a20b24d74e1896dd160d848437b8df66e1f5 /gcc/common.opt | |
parent | 0a0fe6ffc113e0bd9cd6598faeb57a2b13ad78a2 (diff) | |
download | gcc-4b2a05b647023bc6e9ea59e63d4a958b22d0e6e2.tar.gz |
* common.opt (undef): New.
testsuite:
* gcc.dg/cpp/undef-opt-1.c: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164599 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/common.opt')
-rw-r--r-- | gcc/common.opt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/common.opt b/gcc/common.opt index 119a64af0a8..6b89c3294ed 100644 --- a/gcc/common.opt +++ b/gcc/common.opt @@ -1924,6 +1924,10 @@ Driver JoinedOrMissing u Driver Joined Separate +undef +Driver +; C option, but driver must not handle as "-u ndef". + v Driver |