On Tue, Apr 27, 2021 at 08:46:21PM +0000, Joseph Myers wrote: > On Tue, 27 Apr 2021, Jakub Jelinek via Gcc-cvs wrote: > > > https://gcc.gnu.org/g:50bc9185c2821350f0b785d6e23a6e9dcde58466 > > > > commit r11-8294-g50bc9185c2821350f0b785d6e23a6e9dcde58466 > > Author: Jakub Jelinek <ja...@redhat.com> > > Date: Tue Apr 27 11:37:30 2021 +0200 > > > > c++: Remove #error for release builds > > > > * module.cc: Remove #error that triggers if DEV-PHASE is empty. > > This looks like it needs to be applied to master as well.
Yes, though it is less urgent there (will trigger in ~ a year). I'll commit it there tomorrow. Jakub