The unified diff between revisions [4bd0d197..] and [dbb20333..] is displayed below. It can also be downloaded as a raw diff.

#
#
# patch "debian/changelog"
#  from [acb2d7faad2c83db4d268fd2a2c7e7425ead8a70]
#    to [c926c90e9f87e320652e3770379b7546dd94b558]
#
# patch "debian/patches/svn-updates.dpatch"
#  from [c0802110740adc374c680e02296ef28ef3a37309]
#    to [12315780d0988e7afec3c0e73d1bcaea8fe87540]
#
============================================================
--- debian/changelog	acb2d7faad2c83db4d268fd2a2c7e7425ead8a70
+++ debian/changelog	c926c90e9f87e320652e3770379b7546dd94b558
@@ -1,12 +1,12 @@ gcc-4.2 (4.2.4-5) UNRELEASED; urgency=lo
 gcc-4.2 (4.2.4-5) UNRELEASED; urgency=low

-  * Update to SVN 20081121 from the ubuntu/gcc-4_2-branch.
+  * Update to SVN 20081123 from the ubuntu/gcc-4_2-branch.
     - PR c++/27574, PR rtl-optimization/36438, PR c++/38007,
       PR middle-end/37807, PR middle-end/37809, PR bootstrap/33100,
       PR target/37909, PR c++/37142, PR c++/38030, PR c++/37932.
   * Do not build-depend on autogen, if the package is not installable.

- -- Matthias Klose <doko@ubuntu.com>  Fri, 21 Nov 2008 11:24:26 +0100
+ -- Matthias Klose <doko@debian.org>  Sun, 23 Nov 2008 15:19:20 +0100

 gcc-4.2 (4.2.4-4) unstable; urgency=low

============================================================
--- debian/patches/svn-updates.dpatch	c0802110740adc374c680e02296ef28ef3a37309
+++ debian/patches/svn-updates.dpatch	12315780d0988e7afec3c0e73d1bcaea8fe87540
@@ -1,12 +1,12 @@
 #! /bin/sh -e

-# DP: updates from the 4.2 branch upto 20081121.
+# DP: updates from the 4.2 branch upto 20081123.

 last_updated()
 {
 	cat > ${dir}LAST_UPDATED <<EOF
-Fri Nov 21 11:07:56 CET 2008
-Fri Nov 21 10:07:56 UTC 2008 (revision 142085)
+Sun Nov 23 15:19:58 CET 2008
+Sun Nov 23 14:19:58 UTC 2008 (revision 142133)
 EOF
 }

@@ -39,8 +39,8 @@ Index: libdecnumber/Makefile.in

 Index: libdecnumber/Makefile.in
 ===================================================================
---- libdecnumber/Makefile.in	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142085)
-+++ libdecnumber/Makefile.in	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142085)
+--- libdecnumber/Makefile.in	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142133)
++++ libdecnumber/Makefile.in	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142133)
 @@ -122,7 +122,7 @@
  distclean: clean
  	-rm -f config.h stamp-h1 config.status config.cache config.log \
@@ -52,8 +52,8 @@ Index: libdecnumber/ChangeLog
  	@echo "This command is intended for maintainers to use"
 Index: libdecnumber/ChangeLog
 ===================================================================
---- libdecnumber/ChangeLog	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142085)
-+++ libdecnumber/ChangeLog	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142085)
+--- libdecnumber/ChangeLog	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142133)
++++ libdecnumber/ChangeLog	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142133)
 @@ -1,3 +1,11 @@
 +2008-06-16  Ben Elliston  <bje@au.ibm.com>
 +
@@ -68,8 +68,8 @@ Index: gcc/regrename.c
  	* GCC 4.2.4 released.
 Index: gcc/regrename.c
 ===================================================================
---- gcc/regrename.c	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142085)
-+++ gcc/regrename.c	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142085)
+--- gcc/regrename.c	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142133)
++++ gcc/regrename.c	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142133)
 @@ -1335,6 +1335,10 @@
  		   enum machine_mode new_mode, unsigned int regno,
  		   unsigned int copy_regno ATTRIBUTE_UNUSED)
@@ -83,8 +83,8 @@ Index: gcc/doc/install.texi2html
    else if (mode_change_ok (orig_mode, new_mode, regno))
 Index: gcc/doc/install.texi2html
 ===================================================================
---- gcc/doc/install.texi2html	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142085)
-+++ gcc/doc/install.texi2html	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142085)
+--- gcc/doc/install.texi2html	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142133)
++++ gcc/doc/install.texi2html	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142133)
 @@ -32,7 +32,7 @@
        echo "@clear DEVELOPMENT"
     fi
@@ -106,8 +106,8 @@ Index: gcc/java/class.c
 +rm $DESTDIR/gcc-vers.texi
 Index: gcc/java/class.c
 ===================================================================
