On Mon, 18 Jun 2012, Steven Bosscher wrote: > gcc/ > * config/vax/vax.h (VMS_TARGET): Remove. > > cp/ > * decl.c (finish_function): Remove code conditional on VMS_TARGET.
OK. Both C and C++ specify an implicit return of 0 from main; it's for the C runtime to convert return values from main into whatever form the underlying platform expects, rather than for the compiler to generate something different from what "return 0;" would do. -- Joseph S. Myers jos...@codesourcery.com