Changes between Initial Version and Version 1 of Ticket #50913, comment 2


Ignore:
Timestamp:
Mar 18, 2016, 6:09:22 PM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #50913, comment 2

    initial v1  
    55I've been too long away from C, but I find so far that the build uses the system clang:
    66
     7{{{
    78Apple LLVM version 7.0.2 (clang-700.1.81)
    89Target: x86_64-apple-darwin14.5.0
    910Thread model: posix
     11}}}
    1012
    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_ < 201112L or 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).
    1214
    1315For comparison, the 10.11 system's clang shows me:
    1416
     17{{{
    1518Apple LLVM version 7.0.2 (clang-700.1.81)
    1619Target: x86_64-apple-darwin15.3.0
    1720Thread model: posix
     21}}}
    1822
    1923I'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.