------- Comment #4 from ebotcazou at gcc dot gnu dot org 2010-06-18 16:39 ------- Subject: Bug 40900
Author: ebotcazou Date: Fri Jun 18 16:38:29 2010 New Revision: 161006 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=161006 Log: PR rtl-optimization/40900 * expr.c (expand_expr_real_1) <SSA_NAME>: Fix long line. Save the original expression for later reuse. <expand_decl_rtl>: Use promote_function_mode to compute the signedness of the promoted RTL for a SSA_NAME on the LHS of a call statement. Added: trunk/gcc/testsuite/gcc.target/arm/pr40900.c Modified: trunk/gcc/ChangeLog trunk/gcc/expr.c trunk/gcc/testsuite/ChangeLog -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40900