From 596e808cf6cc91f556838099b832bd01ce71e828 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20L=C3=B3pez-Ib=C3=A1=C3=B1ez?= Date: Fri, 22 Aug 2014 18:39:16 +0000 Subject: c.opt (Wcomment): Use CPP, Var and LangEnabledBy. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit gcc/c-family/ChangeLog: 2014-08-22 Manuel López-Ibáñez * c.opt (Wcomment): Use CPP, Var and LangEnabledBy. (Wmultichar): Likewise. (Wdate-time): Use C-family languages instead of Common. Use CPP and Var. * c-opts.c (c_common_handle_option): Do not handle the above options here. (sanitize_cpp_opts): Likewise. gcc/testsuite/ChangeLog: 2014-08-22 Manuel López-Ibáñez * g++.dg/warn/wdate-time.C: Remove. * gcc.dg/wdate-time.c: Move from here... * c-c++-common/wdate-time.c: ... to here. From-SVN: r214350 --- gcc/testsuite/c-c++-common/wdate-time.c | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/wdate-time.c (limited to 'gcc/testsuite/c-c++-common') diff --git a/gcc/testsuite/c-c++-common/wdate-time.c b/gcc/testsuite/c-c++-common/wdate-time.c new file mode 100644 index 0000000..e69de29 -- cgit v1.1