FreeBSD Bugzilla – Attachment 144569 Details for
Bug 191291
[MAINTAINER] devel/mingw32-gcc: Update to 4.8.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
mingw32-gcc-4.8.1.patch
mingw32-gcc-4.8.1.patch (text/plain), 17.92 KB, created by
Naram Qashat
on 2014-07-11 06:56:06 UTC
(
hide
)
Description:
mingw32-gcc-4.8.1.patch
Filename:
MIME Type:
Creator:
Naram Qashat
Created:
2014-07-11 06:56:06 UTC
Size:
17.92 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 361502) >+++ Makefile (working copy) >@@ -3,7 +3,6 @@ > > PORTNAME= gcc > PORTVERSION= ${GCCVERSION} >-PORTREVISION= 1 > PORTEPOCH= 1 > CATEGORIES= devel > MASTER_SITES= GCC >@@ -12,20 +11,23 @@ > MAINTAINER= cyberbotx@cyberbotx.com > COMMENT= FSF gcc-4 for Windows cross-development > >+LICENSE= GPLv3 GPLv3RLE >+LICENSE_COMB= multi >+ > BUILD_DEPENDS= ${PKGNAMEPREFIX}as:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils \ > mingwm10.dll:${PORTSDIR}/devel/${PKGNAMEPREFIX}bin-msvcrt > RUN_DEPENDS= ${PKGNAMEPREFIX}as:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils >-LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp \ >- mpfr:${PORTSDIR}/math/mpfr \ >- mpc:${PORTSDIR}/math/mpc >+LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp \ >+ libmpfr.so:${PORTSDIR}/math/mpfr \ >+ libmpc.so:${PORTSDIR}/math/mpc > >-GCCVERSION= 4.7.2 >+GCCVERSION= 4.8.1 > > SSP_UNSAFE= yes > > ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 sparc64 > USE_LDCONFIG= yes >-USES= bison iconv gmake makeinfo perl5 tar:bzip2 >+USES= bison iconv gmake makeinfo perl5 tar:bzip2 libtool > USE_PERL5= build > > GCC_TARG= ${PKGNAMEPREFIX:S/-$//} >@@ -38,9 +40,9 @@ > .include <bsd.port.pre.mk> > > .if ${ARCH} == "amd64" >-CONFIGURE_TARGET= x86_64-portbld-freebsd${OSREL} >+CONFIGURE_TARGET= x86_64-portbld-${OPSYS:tl}${OSREL} > .else >-CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL} >+CONFIGURE_TARGET= ${ARCH}-portbld-${OPSYS:tl}${OSREL} > .endif > > .if ${ARCH} == powerpc64 >@@ -53,21 +55,27 @@ > GNU_CONFIGURE= yes > CFLAGS+= -I${LOCALBASE}/include > CONFIGURE_ARGS= --disable-nls --target=${GCC_TARG} \ >+ --with-gxx-include-dir=${PREFIX}/${GCC_TARG}/include/c++/${GCCVERSION} \ >+ --disable-build-poststage1-with-cxx \ >+ --includedir=${PREFIX}/${GCC_TARG}/include \ >+ --datadir=${PREFIX}/${GCC_TARG}/share \ >+ --enable-shared --with-gnu-ld \ >+ --enable-lto --disable-multilib \ > --enable-languages=${LANGUAGES} \ >- --with-gxx-include-dir=${PREFIX}/${GCC_TARG}/include/c++/${GCCVERSION} \ > --disable-sjlj-exceptions \ >- --with-dwarf2 --enable-shared \ >- --with-gmp=${LOCALBASE} \ >- --disable-win32-registry \ >+ --with-dwarf2 --disable-win32-registry \ > --enable-libstdcxx-debug \ >- --disable-build-poststage1-with-cxx \ > --enable-version-specific-runtime-libs \ >+ --with-gmp=${LOCALBASE} \ >+ --with-system-zlib --with-gnu-as \ >+ --enable-decimal-float=yes \ >+ --disable-libgomp --disable-threads \ > ${ICONV_CONFIGURE_ARG} \ >- --includedir=${PREFIX}/${GCC_TARG}/include \ >- --datadir=${PREFIX}/${GCC_TARG}/share \ >- --with-system-zlib >+ --disable-bootstrap \ >+ --with-headers=${LOCALBASE}/${GCC_TARG}/include \ >+ --with-libs=${LOCALBASE}/${GCC_TARG}/lib > MAKE_ARGS+= MAKEINFOFLAGS="--no-split" >-PLIST_SUB+= GCC_TARG=${GCC_TARG} GCC_REV=${GCCVERSION} PKGNAMEPREFIX=${PKGNAMEPREFIX} >+PLIST_SUB+= GCC_TARG=${GCC_TARG} GCC_REV=${GCCVERSION} > INFO_PATH= ${GCC_TARG}/info > INFO= cpp cppinternals gcc gccinstall gccint gfortran > .if ${ARCH} == "i386" || ${ARCH} == "amd64" >Index: distinfo >=================================================================== >--- distinfo (revision 361502) >+++ distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (gcc-4.7.2.tar.bz2) = 8a9283d7010fb9fe5ece3ca507e0af5c19412626384f8a5e9434251ae100b084 >-SIZE (gcc-4.7.2.tar.bz2) = 82884636 >+SHA256 (gcc-4.8.1.tar.bz2) = 545b44be3ad9f2c4e90e6880f5c9d4f0a8f0e5f67e1ffb0d45da9fa01bb05813 >+SIZE (gcc-4.8.1.tar.bz2) = 86753166 >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 361502) >+++ pkg-plist (working copy) >@@ -14,7 +14,7 @@ > lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/debug/libstdc++-6.dll > lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/debug/libstdc++.a > lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/debug/libstdc++.dll.a >-lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/debug/libstdc++.la >+lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/include/adxintrin.h > lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/include/ammintrin.h > lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/include/avx2intrin.h > lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/include/avxintrin.h >@@ -28,6 +28,7 @@ > lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/include/float.h > lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/include/fma4intrin.h > lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/include/fmaintrin.h >+lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/include/fxsrintrin.h > lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/include/ia32intrin.h > lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/include/immintrin.h > lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/include/iso646.h >@@ -49,8 +50,11 @@ > lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/include/objc/thr.h > lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/include/pmmintrin.h > lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/include/popcntintrin.h >+lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/include/prfchwintrin.h > lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/include/quadmath.h > lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/include/quadmath_weak.h >+lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/include/rdseedintrin.h >+lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/include/rtmintrin.h > lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/include/smmintrin.h > lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/include/ssp/ssp.h > lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/include/ssp/stdio.h >@@ -73,6 +77,9 @@ > lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/include/x86intrin.h > lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/include/xmmintrin.h > lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/include/xopintrin.h >+lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/include/xsaveintrin.h >+lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/include/xsaveoptintrin.h >+lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/include/xtestintrin.h > lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/include-fixed/README > lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/include-fixed/limits.h > lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/include-fixed/syslimits.h >@@ -83,7 +90,6 @@ > lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/install-tools/macro_list > lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/install-tools/mkheaders.conf > lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/libcaf_single.a >-lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/libcaf_single.la > lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/libgcc.a > lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/libgcc_eh.a > lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/libgcc_s.a >@@ -91,31 +97,23 @@ > lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/libgfortran-3.dll > lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/libgfortran.a > lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/libgfortran.dll.a >-lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/libgfortran.la > lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/libgfortran.spec > lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/libgfortranbegin.a >-lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/libgfortranbegin.la > lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/libobjc-4.dll > lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/libobjc.a > lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/libobjc.dll.a >-lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/libobjc.la > lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/libquadmath-0.dll > lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/libquadmath.a > lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/libquadmath.dll.a >-lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/libquadmath.la > lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/libssp-0.dll > lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/libssp.a > lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/libssp.dll.a >-lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/libssp.la > lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/libssp_nonshared.a >-lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/libssp_nonshared.la > lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/libstdc++-6.dll > lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/libstdc++.a > lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/libstdc++.dll.a > lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/libstdc++.dll.a-gdb.py >-lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/libstdc++.la > lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/libsupc++.a >-lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/libsupc++.la > lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/plugin/gtype.state > lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/plugin/include/ada/gcc-interface/ada-tree.def > lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/plugin/include/alias.h >@@ -134,6 +132,7 @@ > lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/plugin/include/c-family/c-pragma.h > lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/plugin/include/c-family/c-pretty-print.h > lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/plugin/include/c-tree.h >+lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/plugin/include/cfg-flags.def > lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/plugin/include/cfghooks.h > lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/plugin/include/cfgloop.h > lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/plugin/include/cgraph.h >@@ -167,6 +166,7 @@ > lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/plugin/include/diagnostic.def > lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/plugin/include/diagnostic.h > lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/plugin/include/double-int.h >+lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/plugin/include/dumpfile.h > lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/plugin/include/emit-rtl.h > lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/plugin/include/except.h > lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/plugin/include/filenames.h >@@ -201,6 +201,7 @@ > lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/plugin/include/ipa-ref.h > lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/plugin/include/ipa-reference.h > lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/plugin/include/ipa-utils.h >+lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/plugin/include/is-a.h > lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/plugin/include/java/java-tree.def > lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/plugin/include/langhooks.h > lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/plugin/include/libiberty.h >@@ -231,6 +232,7 @@ > lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/plugin/include/rtl.def > lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/plugin/include/rtl.h > lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/plugin/include/safe-ctype.h >+lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/plugin/include/sanitizer.def > lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/plugin/include/sbitmap.h > lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/plugin/include/splay-tree.h > lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/plugin/include/statistics.h >@@ -261,15 +263,8 @@ > lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/plugin/include/tree.h > lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/plugin/include/treestruct.def > lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/plugin/include/vec.h >-lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/plugin/include/vecir.h >-lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/plugin/include/vecprim.h > lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/plugin/include/version.h > lib/gcc/%%GCC_TARG%%/libgcc_s_dw2-1.dll >-man/man1/%%PKGNAMEPREFIX%%cpp.1.gz >-man/man1/%%PKGNAMEPREFIX%%g++.1.gz >-man/man1/%%PKGNAMEPREFIX%%gcc.1.gz >-man/man1/%%PKGNAMEPREFIX%%gcov.1.gz >-man/man1/%%PKGNAMEPREFIX%%gfortran.1.gz > libexec/gcc/%%GCC_TARG%%/%%GCC_REV%%/cc1 > libexec/gcc/%%GCC_TARG%%/%%GCC_REV%%/cc1obj > libexec/gcc/%%GCC_TARG%%/%%GCC_REV%%/cc1objplus >@@ -280,12 +275,17 @@ > libexec/gcc/%%GCC_TARG%%/%%GCC_REV%%/install-tools/fixincl > libexec/gcc/%%GCC_TARG%%/%%GCC_REV%%/install-tools/mkheaders > libexec/gcc/%%GCC_TARG%%/%%GCC_REV%%/install-tools/mkinstalldirs >-libexec/gcc/%%GCC_TARG%%/%%GCC_REV%%/liblto_plugin.la > libexec/gcc/%%GCC_TARG%%/%%GCC_REV%%/liblto_plugin.so > libexec/gcc/%%GCC_TARG%%/%%GCC_REV%%/liblto_plugin.so.0 >+libexec/gcc/%%GCC_TARG%%/%%GCC_REV%%/liblto_plugin.so.0.0.0 > libexec/gcc/%%GCC_TARG%%/%%GCC_REV%%/lto-wrapper > libexec/gcc/%%GCC_TARG%%/%%GCC_REV%%/lto1 > libexec/gcc/%%GCC_TARG%%/%%GCC_REV%%/plugin/gengtype >+man/man1/%%GCC_TARG%%-cpp.1.gz >+man/man1/%%GCC_TARG%%-g++.1.gz >+man/man1/%%GCC_TARG%%-gcc.1.gz >+man/man1/%%GCC_TARG%%-gcov.1.gz >+man/man1/%%GCC_TARG%%-gfortran.1.gz > %%GCC_TARG%%/bin/c++ > %%GCC_TARG%%/bin/cpp > %%GCC_TARG%%/bin/g++ >@@ -344,8 +344,10 @@ > %%GCC_TARG%%/include/c++/%%GCC_REV%%/bits/locale_facets_nonio.tcc > %%GCC_TARG%%/include/c++/%%GCC_REV%%/bits/localefwd.h > %%GCC_TARG%%/include/c++/%%GCC_REV%%/bits/mask_array.h >+%%GCC_TARG%%/include/c++/%%GCC_REV%%/bits/memoryfwd.h > %%GCC_TARG%%/include/c++/%%GCC_REV%%/bits/move.h > %%GCC_TARG%%/include/c++/%%GCC_REV%%/bits/nested_exception.h >+%%GCC_TARG%%/include/c++/%%GCC_REV%%/bits/opt_random.h > %%GCC_TARG%%/include/c++/%%GCC_REV%%/bits/ostream.tcc > %%GCC_TARG%%/include/c++/%%GCC_REV%%/bits/ostream_insert.h > %%GCC_TARG%%/include/c++/%%GCC_REV%%/bits/ptr_traits.h >@@ -435,6 +437,7 @@ > %%GCC_TARG%%/include/c++/%%GCC_REV%%/cwchar > %%GCC_TARG%%/include/c++/%%GCC_REV%%/cwctype > %%GCC_TARG%%/include/c++/%%GCC_REV%%/cxxabi.h >+%%GCC_TARG%%/include/c++/%%GCC_REV%%/debug/array > %%GCC_TARG%%/include/c++/%%GCC_REV%%/debug/bitset > %%GCC_TARG%%/include/c++/%%GCC_REV%%/debug/debug.h > %%GCC_TARG%%/include/c++/%%GCC_REV%%/debug/deque >@@ -473,6 +476,7 @@ > %%GCC_TARG%%/include/c++/%%GCC_REV%%/ext/atomicity.h > %%GCC_TARG%%/include/c++/%%GCC_REV%%/ext/bitmap_allocator.h > %%GCC_TARG%%/include/c++/%%GCC_REV%%/ext/cast.h >+%%GCC_TARG%%/include/c++/%%GCC_REV%%/ext/cmath > %%GCC_TARG%%/include/c++/%%GCC_REV%%/ext/codecvt_specializations.h > %%GCC_TARG%%/include/c++/%%GCC_REV%%/ext/concurrence.h > %%GCC_TARG%%/include/c++/%%GCC_REV%%/ext/debug_allocator.h >@@ -488,6 +492,7 @@ > %%GCC_TARG%%/include/c++/%%GCC_REV%%/ext/new_allocator.h > %%GCC_TARG%%/include/c++/%%GCC_REV%%/ext/numeric > %%GCC_TARG%%/include/c++/%%GCC_REV%%/ext/numeric_traits.h >+%%GCC_TARG%%/include/c++/%%GCC_REV%%/ext/opt_random.h > %%GCC_TARG%%/include/c++/%%GCC_REV%%/ext/pb_ds/assoc_container.hpp > %%GCC_TARG%%/include/c++/%%GCC_REV%%/ext/pb_ds/detail/branch_policy/branch_policy.hpp > %%GCC_TARG%%/include/c++/%%GCC_REV%%/ext/pb_ds/detail/branch_policy/null_node_metadata.hpp >@@ -558,7 +563,6 @@ > %%GCC_TARG%%/include/c++/%%GCC_REV%%/ext/pb_ds/detail/cc_hash_table_map_/resize_no_store_hash_fn_imps.hpp > %%GCC_TARG%%/include/c++/%%GCC_REV%%/ext/pb_ds/detail/cc_hash_table_map_/resize_store_hash_fn_imps.hpp > %%GCC_TARG%%/include/c++/%%GCC_REV%%/ext/pb_ds/detail/cc_hash_table_map_/size_fn_imps.hpp >-%%GCC_TARG%%/include/c++/%%GCC_REV%%/ext/pb_ds/detail/cc_hash_table_map_/standard_policies.hpp > %%GCC_TARG%%/include/c++/%%GCC_REV%%/ext/pb_ds/detail/cc_hash_table_map_/trace_fn_imps.hpp > %%GCC_TARG%%/include/c++/%%GCC_REV%%/ext/pb_ds/detail/cond_dealtor.hpp > %%GCC_TARG%%/include/c++/%%GCC_REV%%/ext/pb_ds/detail/container_base_dispatch.hpp >@@ -587,7 +591,6 @@ > %%GCC_TARG%%/include/c++/%%GCC_REV%%/ext/pb_ds/detail/gp_hash_table_map_/resize_fn_imps.hpp > %%GCC_TARG%%/include/c++/%%GCC_REV%%/ext/pb_ds/detail/gp_hash_table_map_/resize_no_store_hash_fn_imps.hpp > %%GCC_TARG%%/include/c++/%%GCC_REV%%/ext/pb_ds/detail/gp_hash_table_map_/resize_store_hash_fn_imps.hpp >-%%GCC_TARG%%/include/c++/%%GCC_REV%%/ext/pb_ds/detail/gp_hash_table_map_/standard_policies.hpp > %%GCC_TARG%%/include/c++/%%GCC_REV%%/ext/pb_ds/detail/gp_hash_table_map_/trace_fn_imps.hpp > %%GCC_TARG%%/include/c++/%%GCC_REV%%/ext/pb_ds/detail/hash_fn/direct_mask_range_hashing_imp.hpp > %%GCC_TARG%%/include/c++/%%GCC_REV%%/ext/pb_ds/detail/hash_fn/direct_mod_range_hashing_imp.hpp >@@ -736,6 +739,8 @@ > %%GCC_TARG%%/include/c++/%%GCC_REV%%/ext/pod_char_traits.h > %%GCC_TARG%%/include/c++/%%GCC_REV%%/ext/pointer.h > %%GCC_TARG%%/include/c++/%%GCC_REV%%/ext/pool_allocator.h >+%%GCC_TARG%%/include/c++/%%GCC_REV%%/ext/random >+%%GCC_TARG%%/include/c++/%%GCC_REV%%/ext/random.tcc > %%GCC_TARG%%/include/c++/%%GCC_REV%%/ext/rb_tree > %%GCC_TARG%%/include/c++/%%GCC_REV%%/ext/rc_string_base.h > %%GCC_TARG%%/include/c++/%%GCC_REV%%/ext/rope >@@ -794,6 +799,50 @@ > %%GCC_TARG%%/include/c++/%%GCC_REV%%/new > %%GCC_TARG%%/include/c++/%%GCC_REV%%/numeric > %%GCC_TARG%%/include/c++/%%GCC_REV%%/ostream >+%%GCC_TARG%%/include/c++/%%GCC_REV%%/parallel/algo.h >+%%GCC_TARG%%/include/c++/%%GCC_REV%%/parallel/algobase.h >+%%GCC_TARG%%/include/c++/%%GCC_REV%%/parallel/algorithm >+%%GCC_TARG%%/include/c++/%%GCC_REV%%/parallel/algorithmfwd.h >+%%GCC_TARG%%/include/c++/%%GCC_REV%%/parallel/balanced_quicksort.h >+%%GCC_TARG%%/include/c++/%%GCC_REV%%/parallel/base.h >+%%GCC_TARG%%/include/c++/%%GCC_REV%%/parallel/basic_iterator.h >+%%GCC_TARG%%/include/c++/%%GCC_REV%%/parallel/checkers.h >+%%GCC_TARG%%/include/c++/%%GCC_REV%%/parallel/compatibility.h >+%%GCC_TARG%%/include/c++/%%GCC_REV%%/parallel/compiletime_settings.h >+%%GCC_TARG%%/include/c++/%%GCC_REV%%/parallel/equally_split.h >+%%GCC_TARG%%/include/c++/%%GCC_REV%%/parallel/features.h >+%%GCC_TARG%%/include/c++/%%GCC_REV%%/parallel/find.h >+%%GCC_TARG%%/include/c++/%%GCC_REV%%/parallel/find_selectors.h >+%%GCC_TARG%%/include/c++/%%GCC_REV%%/parallel/for_each.h >+%%GCC_TARG%%/include/c++/%%GCC_REV%%/parallel/for_each_selectors.h >+%%GCC_TARG%%/include/c++/%%GCC_REV%%/parallel/iterator.h >+%%GCC_TARG%%/include/c++/%%GCC_REV%%/parallel/list_partition.h >+%%GCC_TARG%%/include/c++/%%GCC_REV%%/parallel/losertree.h >+%%GCC_TARG%%/include/c++/%%GCC_REV%%/parallel/merge.h >+%%GCC_TARG%%/include/c++/%%GCC_REV%%/parallel/multiseq_selection.h >+%%GCC_TARG%%/include/c++/%%GCC_REV%%/parallel/multiway_merge.h >+%%GCC_TARG%%/include/c++/%%GCC_REV%%/parallel/multiway_mergesort.h >+%%GCC_TARG%%/include/c++/%%GCC_REV%%/parallel/numeric >+%%GCC_TARG%%/include/c++/%%GCC_REV%%/parallel/numericfwd.h >+%%GCC_TARG%%/include/c++/%%GCC_REV%%/parallel/omp_loop.h >+%%GCC_TARG%%/include/c++/%%GCC_REV%%/parallel/omp_loop_static.h >+%%GCC_TARG%%/include/c++/%%GCC_REV%%/parallel/par_loop.h >+%%GCC_TARG%%/include/c++/%%GCC_REV%%/parallel/parallel.h >+%%GCC_TARG%%/include/c++/%%GCC_REV%%/parallel/partial_sum.h >+%%GCC_TARG%%/include/c++/%%GCC_REV%%/parallel/partition.h >+%%GCC_TARG%%/include/c++/%%GCC_REV%%/parallel/queue.h >+%%GCC_TARG%%/include/c++/%%GCC_REV%%/parallel/quicksort.h >+%%GCC_TARG%%/include/c++/%%GCC_REV%%/parallel/random_number.h >+%%GCC_TARG%%/include/c++/%%GCC_REV%%/parallel/random_shuffle.h >+%%GCC_TARG%%/include/c++/%%GCC_REV%%/parallel/search.h >+%%GCC_TARG%%/include/c++/%%GCC_REV%%/parallel/set_operations.h >+%%GCC_TARG%%/include/c++/%%GCC_REV%%/parallel/settings.h >+%%GCC_TARG%%/include/c++/%%GCC_REV%%/parallel/sort.h >+%%GCC_TARG%%/include/c++/%%GCC_REV%%/parallel/tags.h >+%%GCC_TARG%%/include/c++/%%GCC_REV%%/parallel/types.h >+%%GCC_TARG%%/include/c++/%%GCC_REV%%/parallel/unique_copy.h >+%%GCC_TARG%%/include/c++/%%GCC_REV%%/parallel/workstealing.h >+%%GCC_TARG%%/include/c++/%%GCC_REV%%/profile/array > %%GCC_TARG%%/include/c++/%%GCC_REV%%/profile/base.h > %%GCC_TARG%%/include/c++/%%GCC_REV%%/profile/bitset > %%GCC_TARG%%/include/c++/%%GCC_REV%%/profile/deque >@@ -941,6 +990,7 @@ > @dirrm libexec/gcc/%%GCC_TARG%%/%%GCC_REV%% > @dirrm libexec/gcc/%%GCC_TARG%% > @dirrm libexec/gcc >+@dirrmtry %%GCC_TARG%%/bin > @dirrm %%GCC_TARG%%/include/c++/%%GCC_REV%%/backward > @dirrm %%GCC_TARG%%/include/c++/%%GCC_REV%%/bits > @dirrm %%GCC_TARG%%/include/c++/%%GCC_REV%%/debug >@@ -973,6 +1023,7 @@ > @dirrm %%GCC_TARG%%/include/c++/%%GCC_REV%%/ext > @dirrm %%GCC_TARG%%/include/c++/%%GCC_REV%%/%%GCC_TARG%%/bits > @dirrm %%GCC_TARG%%/include/c++/%%GCC_REV%%/%%GCC_TARG%% >+@dirrm %%GCC_TARG%%/include/c++/%%GCC_REV%%/parallel > @dirrm %%GCC_TARG%%/include/c++/%%GCC_REV%%/profile/impl > @dirrm %%GCC_TARG%%/include/c++/%%GCC_REV%%/profile > @dirrm %%GCC_TARG%%/include/c++/%%GCC_REV%%/tr1 >@@ -986,3 +1037,4 @@ > @dirrmtry %%GCC_TARG%%/share > @dirrmtry %%GCC_TARG%%/info > @dirrmtry %%GCC_TARG%%/include >+@dirrmtry %%GCC_TARG%%
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 191291
:
144047
|
144569
|
148176
|
151863
|
151865