integrate.c (expand_inline_function): Ensure non-const actuals don't end up const...
commite59baa1f83fd053979c637f12f89cdf04d1d5ed5
authorOlivier Hainque <hainque@act-europe.fr>
Fri, 18 Apr 2003 22:11:57 +0000 (19 00:11 +0200)
committerRichard Kenner <kenner@gcc.gnu.org>
Fri, 18 Apr 2003 22:11:57 +0000 (18 18:11 -0400)
tree6969ca4ed91ad3bb2b2cec1840cf3c2ba1608f4b
parent8dcea3f35aa46a95aef9b4841b686744214f5690
integrate.c (expand_inline_function): Ensure non-const actuals don't end up const in the caller's flow after...

        * integrate.c (expand_inline_function): Ensure non-const actuals
        don't end up const in the caller's flow after conversion to possibly
        const formal type.

From-SVN: r65794
gcc/ChangeLog
gcc/integrate.c