This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PATCH: Turn on -Wpsabi only for the C languages


> This looks wrong for me.  Either Fortran, Java, Ada etc. don't pass
> union arguments containing long double, then obviously the warning will
> never be emitted for them, or they do and in that case there is an ABI
> change that the people would be better informed about.

We don't guarantee ABI compatibility between minor GCC versions in Ada so we 
don't want the warning.  Moreover its wording doesn't mean anything in Ada.

-- 
Eric Botcazou


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]