This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/49644] [4.5 Regression] post-increment of promoted operand is incorrect.


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

--- Comment #13 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-07-19 13:08:36 UTC ---
Author: jakub
Date: Tue Jul 19 13:08:33 2011
New Revision: 176457

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176457
Log:
    Backport from mainline
    2011-07-07  Jakub Jelinek  <jakub@redhat.com>

    PR c/49644
    * typeck.c (cp_build_binary_op): For MULT_EXPR and TRUNC_DIV_EXPR with
    one non-complex and one complex argument, call save_expr on both
    operands.

    * g++.dg/torture/pr49644.C: New test.

Added:
    branches/gcc-4_5-branch/gcc/testsuite/g++.dg/torture/pr49644.C
Modified:
    branches/gcc-4_5-branch/gcc/cp/ChangeLog
    branches/gcc-4_5-branch/gcc/cp/typeck.c
    branches/gcc-4_5-branch/gcc/testsuite/ChangeLog


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]