On Jun 18, 2012, at 1:01 PM, Steven Bosscher wrote: > Hello, > > There are exactly 2 references to the target macro VMS_TARGET: > > cp/decl.c:#if VMS_TARGET > config/vax/vax.h:#define VMS_TARGET 0 > > I'm not sure what the macro is for. GCC seems to support a couple of > VMS targets, but none of them define VMS_TARGET. > > This patch remove the macro. I can't test this because I have no > access to a VMS machine, but it is pretty obvious that the macro is > dead code.
The return code conversion is performed by vms-ucrt0.c and indeed this code is not used. Tristan.