]> git.ipfire.org Git - thirdparty/gcc.git/commit
calls.c (store_one_arg): Remove incorrect const qualification on the type of the...
authorEric Botcazou <ebotcazou@adacore.com>
Thu, 20 Mar 2014 11:35:22 +0000 (11:35 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Thu, 20 Mar 2014 11:35:22 +0000 (11:35 +0000)
commit9ee5337dd54630e6f0b2d98dc104a8c05d24384d
tree54c489ab22247d4fa7fb01653d3a05e24e36c82e
parent9964e8304b1ea841583e3aea27fdbc65281e0ed3
calls.c (store_one_arg): Remove incorrect const qualification on the type of the temporary.

* calls.c (store_one_arg): Remove incorrect const qualification on the
type of the temporary.
* cfgexpand.c (expand_return): Likewise.
* expr.c (expand_constructor): Likewise.
(expand_expr_real_1): Likewise.

From-SVN: r208694
gcc/ChangeLog
gcc/calls.c
gcc/cfgexpand.c
gcc/expr.c