This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug optimization/12920] [tree-ssa] compiler fails to build gdb
- From: "fjahanian at apple dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 5 Dec 2003 19:39:31 -0000
- Subject: [Bug optimization/12920] [tree-ssa] compiler fails to build gdb
- References: <20031105220653.12920.bbooth@redhat.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From fjahanian at apple dot com 2003-12-05 19:39 -------
This bug was introduced when the second conditional in routine build_array_ref was removed in
the tree-ssa branch.
Was this intentional or a merge mishap?
Thanks, Fariborz
if (TREE_CODE (TREE_TYPE (array)) == ARRAY_TYPE
&& TREE_CODE (array) != INDIRECT_REF)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ <- condition removed in tree-ssa
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12920