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 tree-optimization/34648] [4.3 Regression] ICE in find_or_generate_expression



------- Comment #3 from dberlin at gcc dot gnu dot org  2008-01-03 18:16 -------
It is never okay to base an existing expression on an SSA_NAME alone, which is
why we avoid it.

If the SSA_NAME was available, it would have been in the AVAIL set and been
found by the "find" part of find_or_generate_expression.
:)

(In reply to comment #2)
> We are creating *VH.97 by pieces but fail to create the 'piece' for VH.97
> because
> we don't consider a SSA_NAME ok for it.
> 


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34648


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