]> git.ipfire.org Git - thirdparty/gcc.git/commit
libstdc++: Remove workaround in __gnu_cxx::char_traits::move [PR89074]
authorJonathan Wakely <jwakely@redhat.com>
Thu, 7 Jul 2022 12:40:20 +0000 (13:40 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Thu, 7 Jul 2022 16:38:14 +0000 (17:38 +0100)
commitad6135e261ced29972e5aa33404e45bcdd99440f
tree20b59fc0ce7dd752b0a70ec0bdc79fe157ac3aa3
parent9de8fbe1507d8c6e7c9657657a3c05337b8fde23
libstdc++: Remove workaround in __gnu_cxx::char_traits::move [PR89074]

The front-end bug that prevented this constexpr loop from working has
been fixed since GCC 12.1 so we can remove the workaround.

libstdc++-v3/ChangeLog:

PR c++/89074
* include/bits/char_traits.h (__gnu_cxx::char_traits::move):
Remove workaround for front-end bug.
libstdc++-v3/include/bits/char_traits.h