diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2021-08-25 22:27:22 +0100 |
---|---|---|
committer | Jonathan Wakely <jwakely@redhat.com> | 2021-08-25 22:29:27 +0100 |
commit | f1a08f4d7839a0197a28ecd9ca6d4400769da3a7 (patch) | |
tree | 611482c06749891a8d0a0f7eb25db39360e8510f /libcpp | |
parent | 0163bbaaef119ef9e98c4b3dcba159609f77c818 (diff) | |
download | gcc-f1a08f4d7839a0197a28ecd9ca6d4400769da3a7.zip gcc-f1a08f4d7839a0197a28ecd9ca6d4400769da3a7.tar.gz gcc-f1a08f4d7839a0197a28ecd9ca6d4400769da3a7.tar.bz2 |
libstdc++: Fix names.cc test failures on Windows
The Windows CRT headers define structs with members called f, x, y etc
so don't check those. There are also lots of unnecessary function
parameters in mingw headers using non-reserved names, e.g.
<time.h> uses p and z as parameters of mingw_gettimeofday
<inttypes.h> uses j as a parameter of imaxabs
<pthread.h> uses l, o and func as parameter names
Those should be fixed in the headers instead.
Signed-off-by: Jonathan Wakely <jwakely@redhat.com>
libstdc++-v3/ChangeLog:
* testsuite/17_intro/names.cc: Adjust for Windows.
Diffstat (limited to 'libcpp')
0 files changed, 0 insertions, 0 deletions