Re: bootstrap error due to constexpr in go/gofrontend/ast-dump.cc

2019-03-15 Thread Ian Lance Taylor
On Wed, Mar 13, 2019 at 10:01 AM Martin Sebor wrote: > > A recent change (r269633 AFAICS) introduced the constexpr keyword > into go which breaks bootstrap with a C++ 98 compiler. I fixed > it like this in my tree but haven't fully tested it. I just > thought I'd send a heads up before others

bootstrap error due to constexpr in go/gofrontend/ast-dump.cc

2019-03-13 Thread Martin Sebor
A recent change (r269633 AFAICS) introduced the constexpr keyword into go which breaks bootstrap with a C++ 98 compiler. I fixed it like this in my tree but haven't fully tested it. I just thought I'd send a heads up before others run into it. Martin