d: Remove Wtemplates warnings from the code generation pass
authorIain Buclaw <ibuclaw@gdcproject.org>
Sun, 3 Apr 2022 12:40:34 +0000 (14:40 +0200)
committerIain Buclaw <ibuclaw@gdcproject.org>
Sun, 3 Apr 2022 13:16:39 +0000 (15:16 +0200)
commit243e649dcbb2262f2ed6116b14a78bfa82900bd2
treea3d07733174ada5063179007294f6e4e911d4546
parent0847ad33b908af88bca1e6980d0b977316d05e18
d: Remove Wtemplates warnings from the code generation pass

These have been superceded by the front-end's own internal tracking of
instantiations, exposed by `-ftransition=templates'.

gcc/d/ChangeLog:

* d-lang.cc: Include dmd/template.h.
(d_parse_file): Call printTemplateStats when vtemplates is set.
* decl.cc (start_function): Remove OPT_Wtemplates warning.
* lang.opt (Wtemplates): Remove.
gcc/d/d-lang.cc
gcc/d/decl.cc
gcc/d/lang.opt