[Mesa-dev] [Bug 88467] nir.c:140: error: ‘nir_src’ has no member named ‘ssa’
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Jan 22 11:58:34 PST 2015
https://bugs.freedesktop.org/show_bug.cgi?id=88467
--- Comment #17 from Jason Ekstrand <jason at jlekstrand.net> ---
(In reply to Connor Abbott from comment #16)
> (In reply to Jason Ekstrand from comment #15)
> > (In reply to Connor Abbott from comment #14)
> > > I definitely don't want to remove the anonymous union from nir_src. We use
> > > it all over the place, and it really helps with readability and
> > > writeability. Without it, we would have to say "src[n].src.src.ssa" or
> > > "src[n].src.src.reg" for ALU sources, which just seems silly.
> >
> > The anonymous union isn't the problem. That's fine with --std=gnu99. The
> > problem is that they don't work with designated initializers. Now that
> > those are gone, NIR builds just fine with --std=gnu99. We're just waiting
> > for patch review to finish on the configure.ac patch and we'll be building
> > on GCC 4.4 again.
>
> Sure, I was just replying to Emil's suggestion.
Sure. I guess I wasn't reading carefully enough.
--
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20150122/dda448e9/attachment.html>
More information about the mesa-dev
mailing list