Skip to content

gcc-14: Add patches to allow nontrivial use of the C++ <locale> API#25592

Merged
AndWac merged 1 commit into
OpenIndiana:oi/hipsterfrom
Bill-Sommerfeld:oi-upstream-gcc-locale
Feb 10, 2026
Merged

gcc-14: Add patches to allow nontrivial use of the C++ <locale> API#25592
AndWac merged 1 commit into
OpenIndiana:oi/hipsterfrom
Bill-Sommerfeld:oi-upstream-gcc-locale

Conversation

@Bill-Sommerfeld
Copy link
Copy Markdown
Contributor

The generic locale implementation chosen naturally by gcc's configure throws an exception if a locale other than "C" is selected. We can do better.

Use the DragonflyBSD locale support with a few minor changes.

From my illumos-gcc pull request, illumos/gcc#56

@AndWac
Copy link
Copy Markdown
Contributor

AndWac commented Feb 10, 2026

Please set COMPONENT_REVISION=1 in the Makefile

The generic locale implementation chosen naturally by gcc's configure
throws an exception if a locale other than "C" is selected.  We can do
better.

Use the DragonflyBSD locale support with a few minor changes.

From my illumos-gcc pull request, illumos/gcc#56
@AndWac AndWac merged commit 89cab59 into OpenIndiana:oi/hipster Feb 10, 2026
1 check was pending
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants