2014-11-29 Tobias Burnus <burnus@net-b.de>
authorburnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 29 Nov 2014 00:04:48 +0000 (00:04 +0000)
committerburnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 29 Nov 2014 00:04:48 +0000 (00:04 +0000)
commit1eaf1dbefe219bcd5f1b87d32863a7f92bda154d
tree817e0bd186b25372de8bb48878056440c3f75bfb
parent85ac1c40b2529d4be5e3e9572778ab8d06e00f76
2014-11-29  Tobias Burnus  <burnus@net-b.de>
            Manuel López-Ibáñez  <manu@gcc.gnu.org>

gcc/
        * opt-functions.awk (lang_enabled_by): Support || for
        enabled-by.
        * optc-gen.awk: Ditto.
        * doc/options.texi (LangEnabledBy, EnabledBy): Document the
        || syntax.

gcc/fortran/
        * lang.opt (Wtabs): Combine duplicated item into a single
        one using || for LangEnabledBy.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@218175 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/c-family/c.opt
gcc/doc/options.texi
gcc/fortran/ChangeLog
gcc/fortran/lang.opt
gcc/opt-functions.awk
gcc/optc-gen.awk