> Do we have time (and release-managerial leeway)? I probably couldn't > start sending patches until the other side of the weekend.
I think we can take the (small) risk for 4.4.0; it's only the Ada compiler and only on Windows. > Well... I think that whatever kind of harm it could possibly do in this > case would be limited to adding eh tables where not needed, so a bit of > image bloat is probably the worst that could happen. I can assure you that -fexceptions is strictly a no-op for the Ada compiler in ZCX mode, see misc.c:gnat_init_gcc_eh. No point in taking any risks fiddling with the complex Makefile machinery on all platforms. -- Eric Botcazou