https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120237
Tobias Burnus <burnus at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|NEW |RESOLVED
--- Comment #4 from Tobias Burnus <burnus at gcc dot gnu.org> ---
FIXED.
As noted in the patch-submission email (see there for details):
* ISL > 0.24 requires C++17, but GCC only requires C++14
(ISL > 0.24 provides no really required features. Thus,
no need to think about it.)
* gettext - this one has its own particularities. Thus,
it was not included in this update.
Note that gettext 0.26 (released 20 Jul 2025) contains
an update for GCC format checking, which avoids some
.po translation issues (missing/wrong %...). Thus, using
it has advantages.