diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2022-03-07 15:07:05 +0000 |
---|---|---|
committer | Jonathan Wakely <jwakely@redhat.com> | 2022-03-07 15:10:29 +0000 |
commit | 4cb935cb69f12088975fa7f6907c6ace0580e2dd (patch) | |
tree | 6612629cf094074ee3e702d05a750c571b3f1cb9 /gcc/fortran/dump-parse-tree.cc | |
parent | 111754595cf8d3a8ae7063a42ac4cea18a304711 (diff) | |
download | gcc-4cb935cb69f12088975fa7f6907c6ace0580e2dd.zip gcc-4cb935cb69f12088975fa7f6907c6ace0580e2dd.tar.gz gcc-4cb935cb69f12088975fa7f6907c6ace0580e2dd.tar.bz2 |
libstdc++: Use visibility pragmas instead of attributes [PR104807]
The _GLIBCXX_PSEUDO_VISIBILITY macro isn't defined until after including
os_defines.h, so we can't use _GLIBCXX_VISIBILITY early in c++config.
Replace the uses of that macro with #pragma visibility push(default)
instead.
libstdc++-v3/ChangeLog:
PR libstdc++/104807
* include/bits/c++config (__terminate, __glibcxx_assert_fail):
Replace _GLIBCXX_VISIBILITY on function with visibility pragma.
(__is_constant_evaluated): Add visibility pragma.
Diffstat (limited to 'gcc/fortran/dump-parse-tree.cc')
0 files changed, 0 insertions, 0 deletions