]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/gcc.c
gcc.c (validate_switches): Validate multiple switches named in '|' (or) expressions...
authorNeil Booth <neil@gcc.gnu.org>
Wed, 22 Nov 2000 19:17:14 +0000 (19:17 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Wed, 22 Nov 2000 19:17:14 +0000 (19:17 +0000)
commit10ebf5fe407fda5d092f23e50b26272d13bb1106
tree6ac492e3e33761ee32ecc7a71fcec680adf93216
parent4f3d0af4a41b74fde1447a0c6081e20b55e8476c
gcc.c (validate_switches): Validate multiple switches named in '|' (or) expressions in specs.

        * gcc.c (validate_switches): Validate multiple switches named
        in '|' (or) expressions in specs.
        (handle_braces): If more than 1 alternative in a '|' spec
        matches, call do_spec1 just once.

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