On Wed, Oct 02, 2013 at 04:12:24PM +0300, Marc Glisse wrote: > On Wed, 2 Oct 2013, Jason Merrill wrote: > > >On 10/02/2013 08:33 AM, Marc Glisse wrote: > >>+ if (flag_delete_null_pointer_checks && !flag_check_new > > > >You can't use flag_check_new in language-independent code without > >moving it from c.opt to common.opt. > > Thanks, that makes sense and I'll do that, but I am surprised that > the fortran and java compilers built without complaining.
I think the macros are gathered for all the FEs configured, and as the C FE is mandatory I think you can't end up with it not being defined. Jakub