[LLVMbugs] [Bug 4125] clang wrong code at all optimization levels

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Fri May 1 23:13:22 PDT 2009


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


Eli Friedman <sharparrow1 at yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sharparrow1 at yahoo.com
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




--- Comment #1 from Eli Friedman <sharparrow1 at yahoo.com>  2009-05-02 01:13:21 ---
This testcase has unspecified behavior because the evaluation order of
arguments to a function is unspecified.  clang and llvm-gcc are putting the two
calls to func_35 in different orders.


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