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