---- gcc/java/class.c	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142085)
-+++ gcc/java/class.c	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142085)
+--- gcc/java/class.c	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142133)
++++ gcc/java/class.c	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142133)
 @@ -1,6 +1,6 @@
  /* Functions related to building classes and their related objects.
     Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
@@ -133,8 +133,8 @@ Index: gcc/java/ChangeLog
  	return build_static_class_ref (type);
 Index: gcc/java/ChangeLog
 ===================================================================
---- gcc/java/ChangeLog	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142085)
-+++ gcc/java/ChangeLog	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142085)
+--- gcc/java/ChangeLog	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142133)
++++ gcc/java/ChangeLog	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142133)
 @@ -1,3 +1,13 @@
 +2008-06-14  Tom Tromey  <tromey@redhat.com>
 +
@@ -151,8 +151,8 @@ Index: gcc/cgraph.c
  	* gcj.texi: Include gpl_v3.texi instead of gpl.texi
 Index: gcc/cgraph.c
 ===================================================================
---- gcc/cgraph.c	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142085)
-+++ gcc/cgraph.c	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142085)
+--- gcc/cgraph.c	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142133)
++++ gcc/cgraph.c	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142133)
 @@ -593,6 +593,14 @@
  	      && (TREE_ASM_WRITTEN (n->decl) || DECL_EXTERNAL (n->decl))))
  	kill_body = true;
@@ -170,15 +170,15 @@ Index: gcc/DATESTAMP
      {
 Index: gcc/DATESTAMP
 ===================================================================
---- gcc/DATESTAMP	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142085)
-+++ gcc/DATESTAMP	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142085)
+--- gcc/DATESTAMP	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142133)
++++ gcc/DATESTAMP	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142133)
 @@ -1 +1 @@
 -20080519
-+20081121
++20081123
 Index: gcc/rtlanal.c
 ===================================================================
---- gcc/rtlanal.c	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142085)
-+++ gcc/rtlanal.c	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142085)
+--- gcc/rtlanal.c	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142133)
++++ gcc/rtlanal.c	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142133)
 @@ -3400,8 +3400,9 @@
    enum rtx_code code;
    unsigned int mode_width = GET_MODE_BITSIZE (mode);
@@ -203,8 +203,8 @@ Index: gcc/fold-const.c
    /* For a smaller object, just ignore the high bits.  */
 Index: gcc/fold-const.c
 ===================================================================
---- gcc/fold-const.c	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142085)
-+++ gcc/fold-const.c	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142085)
+--- gcc/fold-const.c	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142133)
++++ gcc/fold-const.c	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142133)
 @@ -816,7 +816,7 @@
  	if (hden < 0)
  	  neg_double (lden, hden, &labs_den, &habs_den);
@@ -225,8 +225,8 @@ Index: gcc/cgraphunit.c
  	      /* quo = quo - 1;  */
 Index: gcc/cgraphunit.c
 ===================================================================
---- gcc/cgraphunit.c	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142085)
-+++ gcc/cgraphunit.c	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142085)
+--- gcc/cgraphunit.c	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142133)
++++ gcc/cgraphunit.c	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142133)
 @@ -1609,7 +1609,10 @@
        for (node = cgraph_nodes; node; node = node->next)
  	if (node->analyzed
@@ -241,9 +241,14 @@ Index: gcc/ChangeLog
  	    dump_cgraph_node (stderr, node);
 Index: gcc/ChangeLog
 ===================================================================
---- gcc/ChangeLog	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142085)
-+++ gcc/ChangeLog	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142085)
-@@ -1,3 +1,147 @@
+--- gcc/ChangeLog	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142133)
++++ gcc/ChangeLog	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142133)
+@@ -1,3 +1,152 @@
++2008-11-22  Eric Botcazou  <ebotcazou@adacore.com>
++
++	* config/sparc/sparc.c (TARGET_ASM_OUTPUT_DWARF_DTPREL): Define
++	only if HAVE_AS_SPARC_UA_PCREL is defined.
++
 +2008-11-17  Dodji Seketeli  <dodji@redhat.com>
 +
 +	PR c++/27574
@@ -391,7 +396,7 @@ Index: gcc/ChangeLog
  2008-05-19  Release Manager

  	* GCC 4.2.4 released.
-@@ -2610,7 +2754,7 @@
+@@ -2610,7 +2759,7 @@
  	* config/rs6000/rs6000.c (rs6000_function_value): Look at bit size
  	instead of precision.

@@ -403,7 +408,7 @@ Index: gcc/testsuite/gcc.c-torture/compi
 Index: gcc/testsuite/gcc.c-torture/compile/pr35432.c
 ===================================================================
 --- gcc/testsuite/gcc.c-torture/compile/pr35432.c	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 0)
-+++ gcc/testsuite/gcc.c-torture/compile/pr35432.c	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142085)
++++ gcc/testsuite/gcc.c-torture/compile/pr35432.c	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142133)
 @@ -0,0 +1,11 @@
 +/* PR middle-end/35432 */
 +
@@ -419,7 +424,7 @@ Index: gcc/testsuite/gcc.target/i386/pr3
 Index: gcc/testsuite/gcc.target/i386/pr36438.c
 ===================================================================
 --- gcc/testsuite/gcc.target/i386/pr36438.c	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 0)
-+++ gcc/testsuite/gcc.target/i386/pr36438.c	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142085)
++++ gcc/testsuite/gcc.target/i386/pr36438.c	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142133)
 @@ -0,0 +1,20 @@
 +/* { dg-do compile } */
 +/* { dg-options "-O2 -mmmx" } */
@@ -444,7 +449,7 @@ Index: gcc/testsuite/gcc.target/i386/pr3
 Index: gcc/testsuite/gcc.target/i386/pr37101.c
 ===================================================================
 --- gcc/testsuite/gcc.target/i386/pr37101.c	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 0)
-+++ gcc/testsuite/gcc.target/i386/pr37101.c	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142085)
++++ gcc/testsuite/gcc.target/i386/pr37101.c	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142133)
 @@ -0,0 +1,64 @@
 +/* { dg-do compile } */
 +/* { dg-options "-O2 -msse2 -ftree-vectorize -march=nocona" } */
