Changes between Initial Version and Version 1 of Ticket #50913, comment 2
- Timestamp:
- Mar 18, 2016, 6:09:22 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #50913, comment 2
initial v1 5 5 I've been too long away from C, but I find so far that the build uses the system clang: 6 6 7 {{{ 7 8 Apple LLVM version 7.0.2 (clang-700.1.81) 8 9 Target: x86_64-apple-darwin14.5.0 9 10 Thread model: posix 11 }}} 10 12 11 > Either way that would explain why you don't get issues on 10.11 (newer compiler) and I didn't either on 10.9 ( __STDC_VERSION_ < 201112Lor older compiler version without the bug).13 > Either way that would explain why you don't get issues on 10.11 (newer compiler) and I didn't either on 10.9 (`__STDC_VERSION_ < 201112L` or older compiler version without the bug). 12 14 13 15 For comparison, the 10.11 system's clang shows me: 14 16 17 {{{ 15 18 Apple LLVM version 7.0.2 (clang-700.1.81) 16 19 Target: x86_64-apple-darwin15.3.0 17 20 Thread model: posix 21 }}} 18 22 19 23 I'll dig into this further next week, inc a proper test build on 10.11 for better comparison. I'm short of minutes tonight, I'm afraid.