]> git.ipfire.org Git - thirdparty/gcc.git/commit
* c.opt: Change -std=c++1y and -std=gnu++1y to be aliases for
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 25 Aug 2014 05:05:01 +0000 (05:05 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 25 Aug 2014 05:05:01 +0000 (05:05 +0000)
commitc35e53f1c697984a903d731bec157bc9f7aeb07b
treed336eea618bf43328e36d2b18690a8a1c4b26f95
parent0bad5c9c9e70a4f4d6a83101e60be87888d02261
* c.opt: Change -std=c++1y and -std=gnu++1y to be aliases for
-std=c++14 and -std=gnu++14, rather than the reverse.
* c-opts.c (c_common_handle_option): Change OPT_std_c__1y and
OPT_std_gnu__1y to OPT_std_c__14 and OPT_std_gnu__14.
* c-common.h (cxx_dialect): Remove cxx1y.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@214414 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/c-family/ChangeLog
gcc/c-family/c-common.h
gcc/c-family/c-opts.c
gcc/c-family/c.opt
gcc/dwarf2out.c