@@ -513,7 +518,7 @@ Index: gcc/testsuite/gcc.target/i386/mmx
 Index: gcc/testsuite/gcc.target/i386/mmx-8.c
 ===================================================================
 --- gcc/testsuite/gcc.target/i386/mmx-8.c	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 0)
-+++ gcc/testsuite/gcc.target/i386/mmx-8.c	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142085)
++++ gcc/testsuite/gcc.target/i386/mmx-8.c	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142133)
 @@ -0,0 +1,150 @@
 +/* PR middle-end/37809 */
 +
@@ -668,7 +673,7 @@ Index: gcc/testsuite/gnat.dg/conv_decima
 Index: gcc/testsuite/gnat.dg/conv_decimal.adb
 ===================================================================
 --- gcc/testsuite/gnat.dg/conv_decimal.adb	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 0)
-+++ gcc/testsuite/gnat.dg/conv_decimal.adb	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142085)
++++ gcc/testsuite/gnat.dg/conv_decimal.adb	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142133)
 @@ -0,0 +1,34 @@
 +-- PR middle-end/36575
 +-- reporter: Laurent Guerby <laurent@guerby.net>
@@ -707,7 +712,7 @@ Index: gcc/testsuite/gcc.dg/nested-func-
 Index: gcc/testsuite/gcc.dg/nested-func-6.c
 ===================================================================
 --- gcc/testsuite/gcc.dg/nested-func-6.c	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 0)
-+++ gcc/testsuite/gcc.dg/nested-func-6.c	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142085)
++++ gcc/testsuite/gcc.dg/nested-func-6.c	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142133)
 @@ -0,0 +1,14 @@
 +/* { dg-do compile } */
 +/* { dg-options "-O -Winline" } */
@@ -726,7 +731,7 @@ Index: gcc/testsuite/gcc.dg/torture/pr37
 Index: gcc/testsuite/gcc.dg/torture/pr37731-1.c
 ===================================================================
 --- gcc/testsuite/gcc.dg/torture/pr37731-1.c	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 0)
-+++ gcc/testsuite/gcc.dg/torture/pr37731-1.c	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142085)
++++ gcc/testsuite/gcc.dg/torture/pr37731-1.c	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142133)
 @@ -0,0 +1,17 @@
 +/* { dg-do run } */
 +
@@ -748,7 +753,7 @@ Index: gcc/testsuite/gcc.dg/torture/pr37
 Index: gcc/testsuite/gcc.dg/torture/pr37731-2.c
 ===================================================================
 --- gcc/testsuite/gcc.dg/torture/pr37731-2.c	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 0)
-+++ gcc/testsuite/gcc.dg/torture/pr37731-2.c	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142085)
++++ gcc/testsuite/gcc.dg/torture/pr37731-2.c	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142133)
 @@ -0,0 +1,17 @@
 +/* { dg-do run } */
 +
@@ -770,7 +775,7 @@ Index: gcc/testsuite/gcc.dg/pr37544.c
 Index: gcc/testsuite/gcc.dg/pr37544.c
 ===================================================================
 --- gcc/testsuite/gcc.dg/pr37544.c	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 0)
-+++ gcc/testsuite/gcc.dg/pr37544.c	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142085)
++++ gcc/testsuite/gcc.dg/pr37544.c	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142133)
 @@ -0,0 +1,38 @@
 +/* { dg-do run } */
 +/* { dg-options "-O2" } */
@@ -813,7 +818,7 @@ Index: gcc/testsuite/gcc.dg/pr36194.c
 Index: gcc/testsuite/gcc.dg/pr36194.c
 ===================================================================
 --- gcc/testsuite/gcc.dg/pr36194.c	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 0)
-+++ gcc/testsuite/gcc.dg/pr36194.c	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142085)
++++ gcc/testsuite/gcc.dg/pr36194.c	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142133)
 @@ -0,0 +1,25 @@
 +/* { dg-do run } */
 +/* { dg-options "-O2" } */
@@ -842,8 +847,8 @@ Index: gcc/testsuite/ChangeLog
 +}
 Index: gcc/testsuite/ChangeLog
 ===================================================================
---- gcc/testsuite/ChangeLog	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142085)
-+++ gcc/testsuite/ChangeLog	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142085)
+--- gcc/testsuite/ChangeLog	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142133)
++++ gcc/testsuite/ChangeLog	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142133)
 @@ -1,3 +1,93 @@
 +2008-11-19  Dodji Seketeli  <dodji@redhat.com>
 +
@@ -958,8 +963,8 @@ Index: gcc/testsuite/g++.old-deja/g++.mi
  	* g++.dg/ext/offsetof1.C: Add cases with volatile.
 Index: gcc/testsuite/g++.old-deja/g++.mike/enum1.C
 ===================================================================
---- gcc/testsuite/g++.old-deja/g++.mike/enum1.C	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142085)
-+++ gcc/testsuite/g++.old-deja/g++.mike/enum1.C	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142085)
+--- gcc/testsuite/g++.old-deja/g++.mike/enum1.C	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142133)
++++ gcc/testsuite/g++.old-deja/g++.mike/enum1.C	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142133)
 @@ -8,4 +8,4 @@
    void setBTK();
  };
@@ -969,7 +974,7 @@ Index: gcc/testsuite/g++.dg/conversion/b
 Index: gcc/testsuite/g++.dg/conversion/bitfield10.C
 ===================================================================
 --- gcc/testsuite/g++.dg/conversion/bitfield10.C	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 0)
