OSDN Git Service

2010-04-22 Richard Guenther <rguenther@suse.de>
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 22 Apr 2010 11:19:45 +0000 (11:19 +0000)
committerMasaki Muranaka <monaka@monami-software.com>
Sun, 23 May 2010 04:46:10 +0000 (13:46 +0900)
PR tree-optimization/43845
* tree-ssa-pre.c (create_component_ref_by_pieces_1): Properly
lookup the CALL_EXPR function and arguments.

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@158641 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/testsuite/ChangeLog

index a37cc4b..659727d 100644 (file)
@@ -1,3 +1,9 @@
+2010-04-22  Richard Guenther  <rguenther@suse.de>
+
+       PR tree-optimization/43845
+       * tree-ssa-pre.c (create_component_ref_by_pieces_1): Properly
+       lookup the CALL_EXPR function and arguments.
+
 2010-04-22  Nick Clifton  <nickc@redhat.com>
 
        * config/stormy16/stormy16.c
index 074b25d..026b4ba 100644 (file)
@@ -1,3 +1,8 @@
+2010-04-22  Richard Guenther  <rguenther@suse.de>
+
+       PR tree-optimization/43845
+       * gcc.c-torture/compile/pr43845.c: New testcase.
+
 2010-04-22  Bernd Schmidt  <bernds@codesourcery.com>
 
        PR middle-end/29274