https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88165
--- Comment #1 from leanid <leanid.chaika at gmail dot com> --- minim code: --------------- struct A { struct B { double m = 0.; }; void f(double d, const B &b = B{}) {} }; int main() { } ---------------