Changes between Version 1 and Version 2 of Ticket #58442, comment 39


Ignore:
Timestamp:
May 10, 2019, 12:36:33 AM (5 years ago)
Author:
mouse07410 (Mouse)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #58442, comment 39

    v1 v2  
    2020> The build bots have all built gcc9 and gcc10 fine on macOS10.7+
    2121
    22 MacOS **10.7**?Are you validating under 10.14.x using Xcode-10.2.x? If not, I'd say that explains why you aren't catching this crash. Xcode-10.2 is quite different in what it allows and what it fails than the previous versions, at least in my experience.
     22MacOS **10.7**?  Are you validating under 10.14.x using Xcode-10.2.x? If not, I'd say that explains why you aren't catching this crash. Xcode-10.2 is quite different in what it allows and what it fails than the previous versions, at least in my experience.
    2323
    2424Also, as I'm working with crypto code that tries to squeeze an extra bit of performance by utilizing inline assembly (I'm one of the maintainers of Crypto++ https://en.wikipedia.org/wiki/Crypto%2B%2B library), I'm trying to make sure it compiles with all the compilers available on MacOS. I noticed that the only way to get Macports GCC to compile with inline assembly is to make it invoke Xcode assembler via {{{-Wa,-q}}}. We're also using {{{export AS_INTEGRATED_ASSEMBLER=1}}}.