[149296] trunk/dports/lang/gcc5

ryandesign at macports.org ryandesign at macports.org
Thu Jun 9 21:41:29 PDT 2016


Revision: 149296
          https://trac.macports.org/changeset/149296
Author:   ryandesign at macports.org
Date:     2016-06-09 21:41:29 -0700 (Thu, 09 Jun 2016)
Log Message:
-----------
gcc5: update to 5.4.0

Modified Paths:
--------------
    trunk/dports/lang/gcc5/Portfile

Removed Paths:
-------------
    trunk/dports/lang/gcc5/files/patch-gcc-tree-ssa-uninit.c.diff

Modified: trunk/dports/lang/gcc5/Portfile
===================================================================
--- trunk/dports/lang/gcc5/Portfile	2016-06-10 01:17:38 UTC (rev 149295)
+++ trunk/dports/lang/gcc5/Portfile	2016-06-10 04:41:29 UTC (rev 149296)
@@ -8,8 +8,7 @@
 name                gcc5
 
 epoch               2
-version             5.3.0
-revision            1
+version             5.4.0
 platforms           darwin
 categories          lang
 maintainers         mww openmaintainer
@@ -29,8 +28,8 @@
 distname            gcc-${version}
 use_bzip2           yes
 
-checksums           rmd160  b06fec59ceb37aeb042bdb9e1703e53d0834d085 \
-                    sha256  b84f5592e9218b73dbae612b5253035a7b34a9a1f7688d2e1bfaaf7267d5c4db
+checksums           rmd160  7ae3413ca7e90bb21e65e637c02ddf2b675b45f4 \
+                    sha256  608df76dec2d34de6558249d8af4cbee21eceddbcb580d666f7a5a583ca3303a
 
 depends_lib         port:cctools \
                     port:gmp \
@@ -47,9 +46,6 @@
 # Handle OS X deployment targets correctly (GCC PR target/63810
 # <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63810>).
 patchfiles-append   macosx-version-min.patch
-# Avoid internal compiler error: in prune_uninit_phi_opnds_in_unrealizable_paths (GCC PR tree-optimization/69013
-# <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69013>).
-patchfiles-append   patch-gcc-tree-ssa-uninit.c.diff
 
 set major           [lindex [split ${version} .-] 0]
 

Deleted: trunk/dports/lang/gcc5/files/patch-gcc-tree-ssa-uninit.c.diff
===================================================================
--- trunk/dports/lang/gcc5/files/patch-gcc-tree-ssa-uninit.c.diff	2016-06-10 01:17:38 UTC (rev 149295)
+++ trunk/dports/lang/gcc5/files/patch-gcc-tree-ssa-uninit.c.diff	2016-06-10 04:41:29 UTC (rev 149296)
@@ -1,19 +0,0 @@
---- gcc/tree-ssa-uninit.c.orig	2015-09-10 02:14:29.000000000 +0900
-+++ gcc/tree-ssa-uninit.c	2016-04-17 05:52:25.000000000 +0900
-@@ -1118,7 +1118,7 @@
-               edge opnd_edge;
-               unsigned uninit_opnds2
-                   = compute_uninit_opnds_pos (opnd_def_phi);
--              gcc_assert (!MASK_EMPTY (uninit_opnds2));
-+              if (!MASK_EMPTY (uninit_opnds2)) {
-               opnd_edge = gimple_phi_arg_edge (phi, i);
-               if (!is_use_properly_guarded (phi,
-                                             opnd_edge->src,
-@@ -1126,6 +1126,7 @@
-                                             uninit_opnds2,
-                                             visited_phis))
-                   return false;
-+              }
-             }
-           else
-             return false;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160609/323ad0bf/attachment.html>


More information about the macports-changes mailing list