public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH, libphobos] Committed fix modify immutable error on Solaris
@ 2018-12-10 12:12 Iain Buclaw
  0 siblings, 0 replies; only message in thread
From: Iain Buclaw @ 2018-12-10 12:12 UTC (permalink / raw)
  To: gcc-patches

[-- Attachment #1: Type: text/plain, Size: 202 bytes --]

Hi,

This is another Solaris backport from druntime 2.079, fixing a build
error in the core.thread module.

Bootstrapped and tested on i386-pc-solaris2.11.

Committed to trunk as r266950.

-- 
Iain
---

[-- Attachment #2: druntime2089.patch --]
[-- Type: text/x-patch, Size: 375 bytes --]

diff --git a/libphobos/libdruntime/core/thread.d b/libphobos/libdruntime/core/thread.d
index ff15d066a49..98a81425f47 100644
--- a/libphobos/libdruntime/core/thread.d
+++ b/libphobos/libdruntime/core/thread.d
@@ -1547,7 +1547,7 @@ private:
 
     version (Solaris)
     {
-        __gshared immutable bool m_isRTClass;
+        __gshared bool m_isRTClass;
     }
 
 private:

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-12-10 12:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-10 12:12 [PATCH, libphobos] Committed fix modify immutable error on Solaris Iain Buclaw

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).