[LLVMbugs] [Bug 6097] [clang cfg] BinaryOperators built in wrong order for CFG

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Wed Jan 20 17:48:35 PST 2010


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


Ted Kremenek <kremenek at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kremenek at apple.com
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




--- Comment #1 from Ted Kremenek <kremenek at apple.com>  2010-01-20 19:48:34 ---
Right now the order is B4 -> B3 -> B2 -> B1.

Why is that not a valid ordering?  Does the standard say something about the
order of evaluation of the subexpressions of a binary expression?


-- 
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