On Tue, Feb 12, 2019 at 2:13 AM Martin Sebor <mse...@gmail.com> wrote: > > The attached patch removes the assumption introduced earlier today > in my fix for bug 87996 that the valid_constant_size_p argument is > a constant expression. I couldn't come up with a C/C++ test case > where this isn't true but apparently it can happen in Ada which I > inadvertently didn't build. I still haven't figured out what > I have to do to build it on my Fedora 29 machine so I tested > this change by hand (besides bootstrapping w/o Ada).
OK. > The first set of instructions Google gives me don't seem to do > it: > > https://fedoraproject.org/wiki/Features/Ada_developer_tools > > and neither does dnf install gcc-gnat as explained on our Wiki: > > https://gcc.gnu.org/wiki/GNAT > > If someone knows the magic chant I would be grateful (it might > be helpful to also update the Wiki page -- the last change to > it was made in 2012; I volunteer to do that). > > Martin