Product: gcc
Version: 11.3.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: libstdc++
Assignee: unassigned at gcc dot gnu.org
Reporter: e.tadeu at gmail dot com
Target Milestone: ---
The following code started fai
Priority: P3
Component: libstdc++
Assignee: unassigned at gcc dot gnu.org
Reporter: e.tadeu at gmail dot com
Target Milestone: ---
When using -std=c++17 (or above), `unary_function` and `binary_function` should
not exist in the `std` namespace, but the following
++
Assignee: unassigned at gcc dot gnu.org
Reporter: e.tadeu at gmail dot com
When trying to use memcpy to copy arrays of restricted pointers, it fails with
the message:
error: '__restrict_' qualifiers cannot be applied to 'void'
This is a failing testcase: