On 22 June 2015 at 18:59, Jason Merrill <ja...@redhat.com> wrote: > On 06/19/2015 08:23 PM, Mikhail Maltsev wrote: >> >> I see that version 5.2 is set as target milestone for this bug. Should I >> backport the patch? > > > Please. > > Jason >
Hi Mikhail, In the gcc-5-branch, I can see that your new inhibit-warn-2.C test fails (targets ARM and AArch64). I can see this error message in g++.log: /aci-gcc-fsf/sources/gcc-fsf/gccsrc/gcc/testsuite/g++.dg/diagnostic/inhibit-warn-2.C: In function 'void fn1()': /aci-gcc-fsf/sources/gcc-fsf/gccsrc/gcc/testsuite/g++.dg/diagnostic/inhibit-warn-2.C:29:3: error: 'typename A<(F<typename C< <template-parameter-1-1> >::type>::value || B:: value)>::type D::operator=(Expr) [with Expr = int; typename A<(F<typename C< <template-parameter-1-1> >::type>::value || B:: value)>::type = int]' is private /aci-gcc-fsf/sources/gcc-fsf/gccsrc/gcc/testsuite/g++.dg/diagnostic/inhibit-warn-2.C:35:7: error: within this context Christophe.