]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR tree-optimization/30132 (ICE in find_lattice_value, at tree-complex.c:133)
authorRichard Guenther <rguenther@suse.de>
Wed, 9 Jan 2008 15:46:49 +0000 (15:46 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Wed, 9 Jan 2008 15:46:49 +0000 (15:46 +0000)
commitc3e203cf80e81a73402d0ae6ba9b3961394c0434
tree87b56af963095d9e1a946e5466753f49b22bb989
parentdef49dd7ca01bdeea7cf61c90da4206609e65ce5
re PR tree-optimization/30132 (ICE in find_lattice_value, at tree-complex.c:133)

2008-01-09  Richard Guenther  <rguenther@suse.de>
Andrew Pinski  <andrew_pinski@playstation.sony.com>

        PR middle-end/30132
* gimplify.c (gimplify_cond_expr): Do not create an addressable
temporary if an rvalue is ok or an lvalue is not required.

* gcc.c-torture/compile/pr30132.c: New testcase.

Co-Authored-By: Andrew Pinski <andrew_pinski@playstation.sony.com>
From-SVN: r131430
gcc/ChangeLog
gcc/gimplify.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/compile/pr30132.c [new file with mode: 0644]