Deleted Added
sdiff udiff text old ( 259005 ) new ( 259092 )
full compact
1@c Copyright (C) 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
2@c 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
3@c This is part of the GCC manual.
4@c For copying conditions, see the file gcc.texi.
5
6@ignore
7@c man begin INCLUDE
8@include gcc-vers.texi

--- 172 unchanged lines hidden (view full) ---

181-fno-implicit-templates @gol
182-fno-implicit-inline-templates @gol
183-fno-implement-inlines -fms-extensions @gol
184-fno-nonansi-builtins -fno-operator-names @gol
185-fno-optional-diags -fpermissive @gol
186-frepo -fno-rtti -fstats -ftemplate-depth-@var{n} @gol
187-fno-threadsafe-statics -fuse-cxa-atexit -fno-weak -nostdinc++ @gol
188-fno-default-inline -fvisibility-inlines-hidden @gol
189-Wabi -Wctor-dtor-privacy @gol
190-Wnon-virtual-dtor -Wreorder @gol
191-Weffc++ -Wno-deprecated -Wstrict-null-sentinel @gol
192-Wno-non-template-friend -Wold-style-cast @gol
193-Woverloaded-virtual -Wno-pmf-conversions @gol
194-Wsign-promo}
195
196@item Language Independent Options

--- 1424 unchanged lines hidden (view full) ---

1621compare pointers to a particular inline method, you might mark it as
1622having default visibility. Marking the enclosing class with explicit
1623visibility will have no effect.
1624
1625Explicitly instantiated inline methods are unaffected by this option
1626as their linkage might otherwise cross a shared library boundary.
1627@xref{Template Instantiation}.
1628
1629@item -fno-weak
1630@opindex fno-weak
1631Do not use weak symbol support, even if it is provided by the linker.
1632By default, G++ will use weak symbols if they are available. This
1633option exists only for testing, and should not be used by end-users;
1634it will result in inferior code and has no benefits. This option may
1635be removed in a future release of G++.
1636

--- 12369 unchanged lines hidden ---