https://bugs.llvm.org/show_bug.cgi?id=47806

David Blaikie <dblai...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |INVALID
             Status|REOPENED                    |RESOLVED

--- Comment #3 from David Blaikie <dblai...@gmail.com> ---
C++ allows for a lot of inconsistency - implementation defined or unspecified
behavior (eg: "f(g(), h())" - C++ doesn't specify whether g() or h() is called
first). Inconsistency doesn't mean either implementation is incorrect - only
that they are different, that difference is in this case a valid difference in
implementation between two conforming implementations.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to