diff --git a/docs/users_guide/7.10.2-notes.xml b/docs/users_guide/7.10.2-notes.xml index 4289d985c61f22dc037c17381630f9faa940014a..37a498a145a1cce0143c5eb1cd8e43ddee336102 100644 --- a/docs/users_guide/7.10.2-notes.xml +++ b/docs/users_guide/7.10.2-notes.xml @@ -45,6 +45,12 @@ accesses in the RTS has been fixed. </para> </listitem> + <listitem> + <para> + A bug which caused the simplifier to produce code which + segfaulted at runtime has been fixed (issue #10538). + </para> + </listitem> <listitem> <para> A type-system bug which could allow a user to write @@ -112,7 +118,7 @@ </listitem> <listitem> <para> - The SMP runtime is now enabled on AArch64 (issue #10525). + The SMP runtime and GHCi are now enabled on AArch64 (issue #10525). </para> </listitem> <listitem> @@ -150,6 +156,26 @@ (issue #10317). </para> </listitem> + <listitem> + <para> + Support for PowerPC relocations has been added (issue + #10402). + </para> + </listitem> + <listitem> + <para> + A lurking bug in the code generator which could cause + incorrect assembly code to be generated due to register + aliasing issues has been fixed (issue #10521). + </para> + </listitem> + <listitem> + <para> + A bug in the runtime system which could cause a deadlock + when scheduling garbage collections has been fixed (issue + #10545). + </para> + </listitem> <listitem> <para> A bug which could cause compiled programs to loop forever @@ -235,11 +261,20 @@ url="https://ghc.haskell.org/trac/ghc/wiki/Migration/7.10">GHC 7.10 Migration Guide</ulink> on the GHC wiki. </para> + </listitem> + <listitem> + <para> + A bug in the simplifier which can cause it to totally + fail to compile certain programs that get 'very large' + at compile time is known (<ulink + url="https://ghc.haskell.org/trac/ghc/ticket/10527">issue + #10527</ulink>). + </para> </listitem> <listitem> <para> GHC's LLVM backend does not support LLVM 3.4 (<ulink - url="https://ghc.haskell.org/trac/ghc/ticket/9929">issue #9929</ulink>) + url="https://ghc.haskell.org/trac/ghc/ticket/9929">issue #9929</ulink>). </para> </listitem> <listitem>