]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libphobos: Fix modify immutable error on Solaris.
authoribuclaw <ibuclaw@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 10 Dec 2018 12:11:55 +0000 (12:11 +0000)
committeribuclaw <ibuclaw@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 10 Dec 2018 12:11:55 +0000 (12:11 +0000)
Backported from upstream druntime 2.079.

Reviewed-on: https://github.com/dlang/druntime/pull/2089

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@266950 138bc75d-0d04-0410-961f-82ee72b054a4

libphobos/libdruntime/core/thread.d

index ff15d066a4968c4c8624eb60612b7b36dd30dfc3..98a81425f472717a8e96aa081638a8428659759b 100644 (file)
@@ -1547,7 +1547,7 @@ private:
 
     version (Solaris)
     {
-        __gshared immutable bool m_isRTClass;
+        __gshared bool m_isRTClass;
     }
 
 private: