]> git.ipfire.org Git - thirdparty/gcc.git/commit
libstdc++: Fix tzdb.cc to compile with -fno-exceptions
authorJonathan Wakely <jwakely@redhat.com>
Mon, 9 Jan 2023 14:13:16 +0000 (14:13 +0000)
committerJonathan Wakely <jwakely@redhat.com>
Tue, 10 Jan 2023 10:09:22 +0000 (10:09 +0000)
commit8b7c12d83ccb6565d1f4532f9669c33ebbafaef8
tree7bfb9ad838ebf60e0f8331a9f3619ead7f5d9bf8
parent769fae76dfd71045fe062e7b1edef0f59e50371d
libstdc++: Fix tzdb.cc to compile with -fno-exceptions

libstdc++-v3/ChangeLog:

* src/c++20/tzdb.cc (tzdb_list::_S_init_tzdb): Use __try and
__catch macros for exception handling.
libstdc++-v3/src/c++20/tzdb.cc