[Bug middle-end/30164] Gimplifier does not produce valid gimple for global_vectora = CONSTRUCTOR

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Sun Sep 14 05:17:00 GMT 2008



------- Comment #5 from pinskia at gcc dot gnu dot org  2008-09-14 05:16 -------
(In reply to comment #4)
> Any news here?  What is the testcase that produces invalid gimple?

typedef signed char v8qi __attribute__ ((vector_size (8)));
int num (void);
v8qi b = (v8qi){ num (), num (), num (), num (), 6, 6, 6, 6 };

And as mentioned this is reduced from g++.dg/init/vector1.C.

Also when I say below, I had meant above (where the comment field is got me
confused :)).


-- 


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



More information about the Gcc-bugs mailing list