------- Comment #2 from hjl at gcc dot gnu dot org  2008-01-24 18:57 -------
Subject: Bug 34904

Author: hjl
Date: Thu Jan 24 18:57:12 2008
New Revision: 131802

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=131802
Log:
2008-01-24  H.J. Lu  <[EMAIL PROTECTED]>

        PR driver/34904
        * gcc.c (SWITCH_OK): Removed.
        (SWITCH_LIVE): Changed to bit.
        (SWITCH_FALSE): Likewise.
        (SWITCH_IGNORE): Likewise.
        (switchstr): Change live_cond to unsigned int.
        (process_command): Replace SWITCH_OK with 0.
        (do_self_spec): Likewise.
        (set_collect_gcc_options): Check the SWITCH_IGNORE bit.
        (give_switch): Likewise.
        (used_arg): Likewise.
        (do_spec_1): Set the SWITCH_IGNORE bit.
        (check_live_switch): Check both SWITCH_LIVE and SWITCH_FALSE
        bits.  Set the SWITCH_LIVE bit.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/gcc.c


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34904

Reply via email to