diff options
author | Duncan Sands <baldrick@free.fr> | 2008-10-13 17:27:23 +0000 |
---|---|---|
committer | Duncan Sands <baldrick@free.fr> | 2008-10-13 17:27:23 +0000 |
commit | 978bceebb21ba623e5b1973e096ea730182eab54 (patch) | |
tree | 7cb73d4d5e4cc2ec99c1c16ce90f85881b213b74 /docs/ReleaseNotes.html | |
parent | 59b5ce4c6344eea442345f2f5446b932894548f1 (diff) | |
download | external_llvm-978bceebb21ba623e5b1973e096ea730182eab54.zip external_llvm-978bceebb21ba623e5b1973e096ea730182eab54.tar.gz external_llvm-978bceebb21ba623e5b1973e096ea730182eab54.tar.bz2 |
Update the Ada part.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57447 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r-- | docs/ReleaseNotes.html | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index eff42f3..b9479f4 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -620,11 +620,10 @@ however it <a href="http://llvm.org/PR2006">also fails to build on X86-64</a> which does support trampolines.</li> <li>The Ada front-end <a href="http://llvm.org/PR2007">fails to bootstrap</a>. Workaround: configure with --disable-bootstrap.</li> -<li>The c380004 and <a href="http://llvm.org/PR2010">c393010</a> ACATS tests -fail (c380004 also fails with gcc-4.2 mainline). When built at -O3, the -<a href="http://llvm.org/PR2421">cxg2021</a> ACATS test also fails.</li> -<li>Some gcc specific Ada tests continue to crash the compiler. The testsuite -reports most tests as having failed even though they pass.</li> +<li>The c380004, <a href="http://llvm.org/PR2010">c393010</a> +and <a href="http://llvm.org/PR2421">cxg2021</a> ACATS tests fail +(c380004 also fails with gcc-4.2 mainline).</li> +<li>Some gcc specific Ada tests continue to crash the compiler.</li> <li>The -E binder option (exception backtraces) <a href="http://llvm.org/PR1982">does not work</a> and will result in programs crashing if an exception is raised. Workaround: do not use -E.</li> |