]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/gimple.c
re PR tree-optimization/46076 (constant propagation and compile-time math no longer...
authorRichard Guenther <rguenther@suse.de>
Tue, 12 Apr 2011 10:44:15 +0000 (10:44 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Tue, 12 Apr 2011 10:44:15 +0000 (10:44 +0000)
commitf20ca7258739d74b12cf381293b10f72125732c5
treee792618dd649e3a0226cbeeef5d614d64ccfe552
parent78a869ec7471a7c86d992a4cd3a506f5538995fc
re PR tree-optimization/46076 (constant propagation and compile-time math no longer happening versus 4.4 and 4.5)

2011-04-12  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/46076
* gimple.h (struct gimple_statement_call): Add fntype field.
(gimple_call_fntype): Adjust.
(gimple_call_set_fntype): New function.
* gimple.c (gimple_build_call_1): Set the call function type.
* gimplify.c (gimplify_call_expr): Preserve the function
type the frontend used for the call.
(gimplify_modify_expr): Likewise.
* lto-streamer-in.c (input_gimple_stmt): Input the call stmts
function type.
* lto-streamer-out.c (output_gimple_stmt): Output the call stmts
function type.
* tree-ssa.c (useless_type_conversion_p): Function pointer
conversions are useless.

* gcc.dg/tree-ssa/pr46076.c: Un-XFAIL.

From-SVN: r172310
gcc/ChangeLog
gcc/gimple.c
gcc/gimple.h
gcc/gimplify.c
gcc/lto-streamer-in.c
gcc/lto-streamer-out.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/pr46076.c
gcc/tree-ssa.c