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: [Patch - vms]: Add support of pragma __extern_prefix


On Mon, 7 Nov 2011, Tristan Gingold wrote:

> Hi,
> 
> DEC-C for vms has '#pragma __extern_prefix' which is not unlike '#pragma 
> extern_prefix' supported by DEC-C for Tru64.
> 
> This patch adds supports for the VMS version (which can save and restore 
> the current prefix).  It reuses most of the current infrastructure, but 
> to do so c-pragma.c:pragma_extern_prefix had to be public.
> 
> Manually tested by cross-building for ia64-vms and alpha-vms.
> 
> Ok for trunk ?

The c-family changes are OK.

-- 
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]