On Oct 28, 2015, at 3:04 PM, Eric Botcazou <ebotca...@adacore.com> wrote:
>> Why is -fsso-struct= listed only for C and C++, not ObjC and ObjC++?
> 
> Because it was not tested with the latter 2 languages at all and may require 
> specific adjustments in the respective front-ends to work.

It won’t.  Fixing the language line for the options and a make to ensure it 
still builds for you is enough testing.

>> Almost all C options should be supported for ObjC and almost all C++
>> options should be supported for ObjC++ (and the existing cases that aren't
>> in c.opt generally look dubious).
> 
> Sorry, I have zero experience with ObjC and objC++, let alone their front-end.

None is needed.  One merely copies the string as found on other options for 
your new options, and you’re done.  Indeed, the default should be to always 
include the objective languages unless one goes out of their way to exclude 
them.

Reply via email to