[llvm-commits] [dragonegg] r94176 - /dragonegg/trunk/www/index.html

Duncan Sands baldrick at free.fr
Fri Jan 22 06:07:05 PST 2010


Author: baldrick
Date: Fri Jan 22 08:07:05 2010
New Revision: 94176

URL: http://llvm.org/viewvc/llvm-project?rev=94176&view=rev
Log:
Fortran is compiling again (previously broken by the boolean type, which
has a size of 32 bits, being converted to i1, which is smaller than i32). 

Modified:
    dragonegg/trunk/www/index.html

Modified: dragonegg/trunk/www/index.html
URL: http://llvm.org/viewvc/llvm-project/dragonegg/trunk/www/index.html?rev=94176&r1=94175&r2=94176&view=diff

==============================================================================
--- dragonegg/trunk/www/index.html (original)
+++ dragonegg/trunk/www/index.html Fri Jan 22 08:07:05 2010
@@ -37,7 +37,8 @@
 
   <ul>
   <li>C works quite well, for example you can build a working gcc using it</li>
-  <li>Fortran used to work well but is currently broken</li>
+  <li>A lot of Fortran compiles, but the compiled code has not been tested for
+  correctness</li>
   <li>It can compile quite a lot of C++, but the compiled code may not work
   right</li>
   <li>It can compile quite a lot of Ada, but the compiled code may not work





More information about the llvm-commits mailing list