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 | aef747fc539acb43e9f3d6b08fb5428a649d11bc (patch) | |
tree | 1334ac9a7735a7ea61f1d05b22c3e3fdf1e513a8 /llvm | |
parent | 3fc6e59083ee9f0007a3a63afc95ffac3ec0f24e (diff) | |
download | bcm5719-llvm-aef747fc539acb43e9f3d6b08fb5428a649d11bc.tar.gz bcm5719-llvm-aef747fc539acb43e9f3d6b08fb5428a649d11bc.zip |
Update the Ada part.
llvm-svn: 57447
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/docs/ReleaseNotes.html | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index eff42f31f58..b9479f4d9f1 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/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> |