#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 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.

--
Ticket URL: <http://trac.sagemath.org/ticket/19233#comment:6>
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