https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94559
Bug ID: 94559 Summary: Nitpick: constexpr_fill test isn't constexpr Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: eyalroz at technion dot ac.il Target Milestone: --- This test: https://github.com/gcc-mirror/gcc/blob/master/libstdc%2B%2B-v3/testsuite/23_containers/array/requirements/constexpr_fill.cc is named constexpr_fill, but that test is a runtime one.