r176004 - in /trunk/gcc: ChangeLog c-typeck.c t...

jakub@gcc.gnu.org jakub@gcc.gnu.org
Thu Jul 7 19:11:00 GMT 2011


Author: jakub
Date: Thu Jul  7 19:11:27 2011
New Revision: 176004

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176004
Log:
	PR c/49644
	* c-typeck.c (build_binary_op): For MULT_EXPR and TRUNC_DIV_EXPR with
	one non-complex and one complex argument, call c_save_expr on both
	operands.

	* gcc.c-torture/execute/pr49644.c: New test.

Added:
    trunk/gcc/testsuite/gcc.c-torture/execute/pr49644.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/c-typeck.c
    trunk/gcc/testsuite/ChangeLog



More information about the Gcc-cvs mailing list