[oe-commits] org.oe.dev gcc 4.3.0: apply more patches, the most notable doing: "Automatically check reproducability of ICE (if possible) and prepare testcase if reproducible"

koen commit oe at amethyst.openembedded.net
Sun Apr 13 17:43:27 UTC 2008


gcc 4.3.0: apply more patches, the most notable doing: "Automatically check reproducability of ICE (if possible) and prepare testcase if reproducible"
* It sadly does nothing if your ICE is a segfault :(

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: d737bb61231c23d3b3e7a4dc122e78bb6a51e426
ViewMTN: http://monotone.openembedded.org/revision/info/d737bb61231c23d3b3e7a4dc122e78bb6a51e426
Files:
1
packages/gcc/gcc-4.3.0.inc
packages/gcc/gcc-cross_4.3.0.bb
packages/gcc/gcc_4.3.0.bb
Diffs:

#
# mt diff -rdc8d5eb6a48cb5c18ffadcc4db1607fcc6ca81cd -rd737bb61231c23d3b3e7a4dc122e78bb6a51e426
#
#
#
# patch "packages/gcc/gcc-4.3.0.inc"
#  from [ddda9d3bed5bbd5648deca8617e0eb74ab565ed0]
#    to [850acc9a5d1a62278c1db20cc938f2b7bd739aa5]
# 
# patch "packages/gcc/gcc-cross_4.3.0.bb"
#  from [dfd68186d6bc5f27d810ecf46bcdf4bfecbbd7cd]
#    to [6cf8f04c1b793136fa18d9dd62e474f0d85ea003]
# 
# patch "packages/gcc/gcc_4.3.0.bb"
#  from [57d4c5056682b889217fcd1868b4f8ce7fe9073e]
#    to [1d63b98ae98cf32471a1b3329d10f7372c6f25ae]
#
============================================================
--- packages/gcc/gcc-4.3.0.inc	ddda9d3bed5bbd5648deca8617e0eb74ab565ed0
+++ packages/gcc/gcc-4.3.0.inc	850acc9a5d1a62278c1db20cc938f2b7bd739aa5
@@ -24,6 +24,8 @@ SRC_URI = "ftp://ftp.gnu.org/pub/gnu/gcc
 	file://fedora/gcc43-rh251682.patch;patch=1;pnum=0 \
         file://debian/arm-unbreak-eabi-armv4t.dpatch;patch=1 \
 	file://debian/libstdc++-pic.dpatch;patch=1;pnum=0 \
+	file://debian/gcc-ice-hack.dpatch;patch=1;pnum=0 \ 
+	file://debian/pr30961.dpatch;patch=1;pnum=0 \
 #	file://100-uclibc-conf.patch;patch=1 \
 #	file://103-uclibc-conf-noupstream.patch;patch=1 \
 #	file://200-uclibc-locale.patch;patch=1 \
============================================================
--- packages/gcc/gcc-cross_4.3.0.bb	dfd68186d6bc5f27d810ecf46bcdf4bfecbbd7cd
+++ packages/gcc/gcc-cross_4.3.0.bb	6cf8f04c1b793136fa18d9dd62e474f0d85ea003
@@ -1,4 +1,4 @@
-PR = "r2"
+PR = "r3"
 
 require gcc-${PV}.inc
 require gcc-cross4.inc
============================================================
--- packages/gcc/gcc_4.3.0.bb	57d4c5056682b889217fcd1868b4f8ce7fe9073e
+++ packages/gcc/gcc_4.3.0.bb	1d63b98ae98cf32471a1b3329d10f7372c6f25ae
@@ -1,5 +1,5 @@
 # Split PR, don't forget to bump gcc-cross as well
-PR = "r2"
+PR = "r3"
 
 require gcc-${PV}.inc
 require gcc-configure-target.inc






More information about the Openembedded-commits mailing list