-+++ gcc/testsuite/g++.dg/conversion/bitfield10.C	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142085)
++++ gcc/testsuite/g++.dg/conversion/bitfield10.C	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142133)
 @@ -0,0 +1,24 @@
 +// PR c++/38007
 +// We need to use the conversion function to the declared type of a bitfield,
@@ -998,7 +1003,7 @@ Index: gcc/testsuite/g++.dg/conversion/b
 Index: gcc/testsuite/g++.dg/conversion/bitfield11.C
 ===================================================================
 --- gcc/testsuite/g++.dg/conversion/bitfield11.C	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 0)
-+++ gcc/testsuite/g++.dg/conversion/bitfield11.C	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142085)
++++ gcc/testsuite/g++.dg/conversion/bitfield11.C	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142133)
 @@ -0,0 +1,8 @@
 +// Make sure that digest_init converts to the declared type of the
 +// bitfield, not just the lowered type.
@@ -1011,7 +1016,7 @@ Index: gcc/testsuite/g++.dg/debug/dwarf2
 Index: gcc/testsuite/g++.dg/debug/dwarf2/dwarf2.exp
 ===================================================================
 --- gcc/testsuite/g++.dg/debug/dwarf2/dwarf2.exp	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 0)
-+++ gcc/testsuite/g++.dg/debug/dwarf2/dwarf2.exp	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142085)
++++ gcc/testsuite/g++.dg/debug/dwarf2/dwarf2.exp	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142133)
 @@ -0,0 +1,43 @@
 +#   Copyright (C) 2007, 2007 Free Software Foundation, Inc.
 +
@@ -1059,7 +1064,7 @@ Index: gcc/testsuite/g++.dg/debug/dwarf2
 Index: gcc/testsuite/g++.dg/debug/dwarf2/local-var-in-contructor.C
 ===================================================================
 --- gcc/testsuite/g++.dg/debug/dwarf2/local-var-in-contructor.C	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 0)
-+++ gcc/testsuite/g++.dg/debug/dwarf2/local-var-in-contructor.C	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142085)
++++ gcc/testsuite/g++.dg/debug/dwarf2/local-var-in-contructor.C	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142133)
 @@ -0,0 +1,30 @@
 +// Contributed by Dodji Seketeli <dodji@redhat.com>
 +// Origin PR27574
@@ -1094,7 +1099,7 @@ Index: gcc/testsuite/g++.dg/template/cra
 Index: gcc/testsuite/g++.dg/template/crash71.C
 ===================================================================
 --- gcc/testsuite/g++.dg/template/crash71.C	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 0)
-+++ gcc/testsuite/g++.dg/template/crash71.C	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142085)
++++ gcc/testsuite/g++.dg/template/crash71.C	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142133)
 @@ -0,0 +1,16 @@
 +// Contributed by Dodji Seketeli <dodji@redhat.com>
 +// Origin: PR c++/37142
@@ -1115,7 +1120,7 @@ Index: gcc/testsuite/g++.dg/template/loo
 Index: gcc/testsuite/g++.dg/template/lookup8.C
 ===================================================================
 --- gcc/testsuite/g++.dg/template/lookup8.C	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 0)
-+++ gcc/testsuite/g++.dg/template/lookup8.C	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142085)
++++ gcc/testsuite/g++.dg/template/lookup8.C	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142133)
 @@ -0,0 +1,19 @@
 +// PR c++/38030
 +// The call to f should be resolved at template definition time.
@@ -1138,8 +1143,8 @@ Index: gcc/testsuite/g++.dg/expr/bitfiel
 +}
 Index: gcc/testsuite/g++.dg/expr/bitfield9.C
 ===================================================================
---- gcc/testsuite/g++.dg/expr/bitfield9.C	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142085)
-+++ gcc/testsuite/g++.dg/expr/bitfield9.C	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142085)
+--- gcc/testsuite/g++.dg/expr/bitfield9.C	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142133)
++++ gcc/testsuite/g++.dg/expr/bitfield9.C	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142133)
 @@ -1,5 +1,6 @@
  // PR c++/32346
  // { dg-do run }
@@ -1149,8 +1154,8 @@ Index: gcc/cp/typeck.c

 Index: gcc/cp/typeck.c
 ===================================================================
---- gcc/cp/typeck.c	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142085)
-+++ gcc/cp/typeck.c	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142085)
+--- gcc/cp/typeck.c	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142133)
++++ gcc/cp/typeck.c	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142133)
 @@ -5549,7 +5549,6 @@
    tree newrhs = rhs;
    tree lhstype = TREE_TYPE (lhs);
@@ -1255,8 +1260,8 @@ Index: gcc/cp/ChangeLog
  tree
 Index: gcc/cp/ChangeLog
 ===================================================================
---- gcc/cp/ChangeLog	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142085)
-+++ gcc/cp/ChangeLog	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142085)
+--- gcc/cp/ChangeLog	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142133)
++++ gcc/cp/ChangeLog	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142133)
 @@ -1,3 +1,26 @@
 +2008-11-19  Dodji Seketeli  <dodji@redhat.com>
 +
@@ -1304,8 +1309,8 @@ Index: gcc/cp/typeck2.c
  	* semantics.c (finish_offsetof): Handle COMPOUND_EXPR.
 Index: gcc/cp/typeck2.c
 ===================================================================
