[LLVMbugs] [Bug 9722] -O3 -fplugin-arg-dragonegg-enable-gcc-optzns fails to compile aermod.f90

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Apr 29 06:58:49 PDT 2011


http://llvm.org/bugs/show_bug.cgi?id=9722

Duncan Sands <baldrick at free.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #4 from Duncan Sands <baldrick at free.fr> 2011-04-29 08:58:48 CDT ---
For technical reasons cond_expr nodes created by gcc's if-conversion pass may
not
be in SSA form.  However they are then always comparisons and the comparison
operands are in SSA form (thanks to Richard Guenther for explaining this).
Fixed here:
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20110425/120181.html

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list