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

mmitchel at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Sun Feb 28 17:08:00 GMT 2010



------- Comment #22 from mmitchel at gcc dot gnu dot org  2010-02-28 17:08 -------
Subject: Bug 42748

Author: mmitchel
Date: Sun Feb 28 17:07:54 2010
New Revision: 157124

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157124
Log:
2010-02-27  Mark Mitchell  <mark@codesourcery.com>

        PR c++/42748
        * cp-tree.h (push_tinst_level): Declare.
        (pop_tinst_level): Likewise.
        * pt.c (push_tinst_level): Give it external linkage.
        (pop_tinst_level): Likewise.
        * mangle.c (mangle_decl_string): Set the source location to that
        of the decl while mangling.

2010-02-27  Mark Mitchell  <mark@codesourcery.com>

        PR c++/42748
        * g++.dg/abi/mangle11.C: Adjust mangling warning locations.
        * g++.dg/abi/mangle12.C: Likewise.
        * g++.dg/abi/mangle20-2.C: Likewise.
        * g++.dg/abi/mangle17.C: Likewise.
        * g++.dg/template/cond2.C: Likewise.
        * g++.dg/template/pr35240.C: Likewise.

Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/cp-tree.h
    trunk/gcc/cp/mangle.c
    trunk/gcc/cp/pt.c
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/g++.dg/abi/mangle11.C
    trunk/gcc/testsuite/g++.dg/abi/mangle12.C
    trunk/gcc/testsuite/g++.dg/abi/mangle17.C
    trunk/gcc/testsuite/g++.dg/abi/mangle20-2.C
    trunk/gcc/testsuite/g++.dg/template/cond2.C
    trunk/gcc/testsuite/g++.dg/template/pr35240.C


-- 


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



More information about the Gcc-bugs mailing list