# DP: Don't warn anymore that 4.4 has changed the `va_list' mangling. gcc/ 2012-09-21 Matthias Klose * config/arm/arm.c (arm_mangle_type): Don't warn anymore that 4.4 has changed the `va_list' mangling. Index: b/src/gcc/config/arm/arm.c =================================================================== --- a/src/gcc/config/arm/arm.c +++ b/src/gcc/config/arm/arm.c @@ -24495,16 +24495,7 @@ has to be managled as if it is in the "std" namespace. */ if (TARGET_AAPCS_BASED && lang_hooks.types_compatible_p (CONST_CAST_TREE (type), va_list_type)) - { - static bool warned; - if (!warned && warn_psabi && !in_system_header) - { - warned = true; - inform (input_location, - "the mangling of % has changed in GCC 4.4"); - } - return "St9__va_list"; - } + return "St9__va_list"; /* Half-precision float. */ if (TREE_CODE (type) == REAL_TYPE && TYPE_PRECISION (type) == 16)