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/19853] [4.0 Regression] incorrect vops after exposing a new global variable


------- Additional Comments From dnovillo at redhat dot com  2005-02-14 19:03 -------
Subject: Re:  [4.0 Regression] incorrect vops
 after exposing a new global variable

uweigand at gcc dot gnu dot org wrote:

> When SRA scalarizes this initializer,
> it is gimplified; the Ada-specific gimplification routine will replace
> the ADDR_EXPR of CONSTRUCTOR with the newly generated temporary at this
> point.
> 
We *gimplify* in the middle of the optimization pipeline?  Sigh.

Send me a test case in a new PR?


Diego.


-- 


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


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