[MacPorts] #45984: gcc48, gcc49: depends on cloog but doesn't link with it

MacPorts noreply at macports.org
Sun Nov 23 22:45:21 PST 2014


#45984: gcc48, gcc49: depends on cloog but doesn't link with it
---------------------------+--------------------
  Reporter:  ryandesign@…  |      Owner:  mww@…
      Type:  defect        |     Status:  new
  Priority:  Normal        |  Milestone:
 Component:  ports         |    Version:  2.3.99
Resolution:                |   Keywords:
      Port:  gcc48, gcc49  |
---------------------------+--------------------

Comment (by larryv@…):

 I hadn’t seen it, no. I think the only bit I’d need is
 {{{
 #!diff
 --- gcc/graphite-optimize-isl.c.orig    2014-11-15 09:37:49.000000000
 -0600
 +++ gcc/graphite-optimize-isl.c 2014-11-20 00:50:22.000000000 -0600
 @@ -460,7 +460,7 @@
               if (flag_loop_unroll_jam && (i != (ScheduleDimensions -
 depth)))
                 continue;

 -             if (isl_band_member_is_zero_distance (Band, i))
 +             if (isl_band_member_is_coincident (Band, i))
                 {
                   isl_map *TileMap;
                   isl_union_map *TileUMap;
 }}}

 Do these two function calls actually do the same thing?

-- 
Ticket URL: <https://trac.macports.org/ticket/45984#comment:4>
MacPorts <https://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list