This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug testsuite/72838] New: FAIL: g++.dg/cpp0x/constexpr-cast.C
- From: "thopre01 at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 08 Aug 2016 14:56:45 +0000
- Subject: [Bug testsuite/72838] New: FAIL: g++.dg/cpp0x/constexpr-cast.C
- Auto-submitted: auto-generated
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72838
Bug ID: 72838
Summary: FAIL: g++.dg/cpp0x/constexpr-cast.C
Product: gcc
Version: 7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: testsuite
Assignee: unassigned at gcc dot gnu.org
Reporter: thopre01 at gcc dot gnu.org
CC: msebor at gcc dot gnu.org
Target Milestone: ---
Target: arm-none-eabi
Hi,
g++.dg/cpp0x/constexpr-cast.C fails on arm-none-eabi on the dg-error at line 8:
NA->FAIL: g++.dg/cpp0x/constexpr-cast.C -std=c++11 bug c++/49171 (test for
errors, line 8)
NA->FAIL: g++.dg/cpp0x/constexpr-cast.C -std=c++14 bug c++/49171 (test for
errors, line 8)
I believe this is due to the target triplet which is *-*-*-* rather than *-*-*.
Best regards.