[Bug c++/87760] Unable to delete overloads of std::memset on arm

2018-10-26 Thread rearnsha at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87760 Richard Earnshaw changed: What|Removed |Added Resolution|WORKSFORME |FIXED Target Milestone|---

[Bug c++/87760] Unable to delete overloads of std::memset on arm

2018-10-26 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87760 --- Comment #4 from Jonathan Wakely --- It was fixed by r242662 for PR c++/71973

[Bug c++/87760] Unable to delete overloads of std::memset on arm

2018-10-26 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87760 --- Comment #3 from Jonathan Wakely --- This is already fixed in gcc-7. Reduced testcase: extern "C" void* memset(void*, int, long unsigned int); namespace std{ using ::memset; using size_t = decltype(sizeof(0)); void* memset(void*, std:

[Bug c++/87760] Unable to delete overloads of std::memset on arm

2018-10-26 Thread rearnsha at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87760 Richard Earnshaw changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/87760] Unable to delete overloads of std::memset on arm

2018-10-26 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87760 Richard Biener changed: What|Removed |Added Keywords||rejects-valid Target|