This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/30164] Gimplifier does not produce valid gimple for global_vectora = CONSTRUCTOR
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 14 Sep 2008 05:16:17 -0000
- Subject: [Bug middle-end/30164] Gimplifier does not produce valid gimple for global_vectora = CONSTRUCTOR
- References: <bug-30164-6528@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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