gcc.c (handle_braces): Recognize `%{<S}' construct.
authorTom Tromey <tromey@cygnus.com>
Sun, 26 Mar 2000 23:23:01 +0000 (23:23 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Sun, 26 Mar 2000 23:23:01 +0000 (23:23 +0000)
commit8097c429f9d704e89573dacbf5a161fbd0ae43b0
tree2101d0cbace98a2583f9661420a58e4b58bf7261
parent751b8992ffc1ccd28c6343520005a4665da3c6e6
gcc.c (handle_braces): Recognize `%{<S}' construct.

* gcc.c (handle_braces): Recognize `%{<S}' construct.
(SWITCH_OK, SWITCH_FALSE, SWITCH_IGNORE, SWITCH_LIVE): New
defines.
(process_command): Use them.
(check_live_switch): Likewise.
(give_switch): Skip ignored switches.

From-SVN: r32756
gcc/ChangeLog
gcc/gcc.c