diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index eff42f31f58..b9479f4d9f1 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -620,11 +620,10 @@ however it also fails to build on X86-64 which does support trampolines.
  • The Ada front-end fails to bootstrap. Workaround: configure with --disable-bootstrap.
  • -
  • The c380004 and c393010 ACATS tests -fail (c380004 also fails with gcc-4.2 mainline). When built at -O3, the -cxg2021 ACATS test also fails.
  • -
  • Some gcc specific Ada tests continue to crash the compiler. The testsuite -reports most tests as having failed even though they pass.
  • +
  • The c380004, c393010 +and cxg2021 ACATS tests fail +(c380004 also fails with gcc-4.2 mainline).
  • +
  • Some gcc specific Ada tests continue to crash the compiler.
  • The -E binder option (exception backtraces) does not work and will result in programs crashing if an exception is raised. Workaround: do not use -E.