Bug#886885: Reported upstream
Filed bug: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83808
Bug#886885: gcc-snapshot: "internal compiler error" for invalid input
Package: gcc-snapshot Version: 20180107-1 Severity: normal Dear Maintainer, I should have reported this upstream, but creating an account on GCC Bugzilla takes a day. In the meantime... This sample C++ program $ cat broken.cc struct Rect { int width; }; void f() { const Rect rect = {11};