---- gcc/cp/typeck2.c	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142085)
-+++ gcc/cp/typeck2.c	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142085)
+--- gcc/cp/typeck2.c	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142133)
++++ gcc/cp/typeck2.c	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142133)
 @@ -888,6 +888,7 @@
    for (field = TYPE_FIELDS (type); field; field = TREE_CHAIN (field))
      {
@@ -1347,8 +1352,8 @@ Index: gcc/cp/pt.c
      }
 Index: gcc/cp/pt.c
 ===================================================================
---- gcc/cp/pt.c	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142085)
-+++ gcc/cp/pt.c	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142085)
+--- gcc/cp/pt.c	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142133)
++++ gcc/cp/pt.c	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142133)
 @@ -3962,7 +3962,7 @@
  	       D<int, C> d;

@@ -1360,8 +1365,8 @@ Index: gcc/cp/semantics.c
  			     TREE_TYPE (arg)))
 Index: gcc/cp/semantics.c
 ===================================================================
---- gcc/cp/semantics.c	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142085)
-+++ gcc/cp/semantics.c	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142085)
+--- gcc/cp/semantics.c	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142133)
++++ gcc/cp/semantics.c	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142133)
 @@ -1886,7 +1886,9 @@
      {
        result = build3 (CALL_EXPR, TREE_TYPE (result), orig_fn,
@@ -1375,8 +1380,8 @@ Index: gcc/cse.c
  }
 Index: gcc/cse.c
 ===================================================================
---- gcc/cse.c	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142085)
-+++ gcc/cse.c	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142085)
+--- gcc/cse.c	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142133)
++++ gcc/cse.c	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142133)
 @@ -4372,6 +4372,11 @@
  			  && exact_log2 (- INTVAL (const_arg1)) >= 0)))
  		break;
@@ -1391,8 +1396,8 @@ Index: gcc/gimplify.c
  		      || INTVAL (inner_const) < 0))
 Index: gcc/gimplify.c
 ===================================================================
---- gcc/gimplify.c	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142085)
-+++ gcc/gimplify.c	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142085)
+--- gcc/gimplify.c	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142133)
++++ gcc/gimplify.c	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142133)
 @@ -3540,7 +3540,7 @@
       side as statements and throw away the assignment.  Do this after
       gimplify_modify_expr_rhs so we handle TARGET_EXPRs of addressable
@@ -1404,8 +1409,8 @@ Index: gcc/expmed.c
        gimplify_stmt (to_p);
 Index: gcc/expmed.c
 ===================================================================
---- gcc/expmed.c	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142085)
-+++ gcc/expmed.c	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142085)
+--- gcc/expmed.c	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142133)
++++ gcc/expmed.c	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142133)
 @@ -3163,7 +3163,8 @@
  	{
  	  /* If we are multiplying in DImode, it may still be a win
@@ -1418,8 +1423,8 @@ Index: gcc/tree-nested.c
  		   && EXACT_POWER_OF_2_OR_ZERO_P (CONST_DOUBLE_HIGH (op1)))
 Index: gcc/tree-nested.c
 ===================================================================
---- gcc/tree-nested.c	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142085)
-+++ gcc/tree-nested.c	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142085)
+--- gcc/tree-nested.c	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142133)
++++ gcc/tree-nested.c	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142133)
 @@ -749,7 +749,7 @@
    for (cgn = cgn->nested; cgn ; cgn = cgn->next_nested)
      {
@@ -1431,8 +1436,8 @@ Index: gcc/combine.c
        if (check_for_nested_with_variably_modified (cgn->decl, orig_fndecl))
 Index: gcc/combine.c
 ===================================================================
---- gcc/combine.c	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142085)
-+++ gcc/combine.c	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142085)
+--- gcc/combine.c	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142133)
++++ gcc/combine.c	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142133)
 @@ -430,7 +430,7 @@
  static enum rtx_code simplify_comparison (enum rtx_code, rtx *, rtx *);
  static void update_table_tick (rtx);
@@ -1582,8 +1587,8 @@ Index: gcc/c-common.c
      }
 Index: gcc/c-common.c
 ===================================================================
---- gcc/c-common.c	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142085)
-+++ gcc/c-common.c	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142085)
+--- gcc/c-common.c	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142133)
++++ gcc/c-common.c	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142133)
 @@ -1843,7 +1843,7 @@

  #define TYPE_OK(node)							    \
@@ -1607,8 +1612,8 @@ Index: gcc/config.gcc
  /* Build a bit-field integer type for the given WIDTH and UNSIGNEDP.  */
 Index: gcc/config.gcc
 ===================================================================
---- gcc/config.gcc	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142085)
-+++ gcc/config.gcc	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142085)
+--- gcc/config.gcc	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142133)
++++ gcc/config.gcc	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142133)
 @@ -1,6 +1,6 @@
  # GCC target-specific configuration file.
 -# Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
@@ -1632,8 +1637,8 @@ Index: gcc/gthr-posix.h
  		# like -m32 for x86_64-*-*.
 Index: gcc/gthr-posix.h
 ===================================================================
---- gcc/gthr-posix.h	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142085)
-+++ gcc/gthr-posix.h	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142085)
+--- gcc/gthr-posix.h	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142133)
++++ gcc/gthr-posix.h	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142133)
 @@ -152,9 +152,12 @@
     it is passed so we cannot pretend that the interface is active if -pthreads
     is not specified.  On Solaris 2.5.1, the interface is not exposed at all so
@@ -1669,8 +1674,17 @@ Index: gcc/config/sparc/sparc.c

 Index: gcc/config/sparc/sparc.c
 ===================================================================
