From 3e50fc3451188125021b44685245d506f106d374 Mon Sep 17 00:00:00 2001 From: Duncan Sands Date: Wed, 25 Feb 2009 11:59:06 +0000 Subject: [PATCH] Flesh out the Ada section a little. llvm-svn: 65448 --- docs/ReleaseNotes.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 5fc9f6c8f5a..ce3aa4e0ed3 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -660,10 +660,14 @@ to lack of trampoline support (pointers to nested functions) on other platforms, however it also fails to build on X86-64 which does support trampolines.
  • The Ada front-end fails to bootstrap. +This is due to lack of LLVM support for setjmp/longjmp style +exception handling, which is used internally by the compiler. Workaround: configure with --disable-bootstrap.
  • The c380004, c393010 and cxg2021 ACATS tests fail -(c380004 also fails with gcc-4.2 mainline).
  • +(c380004 also fails with gcc-4.2 mainline). +If the compiler is built with checks disabled then c393010 +causes the compiler to go into an infinite loop, using up all system memory.
  • Some gcc specific Ada tests continue to crash the compiler.
  • The -E binder option (exception backtraces) does not work and will result in programs