https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86608
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> --- That && !DECL_P has been introduced with https://gcc.gnu.org/ml/gcc-patches/2015-12/msg00689.html (the third patch in it), but neither of those 3 tests nor the nontype8.C test it tweaks have any volatile keywords in it, so it is unclear why that change has been made. Note, addr-builtin1.C is actually addr_builtin1.C directly in g++.dg/. Marek, do you plan to handle this?