typeck.c (unary_complex_lvalue): Do not duplicate the argument to modify...
authorErik Rozendaal <dlr@acm.org>
Mon, 9 Jul 2001 23:46:06 +0000 (19:46 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Mon, 9 Jul 2001 23:46:06 +0000 (19:46 -0400)
commitae818d3be84a3154287758d8be72c82b921d1429
treec6ad27b09a855052eba84353eab09e3c659df104
parentd777856dc899138fa15029c6f7490614c176d765
typeck.c (unary_complex_lvalue): Do not duplicate the argument to modify...

        * typeck.c (unary_complex_lvalue): Do not duplicate the
        argument to modify, pre-, or post-increment when used as an
        lvalue and when the argument has side-effects.

From-SVN: r43884
gcc/cp/ChangeLog
gcc/cp/typeck.c