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


On Wed, Feb 18, 2009 at 07:08:51AM -0800, H.J. Lu wrote:
> We want to turn on -Wpsabi for the C languages. This patch does it.
> OK for trunk?

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.

	Jakub


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