Re: [vms,committed]: Partial support of VMS pragma

2011-11-07 Thread Tristan Gingold
On Nov 7, 2011, at 11:28 AM, Eric Botcazou wrote: >> 2011-11-07 Tristan Gingold >> >> * config.gcc (*-*-*vms*): Set c_target_objs, cxx_target_objs. >> * config/vms/t-vms: Add vms-c.o rule. >> * config/vms/vms-c.c: New file. > > Note that there is #ifdef 0-ed code in the new fi

Re: [vms,committed]: Partial support of VMS pragma

2011-11-07 Thread Eric Botcazou
> 2011-11-07 Tristan Gingold > > * config.gcc (*-*-*vms*): Set c_target_objs, cxx_target_objs. > * config/vms/t-vms: Add vms-c.o rule. > * config/vms/vms-c.c: New file. Note that there is #ifdef 0-ed code in the new file. -- Eric Botcazou

[vms,committed]: Partial support of VMS pragma

2011-11-07 Thread Tristan Gingold
Hi, the native c compiler for VMS, DEC-C, supports a few pragma that are extensively used in system header files. This patch add partial support for a few of them. Committed on trunk. Tristan. 2011-11-07 Tristan Gingold * config.gcc (*-*-*vms*): Set c_target_objs, cxx_target_objs