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 middle-end/30164] Gimplifier does not produce valid gimple for global_vectora = CONSTRUCTOR



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


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