---- gcc/config/sparc/sparc.c	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142085)
-+++ gcc/config/sparc/sparc.c	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142085)
+--- gcc/config/sparc/sparc.c	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142133)
++++ gcc/config/sparc/sparc.c	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142133)
+@@ -546,7 +546,7 @@
+ #undef TARGET_HANDLE_OPTION
+ #define TARGET_HANDLE_OPTION sparc_handle_option
+
+-#if TARGET_GNU_TLS
++#if TARGET_GNU_TLS && defined(HAVE_AS_SPARC_UA_PCREL)
+ #undef TARGET_ASM_OUTPUT_DWARF_DTPREL
+ #define TARGET_ASM_OUTPUT_DWARF_DTPREL sparc_output_dwarf_dtprel
+ #endif
 @@ -5026,15 +5026,13 @@
     Return an expression valid as a return value for the two macros
     FUNCTION_ARG and FUNCTION_VALUE.
@@ -1720,8 +1734,8 @@ Index: gcc/config/i386/sse.md
  	mclass = MODE_FLOAT;
 Index: gcc/config/i386/sse.md
 ===================================================================
---- gcc/config/i386/sse.md	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142085)
-+++ gcc/config/i386/sse.md	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142085)
+--- gcc/config/i386/sse.md	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142133)
++++ gcc/config/i386/sse.md	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142133)
 @@ -3576,20 +3576,19 @@
     (set_attr "mode" "TI,V4SF,V2SF")])

@@ -1751,8 +1765,8 @@ Index: gcc/config/sh/t-sh
    [(match_operand:V2DI 0 "register_operand" "")
 Index: gcc/config/sh/t-sh
 ===================================================================
---- gcc/config/sh/t-sh	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142085)
-+++ gcc/config/sh/t-sh	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142085)
+--- gcc/config/sh/t-sh	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142133)
++++ gcc/config/sh/t-sh	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142133)
 @@ -99,7 +99,7 @@
  $(T)udivsi3_i4i-Os-4-200.o: $(srcdir)/config/sh/lib1funcs-Os-4-200.asm $(GCC_PASSES)
  	$(GCC_FOR_TARGET) $(MULTILIB_CFLAGS) -c -o $@ -DL_udivsi3_i4i -x assembler-with-cpp $<
@@ -1764,8 +1778,8 @@ Index: gcc/config/sh/sh.c
  	$(AR_CREATE_FOR_TARGET) $@ $(OBJS_Os_4_200)
 Index: gcc/config/sh/sh.c
 ===================================================================
---- gcc/config/sh/sh.c	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142085)
-+++ gcc/config/sh/sh.c	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142085)
+--- gcc/config/sh/sh.c	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142133)
++++ gcc/config/sh/sh.c	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142133)
 @@ -3477,6 +3477,10 @@

    if (optimize)
@@ -1779,8 +1793,8 @@ Index: gcc/config/rs6000/rs6000.md
        if (n_addr > n_target || n_addr + 1022 < n_target)
 Index: gcc/config/rs6000/rs6000.md
 ===================================================================
---- gcc/config/rs6000/rs6000.md	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142085)
-+++ gcc/config/rs6000/rs6000.md	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142085)
+--- gcc/config/rs6000/rs6000.md	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142133)
++++ gcc/config/rs6000/rs6000.md	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142133)
 @@ -10379,25 +10379,6 @@

    operands[0] = XEXP (operands[0], 0);
@@ -2004,8 +2018,8 @@ Index: gcc/config/mips/mips.md
      return \"b %z1\";
 Index: gcc/config/mips/mips.md
 ===================================================================
---- gcc/config/mips/mips.md	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142085)
-+++ gcc/config/mips/mips.md	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142085)
+--- gcc/config/mips/mips.md	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142133)
++++ gcc/config/mips/mips.md	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142133)
 @@ -4037,12 +4037,11 @@
  }
    [(set_attr "length" "8")])
@@ -2022,8 +2036,8 @@ Index: gcc/config/mips/mips.c
    [(set_attr "type"	"unknown")
 Index: gcc/config/mips/mips.c
 ===================================================================
---- gcc/config/mips/mips.c	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142085)
-+++ gcc/config/mips/mips.c	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142085)
+--- gcc/config/mips/mips.c	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142133)
++++ gcc/config/mips/mips.c	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142133)
 @@ -6709,13 +6709,16 @@
        offset = mips_unspec_address (addr, SYMBOL_GOTOFF_LOADGP);
        incoming_address = gen_rtx_REG (Pmode, PIC_FUNCTION_ADDR_REGNUM);
@@ -2046,8 +2060,8 @@ Index: gcc/gthr-posix95.h
  /* Set up the stack and frame (if desired) for the function.  */
 Index: gcc/gthr-posix95.h
 ===================================================================
---- gcc/gthr-posix95.h	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142085)
-+++ gcc/gthr-posix95.h	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142085)
+--- gcc/gthr-posix95.h	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142133)
++++ gcc/gthr-posix95.h	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142133)
 @@ -115,9 +115,12 @@
     it is passed so we cannot pretend that the interface is active if -pthreads
     is not specified.  On Solaris 2.5.1, the interface is not exposed at all so
@@ -2083,8 +2097,8 @@ Index: libffi/src/powerpc/ffitarget.h

 Index: libffi/src/powerpc/ffitarget.h
 ===================================================================
