c.opt: Change -std=c++1y and -std=gnu++1y to be aliases for -std=c++14 and -std=gnu...
authorJason Merrill <jason@redhat.com>
Mon, 25 Aug 2014 05:05:01 +0000 (01:05 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Mon, 25 Aug 2014 05:05:01 +0000 (01:05 -0400)
commit028aee171abc1b13e97734bac4a3db46743d7a6b
treed336eea618bf43328e36d2b18690a8a1c4b26f95
parent3f0d513197d9b0872b016229f5d1d1c76adb39b7
c.opt: Change -std=c++1y and -std=gnu++1y to be aliases for -std=c++14 and -std=gnu++14...

* 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.

From-SVN: r214414
gcc/c-family/ChangeLog
gcc/c-family/c-common.h
gcc/c-family/c-opts.c
gcc/c-family/c.opt
gcc/dwarf2out.c