On 02/03/2016 07:51 PM, Tom Callaway wrote:
> On 02/03/2016 01:49 PM, Florian Weimer wrote:
>> On 02/03/2016 07:37 PM, Tom Callaway wrote:
>>
>>> Ideas?
>>
>> Please tells us which package and which build. This needs more context
>> for an investigation, I think.
>
> amanith:
> https://kojipkgs.fedoraproject.org//work/tasks/6502/12806502/build.log
Okay, self-contained test case is:
struct GVector4 {
GVector4(int);
};
struct GNamedSVGcolor {
char Name[22];
GVector4 RGBA;
};
static const GNamedSVGcolor SVGColors[1] = {
{ "aliceblue", GVector4(1) },
};
The RGBA member and the constructor argument appear required to trigger
this.
Florian
--
devel mailing list
[email protected]
http://lists.fedoraproject.org/admin/lists/[email protected]