[llvm-commits] [llvm] r58416 - /llvm/trunk/docs/ReleaseNotes.html
Chris Lattner
sabre at nondot.org
Wed Oct 29 20:58:17 PDT 2008
Author: lattner
Date: Wed Oct 29 22:58:13 2008
New Revision: 58416
URL: http://llvm.org/viewvc/llvm-project?rev=58416&view=rev
Log:
mention fortran status.
Modified:
llvm/trunk/docs/ReleaseNotes.html
Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=58416&r1=58415&r2=58416&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Wed Oct 29 22:58:13 2008
@@ -811,6 +811,19 @@
</div>
+<!-- ======================================================================= -->
+<div class="doc_subsection">
+ <a name="fortran-fe">Known problems with the llvm-gcc Fortran front-end</a>
+</div>
+
+<div class="doc_text">
+<li>Fortran support generally works, but there are still several unresolved bugs
+ in Bugzilla. Please see the tools/gfortran component for details.</li>
+
+<li>The Fortran front-end currently does not build on Darwin (without tweaks)
+ due to unresolved dependencies on the C front-end.</li>
+
+</div>
<!-- ======================================================================= -->
<div class="doc_subsection">
More information about the llvm-commits
mailing list