---- libffi/src/powerpc/ffitarget.h	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142085)
-+++ libffi/src/powerpc/ffitarget.h	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142085)
+--- libffi/src/powerpc/ffitarget.h	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142133)
++++ libffi/src/powerpc/ffitarget.h	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142133)
 @@ -1,6 +1,6 @@
  /* -----------------------------------------------------------------*-C-*-
     ffitarget.h - Copyright (c) 1996-2003  Red Hat, Inc.
@@ -2115,8 +2129,8 @@ Index: libffi/src/powerpc/ffi.c
  #if defined(POWERPC64) || defined(POWERPC_AIX)
 Index: libffi/src/powerpc/ffi.c
 ===================================================================
---- libffi/src/powerpc/ffi.c	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142085)
-+++ libffi/src/powerpc/ffi.c	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142085)
+--- libffi/src/powerpc/ffi.c	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142133)
++++ libffi/src/powerpc/ffi.c	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142133)
 @@ -1,6 +1,6 @@
  /* -----------------------------------------------------------------------
     ffi.c - Copyright (c) 1998 Geoffrey Keating
@@ -2173,8 +2187,8 @@ Index: libffi/ChangeLog
  	   && cif->abi != FFI_LINUX && cif->abi != FFI_LINUX_SOFT_FLOAT)
 Index: libffi/ChangeLog
 ===================================================================
---- libffi/ChangeLog	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142085)
-+++ libffi/ChangeLog	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142085)
+--- libffi/ChangeLog	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142133)
++++ libffi/ChangeLog	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142133)
 @@ -1,3 +1,24 @@
 +2008-09-10  Andreas Tobler  <a.tobler@schweiz.org>
 +
@@ -2202,8 +2216,8 @@ Index: libjava/Makefile.in
  	* GCC 4.3.0 released.
 Index: libjava/Makefile.in
 ===================================================================
---- libjava/Makefile.in	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142085)
-+++ libjava/Makefile.in	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142085)
+--- libjava/Makefile.in	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142133)
++++ libjava/Makefile.in	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142133)
 @@ -763,6 +763,7 @@
  extra_gij_ldflags = @extra_gij_ldflags@
  extra_ldflags = @extra_ldflags@
@@ -2223,8 +2237,8 @@ Index: libjava/libltdl/ChangeLog
  GCJ_WITH_FLAGS = $(GCJ) --encoding=UTF-8 -Wno-deprecated
 Index: libjava/libltdl/ChangeLog
 ===================================================================
---- libjava/libltdl/ChangeLog	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142085)
-+++ libjava/libltdl/ChangeLog	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142085)
+--- libjava/libltdl/ChangeLog	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142133)
++++ libjava/libltdl/ChangeLog	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142133)
 @@ -1,3 +1,11 @@
 +2008-08-27  Release Manager
 +
@@ -2239,8 +2253,8 @@ Index: libjava/configure.ac
  	* GCC 4.3.0 released.
 Index: libjava/configure.ac
 ===================================================================
---- libjava/configure.ac	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142085)
-+++ libjava/configure.ac	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142085)
+--- libjava/configure.ac	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142133)
++++ libjava/configure.ac	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142133)
 @@ -1413,6 +1413,7 @@
     ;;
  esac
@@ -2251,8 +2265,8 @@ Index: libjava/classpath/tools/gnu/class
  AC_DEFINE(JV_API_VERSION, "1.5", [API compatibility version string])
 Index: libjava/classpath/tools/gnu/classpath/tools/javah/ClassWrapper.java
 ===================================================================
---- libjava/classpath/tools/gnu/classpath/tools/javah/ClassWrapper.java	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142085)
-+++ libjava/classpath/tools/gnu/classpath/tools/javah/ClassWrapper.java	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142085)
+--- libjava/classpath/tools/gnu/classpath/tools/javah/ClassWrapper.java	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142133)
++++ libjava/classpath/tools/gnu/classpath/tools/javah/ClassWrapper.java	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142133)
 @@ -217,7 +217,18 @@
          MethodNode m = (MethodNode) i.next();
          String desc = MethodHelper.getBridgeTarget(m);
@@ -2295,8 +2309,8 @@ Index: libjava/classpath/ChangeLog
  	methodNameMap.put(sum, nameToUse);
 Index: libjava/classpath/ChangeLog
 ===================================================================
---- libjava/classpath/ChangeLog	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142085)
-+++ libjava/classpath/ChangeLog	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142085)
+--- libjava/classpath/ChangeLog	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142133)
++++ libjava/classpath/ChangeLog	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142133)
 @@ -1,3 +1,11 @@
 +2008-08-27  Release Manager
 +
@@ -2311,8 +2325,8 @@ Index: libjava/classpath/ChangeLog.gcj
  	* GCC 4.3.0 released.
 Index: libjava/classpath/ChangeLog.gcj
 ===================================================================
---- libjava/classpath/ChangeLog.gcj	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142085)
-+++ libjava/classpath/ChangeLog.gcj	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142085)
+--- libjava/classpath/ChangeLog.gcj	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142133)
++++ libjava/classpath/ChangeLog.gcj	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142133)
 @@ -1,3 +1,15 @@
 +2008-09-14  Matthias Klose  <doko@ubuntu.com>
 +
@@ -2331,8 +2345,8 @@ Index: libjava/include/Makefile.in
  	PR libgcj/35950:
 Index: libjava/include/Makefile.in
 ===================================================================
---- libjava/include/Makefile.in	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142085)
-+++ libjava/include/Makefile.in	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142085)
+--- libjava/include/Makefile.in	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142133)
++++ libjava/include/Makefile.in	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142133)
 @@ -285,6 +285,7 @@
  extra_gij_ldflags = @extra_gij_ldflags@
  extra_ldflags = @extra_ldflags@
@@ -2343,8 +2357,8 @@ Index: libjava/include/jvm.h
  host = @host@
 Index: libjava/include/jvm.h
 ===================================================================
---- libjava/include/jvm.h	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142085)
-+++ libjava/include/jvm.h	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142085)
+--- libjava/include/jvm.h	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142133)
++++ libjava/include/jvm.h	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142133)
 @@ -307,6 +307,9 @@
      s = signature;
    }
@@ -2385,8 +2399,8 @@ Index: libjava/ChangeLog
  /* Type of pointer used as finalizer.  */
 Index: libjava/ChangeLog
 ===================================================================
