#19233: ecm doesn't build with Xcode 7.0
--------------------------------------+------------------------
       Reporter:  jhpalmieri          |        Owner:
           Type:  defect              |       Status:  new
       Priority:  critical            |    Milestone:  sage-6.9
      Component:  packages: standard  |   Resolution:
       Keywords:                      |    Merged in:
        Authors:                      |    Reviewers:
Report Upstream:  N/A                 |  Work issues:
         Branch:                      |       Commit:
   Dependencies:                      |     Stopgaps:
--------------------------------------+------------------------

Comment (by jhpalmieri):

 Replying to [comment:6 fbissey]:
 > Replying to [comment:5 vbraun]:
 > > Afaik:
 > > * gcc/gas uses byte count on most platforms: `.align 64`
 > > * llvm/clang use log2: `.align 6`
 > > Looks like xcode 7 now errors out instead of limiting it to `2^15`.
 Using `.p2align` would be unambiguous (and the latter behavior).
 >
 > So you suggest to replace `.align 64` by `.p2align 6`? I will have a go
 at that a little bit later.

 I also had to replace `.align 32,,16` with `.p2align 5,,4`. It builds with
 those changes. Should the patch only be applied on OS X? On OS X with a
 new version of Xcode? Always?

--
Ticket URL: <http://trac.sagemath.org/ticket/19233#comment:7>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to