PR c++/4025
gcc/
* doc/invoke.texi (C++ Dialect Options): Clarify usage of
-fno-implicit-templates.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@266239
138bc75d-0d04-0410-961f-
82ee72b054a4
+2018-11-17 Sandra Loosemore <sandra@codesourcery.com>
+
+ PR c++/4025
+ * doc/invoke.texi (C++ Dialect Options): Clarify usage of
+ -fno-implicit-templates.
+
2018-11-17 Jakub Jelinek <jakub@redhat.com>
PR tree-optimization/87546
@opindex fimplicit-templates
Never emit code for non-inline templates that are instantiated
implicitly (i.e.@: by use); only emit code for explicit instantiations.
+If you use this option, you must take care to structure your code to
+include all the necessary explicit instantiations to avoid getting
+undefined symbols at link time.
@xref{Template Instantiation}, for more information.
@item -fno-implicit-inline-templates