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/22116] [4.1 Regression] PRE of COMPLEX_EXPR causes ICE


------- Additional Comments From dberlin at gcc dot gnu dot org  2005-06-19 01:43 -------
Subject: Re:  [4.1 Regression] PRE of
	COMPLEX_EXPR causes ICE

On Sun, 2005-06-19 at 01:16 +0000, rth at gcc dot gnu dot org wrote:
> ------- Additional Comments From rth at gcc dot gnu dot org  2005-06-19 01:16 -------
> Danny, would you look at this?  I have no idea why PRE is claiming to insert
> an expression,
> 
> Created phi prephitmp.27_34 = PHI <i_15(1), pretmp.26_35(3)>; in block 2
> 
> but then not actually doing it.

Sure.

(I suspect this deep down is really a case of PRE not knowing what do
with an expression type, or having to mark a symbol for renaming but not
doing it or something).




-- 


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


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