re PR c++/4025 (Document use/non-use of -fno-implicit-templates in bootflags)
authorSandra Loosemore <sandra@codesourcery.com>
Sat, 17 Nov 2018 16:05:45 +0000 (11:05 -0500)
committerSandra Loosemore <sandra@gcc.gnu.org>
Sat, 17 Nov 2018 16:05:45 +0000 (11:05 -0500)
2018-11-17  Sandra Loosemore  <sandra@codesourcery.com>

PR c++/4025

gcc/
* doc/invoke.texi (C++ Dialect Options): Clarify usage of
-fno-implicit-templates.

From-SVN: r266239

gcc/ChangeLog
gcc/doc/invoke.texi

index 3392f8f498a0e7b50dd98c63c004a5ea4563c873..7362f269c1cca6c0fbc98ce38cc630276925134d 100644 (file)
@@ -1,3 +1,9 @@
+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
index e93a736756644aaea85ce81f76a7f07f68016cdb..db3fa3b9c64630306e585a1f355db9435e4fd9e4 100644 (file)
@@ -2574,6 +2574,9 @@ This option is implied by the strict ISO C++ dialects: @option{-ansi},
 @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