https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71792
Jonathan Wakely <redi at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Last reconfirmed| |2018-10-08 Known to work| |6.4.0, 7.1.0, 8.1.0 See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=71586 Target Milestone|--- |6.4 Ever confirmed|0 |1 Known to fail| |6.3.0 --- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> --- This was fixed by r245343 PR c++/78908 - template ops and bitfields * tree.c (build_min_non_dep): Use unlowered_expr_type. We should probably add the testcase to the testsuite before closing it.