[PATCH v2] Handle OS X deployment targets correctly

2015-05-20 Thread Lawrence Velázquez
idered invalid. Thus "10" is treated as "10.0.0", which becomes "1000" without causing an error. With this change, trunk matches the behavior of Apple LLVM Compiler 6.1.0 on 8,451 of 8,464 generated test inputs. (The discrepancies are due to a bug in Clang.) I do

[PATCH] Handle OS X deployment targets correctly

2015-05-14 Thread Lawrence Velázquez
idered invalid. Thus "10" is treated as "10.0.0", which becomes "1000" without causing an error. With this change, trunk matches the behavior of Apple LLVM Compiler 6.1.0 on 8,451 of 8,464 generated test inputs. (The discrepancies are due to a bug in Clang.) I do