This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug optimization/12920] [tree-ssa] compiler fails to build gdb


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]