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 uweigand at gcc dot gnu dot org  2005-02-14 19:25 -------
(In reply to comment #7)
> We *gimplify* in the middle of the optimization pipeline?  Sigh.

See tree-sra.c:generate_one_element_init.  Now, I don't see how to
cause this gimplification to create new temporary variables except
in the Ada case, so maybe it is an Ada problem after all.  But I'm
not sure ...

> Send me a test case in a new PR?

I only have the Ada test case for this; I can try to simplify it
a bit further ...

-- 


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]