This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: New option for linkage compatibility with Visual Studio


On Mon, 25 Jun 2007, Geoffrey Keating wrote:

> +1. It sets the default visibility to 'hidden', like 

@samp{hidden}.

> +@option{-fvisibility=hidden}.
> +2. Types, but not their members, are not hidden by default.
> +3. The One Definition Rule is relaxed for types without explicit
> +visibility specifications which are defined in more than one different
> +shared object: those declarations are permitted if they would have
> +been permitted when this option was not used.

This numbered list should use @enumerate.

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]