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