opts.h (CL_ERR_NEGATIVE): Define.
authorJoseph Myers <joseph@codesourcery.com>
Mon, 30 Aug 2010 10:30:57 +0000 (11:30 +0100)
committerJoseph Myers <jsm28@gcc.gnu.org>
Mon, 30 Aug 2010 10:30:57 +0000 (11:30 +0100)
commit184eb658fe5d4897c705d28ad01c3bd51e8fc62f
tree2d9eb313ce47a3ac9f0c2ace6d148777d7029209
parent9552aca7868b62ed1fa3532a4bdad93f8dc00f54
opts.h (CL_ERR_NEGATIVE): Define.

* opts.h (CL_ERR_NEGATIVE): Define.
* opts.c (unknown_option_callback): Don't postpone warnings for
options marked with CL_ERR_NEGATIVE.
* opts-common.c (decode_cmdline_option): Set CL_ERR_NEGATIVE error
for negative versions of CL_REJECT_NEGATIVE options.

testsuite:
* gcc.dg/opts-1.c: Expect errors, not warnings.

From-SVN: r163637
gcc/ChangeLog
gcc/opts-common.c
gcc/opts.c
gcc/opts.h
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/opts-1.c