On Thu, 19 Aug 2021 07:09:52 GMT, Jie Fu <ji...@openjdk.org> wrote:

> Hi all,
> 
> May I get reviews for this small change?
> 
> The failure is caused by incorrect flag 
> `-mstack-alignment=16-DMAC_OS_X_VERSION_MIN_REQUIRED=10120`.
> 
> The following command works fine with Xcode 12.0 but fails with Xcode 13.0.
> 
> clang++ -mstack-alignment=16-DMAC_OS_X_VERSION_MIN_REQUIRED=10120 a.cpp
> 
> 
> Thanks.
> Best regards,
> Jie

Looks good - and I would say trivial, except I can't believe the original code 
has actually been doing what it was supposed to do, so the impact on things is 
less clear.

Thanks,
David

-------------

Marked as reviewed by dholmes (Reviewer).

PR: https://git.openjdk.java.net/jdk/pull/5180

Reply via email to