This is the mail archive of the gcc-bugs@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]

[Bug c++/42748] warnings about 'mangling of 'va_list' has changed in GCC 4.4' not suppressed in sytem headers



------- Comment #2 from mmitchel at gcc dot gnu dot org  2010-01-14 19:22 -------
Paolo --

I think that the warning is accurate; the mangling of va_list has indeed
changed on ARM in GCC 4.4 in order to conform to the ARM ABI specifications. 
There is an option to turn off warnings about PSABI issues; -Wno-psabi.  I
think that option (if not some stronger option) should be used.

Oh, wait.  Maybe we should not warn about this in a system header.  That's
probably the right choice and a trivial change to arm_mangle_type.

Do you agree?

-- Mark


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42748


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