SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for libstdc++6-gcc7-7.1.1+r249772-42.2.x86_64.rpm :

* Thu Jul 20 2017 schwabAATTsuse.de- float128-builtin-cpu-supports.patch: Use __builtin_cpu_supports instead of getauxval to detect float128 support
* Thu Jun 29 2017 rguentherAATTsuse.com- Update to gcc-7-branch head (r249772).
* Includes patch for PR81080. [bnc#1044016]
* Includes patch for PR81204. [bnc#1045732]
* Includes patch for PR81112. [bnc#1043966]
* Tue Jun 13 2017 rguentherAATTsuse.com- Fix cross compiler update-alternatives machinery to make rpmlint happy.
* Fri Jun 09 2017 rguentherAATTsuse.com- Update plugin enablement guard to use %sle_version. [bnc#1043590]
* Wed Jun 07 2017 rguentherAATTsuse.com- Update to gcc-7-branch head (r248970).
* Includes gcc7-pr80593.patch.
* Tue May 30 2017 rguentherAATTsuse.com- Update to gcc-7-branch head (r248590).- Add #!BuildIgnore: gcc-PIE also to cross compiler builds.
* Wed May 17 2017 rguentherAATTsuse.com- Update to gcc-7-branch head (r248152)- Drop not working SLE-10 build support.- For SLE-15 make the i586 compiler generate code for architecture level of x86_64.- Add gcc7-pr80593.patch to fix ceph build. [bnc#1025891]
* Thu May 04 2017 rguentherAATTsuse.com- Update to gcc-7-branch head (r247545)
* Includes GCC 7.1 release- For SLE15 change ppc64le tuning to power9. [fate#322728]- Change tarball compression to xz, BuildRequire xz.
* Fri Apr 28 2017 rguentherAATTsuse.com- Update to gcc-7-branch head (r247368)
* Includes GCC 7.1 RC2
* Includes ARM ABI fix for PR77728, fixing ABI incompatibility with GCC 4.8.
* Thu Apr 20 2017 rguentherAATTsuse.com- Update to gcc-7-branch head (r247019).- Always create nvptx offloading cross spec file.- Fix libada provides/conflicts.- Package gcov.h.- Add #!BuildIgnore: gcc-PIE.- Fix update-alternatives.
* Tue Apr 04 2017 mliskaAATTsuse.cz- Add update-alternatives for binaries produces by cross compilers.- Add nospeccleaner comment, remove legacy norootforbuild and icecream.
* Fri Mar 31 2017 rguentherAATTsuse.com- Update to gcc trunk head (r246609).- Add cross-binutils Requires to cross-gcc packages.
* Mon Mar 27 2017 rguentherAATTsuse.com- Really fix libtsan requirement on ppc. [boo#1030623]- Also fix liblsan requirement on pcc.
* Thu Mar 23 2017 rguentherAATTsuse.com- Update to gcc trunk head (r246414).- Package gcov-dump.- Remove gcc7-debug-dwarf2out-ice.patch.- Add gcc7-remove-Wexpansion-to-defined-from-Wextra.patch to remove useless warning from Wextra that causes build fails due to excessive log file size.- Remove libtsan Requires from the gcc7-32bit package, tsan doesn\'t have a 32bit multilib on any arch. [boo#1030623]
* Mon Mar 13 2017 rguentherAATTsuse.com- Update to gcc trunk head (r246083).
* Wed Mar 08 2017 rguentherAATTsuse.com- Update to gcc trunk head (r245976).- BuildRequire at least gcc-4.8 Ada.- Enable asan and ubsan for s390.- Also require gcc-c++ of the host compiler version used when that is changed due to Ada requirements.
* Tue Feb 14 2017 rguentherAATTsuse.com- Update to gcc trunk head (r245417).- Enable profiledbootstrap for %ix86, build with release checking.- Build stage1 with -O2 -g.- Enable Ada for s390x.- Enable asan and ubsan for s390x.- Refresh gcc44-rename-info-files.patch.
* Thu Feb 02 2017 rguentherAATTsuse.com- Fix up nvptx offloading so that it actually works.
* Tue Jan 31 2017 rguentherAATTsuse.com- Update to gcc trunk head (r245052).- Use plain avr as gcc target for AVR to match what binutils does. [bnc#1022404]- Cleanup spec file and gcc7-rpmlintrc a bit.
* Thu Jan 26 2017 rguentherAATTsuse.com- Update to gcc trunk head (r244934).- Add accelerator offloading cross to nvptx-none, for this also add nvptx-newlib.tar.bz2.
* Tue Jan 24 2017 rguentherAATTsuse.com- Update to gcc trunk head (r244867).- Bump libgo SO version to 11.- PowerPC now supports lsan and tsan.- Correct lsan/tsan packaging who are 64bits only.
* Fri Jan 20 2017 rguentherAATTsuse.com- Update to gcc trunk head (r244684).- Use --with-gcc-major-version-only and drop gcc-dir-version.patch.- Enable offloading for nvptx-none on the host (offload compiler still missing). Re-enable HSA offloading.- Re-add missing cross.spec.in and enable crosses.
* Thu Jan 12 2017 rguentherAATTsuse.com- Update to gcc trunk head (r244350).- Package avx512vpopcntdqintrin.h and sgxintrin.h on x86_64/i?86.
* Wed Dec 14 2016 rguentherAATTsuse.com- Update to gcc trunk head (r243648).- Package {arm,aarch64}/arm_fp16.h and arm/arm_cmse.h.
* Mon Nov 28 2016 rguentherAATTsuse.com- Remove broken libffi build support.- Remove more Java remanents.
* Fri Nov 25 2016 mliskaAATTsuse.cz- Update to gcc trunk (r242874).- Add avx5124fmapsintrin.h and avx5124vnniwintrin.h header files.
* Wed Nov 23 2016 mliskaAATTsuse.cz- New package, inherits from gcc6
* gcc-dir-version.patch, drop patchlevel from install directory names
* gcc-add-defaultsspec.diff, add the ability to provide a specs file that is read by default
* tls-no-direct.diff, avoid direct %fs references on x86 to not slow down Xen
* gcc43-no-unwind-tables.diff, do not produce unwind tables for CRT files
* gcc41-ppc32-retaddr.patch, fix expansion of __builtin_return_addr for ppc
* gcc44-textdomain.patch, make translation files version specific and adjust textdomain to find them
* gcc44-rename-info-files.patch, fix cross-references in info files when renaming them to be version specific
* gcc48-libstdc++-api-reference.patch, fix link in the installed libstdc++ html documentation
* gcc48-remove-mpfr-2.4.0-requirement.patch, make GCC work with earlier mpfr versions on old products
* gcc5-no-return-gcc43-workaround.patch, make build work with host gcc 4.3- Drops
* libjava-no-multilib.diff, gcc41-java-slow_pthread_self.patch and all Java related hunks in included patches because Java is no longer included in GCC 7.
* gcc6-hsa-enablement.patch as it\'s part of trunk
* gcc6-libsanitizer-aarch64-vma48.patch as it\'s part of trunk
* gcc6-SOURCE_DATE_EPOCH.patch as it\'s part of trunk
 
ICM