c-format.c (locus): Move out of function scope, add GTY attribute.
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Fri, 19 May 2017 14:39:44 +0000 (14:39 +0000)
committerBernd Edlinger <edlinger@gcc.gnu.org>
Fri, 19 May 2017 14:39:44 +0000 (14:39 +0000)
commitff50231797977a56a0d256db645f1e004c6acf00
tree643c9cb26148aa80dea4f81997110158d3bee05f
parent6f2f4050aacf448f1e63a844845a1d0e7cde59ca
c-format.c (locus): Move out of function scope, add GTY attribute.

gcc/c-family:
2017-05-19  Bernd Edlinger  <bernd.edlinger@hotmail.de>

        * c-format.c (locus): Move out of function scope,
        add GTY attribute.

gcc/cp:
2017-05-19  Bernd Edlinger  <bernd.edlinger@hotmail.de>

        * config-lang.in (gtfiles): Add c-family/c-format.c,
        except.c, init.c, lambda.c and friend.c.
        * class.c (dvirt_fn): Move out of function scope,
        add GTY attribute.
        * except.c (fn1-5, throw_fn, rethrow_fn, spec): Likewise.
        * init.c (fn): Likewise.
        * lambda.c (ptr_id, max_id): Likewise.
        * friend.c (global_friend): Add GTY attribute.

From-SVN: r248290
gcc/c-family/ChangeLog
gcc/c-family/c-format.c
gcc/cp/ChangeLog
gcc/cp/class.c
gcc/cp/config-lang.in
gcc/cp/except.c
gcc/cp/friend.c
gcc/cp/init.c
gcc/cp/lambda.c