re PR c++/42748 (warnings about 'mangling of 'va_list' has changed in GCC 4.4' not...
authorMark Mitchell <mark@codesourcery.com>
Mon, 25 Jan 2010 03:14:25 +0000 (03:14 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Mon, 25 Jan 2010 03:14:25 +0000 (03:14 +0000)
commitd147cbd9029c1079d33efccc2b2dcfb98dd8b48d
treefaebf1f9f3cb4742c68a4a6ecb3f6986d939d6ff
parentdd291a2ebca07c3558df16fa579460385c55d226
re PR c++/42748 (warnings about 'mangling of 'va_list' has changed in GCC 4.4' not suppressed in sytem headers)

PR c++/42748
* config/arm/arm.c (arm_mangle_type): Do not warn about changes to
mangling of va_list in system headers.

PR c++/42748
* g++.dg/abi/arm_va_list2.C: New test.
* g++.dg/abi/arm_va_list2.h: Companion header file.

From-SVN: r156202
gcc/ChangeLog
gcc/config/arm/arm.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/abi/arm_va_list2.C [new file with mode: 0644]
gcc/testsuite/g++.dg/abi/arm_va_list2.h [new file with mode: 0644]