https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68810
Bug ID: 68810 Summary: FAIL: g++.dg/cpp0x/constexpr-reinterpret1.C -- test for errors -- -m32 Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: vries at gcc dot gnu.org Target Milestone: --- I'm seeing these failures at r231411 for x86_64 -m32: ... FAIL: g++.dg/cpp0x/constexpr-reinterpret1.C -std=c++11 (test for errors, line 21) FAIL: g++.dg/cpp0x/constexpr-reinterpret1.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/constexpr-reinterpret1.C -std=c++14 (test for errors, line 21) FAIL: g++.dg/cpp0x/constexpr-reinterpret1.C -std=c++14 (test for excess errors) ...