From 9ea4ded2ee7822aed05275c390c285f0a60a6ef6 Mon Sep 17 00:00:00 2001 From: Austin Seipp <austin@well-typed.com> Date: Sat, 27 Jun 2015 19:34:17 -0500 Subject: [PATCH] relnotes: More 7.10.2 release notes Signed-off-by: Austin Seipp <austin@well-typed.com> --- docs/users_guide/7.10.2-notes.xml | 39 +++++++++++++++++++++++++++++-- 1 file changed, 37 insertions(+), 2 deletions(-) diff --git a/docs/users_guide/7.10.2-notes.xml b/docs/users_guide/7.10.2-notes.xml index 4289d985c61f..37a498a145a1 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> -- GitLab