#18201: More mpir errors with SAGE_FAT_BINARY
--------------------------------------+------------------------
       Reporter:  vbraun              |        Owner:
           Type:  defect              |       Status:  new
       Priority:  major               |    Milestone:  sage-6.7
      Component:  packages: standard  |   Resolution:
       Keywords:                      |    Merged in:
        Authors:                      |    Reviewers:
Report Upstream:  N/A                 |  Work issues:
         Branch:                      |       Commit:
   Dependencies:                      |     Stopgaps:
--------------------------------------+------------------------

Comment (by vbraun):

 On Arando (32-bit linux, modern cpu):
 {{{
 ./cpuid.c: In function '__gmpn_cpu':
 ./cpuid.c:96:47: error: 'CPUSETUP_ivybridge' undeclared (first use in this
 function)
  #define CPUIS(x) do{TRACE(printf("  "#x"\n"));CPUSETUP_##x;}while(0)
                                                ^
 ./cpuid.c:174:24: note: in expansion of macro 'CPUIS'
       if (model == 58){ CPUIS(ivybridge);break;}
                         ^
 ./cpuid.c:96:47: note: each undeclared identifier is reported only once
 for each function it appears in
  #define CPUIS(x) do{TRACE(printf("  "#x"\n"));CPUSETUP_##x;}while(0)
                                                ^
 ./cpuid.c:174:24: note: in expansion of macro 'CPUIS'
       if (model == 58){ CPUIS(ivybridge);break;}
                         ^
 ./cpuid.c:96:47: error: 'CPUSETUP_haswell' undeclared (first use in this
 function)
  #define CPUIS(x) do{TRACE(printf("  "#x"\n"));CPUSETUP_##x;}while(0)
                                                ^
 ./cpuid.c:175:22: note: in expansion of macro 'CPUIS'
     if (model == 60){ CPUIS(haswell);break;}
                       ^
 ./cpuid.c:96:47: error: 'CPUSETUP_piledriver' undeclared (first use in
 this function)
  #define CPUIS(x) do{TRACE(printf("  "#x"\n"));CPUSETUP_##x;}while(0)
                                                ^
 ./cpuid.c:230:24: note: in expansion of macro 'CPUIS'
       if (model == 2) { CPUIS(piledriver); break; }
                         ^
 }}}

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