diff options
author | Nick Clifton <nickc@cygnus.com> | 1999-09-09 11:22:50 +0000 |
---|---|---|
committer | Nick Clifton <nickc@gcc.gnu.org> | 1999-09-09 11:22:50 +0000 |
commit | fb3f91c9a888e175c2d2e39ed9017b59f4c99876 (patch) | |
tree | 9df639efa71bf30e872a0283cd1d97ca634256ef /gcc/toplev.c | |
parent | 9b1b9cc9100dc238f7ad0e1efd87e08bbe7b2957 (diff) | |
download | gcc-fb3f91c9a888e175c2d2e39ed9017b59f4c99876.zip gcc-fb3f91c9a888e175c2d2e39ed9017b59f4c99876.tar.gz gcc-fb3f91c9a888e175c2d2e39ed9017b59f4c99876.tar.bz2 |
Pass -pedantic command line switch on to cpplib
From-SVN: r29232
Diffstat (limited to 'gcc/toplev.c')
-rw-r--r-- | gcc/toplev.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c index ec3c013..483db33 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -1143,6 +1143,7 @@ documented_lang_options[] = { "-lang-c", "" }, { "-lang-c89", "" }, { "-lang-c++", "" }, + { "-pedantic", "" }, { "-remap", "" }, { "-nostdinc", "" }, { "-nostdinc++", "" }, |