------- Comment #3 from pinskia at gcc dot gnu dot org  2006-12-22 07:39 -------
(In reply to comment #2)
> Actually there are three seperate issues:
> 1) for my recent vector patch, it was a c-gimplifier issue with respect of not
> setting GIMPLE_REG_P on the decls for the compount literals, this helps with
> complex typed variables also.
I posted a semi correct patch for this but it needs to be improved so I
withdrew it but I am about to post a new patch.

> 2) we don't record constant vector constructors as min invarient
This was fixed via:
http://gcc.gnu.org/ml/gcc-patches/2006-12/msg01366.html

> 3) we still don't gimplifier correctly for the below testcase with the
> constructor.

I am about to post a patch for this.


-- 


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

Reply via email to