From: Duncan Sands Date: Wed, 25 Feb 2009 11:59:06 +0000 (+0000) Subject: Flesh out the Ada section a little. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=326a4988ba1fcafec7f582e490e56f0f7297c4fc;p=oota-llvm.git Flesh out the Ada section a little. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65448 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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