[Bug libstdc++/69190] New: FAIL: experimental/type_erased_allocator/uses_allocator.cc
thopre01 at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Jan 8 05:18:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69190
Bug ID: 69190
Summary: FAIL:
experimental/type_erased_allocator/uses_allocator.cc
Product: gcc
Version: 6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: libstdc++
Assignee: unassigned at gcc dot gnu.org
Reporter: thopre01 at gcc dot gnu.org
Target Milestone: ---
Target: arm-none-eabi
Commit r232129 causes the following fail on arm-none-eabi target:
FAIL: experimental/type_erased_allocator/uses_allocator.cc
due to bits/uses_allocator.h:102:20: error: '__addressof' is not a member of
'std'
It appears that bits/uses_allocator.h is missing an include on bits/move.h
More information about the Gcc-bugs
mailing list