---- libjava/ChangeLog	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142085)
-+++ libjava/ChangeLog	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142085)
+--- libjava/ChangeLog	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142133)
++++ libjava/ChangeLog	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142133)
 @@ -1,3 +1,46 @@
 +2008-08-27  Release Manager
 +
@@ -2436,8 +2450,8 @@ Index: libjava/testsuite/Makefile.in
  	* link.cc (_Jv_Linker::resolve_method_entry): Remove broken class
 Index: libjava/testsuite/Makefile.in
 ===================================================================
---- libjava/testsuite/Makefile.in	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142085)
-+++ libjava/testsuite/Makefile.in	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142085)
+--- libjava/testsuite/Makefile.in	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142133)
++++ libjava/testsuite/Makefile.in	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142133)
 @@ -249,9 +249,6 @@
  ac_ct_LD = @ac_ct_LD@
  ac_ct_RANLIB = @ac_ct_RANLIB@
@@ -2458,8 +2472,8 @@ Index: libjava/HACKING
  host = @host@
 Index: libjava/HACKING
 ===================================================================
---- libjava/HACKING	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142085)
-+++ libjava/HACKING	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142085)
+--- libjava/HACKING	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142133)
++++ libjava/HACKING	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142133)
 @@ -184,6 +184,6 @@
    entire contents of the namespace)

@@ -2471,8 +2485,8 @@ Index: libjava/link.cc
    what to print.
 Index: libjava/link.cc
 ===================================================================
---- libjava/link.cc	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142085)
-+++ libjava/link.cc	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142085)
+--- libjava/link.cc	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142133)
++++ libjava/link.cc	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142133)
 @@ -362,6 +362,19 @@
    return the_method;
  }
@@ -2640,8 +2654,8 @@ Index: libjava/configure

 Index: libjava/configure
 ===================================================================
---- libjava/configure	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142085)
-+++ libjava/configure	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142085)
+--- libjava/configure	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142133)
++++ libjava/configure	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142133)
 @@ -310,7 +310,7 @@
  # include <unistd.h>
  #endif"
@@ -2678,8 +2692,8 @@ Index: libjava/interpret-run.cc
  s,@PERL@,$PERL,;t t
 Index: libjava/interpret-run.cc
 ===================================================================
---- libjava/interpret-run.cc	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142085)
-+++ libjava/interpret-run.cc	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142085)
+--- libjava/interpret-run.cc	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142133)
++++ libjava/interpret-run.cc	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142133)
 @@ -382,13 +382,25 @@
  #else // !DEBUG
  #undef NEXT_INSN
@@ -2714,8 +2728,8 @@ Index: libjava/gcj/Makefile.in
  #endif // !DEBUG
 Index: libjava/gcj/Makefile.in
 ===================================================================
---- libjava/gcj/Makefile.in	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142085)
-+++ libjava/gcj/Makefile.in	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142085)
+--- libjava/gcj/Makefile.in	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142133)
++++ libjava/gcj/Makefile.in	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142133)
 @@ -286,6 +286,7 @@
  extra_gij_ldflags = @extra_gij_ldflags@
  extra_ldflags = @extra_ldflags@
@@ -2726,8 +2740,8 @@ Index: libjava/gcj/javaprims.h
  host = @host@
 Index: libjava/gcj/javaprims.h
 ===================================================================
---- libjava/gcj/javaprims.h	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142085)
-+++ libjava/gcj/javaprims.h	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142085)
+--- libjava/gcj/javaprims.h	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142133)
++++ libjava/gcj/javaprims.h	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142133)
 @@ -440,6 +440,7 @@
        class EnumMap$7;
        class EnumSet;
@@ -2738,8 +2752,8 @@ Index: libjava/java/lang/natString.cc
        class EventListenerProxy;
 Index: libjava/java/lang/natString.cc
 ===================================================================
---- libjava/java/lang/natString.cc	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142085)
-+++ libjava/java/lang/natString.cc	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142085)
+--- libjava/java/lang/natString.cc	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142133)
++++ libjava/java/lang/natString.cc	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142133)
 @@ -1,6 +1,7 @@
  // natString.cc - Implementation of java.lang.String native methods.

@@ -2789,8 +2803,8 @@ Index: libjava/Makefile.am
  	  memcpy (elements (new_array), elements (array),
 Index: libjava/Makefile.am
 ===================================================================
---- libjava/Makefile.am	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142085)
-+++ libjava/Makefile.am	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142085)
+--- libjava/Makefile.am	(.../tags/ubuntu/gcc-4_2_4-release)	(revision 142133)
++++ libjava/Makefile.am	(.../branches/ubuntu/gcc-4_2-branch)	(revision 142133)
 @@ -67,7 +67,8 @@
  ## Name of the default .db.
  db_name = classmap.db