]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/cp/init.c
init.c: Include intl.h.
authorVolker Reichelt <v.reichelt@netcologne.de>
Mon, 27 Feb 2017 13:29:35 +0000 (13:29 +0000)
committerVolker Reichelt <reichelt@gcc.gnu.org>
Mon, 27 Feb 2017 13:29:35 +0000 (13:29 +0000)
commit24f12823837aa38026253675c822f219a3a34c13
treed07c2ed2cb36a889c6abbfe3a12bde7bea896e41
parentc91c3003b5c4170652925da487d22336461175eb
init.c: Include intl.h.

2017-02-27  Volker Reichelt  <v.reichelt@netcologne.de>

       * init.c: Include intl.h.
       (build_new_1): Move message strings into pedwarn to make them
       -Wformat-security friendly. Mark string for translation.
       * pt.c (tsubst_copy_and_build): Mark string for translation.
       Make the pointer const.
       * semantics.c (finish_id_expression): Mark strings for
       * translation.

From-SVN: r245757
gcc/cp/ChangeLog
gcc/cp/init.c
gcc/cp/pt.c
gcc/cp/semantics.c