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/30930] [4.3 Regression] vector can cause to create an extra variable



------- Comment #2 from pinskia at gcc dot gnu dot org  2007-02-23 22:47 -------
(In reply to comment #1)
> I believe the mini-pre-alias passes from honza will fix this by recomputing
> addressability.

But this is not about recomputing addressability but instead recomputing
DECL_GIMPLE_REG_P which we don't do currently.  We could do it the same time as
we recompute addressability and I think we should.  I will go look into this
futher later today.


-- 


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


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