------- 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