http://llvm.org/bugs/show_bug.cgi?id=4125
Eli Friedman <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Status|NEW |RESOLVED Resolution| |INVALID --- Comment #1 from Eli Friedman <[email protected]> 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. _______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
