Changes between Version 2 and Version 3 of Ticket #63645, comment 5


Ignore:
Timestamp:
Nov 13, 2021, 5:34:00 PM (2 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #63645, comment 5

    v2 v3  
    11if you use your hand-rolled gcc but force it to use MacPorts' clang as the assembler (and the clang that is being used as the assembler has assertions turned on) you will undoubtedly get the exact same error.
    22
    3 It has absolutely nothing to do with gcc, or with the way MacPorts builds gcc.
     3I believe it has absolutely nothing to do with gcc, or with the way MacPorts builds gcc.
    44
    55It has everything to do with any version of gcc using "gcc -g" putting out assembly that clang with assertions turned on will not assemble.