[ubuntu/karmic] gdc-4.1 0.25-20080616-4.1.2-23.2 (Accepted)

Ubuntu Installer archive at ubuntu.com
Tue Jun 30 01:18:00 BST 2009


gdc-4.1 (0.25-20080616-4.1.2-23.2) unstable; urgency=low

  * Non-maintainer upload.
  * Fix debian/copyright, include info on license obtained from Digital
    Mars. Thanks to Walter Bright. Closes: #499927

gdc-4.1 (0.25-20080616-4.1.2-23.1) unstable; urgency=low

  * Non-Maintainer Upload
  * Fix string concatenation segfaults on powerpc, thanks to Ulrich
    Eckhardt and Arthur Loiret (Closes: #473167).

gdc-4.1 (0.25-20080616-4.1.2-23) unstable; urgency=low

  * Upload as gdc-4.1.
  * Update to upstram SVN 20080616.
    - gdc-fix-build.dpatch: Update.
  * debian/rules.defs: Disable biarch.
    - debian/rules2: Fix build with amd64 biarch disabled.
  * gdc-libstdcxx-nobuild: New: don't build libstdc++ when building gdc.

gcc-4.1 (4.1.2-23) unstable; urgency=low

  [Matthias Klose]
  * Update to the gcc-4_1-branch 20080623.
    - mips/mipsel only updates.
  * On hurd-i386 with -fstack-protector do not link with libssp_nonshared
    (Samuel Thibault). Closes: #483609.
  * Fix cross build targeting powerpc biarch (Hector Oron). Closes: #483906.
  * Include library symlinks in gobjc and gfortran multilib packages, when
    not building the library packages.
  * Fix some lintian warnings and errors.

  [Arthur Loiret]
  * debian/rules2: configure sh4-linux with --with-multilib-list=m4,m4-nofpu
    and --with-cpu=sh4.
  * debian/rules.patch: Don't apply sh4-multilib.dpatch.
  * mips-warnings.dpatch: Add missing #undef ASM_OUTPUT_EXTERNAL to fix
    warnings during build.

gcc-4.1 (4.1.2-22) unstable; urgency=low

  [Matthias Klose]
  * Update to the gcc-4_1-branch 20080420.
    - Fix PR middle-end/35163, wrong code, folding comparison loses cast.
  * Remove treelang build support.
  * Add gcc-multilib64dir patch, remove ppc64-biarch patch; gcc
    -print-multi-os-directory prints `../lib' again.

  [Aurelien Jarno]
  * Disable amd64-biarch patch on kfreebsd-amd64.

  [Arthur Loiret]
  * Support sh4 targets:
    - sh4-multilib.dpatch: Add, fix multilib (m4/m4-nofpu) for sh4-linux.
  * Update gdc to upstream SVN 20080419.
    + Don't use svn-gdc-updates this time, new orig tarball.

gcc-4.1 (4.1.2-21) unstable; urgency=low

  [Matthias Klose]
  * Update to the gcc-4_1-branch 20080308.
    - debian/patches/amd64-biarch.dpatch: Remove.
    - debian/patches/{powerpc,ppc64}-biarch.dpatch: Update.
  * Update PR other/28322, ignore only unknown -W* options.

  [Arthur Loiret]
  * pr25524.dpatch: Update, backport register_include_chains call fix from
    trunk.

gcc-4.1 (4.1.2-20) unstable; urgency=low

  [Ludovic Brenta]
  * debian/rules.d/binary-ada.mk, debian/control.m4: merge from
    gnat-4.2 (= 4.2.2-7).  This restores libgnatvsn-dev and
    libgnatprj-dev and therefore closes: #447348.
  * change package names: libgnatvsn-dev becomes libgnatvsn4.1-dev;
	                  libgnatprj-dev becomes libgnatprj4.1-dev;
    the unversioned packages will be provided by gcc-defaults.

  [ Aurelien Jarno]
  * debian/multiarch.inc: change mipsel64 into mips64el.

  [Matthias Klose]
  * Update to the gcc-4_1-branch 20080301.
  * Fix PR other/28322, GCC new warnings and compatibility.
  * Disable building ObjC, ObjC++, Fortran and Treelang compilers.
  * Remove 4.1.2 compatibility symlinks in gcclibdir.

gcc-4.1 (4.1.2-19) unstable; urgency=low

  [Matthias Klose]
  * Update to the gcc-4_1-branch 20080114.
  * Fix build failures for gnat-4.1, gpc-4.1, gdc-4.1 introduced by recent
    gdc changes.
  * Set the priority of gcc-4.1-base to optional.
  * Update debian/watch. Closes: #459388. Addresses: #459389, #459390.
  * Apply fixes for PR java/33639, PR java/33765, taken from the trunk.
  * Fix build failure with dpkg-shlibdeps (>= 1.14.15).

  [Arthur Loiret]
  * debian/rules.defs: Disable phobos on hurd-i386.
    - gdc-hurd-proc_maps.dpatch: Remove.

gcc-4.1 (4.1.2-18) unstable; urgency=low

  [Matthias Klose]
  * Update to the gcc-4_1-branch 20071209.
    - Fix PR middle-end/34130, wrong code with some __builtin_abs expressions.
      Closes: #452113.
  * debian/rules2 (STAGE1_CFLAGS): Fix build failure on m68k.
  * Don't run the testsuite on hppa when expect-tcl8.3 is not available.
  * Fix again profiling support on the Hurd (Thomas Schwinge). Closes: #433539.
  * debian/rules.d/binary-java.mk: dpkg-shlibsdeps can't handle the dangling
    symlink to libgcj_bc.so.1. Remove it temporarily.
  * Add libgcj_bc to the libgcj7-1 shlibs file.
  * Build-depend on gcc-4.1-multilib instead of gcc-multilib.
  * Build the java plugin always using libxul-dev.

  [Arthur Loiret]
  * Update gdc to upstream SVN 20071124.
  * Separate libphobos from gdc package.
  * Build gdc on all archs, without libphobos on unsupported upstream archs.
    - debian/rules.defs: disable libphobos on sparc
  * Install libphobos in the private gcc lib dir.
  * Update gdc driver to use system zlib.
  * Always build with parallel=1 to hopefully have readable logs.
  * Always disable the testsuite with gdc.
  * debian/rules.patch: Update gdc patches list:
    - gdc-4.1.dpatch: Update from upstream SVN, update gcc/DEV-PHASE.
    - gdc-pr26885.dpatch: Add, enable pr26885 again.
    - gdc-driver-zlib.dpatch: Add, use up-to-date system zlib.
    - gdc-build.dpatch: Remove, renamed to gdc-libphobos-build.dpatch
    - gdc-libphobos-build.dpatch: Add.
    - gdc-driver-nophobos.dpatch: Add, disable phobos on unsupported archs.
    - gdc-fix-build.dpatch: Add, fix build on non-biarched 64 bit targets,
      fix a small gcc/config/ issue.
    - gdc-libphobos-std-format.dpatch: Add.
    - gdc-arm-unwind_ptr.dpatch: Add, fix build on arm.
    - gdc-mips-gcc-config.dpatch: Add, fix build on mips.
    - gdc-hurd-proc_maps.dpatch: Add, fix build on hurd.
  * Begin to work on cross-compilation support, now supported upstream.

gcc-4.1 (4.1.2-17) unstable; urgency=low

  [Matthias Klose]
  * Update to the gcc-4_1-branch 20071019.
    - Fix PR target/33256 (mips).
    - Fix PR tree-optimization/33142, wrong code with VRP through ABS_EXPR.
      Closes: #429657.
    - Fix PR c++/29226, ICE in make_decl_rtl (closes: #388626).
    - Fix PR target/31641, ICE in s390_expand_setmem (closes: #385580).
  * Set the priority of the source package to optional.
  * Remove .la files from the biarch libstdc++ debug packages,
    conflict with the 3.4 package. Addresses: #440490.
  * Update Hurd fixes (Samuel Thibault).
  * When -fstack-protector is the default (Ubuntu), do not enable
    -fstack-protector when -nostdlib is specified. LP: #77865.
  * Add -g to BOOT_CFLAGS, set STAGE1_CFLAGS to -g -O, only pass
    other settings when required.
  * Fix installation of the s390 libstdc++ biarch headers.
  * Allow the powerpc build on a 32bit machine (without running the
    biarch testsuite).
  * Add niagara2 optimization support (David Miller).

  * Only remove libgcj7's classmap db if no other libgcj7* library is
    installed.
  * Disable building gcj for mipsel.

  * Update gpc to CVS 20070904.
  * debian/copyright: gpc is now licensed under the GPL3. The gpc
    changes are only found in the gpc-4.1 sources.
  * Loosen dependency of gpc-4.1 on gcc-4.1. LP: #145561.

  [Arthur Loiret]
  * Port on k*bsd*-gnu:
    - Apply Debian patch in upstream SVN. (target-ver-syms.sh,
      phobos/acinclude.m4, phobos/configure.in)
    - debian/control.m4: add kfreebsd-i386 and kfreebsd-amd64 to gdc
      Architecture list.
  * svn-gdc-updates.dpatch: Update to SVN 20070914.
    - Merge DMD 1.021
    - dmd-script, d-spec.c (lang_specific_driver): Support -debuglib= and
      -defaultlib= options.
    - phobos/std/stdio.d (readln): Use the result of getdelim correctly.
      (SF 1788195)
    - d-glue.cc (FuncDeclaration::toObjFile): Do not gimplify if there were
      errors. (Bugzilla 1415)
    - d-objfile.cc (outdata): Do not set TREE_CONSTANT on initializers.
      (Bugzilla 1453)
    -  phobos/std/c/stdio.d: Define fpos_t correctly for Drawin.
       (Bugzilla 1469)
    - d-codegen.{h, cc}, d-glue.cc: Change rawArray to toDArray. Do
      not cast result to void[]. (Bugzilla 1490)
    - d-glue.cc, d-codegen.h, d-codegen.cc: Make it an error
      to reference a nested function without a body. (SF 1793594)
    - d-codegen.cc (convertTo, call): Prevent multiple re-evaluation
      of delgate. (Bugzilla 1492)

  * debian/rules.d/binary-d.mk: Add $(DEB_TARGET_GNU_TYPE) symlinks for
    gdc/gdmd binaries.
  * gdc-sqrt-double-cast.dpatch: disable (not removed yet) in rules.patch,
    should be fixed upstream.

  [Ludovic Brenta]
  * Disable building libgnatprj-dev and libgnatvsn-dev; now provided by
    gnat-4.2.

gcc-4.1 (4.1.2-16) unstable; urgency=low

  [Matthias Klose]
  * Update to the gcc-4_1-branch 20070831.
  * Apply proposed patches:
    - Improve debug info for packed arrays with constant bounds
      (PR fortran/22244).
    - Fix libgcc.a(tramp.o) on ppc32.
  * Update the -fdirectives-only backport.
  * debian/patches/libjava-class-igf.dpatch: Backport from the trunk.
  * Build-depend again on locales on arm, hppa, mipsel.
  * gdc-4.1: Loosen dependency on g++-4.1.
  * Disable gij/gcj for arm, armel, hppa, mips; currently fails to build.

  * Update gpc patches and build support for GCC-4.1.
  * Update gpc frontend and backend patch to gcc-4.1-5f.

  [Arthur Loiret]
  * debian/control.m4 set gdc Architecture to i386 amd64 powerpc ppc64 lpia
    until there are some others supported archs.
  * debian/rules.conf: Use GDC_BASE_VERSION for DEB_GDC_VERSION rather than
    specifying the upstream gdc version by hand.
  * debian/rules.unpack: symlink-tree libphobos after unpack instead of right
    before patch, update debian/rules.patch accordingly.
  * debian/rules2: Add -std=gnu99 to CFLAGS and -lm to LDFLAGS when building
    the D compiler.
  * debian/copyright: Set the D compiler package name as gdc-4.1.
  * gdc-sqrt-double-cast.dpatch: Fix build on powerpc.
  * gdc-4.1.dpatch: Update
    - gcc/tree-sra.c: Do not use SRA on structs with aliased fields created
      for anonymous unions.
    - gcc/predict.c: Add null-pointer check.

  * svn-gdc-updates.dpatch: Update to SVN 20070829.
    - d-decls.cc (uniqueName): Allow multiple static declaration with the same
      name if in a function. (SF 1783085)
    - d-codegen.cc (call): Use CommaExp correctly. (Bugzilla 1443)
    - dmd/todt.c (createTsarrayDt): Don't take quadratic time to build the
      initializer. (Bugzilla 1440)

gcc-4.1 (4.1.2-15) unstable; urgency=low

  [Matthias Klose]
  * Update to the gcc-4_1-branch 20070812.

  * Period of grace is over, turn on again the testsuite on m68k.
  * Update infrastructure for the gcc-source package (Bastian Blank).
  * Update profiling on the Hurd (Samuel Thibault, Michael Casadevall).
    Closes: #433539.
  * debian/rules2: Allow DEB_BUILD_OPTIONS=parallel=<n> to overwrite NJOBS.
  * Allow lang=<l1>,<l2> nolang=<l3,l4> in DEB_BUILD_OPTIONS; deprecating
    WITHOUT_LANG, and WITHOUT_CHECK.
  * debian/rules.defs, debian/rules.conf: Cache some often used macros.
  * Backport from trunk: -fdirectives-only (when preprocessing, handle
    directives, but do not expand macros).
  * Report an ICE to apport (if apport is available).

  * Don't build a libgcj-doc package from the gcj-4.1 source.
  * Install gappletviewer man page. Closes: #423094.
  * Fix gcj build failure on the Hurd (Samuel Thibault). Closes: #408888.
  * Fix PR java/32862, bugs in EnumMap implementation. Closes: #423160.
  * Fix PR classpath/32844.
  * Support @ arguments in gjar.
  * gcjwebplugin: Register for more browsers (package currently not built).
  * gij/boehm-gc: Use sysconf as fallback, if reading /proc/stat fails.
    Closes: #422469.
  * libjava: Avoid dependency on MAXHOSTNAMELEN (Samuel Thibault).
  * Tighten dependencies on ecj/libecj-java.
  * Don't build and test libjava for the biarch architecture.
  * Build only needed multilib libraries when building as gcj or gnat.
  * Link libgcj using -Bsymbolic-functions.

  * Integrate gdc build infrastructure.

  [Arthur Loiret]
  * Fix cross builds targeting x86_64. Closes: LP: #121834.
  * New build infrastructure to build the gdc compiler.
    Closes: #312367, #317983, #403460.

gcc-4.1 (4.1.2-14) unstable; urgency=low

  * Update to SVN 20070718.
  * Update boehm-gc, libjava from the gcc-4.1 Fedora branch 20070718.
  * Explicitely use fastjar to build gcj-4.1. Closes: #416001.
  * Configure with --enable-libgcj on m32r (Kazuhiro Inaoka). Closes: #417275.
  * On i386, don't configure --with-tune=i686 (generic is the default).
  * Tighten build dependency on libmpfr-dev.
  * Fix profiling on the Hurd. Closes: #433539.

gcc-4.1 (4.1.2-13) unstable; urgency=low

  * Update to SVN 20070629.
  * Add version information for the libjava test summary; add
    test summary for gnat builds.
  * Update libjava from the gcc-4.1 Fedora branch 20070611.
  * On mips*-linux, always imply -lpthread for -pthread (Thiemo Seufer).
    Closes: #428741.
  * For ix86 lpia targets, configure --with-tune=i586.
  * README.Debian: Point to debian-toolchain for general toolchain topics.
  * Build the 64bit biarch libstdc++ using the gnu locale model.
  * Only suggest multilib packages on multilib architectures.

gcc-4.1 (4.1.2-12) unstable; urgency=high

  * i386-biarch.dpatch: Update for the backport for PR target/31868.
    Closes: #427185.
  * m68k-libffi2.dpatch: Update. Closes: #425399.

gcc-4.1 (4.1.2-11) unstable; urgency=low

  * Update to SVN 20070601.
  * Build the libmudflap0-dev package again.
  * Don't build libffi, when the packages are not built.

gcc-4.1 (4.1.2-10) unstable; urgency=low

  * Regenerate the control file.

gcc-4.1 (4.1.2-9) unstable; urgency=low

  * Update to SVN 20070528.
  * Don't build packages now built from the gcc-4.2 source (arm, m68k,
    mips, mipsel).
  * Add backport for PR middle-end/20218.
  * Add backport for PR target/31868.

gcc-4.1 (4.1.2-8) unstable; urgency=low

  * Update to SVN 20070518.
  * Don't build packages now built from the gcc-4.2 source.

  [ Aurelian Jarno ]
  * Update libffi patch for ARM. Closes: #425011.
  * arm-pr30486, arm-pr28516, arm-unbreak-eabi-armv4t: New.
  * Disable FFI, Java, ObjC for armel.

gcc-4.1 (4.1.2-7) unstable; urgency=low

  * Update to SVN 20070514.
  * Link using --hash-style=both on supported architectures. Addresses: #421790.
  * On hppa, build ecjx as a native binary.
  * note-gnu-stack.dpatch: Fix ARM comment marker (Daniel Jacobowitz).
    Closes: #422978.
  * Add build dependency on libxul-dev for *-freebsd. Closes: #422995.
  * Update config.guess/config.sub and build gcjwebplugin on GNU/kFreeBSD
    (Aurelian Jarno). Closes: #422995.
  * Disable ssp on hurd-i386. Closes: #423757.

gcc-4.1 (4.1.2-6) unstable; urgency=low

  * Update libjava from the gcc-4.1 Fedora branch 20070504.
  * gfortran-4.1: Fix the target of the libgfortran.so symlink.
    Closes: #421362.
  * Build-depend on gcc-multilib [amd64 i386 powerpc ppc64 s390 sparc].
  * Readd build dependency on binutils on arm.
  * (Build-) depend on glibc (>= 2.5) for all architectures.
  * Remove libssp packages from the control file.
  * Fix wrong code generation on hppa when TLS variables are used.
    Closes: #422421.

gcc-4.1 (4.1.2-5) unstable; urgency=low

  * Update to SVN 20070429.
  * Update libjava from the gcc-4.1 Fedora branch 20070428.
  * Update m68k patches:
    - Remove pr25514, pr27736, applied upstream.
    - Update m68k-java.
  * Link using --hash-style=gnu/both.
  * Tighten (build) dependency on binutils. Closes: #421197.
  * gij-4.1: Add a conflict with java-gcj-compat (<< 1.0.69).
  * gfortran-4.1: Depend on libgfortran1, provide the libgfortran.so
    symlink. Closes: #421362.
  * gcc-4.1, gcc-4.1-multilib: Fix compatibility symlinks. Closes: #421382.
  * Temporarily remove build dependency on locales on arm, hppa, m68k, mipsel.
  * Temporarily remove build dependency on binutils on arm.
  * Fix FTBFS on GNU/kFreeBSD (Aurelian Jarno). Closes: #421423.
  * gij-4.1 postinst: Create /var/lib/gcj-4.1. Closes: #421526.

gcc-4.1 (4.1.2-4) unstable; urgency=medium

  * Update to SVN 20070423.
    - Remove pr11953, applied upstream.
    - Fix ld version detection in libstdc++v3.
  * Update libjava from the gcc-4.1 Fedora branch 20070423.
  * Merge libgfortran1-dev into gfortran-4.1.
  * Add multilib packages for gcc, g++, gobjc, gobjc++, gfortran.
  * Don't link using --hash-style=gnu/both; loosen dependency on binutils.
  * Don't revert the patch to fix PR c++/27227.

gcc-4.1 (4.1.2-3) experimental; urgency=low

  * Update to SVN 20070405.
  * Update libjava from the gcc-4.1 Fedora branch 20070405.
  * Robustify setting of make's -j flag. Closes: #414316.
  * Only build the libssp packages, when building the common libraries.
  * gcc-4.1-hppa64: Don't depend on libc6-dev.

gcc-4.1 (4.1.2-2) experimental; urgency=low

  * Update to SVN 20070306.
  * Update libjava from the gcc-4.1 Fedora branch 20070306.

  [Matthias Klose]
  * Don't install gij-wrapper anymore, directly register gij as a java
    alternative.
  * Don't install gcjh-wrapper anymore.
  * Don't use exact versioned dependencies on gcj-base for libgcj and
    libgcj-awt.
  * Fix glibc build dependency for alpha.
  * Support -ffast-math on hurd-i386 (Samuel Thibault). Closes: #413342.
  * Update kfreebsd-amd64 patches (Aurelien Jarno). Closes: #406015.
  * gij: Consistently use $(dbexecdir) to reference the gcj sub dir.
  * Install into /usr/lib/gcc/<target_alias>/4.1, to ease upgrades
    between minor versions.
    Add compatibility symlinks in <target_alias>/4.1.2 to build gnat-4.1
    and gcj-4.1 from separate sources.

gcc-4.1 (4.1.2-1) experimental; urgency=low

  [Matthias Klose]
  * Update to gcc-4.1.2.
  * Update libjava backport patches, split out boehm-gc-backport patch.
  * Enable the cpu-default-generic patch (i386, amd64), backport from 4.2.
  * Correct mfctl instruction syntax (hppa), backport from the trunk.
  * Backport PR java/9861 (name mangling updates).
  * gcc.c (main): Call expandargv (backport from 4.2).
  * Apply gcc dwarf2 unwinding patches from the trunk.
  * Apply backport for PR 20208 on amd64 i386 powerpc ppc64 sparc s390.
  * Apply patches from the 4.1 branch for PR rtl-optimization/28772,
    PR middle-end/30313, PR middle-end/30473, PR c++/30536, PR debug/30189,
    PR fortran/30478, PR rtl-optimization/30787, PR tree-optimization/30823,
    PR rtl-optimization/28173, PR ada/30684, bug in pointer dependency test,
    PR rtl-optimization/30931, PR fortran/25392, PR fortran/30400,
    PR libgfortran/30910, PR libgfortran/30918, PR fortran/29441,
    PR target/30634.
  * Update NEWS files.
  * Include a backport of the ecj+generics java updates as
    gcj-ecj-20070215.tar.bz2. Install it into the gcc-4.1-source package.
  * Do not build fastjar anymore from this source.
  * debian/control.m4: Move expect-tcl8.3 before dejagnu.
  * Work around firefox/icewhatever dropping plugin dependencies on xpcom.
  * Refactor naming of libgcj packages in the build files.
  * Make libstdc++-doc's build dependencies depending on the source package.
  * Do not build packages on architectures, which are already built by gcc-4.2.

  * Merge the gcj generics backport from Ubuntu:

    - Merge the Java bits (eclipse based compiler, 1.5 compatibility,
      classpath generics) from the gcc-4.1 Fedora branch.
    - Drop all previous patches from the classpath-0.93 merge, keep
      the boehm-gc backport (splitted out as a separate patch).
    - Add a gcj-ecj-generics.tar.bz2 tarball, containing gcc/java, libjava,
      config/unwind_ipinfo.m4, taken from the Fedora branch.
    - Drop the libjava-hppa, libjava-plugin-binary, pr29362, pr29805 patches
      integrated in the backport.
    - Update patches for the merge: reporting, libjava-subdir, i386-biarch,
      classpath-tooldoc, pr26885
    - Add libjava-dropped, libjava-install; dropped chunks from the merge.
    - Add pr9861-nojava mangling changes, non-java parts for PR 9861.
    - Add gcc-expandv, expand `@' parameters on the commandline; backport
      from the trunk.
    - Disable the m68k-gc patch, needs update for the merge.
    - Configure --with-java-home set for 1.5.0.
    - Configure with --enable-java-maintainer-mode to build the header
      and class files on the fly.
    - Add build dependency on ecj-bootstrap, configure --with-ecj-jar.
    - Build an empty libgcj-doc package; gjdoc currently cannot handle
      generics.
    - Apply gcc dwarf2 unwinding patches from the trunk, allowing the Events
      testcase to pass.
      - Tighten dependencies on shared libraries.
    - Use /usr/lib/gcj-4-1-71 as private gcj subdir.
    - Bump the libgcj soversion to 71, rename the libgcj7-0 package
      to libgcj7-1, rename the libgcj7-awt package to libgcj7-1-awt.
    - gij-4.1: Add and provide alternatives for gorbd, grmid, gserialver.
    - gcj-4.1: Remove gcjh, gcjh-wrapper, gjnih.
    - gcj-4.1: Add and provide alternatives for jar, javah, native2ascii,
      tnameserv.
    - gcj-4.1: Add dependency on ecj-bootstrap, recommend fastjar,
      ecj-bootstrap-gcj.
    - Add build dependency on ecj-bootstrap version providing the GCCMain
      class.
    - libgcj7-1: Recommend libgcj7-1-awt.
    - Add build dependency on libmagic-dev.
    - Build-depend on gcj-4.1; build our own ecj1 and gjdoc before
      starting the build.
    - Make ecj1 available when running the testsuite.
    - Fix build failure on sparc-linux.
    - Fix gjavah compatibility problems (PR cp-tools/3070[67]).
    - Fixed driver issue source files (PR driver/30714).
    - Add (rudimentary) manual pages for classpath tools.

  [Kevin Brown]
  * debian/control.m4, debian/rules.d/binary-ada.mk: provide new packages
    containing debugging symbols for Ada libraries: libgnat-4.1-dbg,
    libgnatprj4.1-dbg, and libgnatvsn4.1-dbg.  Adresses: #401385.

gcc-4.1 (4.1.1ds2-30) experimental; urgency=low

  * Update to SVN 20070106.
  * Do not revert the fixes for PR 25878, PR 29138, PR 29408.
  * Don't build the packages built by gcc-4.2 source.
  * debian/patches/note-gnu-stack.dpatch: Add .note.GNU-stack sections
    for gcc's crt files, libffi and boehm-gc. Taken from FC. Closes: #382741.
  * Merge from Ubuntu:
    - Backport g++ visibility patches from the FC gcc-4_1-branch.
    - Update the long-double patches; require glibc-2.4 as a build dependency
      on alpha, powerpc, sparc, s390. Bump the shlibs dependencies to
      require 4.1.1-21.
    - On powerpc-linux configure using --enable-secureplt. Closes: #382748.
    - When using the cpu-default-generic patch, build for generic x86-64
      on amd64 and i386 biarch.
    - Link using --hash-style=both (alpha, amd64, ia64, i386, powerpc, ppc64,
      s390, sparc).
  * gij-4.1: Recommends libgcj7-awt instead of suggesting it. Closes: #394917.
  * Split the gcc-long-double patch into a code and doc part.
  * Set priority of development packages to optional.
  * Add support for kfreebsd-amd64 (Aurelian Jarno). Closes: #406015.

gcc-4.1 (4.1.1ds2-22) unstable; urgency=high

  * Enable -pthread for GNU/Hurd (Michael Banck). Closes: #400031.
  * Update the m68k-fpcompare patch (Roman Zippel). Closes: #401585.

gcc-4.1 (4.1.1ds2-20) unstable; urgency=low

  [Matthias Klose]
  * Update to SVN 20061115.
    - Fix PR tree-optimization/27891, ICE in tree_split_edge.
      Closes: #370248, #391657, #394630.
    - Fix PR tree-optimization/9814, duplicate of PR tree-optimization/29797.
      Closes: #181096.
  * Apply the libjava/net backport from the redhat/gcc-4_1-branch.
  * Apply proposed patch for PR java/29805.

  [Roman Zippel]
  * Build the ObjC and ObjC++ compilers in cross builds.
  * debian/patches/m68k-symbolic-operand.dpatch: Better recognize
    symbolic operands in addresses.
  * debian/patches/m68k-bitfield-offset.dpatch: Only use constant offset
    for register bitfields (combine expects shifts, but does a rotate).
  * debian/patches/m68k-bitfield-offset.dpatch: Update and apply.

  [Daniel Jacobowitz]
  * Don't try to use _Unwind_Backtrace on SJLJ targets.
    See bug #387875, #388505, GCC PR 29206.

gcc-4.1 (4.1.1ds2-19) unstable; urgency=low

  * Fix typo in arm-pragma-pack.dpatch.

gcc-4.1 (4.1.1ds2-18) unstable; urgency=medium

  [Matthias Klose]
  * Update to SVN 20061028.
  * Fix #pragma pack on ARM (Paul Brook). Closes: #394703.
  * Revert PR c++/29138, PR c++/29408. Closes: #392559.
  * Revert PR c++/25878. Addresses: #387989.
  * fastjar: Provide jar. Closes: #395397.

  [Ludovic Brenta]
  * debian/control.m4 (libgnatprj-dev): depend on libgnatvsn-dev.
    debian/gnatprj.gpr: with gnatvsn.gpr. Closes: #395000.

gcc-4.1 (4.1.1ds2-17) unstable; urgency=low

  [Matthias Klose]
  * Update to SVN 20061020.
    - Fix PR debug/26881, ICE in dwarf2out_finish. Closes: #377613.
    - Fix PR PR c++/29408, parse error for valid code. Closes: #392327, #393010.
    - Fix PR c++/29435, segfault with sizeof and templates. Closes: #393071.
    - Fix PR target/29338, segfault with -finline-limit on arm. Closes: 390620.
    - Fix 3.4/4.0 backwards compatibility problem in libstdc++.
  * Fix PR classpath/29362, taken from the redhat/gcc-4_1-branch.
  * Remove the INSTALL directory from the source tarball. Closes: #392974.
  * Disable building the static libgcj; non-functional, and cutting
    down build times.
  * libgcj7-0: Tighten dependency on libgcj-common.
  * libgcj7-dev: Install .pc file as libgcj-4.1.pc.
  * README.cross: Updated (Hector Oron). Addresses: #380251.
  * config-ml.dpatch: Use *-linux-gnu as *_GNU_TYPE. Closes: #394034.

  [Nikita V. Youshchenko]
  * Fix typo in the cross build scripts.  Closes: #391445.

  [Falk Hueffner]
  * alpha-no-ev4-directive.dpatch: Fix kernel build failure.

  [Roman Zippel]
  * debian/patches/m68k-align-code.dpatch: Use "move.l %a4,%a4" to advance
    within code.
  * debian/patches/m68k-align-stack.dpatch: Try to keep the stack word aligned.
  * debian/patches/m68k-dwarf3.dpatch: Emit correct dwarf info for cfa offset
    and register with -fomit-frame-pointer.
  * debian/patches/m68k-fpcompare.dpatch: Bring fp compare early to its
    desired form to relieve reload. Closes: #390879.
  * debian/patches/m68k-prevent-swap.dpatch: Don't swap operands
    during reloads.
  * debian/patches/m68k-reg-inc.dpatch: Reinsert REG_INC notes after splitting
    an instruction.
  * debian/patches/m68k-secondary-addr-reload.dpatch: Add secondary reloads
    to allow reload to get byte values into addr regs. Closes: #385327.
  * debian/patches/m68k-symbolic-operand.dpatch: Better recognize symbolic
    operands in addresses.
  * debian/patches/m68k-limit_reload.dpatch: Remove, superseded by
    m68k-secondary-addr-reload.dpatch.
  * debian/patches/m68k-notice-move.dpatch: Apply, was checked in in -16.
  * debian/patches/m68k-autoinc.dpatch: Updated, don't attempt to increment
    the register, if it's used multiple times in the instruction .

gcc-4.1 (4.1.1ds1-16) unstable; urgency=low

  [Matthias Klose]
  * Update to SVN 20061008.
    - Fix PR c++/29226, ICE in make_decl_rtl. Closes: #388263.
  * libgcj7-0: Fix package removal. Closes: #390874.
  * Configure with --disable-libssp on architectures that don't
    support it (alpha, hppa, ia64, m68k, mips, mipsel).
  * On hppa, remove build-dependency on dash.
  * gij/gcj: Do not install slave links for the non DFSG manpages.
    Closes: #390425, #390532.
  * libgcj-common: rebuild-gcj-db: Don't do anything, if no classmap
    files are found. Closes: #390966.
  * Fix PR libstdc++/11953, extended for all linux architectures.
    Closes: #391268.
  * libffi4-dev: Conflict with libffi. Closes: #387561.
  * Backport PR target/27880 to the gcc-4_1-branch. Patch by Steve Ellcey.
    Closes: #390693.
  * On ia64, don't use _Unwind_GetIPInfo in libjava and libstdc++.
  * Add a README.ssp with minimal documentation about stack smashing
    protection. Closes: #366094.
  * Do not build libgcj-common from the gcc-4.1/gcj-4.1 sources anymore.

  [Roman Zippel]
  * debian/patches/m68k-notice-move.dpatch: Don't set cc_status
    for fp move without fp register.

gcc-4.1 (4.1.1ds1-15) unstable; urgency=medium

  * Update to SVN 20060927.
    - Fix PR debug/29132, exception handling on mips. Closes: #389468, #390042.
    - Fix typo in gcc documentation. Closes: #386180.
    - Fix PR target/29230, wrong code generation on arm. Closes: #385505.
  * libgcj-common: Ignore exit value of gcj-dbtool in rebuild-gcj-db on
    arm, m68k, hppa. Adresses: #388505.
  * libgcj-common: Replaces java-gcj-compat-dev and java-gcj-compat.
    Closes: #389539.
  * libgcj-common: /usr/share/gcj/debian_defaults: Define gcj_native_archs.
  * Update the java backport from the redhat/gcc-4_1-branch upto 2006-09-27;
    remove libjava-str2double.dpatch, pr28661.dpatch.
  * Disable ssp on hppa, not supported.
  * i386-biarch.dpatch: Avoid warnings about macro redefinitions.

gcc-4.1 (4.1.1ds1-14) unstable; urgency=medium
	
  [Matthias Klose]
  * Update to SVN 20060920.
    - Fix PR c++/26957. Closes: #373257, #386910.
    - Fix PR rtl-optimization/28243. Closes: #378325.
  * Remove patch for PR rtl-optimization/28634, applied upstream.
  * Fix FTBFS on GNU/kFreeBSD (fallout from the backport of classpath-0.92).
    (Petr Salinger). Closes: #385974.
  * Merge from Ubuntu:
    - Do not encode the subminor version in the jar files.
    - Fix typo for the versioned gcj subdirectory in lib32gcj-0.
    - When running the i386 binaries on amd64, adjust the properties
      java.home, gnu.classpath.home.url, sun.boot.class.path,
      gnu.gcj.precompiled.db.path.
    - Configure the 32bit build on amd64 
      --with-java-home=/usr/lib32/jvm/java-1.4.2-gcj-4.1-1.4.2.0/jre.
    - Configure --with-long-double-128 for glibc-2.4 on alpha, powerpc, ppc64,
      s390, s390x, sparc, sparc64.
    - Update the java backport from the redhat/gcc-4_1-branch upto 2006-09-20.
      - Fix PR java/29013, invalid byte code generation. Closes: #386926.
    - debian/patches/gcc-pfrs-2.dpatch: Apply a fix for a regression in the
      backport of PR 28946 from the trunk (H.J. Lu).
  * Backport PR classpath/28661 from the trunk.
  * Don't ship the .la files for the java modules. Closes: #386228.
  * gcj-4.1: Remove dangling symlink. Closes: #386430.
  * gij: Suggest java-gcj-compat, gcj: Suggest java-gcj-compat-dev.
    Closes: #361942.
  * Fix infinite loop in string-to-double conversion on 64bit targets.
    Closes: #348792.
  * gij-4.1: Ignore exit value of gcj-dbtool in postinst. Adresses: #388505.
  * libgcj-common: Move rebuild-gcj-db from java-gcj-compat into libgcj-common.
  * On hppa, install a wrapper around gij-4.1 to ignore unaligned memory
    accesses. Works around buildd configurations enabling this check by
    default. Addresses: #364819.

  [Ludovic Brenta]
  * debian/patches/ada-libgnatprj.dpatch: Build mlib-tgt-linux.adb instead of
    mlib-tgt.adb.  Closes: #387826.
  * debian/patches/ada-pr15802.dpatch: Backport from the trunk.
    Closes: #246384.
  * debian/control.m4 (gnat-4.1): do not provide gnat (supplied by
    gcc-defaults instead); conflict with gnat-4.2 which will soon be in
    unstable.

  [Roman Zippel]
  * debian/patches/m68k-dwarf2.dpatch: Recognize stack adjustments also
    in the src of an instruction.
  * debian/patches/m68k-jumptable.dpatch: Don't force byte offset when
    accessing the jumptable, gas can generate the correct offset size instead.
  * debian/patches/m68k-peephole.dpatch: Convert some text peepholes to rtl
    peepholes, so the correct DWARF2 information can be generated for stack
    manipulations (Keep a few peepholes temporarily disabled).
  * debian/patches/m68k-peephole-note.dpatch: Don't choke on notes while
    reinserting REG_EH_REGION notes.
  * debian/patches/m68k-return.dpatch: Don't use single return if fp register
    have to be restored. Closes: #386864.
  * debian/patches/m68k-sig-unwind.dpatch: Add support for unwinding over
    signal frames.
  * Fix PR rtl-optimization/27736, backport from the trunk.
  * Add java support for m68k. Closes: #312830, #340874, #381022.

gcc-4.1 (4.1.1ds1-13) unstable; urgency=medium

  * Update to SVN 20060901; remove patches applied upstream:
    - PR target/24367.
    - PR c++/26670.
  * Apply proposed patch for PR fortran/28908.
  * Fix biarch symlinks in lib64stdc++ for cross builds.
  * Fix biarch symlinks in lib32objc on amd64.

gcc-4.1 (4.1.1ds1-12) unstable; urgency=medium

  [Matthias Klose]
  * Update to SVN 20060830.
  * Add backport of PR other/26208, bump libgcc1 shlibs dependency.
  * Add backport of PR c++/26670. Closes: #356548.
  * Apply proposed patch for PR target/24367 (s390).
  * Add /usr/lib/jni to the libjava dlsearch path. Closes: #364820.
  * Build without GFDL licensed docs. Closes: #384036.
    - debian/patches/{svn-doc-updates,pr25524-doc,pr26885-doc}.dpatch:
      Split out -doc specific patches.
    - debian/*.texi, debian/porting.html: Add dummy documentation.
    - debian/rules.unpack, debian/rules.patch: Update for non-gfdl build.
    - fastjar.texi: Directly define the gcctabopt and gccoptlist macros.

  * Merge from Ubuntu:
    - Backport the classpath-0.92, libjava, gcc/java merge from the
      redhat/gcc-4_1-branch branch.
    - Apply the proposed patch for PR libgcj/28698.
    - Change the libgcj/libgij sonames. Rename libgcj7 to libgcj7-0.
    - Do not remove the rpath from libjvm.so and libjawt.so. Some
      configure scripts rely on being able to link that libraries
      directly.
    - When running the i386 binaries on amd64, look in
      /usr/lib32/gcj-x.y and /usr/lib32/jni instead.
    - Add /usr/lib/jni to java.library.path. Closes: #364820.
    - Add debugging symbols for more binary packages to libgcj7-dbg.
      Closes: #383705.
    - libgcj7-dev: Remove conflicts with older libgcjX-dev packages.
    - Do not build the libgcj-bc and lib32gcj-bc packages anymore from
      the gcj-4.1 source.

  [Roman Zippel]
  * debian/patches/m68k-limit_reload.dpatch: Correctly limit reload class.
    Closes: #375522.
  * debian/patches/m68k-split_shift.dpatch: Use correct predicates for
    long long shifts and use more splits. Closes: #381572.
  * debian/patches/m68k-prevent-qipush.dpatch: Prevent combine from creating
    a byte push on the stack (invalid on m68k). Closes: #385021.
  * debian/patches/m68k-autoinc.dpatch: Recognize a few more autoinc
    possibilities.
  * debian/patches/pr25514.dpatch: Backport from the trunk.
  * debian/patches/m68k-gc.dpatch: Change STACKBOTTOM to LINUX_STACKBOTTOM
    so it works with 2.6 kernels.
  * Other m68k bug reports fixed in 4.1.1-11 and 4.1.1-12:
    Closes: #378599, #345574, #344041, #323426, #340293.
  * Build the stage1 compiler using -g -O2; saves a few hours build time
    and apparently is working at the moment.

gcc-4.1 (4.1.1-11) unstable; urgency=low

  * The "Our priority are our users, remove the documentation!" release.

  [Matthias Klose]
  * Fix build failure building the hppa->hppa64 cross compiler.
  * Update to SVN 20060814.
    - Fix directory traversal vulnerability in fastjar. Closes: #368397.
      CVE-2006-3619.
    - Fix PR rtl-optimization/23454, ICE in invert_exp_1 on sparc.
      Closes: #321215.
    - Fix PR c++/26757, C++ front-end producing two DECLs with the same UID.
      Closes: #356569.
  * Remove patch for PR rtl-optimization/28075, applied upstream.
  * Apply proposed patch for PR rtl-optimization/28634, rounding problem with
    -fdelayed-branch on hppa/mips. Closes: #381710.
  * Fixed at least in 4.1.1-10: boost::date_time build failure.
    Closes: #382352.
  * Build-depend on make (>= 3.81), add make (>= 3.81) as dependency to
    gcc-4.1-source. Closes: #381117.
  * Backport of libffi from the trunk; needed for the java backport in
    experimental.
  * libffi4-dev: Install the libffi_convenience library as libffi_pic.a.
  * When building a package without the GFDL'd documentation, don't create
    the alternative's slave links for manual pages for the java tools.
  * Do not build the -doc packages and derived manual pages licensed under
    the GFDL with invariant sections or cover texts.
  * Only build the libssp package, if the target libc doesn't provide
    ssp support.
  * Run the complete testsuite, when building a standalone gcj package.

  [Roman Zippel]
  * debian/patches/m68k-fjump.dpatch:
    Always use as fjcc pseudo op, we rely heavily on as to generate the
    right size for the jump instructions. Closes: #359281.
  * debian/patches/m68k-gc.dpatch:
    The thread suspend handler has to save all registers.
    Reenable MPROTECT_VDB, it should work, otherwise it's probably a kernel bug.
  * debian/patches/m68k-save_pic.dpatch:
    Correctly save the pic register, when not done by reload().
    (fixes _Unwind_RaiseException and thus exception handling).
  * debian/patches/m68k-libffi.dpatch: Add support for closures.
  * debian/patches/m68k-bitfield.dpatch: Avoid propagation of mem expression
    past a zero_extract lvalue.
  * debian/patches/m68k-dwarf.dpatch: Correct the dwarf frame information,
    but preserve compatibility.

  [Christian Aichinger]
  * Fix building a cross compiler targeted for ia64. Closes: #382627.

gcc-4.1 (4.1.1-10) unstable; urgency=low

  * Update to SVN 20060729.
    - Fix PR c++/28225, segfault in type_dependent_expression_p.
      Closes: #376148.
  * Apply proposed patch for PR rtl-optimization/28075.
    Closes: #373820.
  * Apply proposed backport and proposed patch for PR rtl-optimization/28221.
    Closes: #376084.
  * libgcj7-jar: Loosen dependency on gcj-4.1-base.
  * Add ssp header files to the private gcc includedir.
  * Do not build the Ada packages from the gcc-4.1 source, introducing
    a new gnat-4.1 source package.
  * Build libgnat on alpha and s390 as well.
  * Do not build the gnat-4.1-doc package (GFDL with invariant sections or
    cover texts).
  * Remove references to the stl-manual package. Closes: #378698.

gcc-4.1 (4.1.1-9) unstable; urgency=low

  * Update to SVN 20060715.
    - Fix PR c++/28016, do not emit uninstantiated static data members.
      Closes: #373895, #376871.
  * Revert the patch to fix PR c++/27227. Closes: #378321.
  * multiarch-include.dpatch: Renamed from biarch-include.dpatch;
    apply for all architectures.
  * Do not build the java compiler in gcc-4.1 package, just include the
    options and specs in the gcc driver.
  * Remove gnat-4.0 as an alternative build dependency.
  * Add a patch to enable -fstack-protector by default for C, C++, ObjC, ObjC++.
    The patch is disabled by default.

gcc-4.1 (4.1.1-8) unstable; urgency=medium

  * Update to SVN 20060708.
    - Fix typo in gcov documentation. Closes: #375140.
    - Fix typo in gccint documentation. Closes: #376412.
    - [alpha], Fix -fvisibility-inlines-hidden segfaults on reference to
      static method. PR target/27082. Closes: #369642.

  * Fix ppc64 architecture string in debian/multiarch.inc. Closes: #374535.
  * Fix conflict, replace and provide libssp0-dev for cross compilers.
    Closes: #377012.
  * Ignore compiler warnings when checking whether compiler driver understands
    Ada fails. Closes: #376660.
  * Backport fix for PR libmudflap/26864 from the trunk. Closes: #26864.
  * README.C++: Remove non-existing URL. Closes: #347601.
  * gij-4.1: Provide java2-runtime. Closes: #360906.

  * Closed reports reported against gcc-3.0 and fixed in gcc-4.1:
    - C++
      + PR libstdc++/13943, call of overloaded `llabs(int)' is ambiguous.
        Closes: #228645.
    - Java
      + Fixed segmentation fault on compiling bad program. Closes: #165635
  * Closed reports reported against gcc-3.3 and fixed in gcc-4.1:
    - Stack protector available. Closes: #213994, #233208.
    - Better documentation of -finline-limit option. Closes: #296047.
  * Closed reports reported against gcc-3.4 and fixed in gcc-4.1:
    - General
      + Fixed [unit-at-a-time] Using -O2 cannot detect missing return
        statement in a function. Closes: #276843.
    - C++
      + PR13943, call of overloaded `llabs(int)' is ambiguous. Closes: #228645.
      + PR c++/21280, #pragma interface, templates, and "inline function used
        but never defined". Closes: #364412.
    - Architecture specific:
      - m68k
        + Segfault building glibc. Closes: #353618.
        + ICE when trying to build boost. Closes: #321486.
  * Closed reports reported against gcc-4.0 and fixed in gcc-4.1:
    - General
      + Handling of #pragma GCC visibility for builtin functions.
        Closes: #330279.
      + gettext interpretation the two conditional strings as one.
        Closes: #227193.
      + ICE due to if-conversion. Closes: #335078.
      + Fix unaligned accesses with __attribute__(packed) and memcpy.
        Closes: #355297.
      + Fix ICE in expand_expr_real_1, at expr.c. Closes: #369817.
    - Ada
      + Link error not finding -laddr2line. Closes: #322849.
      + ICE on invalid code. Closes: #333564.
    - C++
      + libstdc++: bad thousand separator with fr_FR.UTF-8. Closes: #351786.
      + The Compiler uses less memory than 4.0. Closes: #336225.
      + Fix "fails to compare reverse map iterators". Closes: #362840.
      + Fix "fail to generate code for base destructor defined inline with
        pragma interface". Closes: #356435.
      + Fix ICE in cp_expr_size, at cp/cp-objcp-common.c. Closes: #317455.
      + Fix wrong warning: control may reach end of non-void function.
        Closes: #319309.
      + Fix bogus warning "statement has no effect" with template and
        statement-expression. Closes: #336915.
      + Fixed segfault on syntax error. Closes: #349087.
      + Fix ICE with __builtin_constant_p in template argument.
        Closes: #353366.
      + Implement DR280 (fixing "no operator!= for const_reverse_iterator").
        Closes: #244894.
    - Fortran
      + Fix wrong behaviour in unformatted writing. Closes: #369547.
    - Java
      + Fixed segfault on -fdump-tree-all-all. Closes: #344265.
      + Fixed ant code completion in eclipse generating a nullpointer
        exception. Closes: #337510.
      + Fixed abort in gnu_java_awt_peer_gtk_GtkImage.c. Closes: #343112.
      + Fixed assertion failure in gij with rhdb-explain. Closes: #335650.
      + Fixed assertion failure when calling JTabbedPane.addTab(null, ...).
        Closes: #314704.
      + Fixed error when displaying empty window with bound larger than the
        displayed content. Closes: #324502.
      + Fixed: Exception in JComboBox.removeAllItems(). Closes: #314706.
      + Fixed assertian error in gnu_java_awt_peer_gtk_GtkImage.c.
        Closes: #333733.
    - libmudflap
      + PR libmudflap/23170, libmudflap should not use functions marked
        obsolescent by POSIX/SUS. Closes: #320398.
    - Architecture specific:
      - m68k
        + FTBFS building tin. Closes: #323016.
        + ICE with -g -fomit-frame-pointer. Closes: #331150.
        + ICE in instantiate_virtual_regs_lossage. Closes: #333536.
        + Wrong code generation with loop unrolling. Closes: #342121.
        + ICEs while building gst-ffmpeg. Closes: #343692.
      - mips
        + Fix gjdoc build failure. Closes: #344986.
        + Fix link failure for static libs and object files when xgot
          needs to be used. Closes: #274942.
  * gnat bug reports fixed since gnat-3.15p:
    - GNAT miscounts UTF8 characters in string with -gnaty. Closes: #66175.
    - Bug box from "with Text_IO" when compiling optimized. Closes: #243795.
    - Nonconforming parameter lists not detected. Closes: #243796.
    - Illegal use clause not detected. Closes: #243797.
    - Compiler enters infinite loop on illegal program with tagged records.
      Closes: #243799.
    - Compiler crashes on illegal program (missing discriminant, unconstrained
      parent). Closes: #243800.
    - Bug box at sinfo.adb:1215 on illegal program. Closes: #243801.
    - Bug box at sinfo.adb:1651 on illegal program. Closes: #243802.
    - Illegal program not detected (entry families). Closes: #243803.
    - Illegal program not detected, RM 10.1.1(14). Closes: #243807.
    - Bug box at exp_ch9.adb:7254 on illegal code. Closes: #243812.
    - Illegal program not detected, RM 4.1.4(14). Closes: #243816.
    - Bug box in Gigi, code=116, on legal program. Closes: #244225.
    - Illegal program not detected, 12.7(10) (generic parameter is visible,
      shouldn't be). Closes: #244483.
    - Illegal program not detected, ambiguous aggregate. Closes: #244496.
    - Bug box at sem_ch3.adb:8003. Closes: #244940.
    - Bug box in Gigi, code=103, on illegal program. Closes: #244945.
    - Legal program rejected, overloaded procedures. Closes: #246188.
    - Bug box in Gigi, code=999, on legal program. Closes: #246388.
    - Illegal program not detected, RM 10.1.6(3). Closes: #246389.
    - Illegal program not detected, RM 3.10.2(24). Closes: #247014.
    - Illegal program not detected, RM 3.9(17). Closes: #247015.
    - Legal program rejected. Closes: #247016.
    - Legal program rejected. Closes: #247021.
    - Illegal program not detected, RM 4.7(3). Closes: #247022.
    - Illegal program not detected, RM 3.10.2(27). Closes: #247562.
    - Legal program rejected, "limited type has no stream attributes".
      Closes: #247563.
    - Wrong output from legal program. Closes: #247565.
    - Compiler enters infinite loop on illegal program. Closes: #247567.
    - Illegal program not detected, RM 8.6(31). Closes: #247568.
    - Legal program rejected, visible declaration not seen. Closes: #247572.
    - Illegal program not detected, RM 8.2(9). Closes: #247573.
    - Wrong output from legal program, dereferencing access all T'Class.
      Closes: #248171.
    - Compiler crashes on illegal program, RM 5.2(6). Closes: #248174.
    - Cannot find generic package body, RM 1.1.3(4). Closes: #248677.
    - Illegal program not detected, RM 3.4.1(5). Closes: #248679.
    - Compiler ignores legal override of abstract subprogram. Closes: #248686.
    - Bug box, Assert_Failure at sinfo.adb:2365 on illegal program.
      Closes: #251266.
    - Ada.Numerics.Generic_Elementary_Functions.Log erroneout with -gnatN.
      Closes: #263498.
    - Bug box, Assert_Failure at atree.adb:2906 or Gigi abort, code=102
      with -gnat -gnatc. Closes: #267788.
    - Bug box in Gigi, code=116, 'Unrestricted_Access of a protected
      subprogram. Closes: #269775.
    - Stack overflow on illegal program, AI-306. Closes: #276225.
    - Illegal program not detected, RM B.1(24). Closes: #276226.
    - Wrong code generated with -O -fPIC. Closes: #306833.
    - Obsolete: bashism's in debian/rules file. Closes: #370681.
    - Supports more debian architectures. Closes: #171477.

gcc-4.1 (4.1.1-7) unstable; urgency=low

  * Prefer gnat-4.1 over gnat-4.0 as a build dependency.
  * libssp0: Set priority to standard.

gcc-4.1 (4.1.1-6) unstable; urgency=low

  [Ludovic Brenta]
  * Do not provide the symbolic link /usr/bin/gnatgcc; this will now
    be provided by package gnat from the source package gcc-defaults.
  * debian/control.m4, debian/control (gnat): conflict with gnat (<< 4.1),
    not all versions of gnat, since gcc-defaults will now provide gnat (= 4.1)
    which depends on gnat-4.1.

  [Matthias Klose]
  * libjava: Change the default for enable_hash_synchronization_default
    on PA-RISC. Tighten the libgcj7 shlibs version on hppa.
  * Update to SVN 20060630.
  * Apply proposed patch for PR 26991.
  * Don't use the version for the libstdc++ shlibs dependency for the libgcj
    shlibs dependency.
  * Merge from Ubuntu edgy:
    - Fix %g7 usage in TLS, add patch sparc-g7.dpatch, fixes glibc-2.4 build
      failure on sparc (Fabio M. Di Nitto).
    - Merge libssp0-dev into gcc-4.1 (-fstack-protector is a common option).
    - Run the testsuite with -fstack-protector as well.

  [Bastian Blank]
  * Make it possible to overwrite arch per DEB_TARGET_ARCH and DEB_TARGET_GNU_TYPE.
  * Disable biarch only on request for cross builds.
  * Use correct source directory for tarballs.
  * Produce correct multiarch.inc for source builds.

gcc-4.1 (4.1.1-5) unstable; urgency=low

  * Fix build error running with dpkg-buildpackage -rsudo.

gcc-4.1 (4.1.1-4) unstable; urgency=low

  * Really do not backout the fix for PR c++/26068.
    Closes: #372152, #372559.
  * Update fastjar version string to 4.1.
  * Disable pascal again.

gcc-4.1 (4.1.1-3) unstable; urgency=low

  * Update to SVN 20060608, do not revert the fix for PR c++/26068.
    Closes: #372152, #372559.
  * Fix build failures for Pascal, enable Pascal on all architectures.
  * Fix another build failure on GNU/kFreeBSD (Aurelien Jarno).
    Closes: #370661.
  * Fix build fauilure in gcc/p with parallel make.
  * Remove cross-configure patch (Kazuhiro Inaoka). Closes: #370649.
  * Only build the gcc-4.1-source package, when building from the gcc-4.1
    source.
  * Fix upgrade problem from standalone gcj-4.1.
  * Fix build error using bison-2.2, build-depend on bison (>= 2.3).
    Closes: #372605.
  * Backport PR libstdc++/25524 from the trunk, update the biarch-include
    patch. mips triarch support can be added more easily.

gcc-4.1 (4.1.1-2) unstable; urgency=low

  * Update to SVN 20060604.
    - Fix PR c++/26757, C++ front-end producing two DECLs with the same UID.
      Closes: #356569.
    - Fix PR target/27158, ICE in extract_insn with -maltivec.
      Closes: #362307.
  * Revert PR c++/26068 to work around PR c++/27884 (Martin Michlmayr).
    Closes: #370308.
  * Mention Ada in copyright, update copyright file (Ludovic Brenta).
    Closes: #366744.
  * Fix kbsd-gnu-java.dpatch (Petr Salinger). Closes: #370320.
  * Don't include version control files in gcc-4.1-source.

gcc-4.1 (4.1.1-1) unstable; urgency=low

  [Matthias Klose]
  * Update to SVN 20060601.
  * Reenable the gpc build.
  * PR libgcj/26483, libffi patch for IA-64 denorms, taken from trunk.
  * Disable Ada for m32r targets. Closes: #367595.
  * lib32gfortran1: Do not create empty directory /usr/lib32. Closes: #367999.
  * gcc-4.1: Add a conflict to the gcj-4.1 version with a different
    gcc_libdir.
  * Build gij/gcj for GNU/k*BSD. Closes: #367166.
  * Update hurd-changes patch (Michael Banck). Closes: #369690.
  * debian/copyright: Add exception for the gpc runtime library.
  * Update gpc/gpc-doc package descriptions.

  [Ludovic Brenta]
  * patches/ada-libgnatprj.dpatch: add prj-pars.ad[bs] and sfn_scan.ad[bs]
    to libgnatprj; remove them from gnatmake.

gcc-4.1 (4.1.0-4) unstable; urgency=low

  [Ludovic Brenta]
  * Fix a stupid bug whereby fname.ad{b,s} would be included in both
    libgnatvsn-dev and libgnatprj-dev, preventing use of gnatprj.gpr.
    Closes: #366733.

gcc-4.1 (4.1.0-3) unstable; urgency=low

  * Update to SVN 20060507.
  * debian/rules.d/binary-java.mk: Use $(lib32) everywhere. Closes: #365388.
  * Always configure hppa64-linux-gnu with
    --includedir=/usr/hppa64-linux-gnu/include.
  * Make libgnatvsn4.1 and libgnatprj4.1 priority optional. Closes: #365900.
  * Call autoconf2.13 explicitely in the Ada patches, build-depend on
    autoconf2.13. Closes: #365780.
  * Fix libgnatprj-dev and libgnatvsn-dev dependencies on their shared
    libraries.
  * Deduce softfloat and vfp (ARM) configure options (Pjotr Kourzanov).
  * Update proposed patch for PR26885 (May 2 version).
  * Build the libxxstdc++-dbg packages, when not building the library pacakges.
  * Do not include the _pic library in the libxxstdc++-dbg packages.

gcc-4.1 (4.1.0-2) unstable; urgency=medium

  * Update to SVN 20060428.
  * Apply proposed patches for PR26885.

  * Keep libffi doc files in its own directory. Closes: #360466.
  * Update ppc64 patches for 4.1 (Andreas Jochens). Closes: #360498.
  * Fix PR tree-optimization/26763, wrong-code, taken from the 4.1 branch.
    Closes: #356896. CVE-2006-1902.
  * hppa-cbranch, hppa-cbranch2 patches: Fix for PR target/26743,
    PR target/11254, PR target/10274, backport from trunk (Randolph Chung).
  * Let libgccN provide -dcv1 when cross-compiling (Pjotr Kourzanov).
    Closes: #363289.
  * (Build-)depend on glibc-2.3.6-7. Closes: #360895, #361904.
  * Fix a pedantic report about a package description. Add a hint that
    we do not like bug reports with locales other than "C". Closes: #361409.
  * Enable the libjava interpreter on mips/mipsel.
  * gcc-4.1-source: Depend on gcc-4.1-base.
  * gnat-4.1: Fix permissions of .ali files.
  * Build lib32gcj7 on amd64.
  * debian/patches/ada-gnatvsn.dpatch: New.  Apply proposed fix for
    PR27194.

  [Ludovic Brenta]
  * debian/patches/ada-default-project-path.dpatch: new.  Change the
    default search path for project files to the one specified
    by the Debian Policy for Ada: /usr/share/ada/adainclude.
  * debian/patches/ada-symbolic-tracebacks.dpatch: new.  Enable support for
    symbolic tracebacks in exceptions.
  * debian/patches/ada-missing-lib.dpatch: remove, superseded by the above.
  * debian/patches/ada-link-lib.dpatch: changed.
    - Instead of building libada as a target library only, build it as
      both a host and, if different, target library.
    - Build the GNAT tools in their top-level directory; do not use
      recursive makefiles.
    - Link the GNAT tools dynamically against libgnat.
    - Apply proposed fix for PR27300.
    - Rerun autoconf (Matthias Klose).
  * debian/patches/ada-libgnatvsn.dpatch: new.
    - Introduce a new shared library named libgnatvsn, containing
      common components of GNAT under the GNAT-Modified GPL, for
      use in GNAT tools, ASIS, GLADE and GPS.
    - Link the gnat tools against this new library.
    - Rerun autoconf (Matthias Klose).
  * debian/patches/ada-libgnatprj.dpatch: new.
    - Introduce a new shared library named libgnatprj, containing the
      GNAT Project Manager, i.e. the parts of GNAT that parses project
      files (*.gpr).  Licensed under pure GPL; for use in GLADE and GPS.
    - Link the gnat tools against this new library.
    - Rerun autoconf (Matthias Klose).
  * debian/patches/ada-acats.dpatch: new.
     - When running the ACATS, look for the gnat tools in their new
       directory (build/gnattools), and for the shared libraries in
       build/gcc/ada/rts, build/libgnatvsn and build/libgnatprj.
  * debian/gnatvsn.gpr, debian/gnatprj.gpr: new.
  * debian/rules.d/binary-ada.mk, debian/control.m4: new binary packages:
    libgnatvsn-dev, libgnatvsn4.1, libgnatprj-dev, libgnatprj4.1. Place
    the *.gpr files in their respective -dev packages.

gcc-4.1 (4.1.0-1) unstable; urgency=low

  * libstdc++CXX-BV-dev.preinst: Remove (handling of c++ include dir for 4.0).
  * libgcj-common: Move removal of docdir from preinst into postinst.
  * libgcj7: Move removal of docdir from preinst into postinst.
  * Drop alternative build dependency on gnat-3.4, not built anymore.
  * Fix PR libgcj/26103, wrong exception thrown (4.1 branch).
  * debian/patches/libjava-stacktrace.dpatch: Add support to print file names
    and line numbers in stacktraces.
  * Add debugging symbols for libgcjawt and lib-gnu-java-awt-peer-gtk
    in the libgcj7-dbg and lib32gcj7-dbg packages.
  * Remove dependency of the libgcj-dbg packages on the libgcj-dev packages,
    add recommendations on binutils and libgcj-dev. Mention the requirement
    of binutils for the stacktraces.
  * Fix upgrade from version 4.0.2-9, loosing the Debian changelog.
    Closes: #355439.
  * gij/gcj: Install one alternative for each command, do not use slave
    links for rmiregistry, javah, rmic. Ubuntu #26781. Closes: #342557.
  * Fix for PR tree-optimization/26587, taken from the 4.1 branch.
  * Fix PR libstdc++/26526 (link failure when _GLIBCXX_DEBUG is defined).
  * Configure with --enable-clocale=gnu, even if not building C++ packages.
  * Remove runtime path from biarch libraries as well.
  * PR middle-end/26557 (ice-on-vaild-code, regression), taken from
    the gcc-4_1-branch. Closes: #349083.
  * PR tree-optimization/26672 (ice-on-vaild-code, regression), taken from
    the gcc-4_1-branch. Closes: #356231.
  * PR middle-end/26004 (rejects-vaild-code, regression), taken from
    the gcc-4_1-branch.
  * When building as standalone gcj, build libgcc4 (hppa only) and fastjar.
  * Configure --with-cpu=v8 on sparc.
  * debian/patches/libjava-hppa.dpatch: pa/pa32-linux.h
    (CRT_CALL_STATIC_FUNCTION): Define when CRTSTUFFS_O is defined.
    (John David Anglin). Closes: #353346.
  * Point to the 4.1 version of README.Bugs (closes: #356230).
  * Disable the libmudflap testsuite on alpha (getting killed).

gcc-4.1 (4.1.0-0) experimental; urgency=low

  * GCC 4.1.0 final release.
  * Build the packages for the Java language from a separate source.
  * Update NEWS.html, NEWS.gcc.
  * libgcj-doc: Auto generated API documentation for libgcj7, classpath
    example programs.
  * Add gjdoc to Build-Depends-Indep.
  * On amd64, build-depend on libc6-dev-i386 instead of ia32-libs-dev.
  * Internal ssp headers now installed in the gcc libdir.
  * Do not build gcj-4.1-base when building the gcc-4.1 packages.
  * When building as gcj-4.1, use the tarball from the gcc-4.1-source
    package.

  [Ludovic Brenta]
  * Allow to enable and disable NLS and bootstrapping from the environment.
    - Adding "nls" to WITHOUT_LANG disables NLS support.
    - If WITH_BOOTSTRAP is set, debian/rules2 calls configure
      --enable-bootstrap=$(WITH_BOOTSTRAP) and just "make".  If
      WITH_BOOTSTRAP is unset, it calls configure without a bootstrapping
      option and calls "make profiledbootstrap" or "make bootstrap-lean"
      depending on the target CPU.
      Currently overwritten to default to "bootstrap".

gcc-4.1 (4.1ds9-0exp9) experimental; urgency=low

  * Update to GCC 4.1.0 release candidate 1 (gcc-4.1.0-20060219 tarball).
  * Update gcc-version patch for gcc-4.1.
  * libgccN, libstdc++N*: Fix upgrade of /usr/share/doc symlinks.
  * libjava awt & swing update, taken from trunk 2006-02-16.
  * libgcj7-dev: Suggest libgcj-doc, built from a separate source package.
  * Shorten build-dependency line (work around buildd problems
    on arm* and mips*).
  * New patch gcc-ice-hack (saving the preprocessed source on an ICE),
    taken from Fedora.

gcc-4.1 (4.1ds8-0exp8) experimental; urgency=low

  * Update to SVN 20060212, taken from the 4.1 release branch.
  * libgccN: Fix upgrade of /usr/share/doc/libgccN symlink.

gcc-4.1 (4.1ds7-0exp7) experimental; urgency=low

  * Update to SVN 20060127, taken from the 4.1 release branch.
    - On hppa, bump the libgcc soversion to 4.
  * Add an option not to depend on the system -base package for cross compiler
    (Ian Wienand). Closes: #347484.
  * Remove workaround increasing the stack size limit for some architectures,
    not needed anymore on ia64.
  * On amd64, build-depend on libc6-dev-i386, depend on libc6-i386, where
    available.
  * libstdc++6: Properly upgrade the doc directory. Closes: #346171.
  * libstdc++6: Add a conflict to scim (<< 1.4.2-1). Closes: #343313.
  * Set default 32bit ix86 architecture to i486.

gcc-4.1 (4.1ds6-0ubuntu6) experimental; urgency=low

  * Update to SVN 20060107, taken from the 4.1 release branch.
    - Remove fix for PR ada/22533, fixed by patch for PR c++/23171.
  * Remove binary packages from the control file, which aren't built
    yet on any architecture.
  * gcc-hppa64: Use /usr/hppa64-linux-gnu/include as location for the glibc
    headers, tighten glibc (build-)dependency.
  * libffi [arm]: Add support for closures, libjava [arm]: enable the gij
    interpreter (Phil Blundell). Addresses: #337263.
  * For the gcj standalone build, include cc1 into the gcj-4.1 package,
    needed for linking java programs compiled to native code.

gcc-4.1 (4.1ds4-0exp4) experimental; urgency=low

  * Update to SVN 20051210, taken from the 4.1 release branch.
  * Prepare to build the java packages from it's own source (merged
    from Ubuntu).
    - Build the java packages from the gcc-4.1 source, as long as packages
      are prepared for experimental.
    - When built as gcj, run only the libjava testsuite, don't build the
      libstdc++ debug packages, don't package the gcc source.
    - Loosen package dependencies, when java packages are built from
      separate sources.
    - Fix gcj hppa build, when java packages are built from separate sources.
    - gij-4.1: Install test-summary, when doing separate builds.
    - Allow java packages be installed independent from other packages built
      from the source package.
    - Rename libgcj7-common to libgcj7-jar.
    - Introduce a gcj-4.1-base package to completely separate the two and not
      duplicate the changelog in each gcj/gij package.
  * Java related changes:
    - libjava-xml-transform: Update from classpath trunk, needed for
      eclipse (Michael Koch), applied upstream.
    - Fix java wrapper scripts to point to 4.1 (closes: #341710).
    - Reenable java on mips and mipsel.
    - Fix libgcj6 dependency. Ubuntu #19935.
    - Add libxt-dev as a java build dependency. autoconf explicitely checks
      for X11/Intrinsic.h.
  * Ada related changes:
    - Apply proposed fix for PR ada/22533, reenable ada on alpha, powerpc,
      mips, mipsel and s390.
    - Add Ada support for GNU/kFreeBSD (Aurelien Jarno). Closes: #341356.
    - Remove ada bootstrap workaround for alpha.
  * Build a separate gcc-4.1-source package (Bastian Blank). Closes: #333922.
  * Remove obsolete patch: libstdc++-automake.
  * Remove patch integrated upstream: libffi-mips.
  * Fix the installation of the hppa64 compiler in snapshot builds.
  * Rename libgfortran0* to libgfortran1* (upstream soversion change).
  * Add a dependency on libc-dev for all compilers / -dev packages except
    gcc (which can be used for kernel builds without libc-dev).
  * libffi4-dev: Fix package description.
  * On amd64, install 32bit libraries into /emul/ia32-linux/usr/lib.
    Addresses: #341147.
  * Fix installation of biarch libstdc++ headers on amd64.
  * Configure --with-tune=i686 on ix86 architectures (on Ubuntu with
    -mtune=pentium4). Remove the cpu-default-* patches.
  * debian/control.m4: Fix libxxgcc package names.
  * Update the build infrastructure to build cross compilers
    (Nikita V. Youshchenko).
  * Tighten binutils (build-)dependency. Closes: #342484.
  * Symlink more doc directories.
  * debian/control.m4: Explicitely set Architecture for biarch packages.

gcc-4.1 (4.1ds1-0ubuntu1) UNRELEASED; urgency=low

  * Build Java packages only.
  * Update to SVN 20051121, taken from the 4.1 release branch.
    - Remove libjava-saxdriver-fix patch, applied upstream.
    - Remove ada-gnat-version patch, applied upstream.
  * Fix FTBFS in biarch builds on 32bit kernels.
  * Update libstdc++-doc doc-base file (closes: #339046).
  * Remove obsolete patch: gcc-alpha-ada_fix.
  * Fix installation of biarch libstdc++ headers (Ubuntu #19655).
  * Fix sparc and s390 biarch patches to build the 64bit libffi.
  * Work around biarch build failure in libjava/classpath/native/jni/midi-alsa.
  * Install spe.h header on powerpc.
  * Add libasound build dependencies.
  * libgcj: Fix installation of libgjsmalsa library.
  * Remove patches not used anymore: libjava-no-rpath, i386-config-ml-nomf,
    libobjc, multiarch-include, disable-biarch-check-mf, gpc-profiled,
    gpc-no-gpidump, libgpc-shared, acats-expect.
  * Fix references to manuals in gnat(1). Ubuntu #19772.
  * Remove build dependency on xlibs-dev, add libxtst-dev.
  * Do not configure with --disable-werror.
  * Merge *-config-ml patches into one config-ml patch, configure the biarch
    libs in debian/rules.defs.
  * debian/gcj-wrapper: Accept -Xss.
  * Do not build biarch java on Debian (missing biarch libasound).
  * Do not build the java packages from this source package, avoiding
    dependencies on X.

gcc-4.1 (4.1ds0-0exp0) experimental; urgency=low

  * Configure libstdc++ using the default allocator.
  * Update to 20051112, taken from the svn trunk.

gcc-4.1 (4.1ds0-0ubuntu0) breezy; urgency=low

  * UNRELEASED
  * First snapshot of gcc-4.1 (CVS 20051019).
    - adds SSP support (closes: #213994, #233208).
  * Remove patches applied upstream/not needed anymore.
  * Update patches for 4.1: link-libs, gcc-textdomain, libjava-dlsearch-path,
    rename-info-files, reporting, classmap-path, i386-biarch, sparc-biarch,
    libjava-biarch-awt, ada-gcc-name.
  * Disable patches:
    - 323016, m68k, necessary for 4.1?
  * debian/copyright: Update for 4.1.
  * debian/control, debian/control.m4, debian/rules.defs, debian/rules.conf:
    Update for 4.1, add support for Obj-C++ and SSP.
  * Fix generation of Ada docs in info format.
  * Set Ada library version to 4.1.
  * Drop gnat-3.3 as an alternative build dependency.
  * Use fortran instead of f95 for the build files.
  * Update build support for awt peer libs.
  * Add packaging support for SSP library.
  * Add packaging support for Obj-C++.
  * Run the testsuite for -march=i686 on i386 and amd64 as well.
  * Fix generation of Pascal docs in html format.
  * Update config-ml patches to build libssp biarch.
  * Disable libssp for hppa64 build.
  * libgcj7-dev: Install jni_md.h.
  * Disable gnat for powerpc, currently fails to build.
  * Add biarch runtime lib packages for ssp, mudflap, ffi.
  * Do not explicitely configure with --enable-java-gc=boehm, which is the
    default.
  * libjava-saxdriver-fix: Fix a problem in the Aelfred2 SAX parser.
  * libstdc++6-4.0-dev: Depend on the libc-dev package. Ubuntu #18885.
  * Build-depend on expect-tcl8.3 on all architectures.
  * Build-depend on lib32z1-dev on amd64 and ppc64, drop build dependency on
    amd64-libs.
  * Disable ada on alpha mips mipsel powerpc s390, currently broken.

gcc-4.0 (4.0.2-3) unstable; urgency=low

  * Update to CVS 20051015, taken from the gcc-4_0-branch.
    - gcc man page fixes (closes: #327254, #330099).
    - PR java/19870, PR java/20338, PR java/21844, PR java/21540:
      Remove Debian patches.
    - Applied libjava-echo-fix patch.
    - Fix PR target/24284, ICE (Segmentation fault) on sparc-linux.
      Closes: #329840.
    - Fix PR c++/23797, ICE on typename outside template. Closes: #325545.
    - Fix PR c++/22551, ICE in tree_low_cst. Closes: #318932.
  * libstdc++6: Tighten libstdc++ shlibs version to 4.0.2-3 (new symbol).
  * Update generated Ada files.
  * Fix logic to disable mudflap and Obj-C++ via the environment.
  * Remove f77 build bits.
  * gij-4.0: Remove /var/lib/gcj-4.0/classmap.db on purge (closes: #330800).
  * Let gcj-4.0 depend on libgcj6-dev, instead of recommending it. This is
    not necessary for byte-code compilations, but for compilations to native
    code. For compilations to byte-code, use a better compiler like ecj
    for now (found in the ecj-bootstrap package).
  * Disable biarch setup in cross compilers (Josh Triplett). Closes: #333952.
  * Fix with_libnof logic for cross-compilations (Josh Triplett).
    Closes: #333951.
  * Depend on binutils (>= 2.16.1cvs20050902-1) on the alpha architecture.
    Closes: #333954.
  * On i386, build-depend on libc6-dev-amd64. Closes: #329108.
  * (Build-)depend on glibc 2.3.5-5.

gcc-4.0 (4.0.2-2) unstable; urgency=low

  * Update to CVS 20051001, taken from the gcc-4_0-branch. Includes the
    changes between 4.0.2 RC3 and the final 4.0.2 release, missing from
    the upstream tarball. Remove patches applied upstream (gcc-c-decl,
    pr23182, pr23043, pr23367, pr23891, pr21418, pr24018).
  * On ix86 architectures run the testsuite for -march=i686 as well.
  * Build libffi on the Hurd (closes: #328705).
  * Add big-endian arm (armeb) support (Lennert Buytenhek). Closes: #330730.
  * Update libjava xml to classpath CVS HEAD 20050930 (Michael Koch).
  * Reapply patch to make -mieee the default on alpha-linux. Closes: #330826.
  * Add workaround not to make libmudflap _start/_end not small data on
    mips/mipsel, taken from CVS HEAD.
  * Don't build the nof libraries on powerpc.
  * Number crunching time on m68k, reenable gfortran on m68k-linux-gnu.

gcc-4.0 (4.0.2-1) unstable; urgency=low

  * GCC 4.0.2 release.
  * lib64stdc++6: Set priority to optional.
  * Fix bug in StreamSerializer, seen with eclipse-3.1 (Ubuntu 12744).
    Backport from CVS HEAD, Michael Koch.
  * Apply java patches, proposed for the 4.0 branch: PR java/24018,
    PR libgcj/23182, PR java/19870, PR java/21844, PR libgcj/23367,
    PR java/20338.
  * Update the expect/pty test to actually call expect directly, rather
    than test for the existence of PTYs, since a working expect is what
    we really care about, not random device files (Adam Conrad).
    Closes: #329715.
  * Add build dependencies on lib64z1-dev.
  * gcc-c-decl.dpatch: Fix C global decl handling regression in 4.0.2 from
    4.0.1

gcc-4.0 (4.0.1-9) unstable; urgency=low

  * Update to CVS 20050922, taken from the gcc-4_0-branch (4.0.2 RC3).
  * Apply patches:
    - Fix PR java/21418: Order of source files matters when compiling,
      backported from mainline.
    - Fix for PR 23043, backported form mainline.
    - Proposed patch for #323016 (m68k only). Patch by Roman Zippel.
  * libstdc++6: Tighten libstdc++ shlibs version to 4.0.1-9 (new symbol).
  * Fail the build early, if the system doesn't have any pty devices
    created in /dev. Needed for running the testsuite.
  * Update hurd changes again (closes: #328973).

gcc-4.0 (4.0.1-8) unstable; urgency=medium

  * Update to CVS 20050917, taken from the gcc-4_0-branch.
    - Fix FTBFS for boost, introduced in 4.0.1-7 (closes: #328684).
  * Fix PR java/23891, eclipse bootstrap.
  * Set priority of gcc-4.0-hppa64 package to standard.
  * Bump standards version to 3.6.2.
  * Fix java wrapper script, mishandles command line options with arguments.
    Patch from Olly Betts. Closes: #296456.
  * Bump epoch of the lib32gcc1 package to the same epoch as for the the
    libgcc1 and lib64gcc1 packages.
  * Fix some lintian warnings.
  * Build libffi on the Hurd (closes: #328705).
  * For biarch builds, disable the testsuite for the non-default architecture
    for runtime libraries, which are not built by default (libjava).
  * Add gsfonts-x11 to Build-Depends-Indep to avoid warnings from doxygen.
  * Install Ada .ali files read-only.

gcc-4.0 (4.0.1-7) unstable; urgency=low

  * Update to CVS 20050913, taken from the gcc-4_0-branch.
    - Fix PR c++/19004, ICE in uses_template_parms (closes: #284777).
    - Fix PR rtl-optimization/23454, ICE in invert_exp_1 on sparc.
      Closes: #321215.
    - Fix PR libstdc++/23417, make bits/stl_{list,tree}.h -Weffc++ clean.
      Closes: ##322170.
  * Install 'altivec.h' on ppc64 (closes: #323945).
  * Install locale data with the versioned package name (closes: #321591).
  * Fix fastjar build without building libjava.
  * On hppa, don't build using gcc-3.3 when ada is disabled.
  * On m68k, don't build the stage1 compiler using -O.

  * Ludovic Brenta <ludovic at ludovic-brenta.org>
    - Allow the choice whether or not to build with NLS.
    - Fix a typo whereby libffi was always enabled on i386.

gcc-4.0 (4.0.1-6) unstable; urgency=low

  * Update to CVS 20050821, taken from the gcc-4_0-branch.
    - debian/patches/pr21562.dpatch: Removed, applied upstream.
    - debian/patches/libjava-awt-name.dpatch: Updated.
    - debian/patches/classpath-20050618.dpatch: Updated.
  * Use all available CPU's for the check target, unless USE_NJOBS == no.
  * debian/patches/biarch-include.dpatch: Include
    /usr/local/include/<arch>-linux-gnu before including /usr/local/include.
  * Fix biarch system include directories for the non-default architecture.
  * Prefer gnat-4.0 over gnat-3.4 over gnat-3.3 as a build-dependency.

gcc-4.0 (4.0.1-5) unstable; urgency=low

  * Update to CVS 20050816, taken from the gcc-4_0-branch.
    - Fix PR middle-end/23369, wrong code generation for funcptr comparison
      on hppa. Closes: #321785.
    - Fix PR fortran/23368 ICE with NAG routines (closes: #322912).
  * Build-depend on libcairo2-dev (they say, that's the final package name ...)
  * libgcj: Search /usr/lib/gcj-4.0 for dlopened libraries, place a copy
    of the .la files in the libgcj6 package into this directory.
    Closes: #322576.
  * Tighten the dependencies between the compiler packages to the same
    version and release. Use some substitution variables for control file
    generation.
  * Remove build dependencies for gpc.
  * Don't use '/emul/ia32-linux' on ppc64 (closes: #322890).
  * Synchronize with Ubuntu.

gcc-4.0 (4.0.1-4ubuntu1) breezy; urgency=low

  * Jeff Bailey <jbailey at ubuntu.com>

    Enable i386 biarch using biarch glibc (not yet enabled for unstable).
    - debian/rules.d/binary-libgcc.mk: Make i386 lib64gcc1 depend on
      libc6-amd64
    - debian/control.m4: Suggest libc6-amd64 rather than amd64-libs.
    - debian/rules.conf: Build-Dep on libc6-dev-amd64 [i386]
      Build-Dep on binutils >= 2.16.1-2ubuntu3
    - debian/rules2: Enable biarch build in Ubuntu.

  * Matthias Klose <doko at ubuntu.com>

    - Add shlibs file and dependency information for the lib32gcc1 package.
    - debian/patches/gcc-textdomain.dpatch: Update (closes: #321591).
    - Set priority of gcc-4.0-base and libstdc++6 packages to `required'.
      Closes: #321016.
    - libffi-hppa.dpatch: Remove, applied upstream.

gcc-4.0 (4.0.1-4) unstable; urgency=low

  * Enable the biarch compiler for powerpc (closes: #268023).
  * Update to CVS 20050806, taken from the gcc-4_0-branch.
  * Build depend on libcairo0.6.0-dev (closes: #321540).
  * Fix Ada build on the hurd (closes: #321350).
  * Update libffi for mips (Thiemo Seufer). Closes: #321100.
  * Fix segfault on 64bit archs in the AWT Gtk peer library (Dan Frazier).
    Closes: #320915.
  * Add libXXgcc1 build dependencies for biarch builds.

gcc-4.0 (4.0.1-3) unstable; urgency=medium

  * Update to CVS 20050725, taken from the gcc-4_0-branch.
    - Fix ICE with -O and -mno-ieee-fp/-ffast-math (closes: #319087).
  * Synchronize with Ubuntu.
  * Fix applying hurd specific patches for the hurd build (closes: #318443).
  * Do not build-depend on libmpfr-dev on architectures, where fortran
    is not built.
  * Apply biarch include patch on ppc64 as well (closes: #318603).
  * Correct libstdc++-dev package description (closes: #319082).
  * debian/rules.defs: Replace DEB_TARGET_GNU_CPU with DEB_TARGET_ARCH_CPU.
  * gcc-4.0-hppa64: Rename hppa64-linux-gcc to hppa64-linux-gnu-gcc.
    Closes: #319818.

gcc-4.0 (4.0.1-2ubuntu3) breezy; urgency=low

  * Update to CVS 20050720, taken from the gcc-4_0-branch.
    - Fix PR22278, volatile issues, seen when building xorg.
  * Build against new libcairo1-dev (0.5.2).

gcc-4.0 (4.0.1-2ubuntu2) breezy; urgency=low

  * Acknowledge that i386 biarch builds still need to be fixed for glibc-2.3.5.

gcc-4.0 (4.0.1-2ubuntu1) breezy; urgency=low

  * Synchronize with Debian.
  * Update to CVS 20050718, taken from the gcc-4_0-branch.
    - Fix PR c++/22132 (closes: #318488), upcasting a const class pointer
      to struct the class derives from generates wrong code.
  * Build biarch runtime libraries for Fortran and ObjC.
  * Apply proposed patch for PR22309 (crash with mt_allocator if libstdc++
    is dlclosed). Closes: #293466.

gcc-4.0 (4.0.1-2) unstable; urgency=low

  * Don't apply the patch to make -mieee the default on alpha-linux-gnu.
    Causes the bootstrap to fail on alpha-linux-gnu.

gcc-4.0 (4.0.1-1) unstable; urgency=high

  * GCC 4.0.1 final release.  See /usr/share/doc/gcc-4.0/NEWS.{gcc,html}.
  * Build fastjar on mips/mipsel, fix fastjar build without building java.
  * Disable the comparision check on unstable/ia64. adaint.o differs,
    currently cannot be reproduced with glibc-2.3.5 and binutils-2.16.1.
  * libffi/hppa: Fix handling of 3 and 5-7 byte struct returns.
  * amd64: Fix libgcc symlinks to point to /usr/lib32, instead of /lib32.
  * On powerpc, don't build with -j >1, apparently doesn't succeeds
    on the Debian buildd.
  * Apply revised patch to make -mieee the default on alpha-linux,
    and add -mieee-disable switch to turn the default off (Tyson Whitehead).
  * Disable multiarch-includes; redo biarch-includes to include the paths
    for the non-default biarch, when called with -m32/-m64.
  * Move new java headers from libstdc++-dev to libgcj-dev, add replaces
    line.
  * Update classpath patch to work with cairo-0.5.1. Patch provided by
    Michael Koch.
  * Further classpath updates for gnu.xml and javax.swing.text.html.
    Patch provided by Michael Koch.
  * Require binutils (>= 2.16.1) as a build dependency and a dependency.
  * On i386, require amd64-libs-dev (>= 1.2).
  * Update debian/NEWS.{html,gcc}.

  * Closing bug reports reported against older gcc versions (some of them
    still present in Debian, but not anymore as the default compiler).
    Usually, forwarded bug reports are linked to
        http://gcc.gnu.org/PR<upstream bug number>
    The upstream bug number usually can be found in the Debian reports.

  * Closed reports reported against gcc-3.3 and fixed in gcc-3.4:
    - General:
      + PR rtl-optimization/2960: Duplicate loop conditions even with -Os
        Closes: #94701.
      + PR optimization/3995: i386 optimisation: joining tests.
        Closes: #105309.
      + PR rtl-optimization/11635: Unnecessary store onto stack, more
        curefully expand union cast (closes: #202016).
      + PR target/7618: vararg disallowed in virtual function. Closes: #205404.
      + Large array problem on 64 bit platforms (closes: #209152).
      + Mark more strings as translatable (closes: #227129).
      + PR gcc/14711: ICE when compiling a huge source file Closes: #234711.
      + Better code generation for if(!p) return NULL;return p;
        Closes: #242318.
      + PR rtl-optimization/16152: Perl ftbfs on {ia64,arm,m68k}-linux.
        Closes: #255801.
      + ICE (segfault) while compiling Linux 2.6.9 (closes: #277206).
      + Link error building memtest (closes: #281445).
    - Ada:
      + PR ada/12450: Constraint error for valid input (closes: #210844).
      + PR ada/13620: miscompilation of array initializer with
        -O3 -fprofile-arcs. Closes: #226244.
    - C:
      + PR c/6897: Code produced with -fPIC reserves EBX, but compiles
        bad __asm__ anyway (closes: #73065).
      + PR c/9209: On i386, gcc-3.0 allows $ in indentifiers but not the asm.
        Closes: #121282.
      + PR c/11943: Accepts invalid declaration "int x[2, 3];" in C99 mode.
        Closes: #177303.
      + PR c/11942: restrict keyword broken in C99 mode. Closes: #187091.
      + PR other/11370: -Wunreachable-code gives false complaints.
        Closes: #196600.
      + PR c/11369: Too relaxed checking with -Wstrict-prototypes.
        Closes: #197504.
      + PR c/11445: False positive warning with -Wunreachable-code.
        Closes: #200140.
      + PR c/11459: -stdc=c90 -pedantic warns about C90's non long-long
         support when in C99 mode. Closes: #200392.
      + PR c/456: Handling of constant expressions. Closes: #225935.
      + ICE on invalid #define with -traditional (closes: #242916).
      + No warning when initializing a variable with itself, new option
        -Winit-self (closes: #293957).
    - C++:
      + C++ parse error (closes: #42946).
      + PR libstdc++/9073: Replacement for __STL_ASSERTIONS (libstdc++v3
        debug mode). Closes: #128993.
      + Parse errors in nested constructor calls (closes: #138561).
      + PR optimization/1823: -ftrapv aborts with pointer difference due to
        division optimization. Closes: #169862.
      + ICE on invalid code (closes: #176101).
      + PR c++/10199: ICE handling method parametrized by template.
        Closes: #185604.
      + High memory usage building packages OpenOffice.org and MythTV.
        Closes: #194345, #194513.
      + Improved documentation of std::lower_bound (closes: #196380).
      + ICE in regenerate_decl_from_template (closes: #197674).
      + PR c++/11444: Function fails to propagate up class tree
        (template-related).  Closes: #198042.
      + ICE when using namespaced typedef of primitive type as struct.
        Closes: #198261.
      + Bug using streambuf / iostream to read from a named pipe.
        Closes: #216105.
      + PR c++/11437: ICE in lookup_name_real (closes: #200011).
      + Add large file support (LFS) in libstdc++ (closes: #220000).
      + PR c++/13621: ICE compiling a statement expression returning type
        string (closes: #224413).
      + g++ doesn't find inherited inner class after template instantiation.
        Closes: #227518.
      + PR libstdc++/13928: Add whatis info in man pages generated by doxygen.
        Closes: #229642.
      + Missing symbol _M_setstate in libstdc++ (closes: #232709).
      + Unable to parse declaration of inline constructor explicit
        specialization (closes: #234709).
      + ICE (segfault) on invalid C++ code (closes: #246031).
      + ICE in lookup_tempate_function (closes: #262441).
      + Undefined symbols in libstdc++, when using specials char_traits.
        Closes: #266110.
      + PR libstdc++/16011: Outputting numbers with ostream in the locale fr_BE
        causes infinite recursion (closes: #270795).
      + ICE in tree_low_cst (closes: #276291).
      + ICE in in expand_call (closes: #283503).
      + typeof operator is misparsed in a template function (closes: #288555).
      + ICE in tree_low_cs (closes: #291374).
      + Improve uninformative error messages (closes: #292961, #293076).
      + ICE on array initialization (closes: #294560).
      + Failure to build xine-lib with -finline-functions (closes: #306854).
    - Java:
      + Fix error finding files in subdirectories (closes: #195480).
      + Implement java.text.CollationElementIterator lacks getOffset().
        Closes: #259789.
    - Treelang:
      + Pointer truncation on 64bit architectures (closes: #308367).
    - Architecture specific:
      - alpha
        + PR debug/10695: ICE on alpha while building agistudio.
          Closes: #192568.
        + ICE when building fceu (closes: #228018, #252764).
      - amd64
        + Miscompilation of Objective-C code (closes: #250174).
        + g++ hangs compiling k3d on amd64 (closes: #285364).
      - arm
        + PR target/19008: gcc -O3 -fPIC produces wrong code via auto inlining.
          Closes: #285238.
      - i386
        + PR target/4106: i386 -fPIC asm ebx clobber no error.
          Closes: #153472.
        + PR target/10984: x86/sse2 ICEs on vector intrinsics. Closes: #166940.
        + Wrong code generation on at least ix86 (closes: #275655).
      - m68k
        + PR target/9201: ICE compiling octave-2.1 (closes: #175478).
        + ICE in verify_initial_elim_offsets (closes: #204407, #257012).
        + g77 generates invalid assembly code (closes: #225621).
        + ICE in verify_local_live_at_start (closes #245584).
      - powerpc
        + PR optimization/12828: -floop-optimize is unstable on PowerPC (float
          to int conversion problem). Closes: #218219.
        + PR target/13619: ICE building altivec code in ffmpeg.
          Closes: #226148.
        + PR target/20046: Miscompilation of bind 9.3.0. Closes: #292958.
      - sparc
        + ICE (segfault) while building atlas3 on sparc32 (closes: #249108).
        + Wrong optimization on sparc32 when building linux kernel.
          Closes: #254626.

  * Closed reports reported against gcc-3.3 or gcc-3.4 and fixed in gcc-4.0:
    - General:
      + PR rtl-optimization/6901: Optimizer improvement (removing unused
        local variables). Closes: #67206.
      + PR middle-end/179: Failure to detect use of unitialized variable
        with -O -Wall. Closes: #117765.
      + ICE building glibc's nptl on amd64 (closes: #260710, #307993).
      + PR middle-end/17827: ICE in make_decl_rtl. Closes: #270854.
      + PR middle-end/21709: ICE on compile-time complex NaN. Closes: #305344.
    - Ada:
      + PR ada/10889: Convention Fortran matrices mishandled in generics.
        Closes: #192135.
      + PR ada/13897: Implement tasking on powerpc. Closes: #225346.
    - C:
      + PR c/13072: Bogus warning with VLA in switch. Closes: #218803.
      + PR c/13519: typeof(nonconst+const) is const. Closes: #208981.
      + PR c/12867: Incorrect warning message (void format, should be void*
        format). Closes: #217360.
      + PR c/16066: PR 16066] i386 loop strength reduction bug.
        Closes: #254659.
    - C++:
      + PR c++/13518: -Wnon-virtual-dtor doesn't always work. Closes: #212260.
      + PR translation/16025: ICE with unsupported locale(closes: #242158).
      + PR c++/15125: -Wformat doesn't warn for different types in fprintf.
        Closes: #243507.
      + PR c++/15214: Warn only if the dtor is non-private or the class has
        friends. (closes: #246639).
      + PR libstdc++/17218: Unknown subjects in generated libstdc++ manpages.
        Closes: #262934.
      + PR libstdc++/17223: Missing .so references in generated libstdc++
        manpages. Closes: #262956.
      + libstdc++-doc: Improve man pages (closes: #280910).
      + PR c++/19006: ICE in tree_low_cst. Closes: #285692.
      + g++ does not check arguments to fprintf. Closes: #281847.
    - Java:
      + PR java/7304: gcj ICE (closes: #152501).
      + PR libgcj/7305: Installation of headers not directly in /usr/include.
        Closes: #195483.
      + PR libgcj/11941: libgcj timezone handling (closes: #203212).
      + PR java/14709: gcj fails to wait for its child processes on exec().
        Closes: #238432.
      + PR libgcj/21703: gcj hangs when rapidly calling String.intern().
        Closes: #275547.
      + SocketChannel.get(ByteBuffer) returns 0 at EOF. Closes: #281602.
      + PR java/19711: gcj segfaults instead of reporting the ambiguous
        expression. Closes: #286715.
      + Static libgcj contains repeated archive members (closes: #298263).
    - Architecture specific:
      - alpha
        + Unaligned accesses with ?-operator (closes: #301983).
      - arm
        + Compilation error of glibc-2.3.4 on arm (closes: #298508).
      - m68k
        + ICE in add_insn_before (closes: #248432).
      - mips
        + Fix o32 ABI breakage in gcc 3.3/3.4 (closes: #270620).
      - powerpc
        + ICE in extract_insn (closes: #311128).

  * Closing bug reports as wontfix:
    - g++ defines _GNU_SOURCE when using the libstdc++ header files.
      Behaviour did change since 3.0. Closes: #126703, #164872.

gcc-4.0 (4.0.0ds2-12) unstable; urgency=high

  * Update to CVS 20050701, taken from the gcc-4_0-branch.
  * Apply proposed patch for MMAP configure fix; aka PR 19877. Backport
    from mainline.
  * Disable Fortran on m68k. Currently FTBFS.
  * Split multiarch-include/lib patches. Update multiarch-include patch.
  * Fix FTBFS of the hppa64-linux cross compiler. Don't add the
    multiarch include dirs when cross compiling.
  * Configure --with-java-home, as used by java-gcj-compat.
    Closes: #315646.
  * Make libgcj-dbg packages priority extra.
  * Set the path of classmap.db to /var/lib/gcj- at gcc_version@.
  * On m68k, do not create the default classmap.db in the gcj postinst.
    See #312830.
  * On amd64, install the 32bit libraries into /emul/ia32-linux/usr/lib.
    Restore the /usr/lib32 symlink.
  * On amd64, don't reference lib64, but instead lib (lib64 is a symlink
    to lib). Closes: #293050.
  * Remove references to build directories from the .la files.
  * Make cpp-X.Y conflict with earlier versions of gcc-X.Y, g++-X.Y, gobjc-X.Y,
    gcj-X.Y, gfortran-X.Y, gnat-X.Y, treelang-X.Y, if a path component in
    the gcc library path changes (i.e. version or target alias).
  * Disable Ada for sh3 sh3eb sh4 sh4eb.
  * For gcj-4.0, add a conflict to libgcj4-dev and libgcj5-dev.
    Closes: #316499.

gcc-4.0 (4.0.0ds1-11) unstable; urgency=low

  * debian/rules.defs: Disable Ada for alpha.
  * debian/rules.conf: Fix typo in type-handling replacement code.
  * Don't ship an empty libgcj6-dbg package.

gcc-4.0 (4.0.0ds1-10) unstable; urgency=medium

  * debian/patches/libstdc++-api-compat.dpatch: Apply proposed patch
    to fix libstdc++ 3.4.5/4.0 compatibility.
  * type-handling output became insane. Don't use it anymore.
  * Drop the reference to the stl-manual package (closes: #314983).
  * Disable java on GNU/kFreeBSD targets, requested by Robert Millan.
    Closes: #315140.
  * Terminate the acats-killer process, even if the build is aborted
    by the user (closes: #314405).
  * debian/rules.defs: Define DEB_TARGET_ARCH_{OS,CPU}.
  * Start converting the use of DEB_*_GNU_* to DEB_*_ARCH_* in the build
    files.
  * Do not configure with --enable-gtk-cairo. Needs newer gtk. Drop
    build dependency on libcairo-dev.
  * Fix setting of the system header directory for the hurd (Michael Banck).
    Closes: #315386.
  * Fix FTBFS on hurd-i386: MAXPATHLEN issue (Michael Banck). Closes: #315384.

gcc-4.0 (4.0.0ds1-9ubuntu2) breezy; urgency=low

  * Fix version number in libgcj shlibs file.

gcc-4.0 (4.0.0ds1-9ubuntu1) breezy; urgency=low

  * Update to 4.0.1, release candidate 2.
  * libstdc++ shlibs file: Require 4.0.0ds1-9ubuntu1 as minimum version.
  * Rename libawt to libgcjawt to avoid conflicts with other
    libawt implementations (backport from HEAD).
  * Update classpath awt, swing and xml parser for HTML support in swing.
    Taken from classpath CVS HEAD 2005-06-18. Patch provided by Michael Koch.
  * Remove the libgcj-buffer-strategy path, part of the classpath update.
  * libgcj shlibs file: Require 4.0.0ds1-9ubuntu1 as minimum version.
  * Require cairo-0.5 as build dependency.
  * gij-4.0: Provide java1-runtime.
  * gij-4.0: Provide an rmiregistry alternative (using grmiregistry-4.0).
  * gcj-4.0: Provide an rmic alternative (using grmic-4.0).
  * libgcj6-dev conflicts with libgcj5-dev, libgcj4-dev, not libgcj6.
    Closes: #312741.
  * libmudflap-entry-point.dpatch: Correct name of entry point on mips/mipsel.
  * Apply proposed patch for PR 18421 and PR 18719 (m68k only).
  * Apply proposed path for PR 21562.
  * Add build dependency on dpkg (>= 1.13.7).
  * On linux systems, configure for <cpu>-linux-gnu.
  * Configure the hppa64 cross compiler to target hppa64-linux-gnu.
  * (Build-)depend on binutils-2.16.1.
  * libstdc{32,64}++6-4.0-dbg: Depend on libstdc++6-4.0-dev.
  * gnat-4.0: only depend on libgnat, when a shared libgnat is built.
  * gfortran-4.0: Depend on libgmp3c2 | libgmp3.
  * On hppa, explicitely use gcc-3.3 as a build dependency in the case
    that Ada is disabled.
  * libmudflap: Always build the library for the non-default biarch
    architecture, or else the test results show link failures.

gcc-4.0 (4.0.0-9) unstable; urgency=low

  * Upload to unstable.

gcc-4.0 (4.0.0-8ubuntu3) breezy; urgency=low

  * debian/control: Regenerate.

gcc-4.0 (4.0.0-8ubuntu2) breezy; urgency=low

  * Fix powerpc-config-ml patch.

gcc-4.0 (4.0.0-8ubuntu1) breezy; urgency=low

  * powerpc biarch support:
    - Enable powerpc biarch support, build lib64gcc1 on powerpc.
    - Add patch to disable libstdc++'s configure checking, if it can't run
      64bit binaries on 32bit kernels (Sven Luther).
    - Apply the same patch to the other runtime librararies as well.
    - Run the testsuite with -m64, if we can execute 64bit binaries.
    - Add libc6-dev-ppc64 as build dependency for powerpc.
  * 32bit gcj libs for amd64.
  * debian/logwatch.sh: Don't remove logwatch pid file on exit (suggested
    by Ryan Murray).
  * Update to CVS 20050603, taken from the gcc-4_0-branch.
  * g++-4.0 provides c++abi2-dev.
  * Loosen dependencies on packages of architecture `all' to not break
    binary only uploads.
  * Build libgfortran for biarch as well, else the testsuite will fail.

gcc-4.0 (4.0.0-8) experimental; urgency=low

  * Synchronize with Ubuntu.

gcc-4.0 (4.0.0-7ubuntu7) breezy; urgency=low

  * Fix build failures for builds with disabled testsuite.
  * Adjust debian/rules conditionals to work with all dpkg versions.
  * Build separate lib32stdc6-4.0-dbg/lib64stdc6-4.0-dbg packages.
  * Add the debugging symbols of the optimzed libstdc++ build in the
    lib*stdc++6-dbg packages as well.
  * Build a libgcj6-dbg package.
  * Update to CVS 20050522, taken from the gcc-4_0-branch.
  * Add Ada support for the ppc64 architecture (Andreas Jochens):
    * debian/patches/ppc64-ada.dpatch
      - Add gcc/ada/system-linux-ppc64.ads, which has been copied from
        gcc/ada/system-linux-ppc.ads and changed to use 'Word_Size' 64
        instead of 32.
      - gcc/ada/Makefile.in: Use gcc/ada/system-linux-ppc64.ads on powerpc64.
    * debian/rules.patch
      - Use ppc64-ada patch on ppc64.
    * debian/rules.d/binary-ada.mk
      Place the symlinks libgnat.so, libgnat-4.0.so, libgnarl.so,
      libgnarl-4.0.so in '/usr/lib' instead of '<gcc_lib_dir>/adalib'.
    Closes: #308948.
  * Add libc6-dev-i386 as an alternative build dependency for amd64.
    Closes: #305690.

gcc-4.0 (4.0.0-7ubuntu6) breezy; urgency=low

  * Don't trust dpkg-architecture (1.13.4), it "hurds" ...

gcc-4.0 (4.0.0-7ubuntu5) breezy; urgency=low

  * libgcj6-dev: Don't provide libgcj-dev.

gcc-4.0 (4.0.0-7ubuntu4) breezy; urgency=low

  * Update to CVS 20050517, taken from the gcc-4_0-branch.
  * Apply proposed patch for PR21293.

gcc-4.0 (4.0.0-7ubuntu2) breezy; urgency=low

  * Update to CVS 20050515, taken from the gcc-4_0-branch.

gcc-4.0 (4.0.0-7ubuntu1) breezy; urgency=low

  * Synchronize with Debian.

gcc-4.0 (4.0.0-7) experimental; urgency=low

  * Update to CVS 20050509, taken from the gcc-4_0-branch.
  * Remove the note from the fastjar package description, stating, that
    fastjar is incomplete compared to the "standard" jar utility.
  * Fix typo in build depends. dpkg-checkbuilddeps doesn't like a comma
    inside [].
  * Tighten shlibs dependencies to require the current version.

gcc-4.0 (4.0.0-6) experimental; urgency=low

  * Update to CVS 20050508, taken from the gcc-4_0-branch.

gcc-4.0 (4.0.0-5ubuntu1) breezy; urgency=low

  * Temporarily disable the i386 biarch build. Remove the amd64-libs-dev
    build dependency, add (build-)conflict (<= 1.1ubuntu1).

gcc-4.0 (4.0.0-5) breezy; urgency=low

  * gnat-3.3 and gnat-4.0 are alternative build dependencies (closes: #308002).
  * Update to CVS 20050507, taken from the gcc-4_0-branch.
  * gcj-4.0: Install gjnih.
  * Add libgcj buffer strategy framework (Thomas Fitzsimmons), needed for OOo2.
    Backport from 4.1.
  * Fix all lintian errors and most of the warnings.

gcc-4.0 (4.0.0-4) breezy; urgency=low

  * Still prefer gnat-3.3 over gnat-4.0 as a build dependency.

gcc-4.0 (4.0.0-3) breezy; urgency=low

  * Update to CVS 20050506, taken from the gcc-4_0-branch.
  * Update priority of java alternatives to 40.
  * Move gcj-dbtool to gij package, move the default classmap.db to
    /var/lib/gcj-4.0/classmap.db. Create it in the postinst.
  * Fix gcc-4.0-hppa64 postinst (closes: #307762).
  * Fix gcc-4.0-hppa64, gij-4.0 and gcj-4.0 postinst, to not ignore errors
    from update-alternatives.
  * Fix gcc-4.0-hppa64, fastjar, gij-4.0 and gcj-4.0 prerm,
    to not ignore errors from update-alternatives.

gcc-4.0 (4.0.0-2) experimental; urgency=low

  * GCC 4.0.0 release.
  * Update to CVS 20050503, taken from the gcc-4_0-branch.
  * Add gnat-4.0 as an alternative build dependency (closes: #305690).

gcc-4.0 (4.0.0-1) experimental; urgency=low

  * GCC 4.0.0 release.

gcc-4.0 (4.0ds11-0pre11) breezy; urgency=low

  * CVS 20050413, taken from the gcc-4_0-branch.
  * Add proposed patches for PR20126, PR20490, PR20929.

gcc-4.0 (4.0ds10-0pre10) experimental; urgency=low

  * gcc-4.0.0-20050410 release candidate 1, built from the prerelease tarball.
    - C++ fix for "optimizer breaks function inlining". Closes: #302989.
  * Append the GCC version to the fastjar/grepjar version string.
  * Use short file names in the libstdc++ docs (closes: #301140).
  * Fix libstdc++-dbg dependencies (closes: #303866).

gcc-4.0 (4.0ds9-0pre9) experimental; urgency=low

  * CVS 20050326, taken from the gcc-4_0-branch.
  * Reenable Ada on ia64.
  * Build libgnat on hppa, sparc, s390 again.
  * ppc64 support (Andreas Jochens):
    * debian/control.m4
      - Add libc6-dev-powerpc [ppc64] to the Build-Depends.
      - Change the Description for lib32gcc1: s/ia32/32 bit Version/
    * debian/rules.defs
      - Define 'biarch_ia32' for ppc64 to use the same 32 bit multilib
        facilities as amd64.
    * debian/rules.d/binary-gcc.mk
      - Correct an error in the 'files_gcc' definition for biarch_ia32
        (replace '64' by '32').
    * debian/rules2
      - Do not use '--disable-multilib' on powerpc64-linux.
        Use '--disable-nof --disable-softfloat' instead.
    * debian/rules.d/binary-libstdcxx.mk
      - Put the 32 bit libstdc++ files in '/usr/lib32'.
    * debian/rules.patch
      - Apply 'ppc64-biarch' patch on ppc64.
    * debian/patches/ppc64-biarch.dpatch
      - MULTILIB_OSDIRNAMES: Use /lib for native 64 bit libraries and
        /lib32 for 32 bit libraries.
      - Add multilib handling to src/config-ml.in (taken from
        amd64-biarch.dpatch).
  * Rename biarch_ia32 to biarch32, as suggsted by Andreas.
  * Use /bin/dash on hppa.
  * Reenable the build of the hppa64 compiler.
  * Enable parallel builds by defaults (set environment variale USE_NJOBS=no
    or USE_NJOBS=<number> to modify the default, which is to use the
    number of available processors).

gcc-4.0 (4.0ds8-0pre8) experimental; urgency=low

  * CVS 20050322, taken from the gcc-4_0-branch.
    - Add proposed fix for PR19406.
  * Configure --with-gtk-cairo only if version 0.3.0 is found.
  * Split out gcc-4.0-locales package. Better chance of getting
    bug reports in english language.

gcc-4.0 (4.0ds7-0pre7) experimental; urgency=low

  * CVS 20050304, taken from the gcc-4_0-branch.
  * Build the treelang compiler.

gcc-4.0 (4.0ds6-0pre6ubuntu6) hoary; urgency=low

  * Fix lib32gcc1 symlink on amd64. Ubuntu #7099.

gcc-4.0 (4.0ds6-0pre6ubuntu5) hoary; urgency=low

  * Add patch from PR20160, avoid creating archives with components
    that have duplicate basenames.

gcc-4.0 (4.0ds6-0pre6ubuntu4) hoary; urgency=low

  * CVS 20050301, taken from the gcc-4_0-branch.
    Test builds on i386, amd64, powerpc, ia64, check libgcc_s.so.1.
  * Add fastjar-4.0 binary and manpage. Some java packages append it
    for all java related tools.
  * Add libgcj6-src package for source code availability in IDE's.
  * On hppa, disable the build of the hppa64 cross compiler, disable
    java, disable running the testsuite (request by Lamont).
  * On amd64, lib32gcc1 replaces ia32-libs.openoffice.org (<< 1ubuntu3).
  * Build-Depend on libcairo1-dev, configure with --enable-gtk-cairo.
    Work around libtool problems install libjawt.
    Install jawt header files in libgcj6-dev.
  * Add workaround for PR debug/19769.

gcc-4.0 (4.0ds5-0pre6ubuntu3) hoary; urgency=low

  * Drop libgmp3-dev (<< 4.1.4-3) as an alterntative build dependency.

gcc-4.0 (4.0ds5-0pre6ubuntu2) hoary; urgency=low

  * Disable Ada for powerpc.

gcc-4.0 (4.0ds5-0pre6ubuntu1) hoary; urgency=low

  * Avoid build dependency on type-handling.
  * Install 32bit libs on amd64 in /lib32 and /usr/lib32.

gcc-4.0 (4.0ds5-0pre6) experimental; urgency=low

  * gcc-4.0 snapshot, taken from the HEAD branch CVS 20050208.
  * Build-depend on graphviz (moved to main), remove the pregenerated
    libstdc++ docs from the diff.
  * Fix PR19162, libobjc build failure on arm-linux (closes: #291497).

gcc-4.0 (4.0ds4-0pre5) experimental; urgency=low

  * gcc-4.0 snapshot, taken from the HEAD branch CVS 20050125.
  * Call the 4.0 gcx versions in the java wrappers (closes: #291075).
  * Correctly install libgij (closes: #291077).
  * libgcj6-dev: Add conflicts to other libgcj-dev packages (closes: #290950).

gcc-4.0 (4.0ds3-0pre4) experimental; urgency=low

  * gcc-4.0 snapshot, taken from the HEAD branch CVS 20050115.
  * Update cross build patches (Nikita V. Youshchenko).
  * Enable Ada on i386, amd64, mips, mipsel, powerpc, sparc, s390.
    Doesn't yet bootstrap on alpha, hppa, ia64.

gcc-4.0 (4.0ds2-0pre3) experimental; urgency=low

  * gcc-4.0 snapshot, taken from the HEAD branch CVS 20041224.

gcc-4.0 (4.0ds1-0pre2) experimental; urgency=low

  * gcc-4.0 snapshot, taken from the HEAD branch CVS 20041205.
  * Lot's of merges and updates from the gcc-3.4 packages.

gcc-4.0 (4.0ds0-0pre1) experimental; urgency=low

  * gcc-4.0 snapshot, taken from the HEAD branch CVS 20041114.
    - Addresses many issues with the libstdc++ man pages (closes: #278549).
  * Disable Ada on hppa, ia64, mips, mipsel, powerpc, s390 and sparc, at least
    these are known to be broken at the time of the snapshot.
  * Minor kbsd.gnu build fixes (Robert Millan). Closes: #273004.
  * For amd64, add missing libstdc++ files to 'libstdc++6-dev' package.
    (Andreas Jochens). Fixes: #274362.
  * Update libffi-mips patch (closes: #274096).
  * Updated i386-biarch patch. Don't build 64bit libstdc++, ICE.
  * Update sparc biarch patch.
  * Fix symlinks for gfortran manpage (closes: #278548).
  * Update cross build patches (Nikita V. Youshchenko).
  * Update Ada patches (Ludovic Brenta).

gcc-4.0 (4.0-0pre0) experimental; urgency=low

  * gcc-4.0 snapshot, taken from the HEAD branch CVS 20040912.

  * Matthias Klose <doko at debian.org>

    - Integrate accumulated packaging patches from gcc-3.4.
    - Rename libstdc++6-* packages to libstdc++6-4-* (closes: #261693).
    - libffi4-dev: conflict with libffi3-dev (closes: #265939).

  * Robert Millan <rmh at debian.org>

    * control.m4: 
      - s/locale_no_archs !hurd-i386/locale_no_archs/g 
        (This is now handled in rules.defs. [1]) 
      - s/procps [check_no_archs]/procps [linux_gnu_archs]/g [2] 
      - Add type-handling to build-deps. [3] 
    * rules.conf: 
      - Don't require (>= $(libc_ver)) for libc0.1-dev. [4] 
      - Generate *_no_archs variables with type-handling and use them for 
        for m4's -D parameters. [3] 
    * rules.defs: 
      - use filter instead of findstring [1]. 
      - s/netbsd-elf-gnu/netbsdelf-gnu/g [5]. 
      - enable java for kfreebsd-gnu [6] 
      - enable ffi for kfreebsd-gnu and knetbsd-gnu [6] 
      - enable libgc for kfreebsd-gnu [6] 
      - enable checks for kfreebsd-gnu and knetbsd-gnu [7] 
      - enable locales for kfreebsd-gnu and gnu [1] [8]. 
    * Closes: #264025.

gcc-3.5 (3.5ds1-0pre1) experimental; urgency=low

  * gcc-3.5 snapshot, taken from the HEAD branch CVS 20040724.
  * Install locale data with versioned package name (closes: #260497).
  * Fix libgnat symlinks.

gcc-3.5 (3.5-0pre0) experimental; urgency=low

  * gcc-3.5 snapshot, taken from the HEAD branch CVS 20040718.

gcc-3.4 (3.4.1-1) experimental; urgency=low

  * gcc-3.4.1 final release.
    - configured wth --enable-libstdcxx-allocator=mt.
  * Fixes for generating cross compiler packages (Jeff Bailey).

gcc-3.4 (3.4.0-4) experimental; urgency=low

  * gcc-3.4.1 release candidate 1.
  * Add logic to build biarch compiler on powerpc (disabled, needs lib64c).
  * Don't build the libg2c0 package on mipsel-linux (no clear answer on
    debian-mips, if the libg2c0's built by gcc-3.3 and gcc-3.4 are compatible
    (post-sarge issue).
  * Don't use gcc-2.95 as bootstrap compiler on m68k anymore.

gcc-3.4 (3.4.0-3) experimental; urgency=low

  * Update to gcc-3.4 CVS 20040613.
  * On sparc, set the the build target to sparc64-linux, build with
    switch defaulting to code generation for v7. To generate code for
    sparc64, use the -m64 switch.
  * Add missing doc-base files to -doc packages.
  * Add portability patches and kbsd-gnu patch (Robert Millan).
    Closes: #251293, #251294.
  * Apply fixes for cross build (Nikita V. Youshchenko).
  * Do not include the precompiled libstdc++ header files into the -dev
    package (still experimental). Closes: #251707.
  * Reflect renaming of Ada user's guide.
  * Move AWT peer libraries for libgcj into it's own package (fixes: #247791).

gcc-3.4 (3.4.0-2) experimental; urgency=low

  * Update to gcc-3.4 CVS 20040516.
  * Do not provide the /usr/hppa64-linux/include in the gcc-hppa64 package,
    migrated to libc6-dev. Adjust dependencies.
  * Integrate gpc test results into the GCC test summary.
  * gnatchop calls gcc-3.4 (closes: #245438).
  * debian/locale-gen.sh: Update for recent libstdc+++ testsuite.
  * debian/copyright: Add libstdc++-v3's exception clause.
  * Add libffi update for mips (Thiemo Seufer).
  * Reference Debian specific bug reporting instructions.
  * Update README.Bugs.
  * Fix FTBFS for libstdc++-doc.
  * Update libjava patch for hppa (Randolph Chung).
  * Fix installation of ffitarget.h header file.
  * On amd64-linux, configure --without-multilib, disable Ada.

gcc-3.4 (3.4.0-1) experimental; urgency=low

  * gcc-3.4.0 final release.

  * Why experimental?
    - Do not interfer with packages currently built from gcc-3.3 sources,
      i.e. libgcc1, libobjc1, libffi2, libffi2-dev, libg2c0.
    - Biarch sparc compiler doesn't built yet.
    - Use of configure flags affecting binary ABI's not yet determined.
    - Several ABI bugs have been fixed. Unfortunately, these changes will break
      binary compatibility with earlier releases on several architectures:
      alpha, mips, sparc, 
    - hppa and m68k changed sjlj based exception handling to dwarf2 based
      exception handling.

      See NEWS.html or http://gcc.gnu.org/gcc-3.4/changes.html for more
      specific information.

gcc-3.4 (3.4ds3-0pre4) experimental; urgency=low

  * Update to gcc-3.4 CVS 20040403.
  * Add gpc tarball, gpc patches for 3.4 (Waldek Hebisch).
  * Reenable sparc-biarch patches (closes: #239856).
  * Build the shared libgnat library, needed to fix FTBFS for some
    Ada library packages (Ludovic Brenta).
    Currently enabled for hppa, i386, ia64.

gcc-3.4 (3.4ds1-0pre2) experimental; urgency=low

  * Update to gcc-3.4 CVS 20040320.
  * For libstdc++6-doc, add a conflict to libstdc++5-3.3-doc (closes: #236560).
  * For libstdc++6-dbg, add a conflict to libstdc++5-3.3-dbg (closes: #236798).
  * Reenable s390-biarch patches.
  * Update the cross compiler build files (Nikita V. Youshchenko).

gcc-3.4 (3.4ds0-0pre1) experimental; urgency=low

  * Start gcc-3.4 packaging, get rid of the epoch for most of the
    packages.

gcc-3.3 (1:3.3.3ds6-6) unstable; urgency=medium

  * Update to gcc-3_3-branch CVS 20040401.
    - Fixed ICE in emit_move_insn_1 on legal code (closed: #223215).
    - Fix PR 14755, miscompilation of loops with bitfield counter.
      Closes: #241255.
    - Fix PR 16040, crash in function initializing const data with
      reinterpret_cast-ed pointer-to-member function crashes (closes: #238621).
    - Remove patches integrated upstream.
  * Reenable build of gpidump on powerpc and s390.

gcc-3.3 (1:3.3.3ds6-5) unstable; urgency=medium

  * Update to gcc-3_3-branch CVS 20040321.
    - Fix PR target/13889 (ICE on valid code on m68k).
  * Fix FTFBS on s390. Do not build gpc's gpidump on s390.
  * Reenable gpc on arm.

gcc-3.3 (1:3.3.3ds6-4) unstable; urgency=low

  * Update to gcc-3_3-branch CVS 20040320.
    - Revert patch for PR14640 (with this, at least mozilla-firefox was
      miscompiled on x86 (closes: #238621).
  * Update the gpc tarball (there were two releases with the same name ...).
  * Reenable gpc on alpha and ia64.

gcc-3.3 (1:3.3.3ds5-3) unstable; urgency=low

  * Update to gcc-3_3-branch CVS 20040314.
    - Fixes miscompilation with -O -funroll-loops on powerpc (closes: #229567).
    - Fix ICE in dwarf-2 on code using altivec (closes: #203835).
  * Update hurd-changes patch.
  * Add libgcj4-dev as a recommendation for gcj (closes: #236547).
  * debian/copyright: Added exemption to static linking of libgcc.

  * Phil Blundell:
    - debian/patches/arm-ldm.dpatch, debian/patches/arm-gotoff.dpatch: Update.

gcc-3.3 (1:3.3.3ds5-2) unstable; urgency=low

  * Update to gcc-3_3-branch CVS 20040306.
    - Fixes bootstrap comparision error on ia64.
    - Allows ghc build with gcc-3.3.
    - On amd64, don't imply 3DNow! for -m64 by default.
    - Some arm specific changes
    - Fix C++/13944: exception in constructor of a class to be thrown is not
      caught. Closes: #228099.
  * Enable the build of gcc-3.3-hppa64 on hppa.
    Add symlinks for as and ld to point to hppa64-linux-{as,ld}.
  * gcj-3.3 depends on g++-3.3, recommends gij-3.3. gij-3.3 suggests gcj-3.3.
  * Fix libgc2c-pic compatibility links (closes: #234333).
    The link will be removed for gcc-3.4.
  * g77-3.3: Conflict with other g77-x.y packages.
  * Tighten shlibs dependencies to latest released versions.

  * Phil Blundell:
    - debian/patches/arm-233633.dpatch: New  Fixes problems with half-word
      loads on ARMv3 architecture.  (Closes: #233633)
    - debian/patches/arm-ldm.dpatch: New.  Avoids inefficient epilogue for
      leaf functions in PIC code on ARM.

gcc-3.3 (1:3.3.3ds5-1) unstable; urgency=medium

  * gcc-3.3.3 final release.
    See /usr/share/doc/gcc-3.3/NEWS.{gcc,html}.

gcc-3.3 (1:3.3.3ds4-0pre4) unstable; urgency=low

  * Update to gcc-3.3.3 CVS 20040214 (2nd gcc-3.3.3 prerelease).
  * Fix title of libstdc++'s html main index (closes: #196381).
  * Move libg2c libraray files out of the gcc specific libdir to /usr/lib.
    For g77-3.3 add conflicts to other g77 packages. Closes: #224848.
  * Update the stack protector patch to 3.3-7, but don't apply it by default.
    Closes: #230338.
  * On arm, use arm6 as the cpu default (backport from mainline, PR12527).
  * Add libffi and libjava support for hppa (Randolph Chung). Closes: #232615.

gcc-3.3 (1:3.3.3ds3-0pre3) unstable; urgency=low

  * Update to gcc-3.3.3 CVS 20040125.
    - Fixed PR11350, undefined labels with -Os -fPIC (closes: #195911).
    - Fixed PR11793, ICE in extract_insn, at recog.c (closes: #203835).
    - Fixed PR13544, removed backport for PR12862.
    - Integrated backport for PR12441.
  * Fixed since 3.3: java: not implemented interface methods of abstract
    classes not found (closes: #225438).
  * Disable pascal on arm architecture (currently broken).
  * Update the build files to build a cross compiler (Nikita V. Youshchenko).
    See debian/README.cross in the source package.
  * Apply revised patch to make -mieee the default on alpha-linux,
    and add -mieee-disable switch to turn the default off (closes: #212912).
    (Tyson Whitehead)

gcc-3.3 (1:3.3.3ds2-0pre2) unstable; urgency=medium

  * Update to gcc-3.3.3 CVS 20040110.
    - Fixes compilation not terminating at -O1 on hppa (closes: #207516).
  * Add backport to fix PR12441 (closes: #224576).
  * Revert backport to 3.3 branch to fix PR12862, which introduced another
    regression (PR13544). Closes: #225663.
  * Tighten dependency of gnat-3.3 on gcc-3.3 (closes: #226273).
  * Disable treelang build for cross compiler build.
  * Disable pascal on alpha and ia64 architectures (currently broken).

gcc-3.3 (1:3.3.3ds1-0pre1) unstable; urgency=low

  * Update to gcc-3.3.3 CVS 20031229.
    - Fixes bootstrap error on ia64-linux.
    - Fix -pthread on mips{,el}-linux (closes: #224875).
    - Fix -Wformat for C++ (closes: #217075).
  * Backport from mainline: Preserve inline-ness when redeclaring
    a function template (closes: #195264).
  * Add missing intrinsics headers on ix86 (closes: #224593).
  * Fix location of libg2c libdir in libg2c.la file (closes: #224848).

gcc-3.3 (1:3.3.3ds0-0pre0.1) unstable; urgency=high

   * NMU
   * Fixed mips(el) spec file for -pthread: (Closes: #224875)
   * [debian/patches/mips-pthread.dpatch] New.
   * [debian/rules.patch] Added it to debian_patches.

gcc-3.3 (1:3.3.3ds0-0pre0) unstable; urgency=low

  * Update to gcc-3.3.3 CVS 20031206.
    - Fixes ICE in verify_local_live_at_start (hppa). Closes: #201550.
    - Fixes miscompilation of linux-2.6/sound/core/oss/rate.c.
      Closes: #219949.
  * Add missing unwind.h to gcc package (closes: #220846).
  * Regenerate control file to fix build dependencies for m68k.
  * More gpc only patches to fix test failures on m68k.
  * Reenable gpc for the Hurd (closes: #189851).

gcc-3.3 (1:3.3.2ds5-4) unstable; urgency=low

  * Update libffi-dev package description (closes: #219508).
  * For gij and libgcj fix dependency on the libstdc++ package, if
    the latter isn't installed during the build.
  * Apply patch to emit .note.GNU-stack section on linux arches
    which by default need executable stack.
  * Prefer gnat-3.3 over gnat-3.2 as a build dependency.
  * Update the pascal tarball (different version released with the
    same name).
  * Add pascal patches to address various gpc testsuite failures.
    On alpha and ia64, build gpc from the 20030830 version. Reenable
    the build on m68k.
    Remove the 20030507 gpc version from the tarball.
  * Apply patch to build the shared ada libs and link the ada tools
    against the shared libs. Not enabled by default, because gnat
    and gnatlib are rebuilt during install. (Ludovic Brenta)

gcc-3.3 (1:3.3.2ds4-3) unstable; urgency=low

  * Fix rules to omit inclusion of gnatpsta in mips(el) gnat package.

gcc-3.3 (1:3.3.2ds4-2) unstable; urgency=medium

  * s390-ifcvt patch added. Fixes gcl miscompilation (closes: #217240).
    (Gerhard Tonn)
  * Fix an infinite loop in g++ compiling lufs, regression from 3.3.1.
  * Fix a wrong code generation bug on alpha.
    (Falk Hueffner)
  * Update NEWS files.
  * Add Falk Hueffner to the Debian GCC maintainers.
  * Enable ada on mips and mipsel, but don't build the gnatpsta tool.

gcc-3.3 (1:3.3.2ds4-1) unstable; urgency=medium

  * Update to gcc-3.3.2.
  * Update NEWS files.
  * Miscompilation in the pari package at -O3 fixed (closes: #198172).
  * On alpha-linux, revert -mieee as the default (Falk Hueffner).
    Reopens: #212912.
  * Add ia64-unwind patch (Jeff Bailey).
  * Closed reports reported against gcc-2.96 (ia64), fixed at least in gcc-3.3:
    - ICE in verify_local_live_at_start, at flow.c:2733 (closes: #135404).
    - Compilation failure of stlport (closes: #135224).
    - Infinite loop compiling cssc's pfile.cc with -O2 (closes: #115390).
    - Added missing some string::compare() members (closes: #141199).
    - <cmath> header declares std::pow (closes: #161853).
    - <vector> does have at() method (closes: #59776).
    - Fixed error in stl_deque.h (closes: #69530).
    - Fixed problem with bastring (closes: #75759, #96539).
    - bad_alloc and std:: namespace problem (closes: #75120).
    - Excessive warnings from headers with -Weffc++ (closes: #76827).

gcc-3.3 (1:3.3.2ds3-0pre5) unstable; urgency=low

  * Update to gcc-3.3.2 CVS 20031005.
    - Fixes cpp inserting a spurious newline (closes: #210478, #210482).
    - Fixes generation of unrecognizable insn compiling kernel source
      on alpha (closes: #202762).
    - Fixes ICE in add_abstract_origin_attribute (closes: #212406).
    - Fixes forward declaration in libstdc++ (closes: #209386).
    - Fixes ICE in in extract_insn, at recog.c on alpha (closes: #207564).
  * Make libgcj-common architecture all (closes: #211909).
  * Build depend on: flex-old | flex (<< 2.5.31).
  * Fix spec linking libraries with -pthread on powerpc (closes: #211054).
  * debian/patches/arm-gotoff.dpatch: fix two kinds of PIC lossage.
    (Phil Blundell)
  * debian/patches/arm-common.dpatch: fix excessive alignment of common
    blocks causing binutils testsuite failures.
    (Phil Blundell)
  * Update priorities in debian/control to match the archive.
    (Ryan Murray)
  * s390-nonlocal-goto patch added. Fixes some pascal testcase failures. 
    (Gerhard Tonn)
  * On alpha-linux, make -mieee default and add -mieee-disable switch
    to turn default off (closes: #212912).
    (Tyson Whitehead)
  * Add gpc upstream patch for memory corruption fix.

gcc-3.3 (1:3.3.2ds2-0pre4) unstable; urgency=low

  * Add gcc-unsharing_lhs patch (closes: #210848)

gcc-3.3 (1:3.3.2ds2-0pre3) unstable; urgency=low

  * Update to gcc-3.3.2 CVS 20030908.
  * PR11716 (Michael Eager, Dan Jacobowitz):
    Make GCC think that the maximum length of a short branch is
    64K instead of 128K.  It's a big hammer, but it works.
    Closes: #207915.
  * Downgrade gpc to 20030507 on alpha and ia64 (closes: #208717).

gcc-3.3 (1:3.3.2ds1-0pre2) unstable; urgency=low

  * Update to gcc-3.3.2 CVS 20030831.
    - Fix java NullPointerException detection with 2.6 kernels.
      Closes: #206377.
    - Fix bug in C++ typedef handling (closes: #205402).
    - Fix -Wunreachable-code giving false complaints (closes: #196600).
  * Update to gpc-20030830.
  * Don't include /usr/share/java/repository into the class path according
    to the new version of th Debian Java policy (closes: #205643).
  * Build-Depend/Depend on libgc-dev.

gcc-3.3 (1:3.3.2ds0-0pre1) unstable; urgency=low

  * Remove the build dependency on locales for now.

gcc-3.3 (1:3.3.2ds0-0pre0) unstable; urgency=medium

  * Update to gcc-3.3.2 CVS 20030812.
    - Fixes generation of wrong code for XDM-AUTHORIZATION-1 key generation
      and/or validation. Closes: #196090.
  * Update NEWS files.
  * Change ix86 default CPU type for code generation:
    - i386-linux       -> i486-linux
    - i386-gnu         -> i586-gnu
    - i386-freebsd-gnu -> i486-freebsd-gnu
    Use -march=i386 to target i386 CPUs.

gcc-3.3 (1:3.3.1ds3-1) unstable; urgency=low

  * gcc-3.3.1 (taken from CVS 20030805).
    - C++: Fix declaration conflicts (closes: #203351).
    - Fix ICE on ia64 (closes: #203840).

gcc-3.3 (1:3.3.1ds2-0rc2) unstable; urgency=low

  * Update to gcc-3.3.1 CVS 20030728.
    - Fix ICE in extract_insn, at recog.c:2148 on m68k.
      Closes: #177840, #180375, #190818.
    - Fix ICE while building libquicktime on alpha (closes: #192576).
    - Fix failure to deal with using and private inheritance (closes: #202696).
  * On sparc, /usr/lib was added to the library search path. Fix it.
  * Closed reports reported against gcc-3.2.x and fixed in gcc-3.3:
    - Fix error building the gcl package on arm (closes: #199835).

gcc-3.3 (1:3.3.1ds1-0rc1) unstable; urgency=low

  * Update to gcc-3.3.1 CVS 20030722 (3.3.1 release candidate 1).
    - Fix ICE in copy_to_mode_reg on 64-bit targets (closes: #189365).
    - Remove documentation about multi-line strings (closes: #194391).
    - Correctly document -falign-* parameters (closes: #198269).
    - out-of-class specialization of a private nested template class.
      Closes: #193830.
    - Tighten shlibs dependency due to new symbols in libgcc.
  * README.Debian for libg2c0, describing the need for g77-x.y when
    working with the g2c header and library (closes: #189059).
  * Call make with -j<number of CPU's>, if USE_NJOBS is set and non-empty
    in the environment.
  * Add another two m68k patches, partly replacing the workarounds provided
    by Roman Zippel.
  * Add the stack protector patch, but don't apply it by default. Edit
    debian/rules.patch to apply it (closes: #171699, #189494).
  * Remove wrong symlinks from gnat package (closes: #201882).
  * Closed reports reported against gcc-2.95 and fixed in newer versions:
    - SMP kernel compilation on alpha (closes: #134197, #146883).
    - ICE on arm while building imagemagick (closes: #173475).
  * Closed reports reported against gcc-3.2.x and fixed in gcc-3.3:
    - Miscompilation of octave2.1 on hppa (closes: #192296, #193804).

gcc-3.3 (1:3.3.1ds0-0pre0) unstable; urgency=medium

  * Update to gcc-3.3.1 CVS 20030626.
    - Fix ICE on arm compiling xfree86 (closes: #195424).
    - Fix ICE on arm compiling fftw (closes: #186185).
    - Fix ICE on arm in change_address_1, affecting a few packages.
      Closes: #197099.
    - Fix ICE in merge_assigned_reloads building Linux 2.4.2x sched.c.
      Closes: #195237.
    - Do not warn about failing to inline functions declared in system headers.
      Closes: #193049.
    - Fix ICE on mips{,el} in propagate_one_insn (closes: #194330, #196091).
    - Fix ICE on m68k in reg_overlap_mentioned_p (closes: #194749).
    - Build crtbeginT.o on m68k (closes: #197613).
  * Fix g++ man page symlink (closes: #196271).
  * mips/mipsel: Depend on binutils (>= 2.14.90.0.4). Closes: #196744.
  * Disable treelang on powerpc (again). Closes: #196915.
  * Pass -encoding in gcj-wrapper.

gcc-3.3 (1:3.3ds9-3) unstable; urgency=low

  * Closing more reports, fixed in 3.2/3.3:
    - ICE building texmacs on m68k (closes: #177433).
    - libstdc++: <cmath> doesn't define trunc(...) (closes: #105285).
    - libstdc++: setw is ignored for strings output (closes: #52382, #76645).
  * Add build support to omit the manual pages and info docs from the
    packages, disabled by default. Wait for a Debian statement, which can
    be cited. Adresses: #193787.
  * Reenable the m68k-const patch, don't run the g77 testsuite on m68k.
    Addresses ICEs (#177840, #190818).
  * Update arm-xscale patch.
  * libstdc++: use __attribute__(__unknown__), instead of (unknown).
    Closes: #195796.
  * Build-Depend on glibc (>= 2.3.1) to prevent incorrect builds on woody.
    Request from Adrian Bunk.
  * Add treelang-update patch (Tim Josling), reenable treelang on powerpc.
  * Add <GNU_TYPE>-{cpp,gcc,g++,gcj,g77} symlinks (addresses: #189466).
  * Make sure not to build using binutils-2.14.90.0.[12].

gcc-3.3 (1:3.3ds9-2) unstable; urgency=medium

  * Correct autoconf-related snafu in newly added ARM patches (Phil Blundell).
  * Correct libgcc1 dependency (closes: #193689).
  * Work around ldd/dpkg-shlibs failure on s390x.

gcc-3.3 (1:3.3ds9-1) unstable; urgency=low

  * gcc-3.3 final release.
    See /usr/share/doc/gcc-3.3/NEWS.{gcc,html}.
  * First merge of i386/x86-64 biarch support (Arnd Bergmann).
    Disabled by default. Closes: #190066.
  * New gpc-20030507 version.
  * Upstream gpc update to fix netbsd build failure (closes: #191407).
  * Add arm-xscale.dpatch, arm-10730.dpatch, arm-tune.dpatch, copied
    from gcc-3.2 (Phil Blundell).
  * Closing bug reports reported against older gcc versions (some of them
    still present in Debian, but not anymore as the default compiler).
    Usually, forwarded bug reports are linked to
        http://gcc.gnu.org/PR<upstream bug number>
    The upstream bug number usually can be found in the Debian reports.

  * Closed reports reported against gcc-3.1.x, gcc-3.2.x and fixed in gcc-3.3:
    - General:
      + GCC accepts multi-line strings without \ or " " &c (closes: #2910).
      + -print-file-name sometimes fails (closes: #161615).
      + ICE: reporting routines re-entered (closes: #179597, #180937).
      + Misplaced paragraph in gcc documentation (closes: #179363).
      + Error: suffix or operands invalid for `div' (closes: #150558).
      + builtin memcmp() could be optimised (closes: #85535).
    - Ada:
      + Preelaborate, exceptions, and -gnatN (closes: #181679).
    - C:
      + Duplicate loop conditions even with -Os (closes: #94701).
      + ICE (signal 11) (closes: #65686).
    - C++:
      + C++ error on virtual function which uses ... (closes: #165829).
      + ICE when warning about cleanup nastiness in switch statements
        (closes: #184108).
      + Fails to compile virtual inheritance with variable number of
        argument method (closes: #151357).
      + xmmintrin.h broken for c++ (closes: #168310).
      + Stack corruption with variable-length automatic arrays and virtual
        destructors (closes: #188527).
      + ICE on illegal code (closes: #184862).
      + _attribute__((unused)) is ignored in C++ (closes: #45440).
      + g++ handles &(void *)foo bizzarely (closes: #79225).
      + ICE (with wrong code, though) (closes: #81122).
    - Java:
      + Broken zip file handling (closes: #180567).
    - ObjC:
      + @protocol forward definitions do not work (closes: #80468).
    - Architecture specific:
      - alpha
        + va_start is off by one (closes: #186139).
        + ICE while building kseg/ddd (closes: #184753).
        + g++ -O2 optimization error (closes: #70743).
      - arm
        + ICE with -O2 in change_address_1 (closes: #180750).
        + gcc optimization error with -O2, affecting bison (closes: #185903).
      - hppa
        + ICE in insn_default_length (closes: #186447).
      - ia64
        + gcc-3.2 fails w/ optimization (closes: #178830).
      - i386
        + unnecessary generation of instruction cwtl (closes: #95318).
        + {athlon} ICE building mplayer (closes: #184800).
        + {pentium4} ICE while compiling mozilla with -march=pentium4
          (closes: #187910).
        + i386 optimisation: joining tests (closes: #105309).
      - m68k
        + ICE in instantiate_virtual_regs_1 (closes: #180493).
        + gcc optimizer bug on m68k (closes: #64832).
      - powerpc
        + ICE in extract_insn, at recog.c:2175 building php3 (closes: #186299).
        + ICE with -O -Wunreachable-code (closes: #189702).
      - s390
        + Operand out of range at assembly time when using -O2
          (closes: #178596).
      - sparc
        + gcc-3.2 regression (wrong code) (closes: #176387).
        + ICE in mem_loc_descriptor when optimizing (closes: #178909).
        + ICE in gen_reg_rtx when optimizing (closes: #178965).
        + Optimisation leads to unaligned access in memcpy (closes: #136659).

  * Closed reports reported against gcc-3.0 and fixed in gcc-3.2.x:
    - General:
      + Use mkstemp instead of mktemp (closed: #127802).
    - Preprocessor:
      + Fix redundant error message from cpp (closed: #100722).
    - C:
      + Optimization issue on ix86 (pointless moving) (closed: #97904).
      + Miscompilation of allegro on ix86 (closed: #105741).
      + Fix generation of ..ng references for static aliases (alpha-linux).
        (closed: #108036).
      + ICE compiling pari on hppa (closed: #111613).
      + ICE on ia64 in instantiate_virtual_regs_1 (closed: #121668).
      + ICE in c-typeck.c (closed: #123687).
      + ICE in gen_subprogram_die on alpha (closed: #127890).
      + SEGV in initialization of flexible char array member (closed: #131399).
      + ICE on arm compiling lapack (closed: #135967).
      + ICE in incomplete_type_error (closed: #140606).
      + Fix -Wswitch (also part of -Wall) (closed: #140995).
      + Wrong code in mke2fs on hppa (closed: #150232).
      + sin(a) * sin(b) gives wrong result (closed: #164135).
    - C++:
      + Error in std library headers on arm (closed: #107633).
      + ICE nr. 19970302 (closed: #119635).
      + std::wcout does not perform encoding conversions (closed: #128026).
      + SEGV, when compiling iostream.h with -fPIC (closed: #134315).
      + Fixed segmentation fault in included code for <rope> (closed: #137017).
      + Fix with exception handling and -O (closed: #144232).
      + Fix octave-2.1 build failure on ia64 (closed: #144584).
      + nonstandard overloads in num_get facet (closed: #155900).
      + ICE in expand_end_loop with -O (closed: #158371).
    - Fortran:
      + Fix blas build failure on arm (closed: #137959).
    - Java:
      + Interface members are public by default (closed: #94974).
      + Strange message with -fno-bounds-check in combination with -W.
        (closed: #102353).
      + Crash in FileWriter using IOException (closed: #116128).
      + Fix ObjectInputStream.readObject() calling constructors.
        (closed: #121636).
      + gij: better error reporting on `class not found' (closed: #125649).
      + Lockup during .java->.class compilation (closed: #141899).
      + Compile breaks using temporary inner class instance (closed: #141900).
      + Default constructor for inner class causes broken bytecode.
        (closed: #141902).
      + gij-3.2 linked against libgcc1 (closed: #165180).
      + gij-wrapper understands -classpath parameter (closed: #146634).
      + gij-3.2 doesn't ignore -jar when run as "java" (closed: #167673).
    - ObjC:
      + ICE on alpha (closed: #172353).

  * Closed reports reported against gcc-2.95 and fixed in newer versions:
    - General:
      + Undocumented option -pthread (closes: #165110).
      + stdbool.h broken (closes: #167439).
      + regparm/profiling breakage (closes: #20695).
      + another gcc optimization error (closes: #51456).
      + ICE in `output_fix_trunc' (closes: #55967).
      + Fix "Unable to generate reloads for" (closes: #58219, #131890).
      + gcc -c -MD x/y.c -o x/y.o leaves y.d in cwd (closes: #59232).
      + Compiler error with -O2 (closes: #67631).
      + ICE (unrecognizable insn) compiling php4 (closes: #83550, #84969).
      + Another ICE (closes: #90666).
      + man versus info inconsistency (-W and -Wall) (closes: #93708).
      + ICE on invalid extended asm (closes: #136630).
      + ICE in `emit_no_conflict_block' compiling perl (closes: #154599).
      + ICE in `gen_tagged_type_instantiation_die'(closes: #166766).
      + ICE on __builtin_memset(s, 0, -1) (closes: #170994).
      + -Q option to gcc appears twice in the documentation (closes: #137382).
      + New options for specifying targets:- -MQ and -MT (closes: #27878).
      + Configure using --enable-nls (closes: #51651).
      + gcc -dumpspecs undocumented (closes: #65406).
    - Preprocessor:
      + cpp fails to parse macros with varargs correctly(closes: #154767).
      + __VA_ARGS__ stringification crashes preprocessor if __VA_ARGS__ is
        empty (closes: #152709).
      + gcc doesn't handle empty args in macro function if there is only
        one arg(closes: #156450).
    - C:
      + Uncaught floating point exception causes ICE (closes: #33786).
      + gcc -fpack-struct doesn't pack structs (closes: #64628).
      + ICE in kernel (matroxfb) code (closes: #151196).
      + gcc doesn't warn about unreachable code (closes: #158704).
      + Fix docs for __builtin_return_address(closes: #165992).
      + C99 symbols in limits.h not defined (closes: #168346).
      + %zd printf spec generates warning, even in c9x mode (closes: #94891).
      + Update GCC attribute syntax (closes: #12253, #43119).
    - C++ & libstdc++-v3:
      + template and virtual inheritance bug (closes: #152315).
      + g++ has some troubles with nested templates (closes: #21255).
      + vtable thunks implementation is broken (closes: #34876, #35477).
      + ICE for templated friend (closes: #42662).
      + ICE compiling mnemonic (closes: #42989).
      + Deprecated: result naming doesn't work for functions defined in a
        class (closes: #43170).
      + volatile undefined ... (closes: #50529).
      + ICE concerning templates (closes: #53698).
      + Program compiled -O3 -malign-double segfaults in ofstream::~ofstream
        (closes: #56867).
      + __attribute__ ((constructor)) doesn't work with C++ (closes: #61806).
      + Another ICE (closes: #65687).
      + ICE in `const_hash' (closes: #72933).
      + ICE on illegal code (closes: #83221).
      + Wrong code with -O2 (closes: #83363).
      + ICE on template class (closes: #85934).
      + No warning for missing return in non-void member func (closes: #88260).
      + Not a bug/fixed in libgcc1: libgcc.a symbols end up exported by
        shared libraries (closes: #118670).
      + ICE using nested templates (closes: #118781).
      + Another ICE with templates (closes: #127489).
      + More ICEs (closes: #140427, #141797).
      + ICE when template declared after use(closes: #148603).
      + template function default arguments are not handled (closes: #157292).
      + Warning when including stl.h (closes: #162074).
      + g++ -pedantic-errors -D_GNU_SOURCE cannot #include <complex>
        (closes: #151671).
      + c++ error message improvement suggestion (closes: #46181).
      + Compilation error in stl_alloc.h with -fhonor-std (closes: #59005).
      + libstdc++ has no method at() in stl_= (closes: #68963).
    - Fortran:
      + g77 crash (closes: #130415).
    - ObjC:
      + ICE: program cc1obj got fatal signal 11 (closes: #62309).
      + Interface to garbage collector is undocumented. (closes: #68987).
    - Architecture specific:
      - alpha
        + Can't compile with define gnu_source with stdio and curses
          (closes: #97603).
        + Header conflicts on alpha (closes: #134558).
        + lapack-dev: cannot link on alpha (closes: #144602).
        + ICE `fixup_var_refs_1' (closes: #43001).
        + Mutt segv on viewing list of attachments (closes: #47981).
        + ICE building open-amulet (closes: #48530).
        + ICE compiling hatman (closes: #55291).
        + dead code removal in switch() broken (closes: #142844).
      - arm
        + Miscompilation using -fPIC on arm (closes: #90363).
        + infinite loop with -O on arm (closes: #151675).
      - i386
        + ICE when using -mno-ieee-fp and -march=i686 (closes: #87540).
      - m68k
        + Optimization (-O2) broken on m68k (closes: #146006).
      - mips
        + g++ exception catching does not work... (closes: #105569).
        + update-menus gets Bus Error (closes: #120333).
      - mipsel
        + aspell: triggers ICE on mipsel (closes: #128367).
      - powerpc
        + -O2 produces wrong code (gnuchess example) (closes: #131454).
      - sparc
        + Misleading documentation for -malign-{jump,loop,function}s
          (closes: #114029).
        + Sparc GCC issue with -mcpu=ultrasparc (closes: #172956).
        + flightgear: build failure on sparc (closes: #88694).

gcc-3.3 (1:3.3ds8-0pre9) unstable; urgency=high

  * gcc-3.3 second prerelease.
    - Fixing exception handling on s390 (urgency high).
  * Reenabled gpc build (I had it disabled ...). Closes: #192347.

gcc-3.3 (1:3.3ds8-0pre8) unstable; urgency=low

  * gcc-3.3 prerelease.
    - Fixes gcj ICE (closes: #189545).
  * For libstdc++ use the i486 atomicity implementation, introduced with
    0pre6, left out in 0pre7 (closes: #191684).
  * Add README.Debian for treelang (closes: #190812).
  * Apply NetBSD changes (Joel Baker). Closes: #191551.
  * New symbols in libgcc1, tighten the shlibs dependency.
  * Disable testsuite run on mips/mipsel because of an outdated libc-dev
    package.
  * Do not build libffi with debug information, although configuring
    with --enable-debug.

gcc-3.3 (1:3.3ds7-0pre7) unstable; urgency=low

  * gcc-3.3 prerelease taken from the gcc-3_3-branch (CVS 20030429).
  * Revert upstream libstdc++ change (closes: #191145, #191147, #191148,
    #191149, #149159, #149151, and other reports).
    Sorry for not detecting this before the upload, seems to be
    broken on i386 "only".
  * hurd-i386: Use /usr/include, not /include.
  * Disable gpc on hurd-i386 (closes: #189851).
  * Disable building the debug version of libstdc++ on powerpc-linux
    (fixes about 200 java test cases).
  * Install libstdc++v3 man pages (closes: #127263).

gcc-3.3 (1:3.3ds6-0pre6) unstable; urgency=high

  * gcc-3.3 prerelease taken from the gcc-3_3-branch (CVS 20030426).
  * libstdc++-doc: Fix index.html link (closes: #189424).
  * Revert back to the i486 atomicity implementation, that was used
    for gcc-3.2 as well. Reopens: #184446, #185662. Closes: #189983.
    For this reason, tighten the libstdc++5 shlibs dependency. See
    http://lists.debian.org/debian-devel/2003/debian-devel-200304/msg01895.html
    Don't build the ix86 specfic libstdc++ libs anymore.

gcc-3.3 (1:3.3ds5-0pre5) unstable; urgency=low

  * gcc-3.3 prerelease taken from the gcc-3_3-branch (CVS 20030415).
  * Disable treelang on powerpc.
  * Disable gpc on m68k.
  * Install locale data. Conflict with gcc-3.2 (<= 1:3.2.3-0pre8).
  * Fix generated bits/atomicity.h (closes: #189183).
  * Tighten libgcc1 shlibs dependency (new symbol _Unwind_Backtrace).

gcc-3.3 (1:3.3ds4-0pre4) unstable; urgency=low

  * gcc-3.3 prerelease taken from the gcc-3_3-branch (CVS 20030412).
  * Avoid sparc64 dependencies for libgcc1 on sparc (Clint Adams).
  * Make the default sparc 32bit target v8 instead of v7. This mainly
    enables hardmul, which should speed up v8 and v9 systems by a large
    margin (Ben Collins).
  * Tighten binutils dependency for sparc.
  * On i386, build libstdc++ optimized for i486 and above. The library
    in /usr/lib is built for i386. Closes: #184446, #185662.
  * Add gpc build (from gcc-snapshot package).
  * debian/control: Include all packages, that _can_ be built from
    this source package (except the cross packages).
  * Add m68k patches: m68k-const, m68k-subreg, m68k-loop.
  * Run the 3.3 testsuite a second time with the installed gcc-3.2
    to check for regressions (promised, only this time, and for the
    final release ;). Add build dependencies (gobjc-3.2, g77-3.2, g++-3.2).

gcc-3.3 (1:3.3ds3-0pre3) unstable; urgency=low

  * gcc-3.3 prerelease taken from the gcc-3_3-branch (CVS 20030331).
  * Reenable java on arm.
  * Build-Depend on binutils-2.13.90.0.18-1.3 on m68k. Fixes all
    bprob/gcov testsuite failures.
  * Enable C++ build on arm.
  * Enable the sparc64 build.

gcc-3.3 (1:3.3ds2-0pre2) unstable; urgency=low

  * gcc-3.3 prerelease taken from the gcc-3_3-branch (CVS 20030317).
  * Disable building the gcc-3.3-nof package.
  * Disable Ada on mips and mipsel.
  * Remove the workaround to build Ada on powerpc.
  * Add GNU Free documentation license to copyright file.
  * Update the sparc64 build patches (Clint Adams). Not yet enabled.
  * Disable C++ on arm (Not yet tested).
  * Add fix for ICE on powerpc (see: #184684).

gcc-3.3 (1:3.3ds1-0pre1) unstable; urgency=low

  * gcc-3.3 prerelease taken from the gcc-3_3-branch (CVS 20030310).
  * Add gccbug manpage.
  * Don't build libgnat package (no shared library).
  * Configure with --enable-sjlj-exceptions on hppa and m68k for
    binary compatibility with libstdc++ built with gcc-3.2.
  * Disable Java on arm-linux (never seen it sucessfully bootstrap).
  * Install non-conflicting baseline README.
  * multilib *.so and *.a moved to /usr/lib/gcc-lib/... , so that several
    compiler versions can be installed concurrently.
  * Remove libstdc++-incdir patch applied upstream.
  * libstdc++ 64 bit development files now handled in -dev target.
    (Gerhard Tonn)
  * Drop build dependencies for gpc (tetex-bin, help2man, libncurses5-dev).
  * Add libstdc++5-3.3-dev confict to libstdc++5-dev (<= 1:3.2.3-0pre3).
  * Enable builds on m68k (all but C++ for the moment). gcc-3.3 bootstraps,
    while gcc-3.2 doesn't.

gcc-3.3 (1:3.3ds0-0pre0) unstable; urgency=low

  * First gcc-3.3 package, built for s390 only. All other architectures
    build the gcc-3.3-base package only.
    To build the package on other architectures, edit debian/rules.defs
    (macro no_dummy_archs).
  * gcc-3.3 prerelease taken from the gcc-3_3-branch (CVS 20030301).
  * Don't include the gcc locale files (would conflict with 3.2).
  * Remove libffi-install-fix patch.
  * Fix netbsd-i386 patches.
  * Change priority of libstdc++5 and gcc-3.2-base to important.
  * Install gcjh-wrapper for javah.
  * gij suggests fastjar, gcj recommends fastjar.
  * Allow builds using automake1.4 | automake (<< 1.5).
  * Backport fix for to output more correct line numbers.
  * Add help2man to build dependencies needed for some gpc man pages.
  * gpc: Install binobj and gpidump binaries and man pages.
  * Apply cross compilation patches submitted by Bastian Blank.
  * Replace s390-biarch patch and copy s390-config-ml patch from 3.2
    (Gerhard Tonn).
  * Configure using --enable-debug.
  * Add infrastructure to only build a subset of binary packages.
  * Rename libstdc++-{dev,dbg,pic,doc} packages.
  * Build treelang compiler.

gcc-3.2 (1:3.2.3ds2-0pre3) unstable; urgency=low

  * gcc-3.2.3 prerelease (CVS 20030228)
    - Fixes bootstrap failure on alpha-linux.
    - Fixes ICE on m68k (closes: #177016).
  * Build Pascal with -O1 on powerpc, disable Pascal on arm, m68k and
    sparc (due to wrong code generation for fwrite in glibc,
    see PR optimization/9279).
  * Apply cross compilation patches submitted by Bastian Blank.

gcc-3.2 (1:3.2.3ds1-0pre2) unstable; urgency=medium

  * gcc-3.2.3 prerelease (CVS 20030221)
    - Fixes ICE on hppa (closes: #181813).
  * Patch for ffitest in s390-java.dpatch deleted, since already fixed
    upstream. (Gerhard Tonn)
  * Build crtbeginT.o on m68k-linux (closes: #179807).
  * Install gcjh-wrapper for javah (closes: #180218).
  * gij suggests fastjar, gcj recommends fastjar (closes: #179298).
  * Allow builds using automake1.4 | automake (<< 1.5) (closes: #180048).
  * Backport fix for to output more correct line numbers (closes: #153965).
  * Add help2man to build dependencies needed for some gpc man pages.
  * gpc: Install binobj and gpidump binaries and man pages.
  * Disable gpc on arm due to wrong code generation for fwrite in
    glibc (see PR optimization/9279).

gcc-3.2 (1:3.2.3ds0-0pre1) unstable; urgency=low

  * gcc-3.2.3 prerelease (CVS 20030210)
    - Fixes long millicode calls on hppa (closes: #180520)
  * New gpc-20030209 version.  Remove gpc-update.dpatch and gpc-testsuite.dptch
    as they are no longer needed.
  * Fix netbsd-i386 patches (closes: #180129, #179931)
  * m68k-bootstrap.dpatch: backport gcse.c changes from 3.3/MAIN to 3.2
  * Change priority of libstdc++5 and gcc-3.2-base to important.

gcc-3.2 (1:3.2.2ds8-1) unstable; urgency=low

  * gcc-3.2.2 release.
    - Fixes ICE, regression from 2.95 (closes: #176117).
    - Fixes ICE, regression from 2.95 (closes: #179161).
  * libstdc++ for biarch installs now upstream to usr/lib64,
    therefore mv usr/lib/64 usr/lib64 no longer necessary. (Gerhard Tonn)

gcc-3.2 (1:3.2.2ds7-0pre8) unstable; urgency=low

  * gcc-3.2.2 prerelease (CVS 20030130).
  * update s390 libffi patch
  * debian/control: add myself to uploaders and change libc12-dev depends to
    libc-dev on i386 (closes: #179128)
  * Build-Depend on procps so that ps is available for logwatch

gcc-3.2 (1:3.2.2ds6-0pre7) unstable; urgency=low

  * gcc-3.2.2 prerelease (CVS 20030128).
    - Update needed for hppa.
    - Fixes ICE on arm, regression from 2.95.x (closes: #168086).
    - Can use default bison (1.875).
  * Apply netbsd build patches (closes: #177674, #178328, #178325,
    #178326, #178327).
  * Run the logwatch script on "slow" architectures (arm, m68k) only.
  * autoreconf.dpatch: Only update libtool.m4, which is newer conceptually
    than libtool 1.4 (Ryan Murray).
  * Apply autoreconf patch universally (Ryan Murray).
  * More robust gij/gcj wrapper scripts, include /usr/lib/jni in default
    JNI search path (Ben Burton). Closes: #167932.
  * Build crtbeginT.o on m68k (closes: #177036).
  * Fixed libc-dev source dependency (closes: #178602).
  * Tighten shlib dependency to the current package version; should be
    1:3.2.2-1 for the final release (closes: #178867).

gcc-3.2 (1:3.2.2ds5-0pre6) unstable; urgency=low

  * gcc-3.2 snapshot taken from the gcc-3_2-branch (CVS 20030123).
  * Build locales needed by the libstdc++ testsuite.
  * Update config.{guess,sub} files from autotools-dev (closes: #177674).
  * Disable Ada and Java on netbsd-i386 (closes: #177679).
  * gnat: Add suggests for gnat-doc and ada-reference-manual.

gcc-3.2 (1:3.2.2ds4-0pre5.1) unstable; urgency=low

  * Readd build dependency `locales' on arm.  locales is now installable
  * Add autoreconf patch for mips{,el}. (closes: #176311)

gcc-3.2 (1:3.2.2ds4-0pre5) unstable; urgency=low

  * Remove build dependency `libc6-dev-sparc64 [sparc]' for now.
  * Remove build dependency `locales' on arm. locales is uninstallable
    on arm due to the missing glibc-2.3.
  * Use bison-1.35. bison-1.875 causes an hard error on the reduce/reduce
    conflict in objc-parse.y.

gcc-3.2 (1:3.2.2ds4-0pre4) unstable; urgency=low

  * Try building with gcc-2.95 on m68k-linux. Building gcc-3.2 with gcc-3.2
    does not work for me. m68k-linux doesn't look good at all ...
  * Fix s390 build error.
  * Add locales to build dependencies. A still unsolved issue is the
    presence of the locales de_DE, en_PH, en_US, es_MX, fr_FR and it_IT,
    or else some tests in the libstdc++ testsuite will fail.
  * Put all -nof files in the -nof package (closes: #175253).
  * Correctly exit logwatch script (closes: #175251).
  * Install linker-map.gnu file for libstdc++_pic (closes: #175144).
  * Install versioned gpcs docs only (closes: #173844).
  * Include gpc test results in gpc package.
  * Link local libstdc++ documentation to local source-level documentation.
  * Clarify libstdc++ description (so version and library version).
    Closes: #175799.
  * Include library in libstdc++-dbg package (closes: #176005).

gcc-3.2 (1:3.2.2ds3-0pre3) unstable; urgency=low

  * gcc-3.2 snapshot taken from the gcc-3_2-branch (CVS 20021231).
    - Fix loop count computation for preconditioned unrolled loops.
      Closes: #162919.
    - Fix xmmintrin.h (_MM_TRANSPOSE4_PS) CVS 20021027 (closes: #163647).
    - Fix [PR 8601] strlen/template interaction causes ICE CVS 20021201.
      Closes: #166143.
  * Watch the log files, which are written during the testsuite runs and print
    out a message, if there is still activity. No more buildd timeouts on arm
    and m68k ...
  * Remove gpc's reference to librx1g-dev package (closes: #172953).
  * Remove trailing dots on package descriptions.
  * Fix external reference to cpp.info in gcc.info (closes: #174598).

gcc-3.2 (1:3.2.2ds2-0pre2) unstable; urgency=medium

  * Friday, 13th upload, so what do you expect ...
  * gcc-3.2 snapshot taken from the gcc-3_2-branch (CVS 20021212).
  * Fix gnat build (autobuild maintainers: please revert back to gnat-3.2
    (<= 1:3.2.1ds6-1) for building gnat-3.2, if the build fails building
    gnatlib and gnattools).
  * Really disable sparc64 support.

gcc-3.2 (1:3.2.2ds1-0pre1) unstable; urgency=low

  * A candidate for the transition ...
  * gcc-3.2 snapshot taken from the gcc-3_2-branch (CVS 20021210).
    - doc/invoke.texi: Remove last reference to -a (closes: #171748).
  * Disable sparc64 support. For now please use egcs64 to build sparc64
    kernels.
  * Disable Pascal on the sparc architecture (doesn't bootstrap).

gcc-3.2 (1:3.2.2ds0-0pre0) unstable; urgency=low

  * gcc-3.2 snapshot taken from the gcc-3_2-branch (CVS 20021202).
    - Should fix _Pragma expansion within macros (closes: #157416).
  * New gpc-20021128 version. Run check using EXTRA_TEST_PFLAGS=-g0
  * Add tetex-bin to build dependencies (gpc needs it). Closes: #171203.

gcc-3.2 (1:3.2.1ds6-1) unstable; urgency=low

  * gcc-3.2.1 final release.
  * Build gpc-20021111 for all architectures. hppa and i386 are
    known to work. For the other architectures, send the usual FTBFS ...
    WARNING: this gpc version is an alpha version, especially debug info
    doesn't work well, so use -g0 for compiling. If you need a stable
    gpc compiler, use gpc-2.95.
  * Encode the gpc upstream version in the package name, the gpc release
    date in the version number (requested by gpc upstream).
  * Added libncurses5-dev and libgmp3-dev as build dependencies for the
    gpc tests and runtime.
  * Clean CVS files as well (closes: #169101).
  * s390-biarch.dpatch added, backported from CVS (Gerhard Tonn).
  * s390-config-ml.dpatch added, disables biarch for java,
    libffi and boehm-gc on s390. They need a 64 bit runtime
    during build which is not yet available on s390 (Gerhard Tonn).
  * Biarch support for packaging adapted (Gerhard Tonn).
    biarch variable added and with-sparc64 variable substituted in
    most places by biarch.
    dh_shlibdeps is applied only to 32 bit libraries on s390, since
    ldd for 64 bit libraries don't work on 32 bit runtime.
    Build dependency to libc6-dev-s390x added.

gcc-3.2 (1:3.2.1ds5-0pre6) unstable; urgency=medium

  * gcc-3.2.1 prerelease.
  * Removed arm patch integrated upstream.
  * Adjust gnat build dependency (closes: #167116).
  * Always configure with --enable-clocale=gnu. The autobuilders do have
    locales installed, but not generated the "de_DE" locale needed for
    the autoconf test in libstdcc++-v3/aclocal.m4.
  * libstdc++ documentaion: Don't compresss '*.txt' referenced by html pages.

gcc-3.2 (1:3.2.1ds4-0pre5) unstable; urgency=medium

  * gcc-3.2.1 snapshot (CVS 20021103).
  * sparc64-build.dpatch: Updated. Lets sparc boostrap again.
  * s390-loop.dpatch removed, already fixed upstream (Gerhard Tonn).
  * bison.dpatch: Removed, patch submitted upstream.
  * backport-java-6865.dpatch: Apply again during build.
  * Tighten glibc dependency (closes: #166703).

gcc-3.2 (1:3.2.1ds3-0pre4) unstable; urgency=high

  * gcc-3.2.1 snapshot (CVS 20021020).
    - Expansion of _Pragma within macros fixed (closes: #157416).
  * FTBFS: With the switch to bison-1.50 (and 1.75), gcc-3.2 fails to build from
    source on Debian unstable systems. This is fixed in gcc HEAD, but not on
    the current release branch.
    HELP NEEDED:
    - check what is missing from the patches in debian/patches/bison.dpatch.
      This is a backport of the bison related patches, but showing regressions
      in the gcc testsuite, so it cannot be applied.
    - build gcc using byacc (bootstrap currently fails using byacc).
    - build bison-1.35 in it's own package (the current 1.35-3 package fails
      to build form source).
    - and finally ask upstream to backport the patch to the branch. It's not
      helpful not beeing able to follow the stable branch. Maybe we should
      just switch to gcc HEAD as BSD does ...
    As a terrible workaround, build the sources from CVS first on a machine,
    with bison-1.35 installed, then package the tarball, so the bison
    generated files are not rebuilt.

  * re-add lost patch: configure with --enable-__cxa_atexit (closes: #163422),
    Therefore urgency high.
  * gcj-wrapper, gij-wrapper: Accept names starting with `.' (closes: #163172,
    #164009).
  * Point g++ manpage to correct g++ version (closes: #162843).
  * Support for i386-freebsd-gnu (closes: #163883).
  * s390-java.dpatch replaced with backport from cvs head (Gerhard Tonn).
  * Disable the testsuite run on the Hurd (closes: #159650).
  * s390-loop.dpatch added, fixes runtime problem (Gerhard Tonn).
  * debian/patches/bison.dpatch: Backport for bison-1.75 compatibility.
    Don't use it due to regressions.
  * debian/patches/backport-java-6865.dpatch: Directly applied in the
    included tarball because of bison problems.
  * Make fixincludes priority optional, so linda can depend on it.
  * Tighten binutils dependency.

gcc-3.2 (1:3.2.1ds2-0pre3) unstable; urgency=low

  * gcc-3.2.1 snapshot (CVS 20020923).
  * Run the libstdc++ check-abi script. Results are put into the file
    /usr/share/doc/libstdc++5/README.libstdc++-baseline in the libstdc++5-dev
    package. This file contains a new baseline, if no baseline for this
    architecture is included in the gcc sources.
  * gcj-wrapper: Accept files starting with an underscore, accept
    path names (closes: #160859, #161517).
  * Explicitely call automake-1.4 when rebuilding Makefiles (closes: #161438).
  * Let installed fixincludes script find files in /usr/lib/fixincludes.
  * debian/rules.patch: Add .NOTPARALLEL as target, so that patches are
    applied sequentially (closes: #159395).

gcc-3.2 (1:3.2.1ds1-0pre2) unstable; urgency=low

  * gcc-3.2.1 snapshot (CVS 20020913). Welcome back m68k in bootstrap land!
  * Fix arm-tune.dpatch (closes: #159354).
  * Don't overwrite LD_LIBRARY_PATH in build (closes: #158459).
  * --disable-__cxa_atexit on NetBSD (closes: #159620).
  * Reenable installation of message catalogs (disabled in 3.2-0pre2).
    Closes: #160175.
  * Ben Collins
    - Re-enable sparc64 build. This time, it's part of the default compiler.
      I have disabled 64/alt libraries as they are too much overhead. All
      libraries build 64bit, but currently only libgcc/libstdc++ include the
      64bit libraries.
    Closes: #160404.
  * Depend on autoconf2.13, instead of autoconf.
  * Phil Blundell
    - debian/patches/arm-update.dpatch: Fix python2.2 build failure.

gcc-3.2 (1:3.2.1ds0-0pre1) unstable; urgency=medium

  * gcc-3.2.1 snapshot (CVS 20020829).
    New g++ option -Wabi:
      Warn when G++ generates code that is probably not compatible with the
      vendor-neutral C++ ABI.  Although an effort has been made to warn about
      all such cases, there are probably some cases that are not warned about,
      even though G++ is generating incompatible code.  There may also be
      cases where warnings are emitted even though the code that is generated
      will be compatible.
    The current version of the ABI is 102, defined by the __GXX_ABI_VERSION
    macro.
  * debian/NEWS.*: Updated.
  * Fix libstdc++-dev dependency on libc-dev for the Hurd (closes: #157004).
  * Add versioned expect build dependency.
  * Tighten binutils dependency to 2.13.90.0.4.
  * debian/patches/arm-tune.dpatch: Increase stack limit for configure.
  * 3.2-0pre4 did build gnat-3.2 compilers for all architectures. Build-Depend
    on gnat-3.2 now (closes: #156734).
  * Remove bashism's in gcj-wrapper (closes: #157982).
  * Add -cp and -classpath options to gij(1). Backport from HEAD (#146634).
  * Add fastjar documentation.

gcc-3.2 (1:3.2ds0-0pre4) unstable; urgency=low

  * Correct build dependency on gnat-3.1.

gcc-3.2 (1:3.2ds0-0pre3) unstable; urgency=low

  * gcc-3.2 upstream prerelease.
  * Disable all configure options, which are standard:
    --enable-threads=posix --enable-long-long, --enable-clocale=gnu

gcc-3.2 (1:3.2ds0-0pre2) unstable; urgency=low

  * gcc-3.2 snapshot (CVS 20020802).
  * Fix g++-include dir.
  * Don't install the locale files (temporarily, until we don't build
    gcc-3.1 anymore).
  * New package libgcj-common to avoid conflict with classpath package.

gcc-3.2 (1:3.2ds0-0pre1) unstable; urgency=low

  * gcc-3.2 snapshot (CVS 20020729).

gcc-3.1 (1:3.1.1ds3-1) unstable; urgency=low

  * gcc-3.1.1 release. Following this release we will have a gcc-3.2
    release soon, which is gcc-3.1.1 plus some C++ ABI changes. Once
    gcc-3.2 hits the archives, gcc-3.1.1 will go away.
  * Don't build the sparc64 compiler. The packaging/patches are
    currently broken.
  * Add missing headers on m68k and powerpc.
  * Install libgcc_s_nof on powerpc.
  * Install libffi's copyright and doc files (closes: #152198).
  * Remove dangling symlink (closes: #149002).
  * libgcj3: Add a conflict to the classpath package (closes: #148664).
  * README.C++: Fix URLs.
  * libstdc++-dbg: Install into /usr/lib/debug, document it.
  * backport-java-6865.dpatch: backport from HEAD.
  * Fix typo in gcj docs (closes: #148890).
  * Change libstdc++ include dir: /usr/include/c++/3.1.
  * libstdc++-codecvt.dpatch: New patch (closes: #149776).
  * Build libstdc++-pic package.
  * Move 64bit libgcc in its own package libgcc1-64 (closes: #147249).
  * Tighten glibc dependency.

gcc-3.1 (1:3.1.1ds2-0pre3) unstable; urgency=low

  * Updated to CVS 2002-06-06 (gcc-3_1-branch).
  * Updated s390-java patch (Gerhard Tonn).
  * Don't use -O in STAGE1_FLAGS on m68k.
  * Fix `-classpath' option in gcj-wrapper script (closes: #150142).
  * Remove g++-cxa-atexit patch, use --enable-__cxa_atexit configure option.

gcc-3.1 (1:3.1.1ds1-0pre2) unstable; urgency=low

  * Updated to CVS 2002-06-06 (gcc-3_1-branch), fixing an ObjC regression.
  * Welcome m68k to bootstrap land (thanks to Andreas Schwab).
  * Add javac wrapper for gcj-3.1 (Michael Koch).
  * Remove dangling symlink in /usr/share/doc/gcc-3.1 (closes: #149002).

gcc-3.1 (1:3.1.1ds0-0pre1) unstable; urgency=low

  * Updated to CVS 2002-05-31 (gcc-3_1-branch).
  * Change priorities from fastjar and gij-wrapper-3.1 from 30 to 31.
  * Update arm-tune patch.
  * Install xmmintrin.h header on i386 (closes: #148181).
  * Install altivec.h header on powerpc.
  * Call correct gij in gij-wrapper (closes: #148662, #148682).

gcc-3.1 (1:3.1ds2-2) unstable; urgency=low

  * Tighten binutils dependency.
  * Fix libstdc include dir for multilibs (Dan Jacobowitz).

gcc-3.1 (1:3.1ds2-1) unstable; urgency=low

  * GCC 3.1 release.
  * Ada cannot be built by the autobuilders for the first time. Do it by hand.
    gnatgcc and gnatbind need to be in the PATH.
  * Build with CC=gnatgcc, when building the Ada compiler.
  * Hurd fixes.
  * Don't build the sparc64 compiler; the hack isn't up to date and glibc
    isn't converted to use /lib64 and /usr/lib64.
  * m68k-linux shows bootstrap comparision failures. If you want to build
    the compiler anyway and ignore the bootstrap comparision failure, edit
    debian/rules.patch and uncomment the patch to ignore the failure. See
    /usr/share/doc/gcc-3.1/BOOTSTRAP_COMPARISION_FAILURE for the differences.

gcc-3.1 (1:3.1ds1-0pre6) unstable; urgency=low

  * Build from the "final prerelease" tarball (gcc-3.1-20020508.tar.gz).
  * Build gnat-3.1-doc package.
  * Build fastjar package without building java packages.
  * Hurd fixes.
  * Updated sparc64-build patch.
  * Add s390-ada patch (Gerhard Tonn).
  * Undo the dwarf2 support for hppa from -0pre5.

gcc-3.1 (1:3.1ds0-0pre5) unstable; urgency=low

  * Use /usr/include/g++-v3-3.1 as C++ include dir.
  * Update s390-java patch (Gerhard Tonn).
  * Tighten binutils dependency (gas patch for m68k-linux).
  * Use gnat-3.1 as the gnat package name (as found in gcc/ada/gnatvsn.ads).
  * dwarf2 support hppa: a snapshot of the gcc/config/pa directory
    from the trunk dated 2002-05-02.

gcc-3.1 (1:3.1ds0-0pre4) unstable; urgency=low

  * Use gnat-5.00w as the gnat package name (as found in gcc/ada/gnatvsn.ads).
  * Don't build the shared libgnat library. It assumes an existing shared
    libiberty library.
  * Don't install the libgcjgc library.

gcc-3.1 (1:3.1ds0-0pre3) unstable; urgency=low

  * Build fastjar on all architectures.
  * Update m68k patches.
  * Update s390-java patch (Gerhard Tonn).

gcc-3.1 (1:3.1ds0-0pre2) unstable; urgency=low

  * Add Ada support. To successfully build, a working gnatbind and gcc
    driver with Ada support is needed.
  * Apply needed arm patches from 3.0.4.

gcc-3.1 (1:3.1ds0-0pre1) unstable; urgency=low

  * First try for gcc-3.1.

gcc-3.0 (1:3.0.4ds3-6) unstable; urgency=medium

  * Second try at fixing sparc build problems.

gcc-3.0 (1:3.0.4ds3-5) unstable; urgency=medium

  * Enable java on ARM.
  * Create missing directory to fix sparc build.

gcc-3.0 (1:3.0.4ds3-4) unstable; urgency=low

  * Link with system zlib (closes: #136359).

gcc-3.0 (1:3.0.4ds3-3) unstable; urgency=low

  * Build libf2c (pic and non-pic) with -mieee on alpha-linux.

gcc-3.0 (1:3.0.4ds3-2) unstable; urgency=medium

  * Apply hppa-build patch (Randolph Chung). Closes: #136731.
  * Make libgcc1 conflict/replace with libgcc1-sparc64. Closes: #135709.
  * gij-3.0 provides the `java' command. Closes: #128947.
  * Depend on binutils (>= 2.11.93.0.2-2), allows stripping of libgcj.a
    again. Closes: #99307.
  * Update README.cross pointing to the README of the toolchain-source
    package.

gcc-3.0 (1:3.0.4ds3-1) unstable; urgency=low

  * Final gcc-3.0.4 release.
  * debian/rules.d/binary-java.mk: Fix dormant typo, exposed by removing the
    duplicate libgcj dependency and adding the gij-3.0 package.
    Closes: #134005.
  * New patch by Phil Blundell to fix scalapack build error on m68k.

gcc-3.0 (1:3.0.4ds2-0pre020210) unstable; urgency=low

  * Make the base package dependent on the binary-arch target. Closes: #133433.
  * Get libstdc++ on arm woring (define _GNU_SOURCE). Closes: #133435.

gcc-3.0 (1:3.0.4ds2-0pre020209) unstable; urgency=high

  * Update to CVS sources (20020209 gcc-3_0-branch).
  * Apply patch to fix bootstrap error on arm-linux (submitted upstream
    by Phil Blundell). Closes: #130422.
  * Make base package architecture any.
  * Decouple versioned shlib dependencies from release number for
    libobjc as well.

gcc-3.0 (1:3.0.4ds1-0pre020203) unstable; urgency=medium

  * One release critical bug outstanding:
    - bootstrap error on arm.
  * Update to CVS sources (20020203 gcc-3_0-branch).
  * Fixed upstream: PR c/3504: Correct documentation of __alignof__.
    Closes: #85445.
  * Remove libgcc-powerpc patch, integrated upstream (closes: #131977).
  * Tighten binutils build dependency (to address #126162).
  * Move jv-convert to gcj package (closes: #131985).

gcc-3.0 (1:3.0.4ds0-0pre020127) unstable; urgency=low

  * Two release critical bugs outstanding:
    - bootstrap error on arm.
    - bus errors for C++ and java executables on sparc (see the testsuite
      results).
  * Update to CVS sources (20020125 gcc-3_0-branch).
  * Enable java support for s390 architecture (patch from Gerhard Tonn).
  * Updated NEWS file for 3.0.3.
  * Disable building the gcc-sparc64, but build a multilibbed compiler
    for sparc as the default.
  * Disabled the subreg-byte patch for sparc (request from Ben Collins).
  * Fixed reference to libgcc1 package in README (closes: #126218).
  * Do recommend libc-dev, not depend on it. For low-end or embedded systems
    the dependency on libc-dev can make the difference between
    having enough or having too little space to build a kernel.
  * README.cross: Updated by Hakan Ardo.
  * Decouple versioned shlib dependencies from release number. Closes: #118391.
  * Fix diversions for gcc-3.0-sparc64 package (closes: #128178),
    unconditionally remove `sparc64-linux-gcc' alternative.
  * g77/README.libg2c.Debian: New file mentioning `libg2c-pic'. The next
    g77 version (3.1) does build a static and shared library (closes: #104250).
  * Fix formatting errors in the synopsis of the java man pages. Maybe the
    reason for #127571. Closes: #127571.
  * fastjar: Fail for the (currently incorrect) -u option. Addresses: #116145.
    Add alternative for `jar' using priority 30 (closes: #118648).
  * jv-convert: Add --help option and man page. Backport from HEAD branch.
  * libgcj2-dev: Remove duplicate dependency (closes: #127805).
  * Giving up and make just another new package gij-X.Y with only the gij-X.Y
    binary for policy conformance (closes: #127111).
  * gij: Provides an alternative for `java' (priority 30) using a wrapper
    script (Stephen Zander) (closes: #128974). Added simple manpage.

gcc-3.0 (1:3.0.3ds3-1) unstable; urgency=low

  * Final gcc-3.0.3 release.
  * Do not compress .txt files in libstdc++ docs referenced from html
    pages (closes: #124136).
  * libstdc++-dev suggests libstdc++-doc.
  * debian/patches/gcc-ia64-NaT.dpatch: Update (closes: #123685).

gcc-3.0 (1:3.0.3ds2-0pre011215) unstable; urgency=low

  * Update to CVS sources (011215).
  * libstdc++ documentation updated upstream (closes: #123790).
  * debian/patches/gcc-ia64-NaT.dpatch: Disable. Fixes bootstrap error
    on ia64 (#123685).

gcc-3.0 (1:3.0.3ds1-0pre011210) unstable; urgency=medium

  * Update to CVS sources (011208).
  * Supposed to fix powerpc build error (closes: #123155).

gcc-3.0 (1:3.0.3ds0-0pre011209) unstable; urgency=medium

  * Update to CVS sources (011208). Frozen for upstream 3.0.3 release.
  * Apply contrib/PR3145.patch, a backport of Nathan Sidwell's patch to
    fix PR c++/3145, the infamous "virtual inheritance" bug. This affected
    especially KDE2 (eg. artsd). Franz Sirl <Franz.Sirl-kernel at lauterbach.com>
  * cc1plus segfault in strength reduction fixed upstream. Closes: #122547.
  * debian/patches/gcc-ia64-NaT.dpatch: Add patch to avoid a bug that can
    cause miscompiled userapps to crash the kernel. Closes: #121924.
  * Reenable shared libgcc for powerpc. Fixed upstream.
    http://gcc.gnu.org/ml/gcc-patches/2001-11/msg00340.html
    debian/patches/libgcc-powerpc.dpatch: New patch.
  * Add upstream changelogs.
  * Remove gij alternative. Move to gij package.

gcc-3.0 (1:3.0.2ds4-4) unstable; urgency=medium

  * Disable building of libffi on mips and mipsel.
    (closes: #117503).
  * Enable building of shared libgcc on s390
    (closes: #120452).

gcc-3.0 (1:3.0.2ds4-3) unstable; urgency=medium

  * Fix logic to build libffi without java (closes: #117503).

gcc-3.0 (1:3.0.2ds4-2) unstable; urgency=medium

  * Enable java for ia64 (Jeff Licquia). Closes: #116798.
  * Allow building of libffi without gcj (Jeff Licquia).
    New libffi packages for arm hurd-i386 mips mipsel,
    still missing: hppa, s390.
  * debian/NEWS.gcc: Add 3.0.2 release notes.
  * debian/patches/hppa-align.dpatch: New patch from Alan Modra,
    submitted by Randolph Tausq.

gcc-3.0 (1:3.0.2ds4-1) unstable; urgency=medium

  * Final gcc-3.0.2 release. The source tarball is not the released
    tarball, but taken from CVS 011024).
  * Remove patch for s390, included upstream.

gcc-3.0 (1:3.0.2ds3-0pre011014) unstable; urgency=low

  * Update to CVS sources (011014). Frozen for upstream 3.0.2 release.
    Closes: #109351, #114099, #114216, #105741 (allegro3938).
  * Added debian/patches/fastjar.dpatch, which makes fastjar extract
    filenames correctly (previously, some had incorrect names on extract).
    Closes: #113236.
  * Priorities fixed in the past (closes: #94404).

gcc-3.0 (1:3.0.2ds2-0pre010923) unstable; urgency=low

  * Bootstraps on powerpc again (closes: #112777).

gcc-3.0 (1:3.0.2ds2-0pre010922) unstable; urgency=low

  * Update to CVS sources (010922).
  * Fixed upstream (closes: #111801). #105569 on hppa.
  * Update hppa patch (Matt Taggart).
  * Fix libstdc++-dev package description (closes: #112758).
  * debian/rules.d/binary-objc.mk: Fix build error (closes: #112462).
  * Make gobjc-3.0 conflict with gcc-3.0-sparc64 (closes: #111772).

gcc-3.0 (1:3.0.2ds1-0pre010908) unstable; urgency=low

  * Update to CVS sources (010908).
  * Update hppa patch (Matt Taggart).
  * Depend on libgc6-dev, not libgc5-dev, which got obsolete (during
    the freeze ...). However adds s390 support (closes: #110189).
  * debian/patches/m68k-reload.dpatch: New patch (Roman Zippel).
    Fixes #89023.
  * debian/patches/gcc-sparc.dpatch: New patch ("David S. Miller").
    Fixes libstdc++ testsuite failures on sparc.

gcc-3.0 (1:3.0.2ds0-0pre010826) unstable; urgency=low

  * gcc-3.0-nof: Fix symlink to gcc-3.0-base doc directory.
  * debian/patches/gcj-without-rpath: New patch.
  * Remove self dependency on libgcj package.
  * Handle diversions for upgrades from 3.0 and 3.0.1 -> 3.0.2
    in gcc-3.0-sparc64 package.
  * Build libg2c.a with -fPIC -DPIC and name the result libg2c-pic.a.
    Link with this library to avoid linking with non-pic code.
    Use this library when building dynamically loadable objects (python
    modules, gimp plugins, ...), which need to be linked against g2c or
    a library which is linked against g2c (i.e. lapack).
    Packages needing '-lg2c-pic' must have a build dependency on
    'g77-3.0 (>= 1:3.0.2-0pre010826).

gcc-3.0 (1:3.0.2ds0-0pre010825) unstable; urgency=low

  * Update to CVS sources (010825).
  * Add libc6-dev-sparc64 to gcc-3.0-sparc64 and to sparc build dependencies.
  * Remove conflicts on egcc package (closes: #109718).
  * Fix gcc-3.0-nof dependency.
  * s390 patches against gcc-3.0.1 (Gerhard Tonn).
  * debian/control: Require binutils (>= 2.11.90.0.27)

gcc-3.0 (1:3.0.1ds3-1) unstable; urgency=low

  * Final gcc-3.0.1 release.
  * Changed upstream: default of -flimit-inline is 600 (closes: #106716).
  * Add fastjar man page (submitted by "The Missing Man Pages Project",
    http://www.netmeister.org/misc/m2p2i/) (closes: #103051).
  * Fixed in last upload as well: #105246.
  * debian/patches/cpp-memory-leak.dpatch: New patch
  * Disable installation of shared libgcc on s390 (Gerhard Tonn).

gcc-3.0 (1:3.0.1ds2-0pre010811) unstable; urgency=high

  * Update to CVS sources (010811). Includes s390 support.
  * Add xlibs-dev to Build-Depends (libgcj).
  * Enable java for powerpc, disable java for ia64.
  * Enable ObjC garbage collection for all archs, which have a libgc5-dev
    package.
  * New patch libstdc++-codecvt (Michael Piefel) (closes: #104614).
  * Don't strip static libgcj library (work around binutils bug #107812).
  * Handle diversions for upgrade 3.0 -> 3.0.1 in gcc-3.0-sparc64 package
    (closes: #107569).

gcc-3.0 (1:3.0.1ds1-0pre010801) unstable; urgency=high

  * Update to CVS sources (010801). (closes: #107012).
  * Remove build dependency on non-free graphviz and include pregenerated
    docs (closes: #107124).
  * Fixed in 3.0.1 (closes: #99307).
  * Updated m68k-updates patch (Roman Zippel).
  * Another fix for ia64 packaging bits (Randolph Chung).

gcc-3.0 (1:3.0.1ds0-0pre010727) unstable; urgency=high

  * Update to CVS sources (010727).
  * Add epoch to source version. Change '.dsx' to 'dsx', so that
    3.1.1ds0 gt 3.1ds7 (closes: #106538).

gcc-3.0 (3.0.1.ds0-0pre010723) unstable; urgency=high

  * ia64 packaging bits (Randolph Chung) (closes: #106252).

gcc-3.0 (3.0.1.ds0-0pre010721) unstable; urgency=high

  * Update to CVS sources (010721).
    - Remove patches applied upstream: libstdc++-limits.dpatch,
      objc-data-references
    - Updated other patches.
  * Fix gij alternative (closes: #103468, #103883).
  * Patch to fix bootstrap on sparc (closes: #103568).
  * Corrected (closes: #105371) and updated README.Debian.
  * m68k patches for sucessful bootstrap (Roman Zippel).
  * Add libstdc++v3 porting hints to README.Debian and README.C++.
  * m68k md fix (#105622) (Roman Zippel).
  * debian/rules2: Disable non-functional ulimit on Hurd (#105884).
  * debian/control: Require binutils (>= 2.11.90.0.24)
  * Java is enabled for alpha (closes: #87300).

gcc-3.0 (3.0.ds9-4) unstable; urgency=high

  * Move this version to testing ASAP. testing still has a prerelease
    version with now incompatible ABI's. If sparc doesn't build,
    then IMHO it's better to remove it from testing.
  * debian/control.m4: Set uploaders field. Adjust description of
    gcc-3.0 (binary) package (closes: #102271, #102620).
  * Separate gij.1 in it's own pseudo man page (closes: #99523).
  * debian/patches/java-manpages.dpatch: New patch.
  * libgcj: Install unversioned gij.

gcc-3.0 (3.0.ds9-3) unstable; urgency=high

  * Reenable configuration with posix threads on i386 (lost in hurd-i386
    merge).

gcc-3.0 (3.0.ds9-2) unstable; urgency=medium

  * Move this version to testing ASAP. testing still has a prerelease
    version with now incompatible ABI's.
  * Add libgcc0 and libgcc300 to the build conflicts (#102041).
  * debian/README.FIRST: Removed (#101534).
  * Updated subreg-byte patch (doc files).
  * Disable java for the Hurd, mips and mipsel (#101570).
  * Patch for building on the Hurd (#101708) (Jeff Bailey <jbailey at nisa.net>).
  * Packaging fixes for the Hurd (#101711) (Jeff Bailey <jbailey at nisa.net>).
  * Include pregenerated doxygen (1.2.6) docs for libstdc++-v3 (#101557).
    The current doxygen-1.2.8.1 segaults.
  * C++: Enable -fuse-cxa-atexit by default (#101901).
  * Correct mail address in gccbug (#101743).
  * Make rules resumable after failure in binary-xxx targets (#101637).

gcc-3.0 (3.0.ds9-1) unstable; urgency=low

  * Final 3.0 release.
  * Update libgcc version number (#100983, #100988, #101069, #101115, #101328).
  * Updated hppa-build patch (Matt Taggart <taggart at carmen.fc.hp.com>).
  * Disable java for hppa.
  * Updated subreg-byte patch for sparc (Ben Collins).

gcc-3.0 (3.0.ds8-0pre010613) unstable; urgency=low

  * Update patches for recent (010613 23:13 +0200) CVS sources.
  * Fix packaging bugs (#100459, #100447, #100483).
  * Build-Depend on gawk, mawk doesn't work well with test_summary.

gcc-3.0 (3.0.ds7-0pre010609) unstable; urgency=low

  * Fix build dependency for the hurd (#99164).
  * Update patches for recent (010609) CVS sources.
  * Disable java on powerpc (link error in libjava).
  * gcc-3.0-base.postinst: Don't prompt for non-interactive installs (#100110).

gcc-3.0 (3.0.ds6-0pre010526) unstable; urgency=high

  * Urgency "high" for replacing the gcc-3.0 snapshots in testing, which
    now are incompatile due to the changed ABIs.
  * Upstream begins tagging with "gcc-3_0_pre_2001mmdd".
  * Tighten dependencies to install only binary packages derived from
    one source (#98851). Tighten libc6-dev dependency to match libc6.

gcc-3.0 (3.0.ds6-0pre010525) unstable; urgency=low

  * ATTENTION: The ABI (exception handling) changed. No upgrade path from
    earlier snapshots (you had been warned in the postinst ...)
    Closing #93597, #94576, #96448, #96461.
    You have to rebuild
  * HELP is appreciated for scanning the Debian BTS and sending followups
    to bug reports!!!
  * Should we name debian gcc uploads? What about a "still seeking
    g++ maintainer" upload?
  * Fixed in gcc-3.0: #97030
  * Update patches for recent (010525) CVS sources.
  * Make check depend on build target (fakeroot problmes).
  * debian/rules.d/binary-libgcc.mk: new file, build first.
  * Free memory detection on the hurd for running the testsuite.
  * Update debhelper build dependency.
  * libstdc++-doc: Include doxygen generated docs.
  * Fix boring packaging bugs, too tired for appropriate changelogs ...
    #93343, #96348, #96262, #97134, #97905, #96451, #95812, #93157
  * Fixed bugs: #87000.

gcc-3.0 (3.0.ds5-0pre010510) unstable; urgency=low

  * Update patches for recent (010506) CVS sources.
  * New version of source, as of 2001-05-10
  * New version of gpc source, as of 2001-05-06 (disabled by default).
  * Make gcc-3.0-sparc64 provide an alternative for sparc64-linux-gcc,
    since it can build kernels just fine (it seems)
  * Add hppa patch from Matt Taggart
  * Fix objc info inclusion...now merged with gcc info
  * Do not install the .la for libstdc++, since it confuses libtool linked
    applications when libstdc++3-dev and libstdc++2.10-dev are both
    installed (closes #97905).
  * Fixed gcc-base and libgcc section/prio to match overrides

gcc-3.0 (3.0.ds5-0pre010427) unstable; urgency=low

  * Fixed priority for fastjar from optional to extra
  * New version of source, as of 2001-04-27
  * Fix description of libgcj-dev
  * libffi-install: Make libffi installable
  * Add libffi and libffi-dev packages. libffi is only enabled for java
    targets right now. Perhaps more will be enabled later.
  * Fixes to build cross compiler package (for avr)
    (Hakan Ardo <hakan at debian.org>).
  * Better fixincludes description (#93157).
  * Remove all remnants of libg++
  * Remove all hacks around libstdc++ version. Since we are strictly v3 now,
    we can treat it like a normal shared lib, and not worry about all those
    ABI changes.
  * Remove all cruft control scripts. Note, debhelper will create scripts
    that it needs to. It will do the doc link stuff and the ldconfig stuff
    explicitly.
  * Clean up the SONAME parsing stuff, make it a little more cleaner over
    all the lib packages
  * Make libffi install when built (IOW, whenever java is enabled). This
    should obsolete the libffi package, which is old and broken
  * Revert to normal sonames, except for ia64 (for now)
  * Remove all references to dh_testversion, since they are deprecated for
    Build-Depends
  * Fix powerpc nof build
  * Remove all references to the MULTILIB stuff, since the arches are
    using specialized builds anyway (nof, softfloat).
  * Added 64bit sparc64 package (gcc-3.0-sparc64, libgcc0-sparc64)
  * Removed obsolete shlibs.local file

gcc-3.0 (3.0.ds4-0pre010403) unstable; urgency=low

  * debian/README: Updated for gcc-3.0
  * debian/rules.patch: Added subreg-byte patch for sparc
  * debian/rules.unpack: Update to current CVS for gcc tarball name
  * debian/patches/subreg-byte.dpatch: sparc subreg-byte support
  * debian/patches/gcc-rawhide.dpatch: Removed
    debian/patches/gpc-2.95.dpatch: Removed
    debian/patches/sparc32-rfi.dpatch: Removed
    debian/patches/temporary.dpatch: Removed
  * Moving to unstable now
  * debian/patches/gcc-ppc-disable-shared-libgcc.dpatch: New patch,
    disables shared libgcc for powerpc target, since it isn't compatible
    with the EABI objects.
  * Create $(with_shared_libgcc) var
  * debian/rules.d/binary-gcc.mk: Use this new variable to determine if
    the libgcc package actually has any files

gcc-3.0 (3.0.ds2-0pre010223) experimental; urgency=low

  * New snapshot. Use distinct shared object names for shared libraries:
    we don't know if binary API's still change until the final release.
  * Versioned package names.
  * debian/control.m4: New file. Add gcc-base, libgcc0, libobjc1,
    libstdc++-doc, libgcj1, libgcj1-dev, fastjar, fixincludes packages.
    Remove gcc-docs package.
  * debian/gcov.1: Remove.
  * debian/*: Remove 2.95.x support. Prepare for 3.0.
  * debian/patches: Remove 2.95.x patches.
  * Changed source package name. It's not allowed anymore to overwrite
    source packages with different content. Introducing a 'debian source
    element' (.ds<num>), which is stripped again from the version number
    for the binary packages.
  * Fixed bugs and added functionality:
    #26436, #27878, #33786, #34876, #35477, #42662, #46181, #42989,
    #47981, #48530, #50529, #51227, #51456, #51651, #52382, #53698,
    #55291, #55967, #56867, #58219, #59005, #59232, #59776, #64628,
    #65687, #67631, #68632, #68963, #68987, #69530, #72933, #75120,
    #75759, #76645, #76827, #83221, #87540
  * libgcj fixes: 42894, #51266, #68560, #71187, #79984

gcc-2.95 (2.95.3-2.001222) experimental; urgency=low

  * New upstream version 2.95.3 experimental (CVS 20001222).
  * debian/control.in: Versioned package names, removal of snapshot logic.
    Remove fake gcc-docs package.
  * Reserve -1 release numbers for woody.
  * Updated to gpc-20001218.

gcc (2.95.2-20) unstable; urgency=low

    * Apply patch from gcc-2_95-branch; remove ulimit for make check.

gcc (2.95.2-19) unstable; urgency=low

  * Added testsuite-20001207 from current snapshots. We'll need results
    for 2.95.2 to make sure there are no regressions against that release.
    Dear build daemons and porters to other architectures, please send an
    email to gcc-testresults at gcc.gnu.org.
    You can do this by running "debian/rules mail-summary".
  * Updated to gpc-20001206.
  * Added S/390 patch prepared by Chu-yeon Park <kokids at debian.org> (#78983).
  * debian/patches/libio.dpatch: Fix iostream doc (fixes #77647).
  * debian/patches/gcc-doc.dpatch: Update URL (fixes #77542).
  * debian/patches/gcc-reload1.dpatch Patch from the gcc-bug list which
    fixes a problem in "long long" on i[345]86 (i686 was not affected).

gcc (2.95.2-18) unstable; urgency=low

  * debian/control.in: Fix syntax errors (fixes #76146, #76458).
    Disable gpc on the hurd by request (#75686).
  * debian/patches/arm-various.dpatch: Patches from Philip Blundell
    for ARM arch (fixes #75801).
  * debian/patches/gcc-alpha-mi-thunk.dpatch: Patches from Chris Chimelis
    for alpha arch.
  * debian/patches/g77-docs.dpatch: Adjust g77 docs (fixes #72594).
  * Update gpc to gpc-20001118.
  * Reenable gpc for alpha.
  * debian/README.C++: Merge debian/README.libstdc++ and C++ FAQ information
    provided by Matt Zimmermann.
  * Build gcj only on architectures, where libgcj-2.95.1 can be built as well.
    Probably needs some adjustments ...
  * Conditionalize for chill, fortran, java, objc and chill.

  * NOT APPLIED:
    debian/patches/libstdc++-bastring.dpatch: Apply fix (fixes #75759).

gcc (2.95.2-17) unstable; urgency=low

  * Disable gpc for alpha.
  * Include gpc-cpp in gpc package (fixes #74492).
  * Don't build gcc-docs compatibility package anymore.

gcc (2.95.2-16) unstable; urgency=low

  * Applied the emdebian/cross compiler patch and documentation
    (Frank Smith <smith at amirix.com>).
  * Applied patch for avr target (Hakan Ardo <hakan at debian.org>).
  * debian/control.in: Add awk to Build-Depends.
    Tighten libc6-dev dependency for libstdc++-dev (fixes #73031,
    #72531, #72534).
  * Disable libobjc_gc for m68k again (fixes #74380).
  * debian/patches/arm-namespace.dpatch: Apply patch from Philip
    Blundell <pb at futuretv.com> to fix name space pollution on arm
    (fixes #70937).
  * Fix more warnings in STL headers (fixes #69352, #71943).

gcc (2.95.2-15) unstable; urgency=low

  * debian/control.in: Add libgc5-dev to build depends (fixes #67015).
  * debian/rules.def: Build GC enabled ObjC runtime for sparc.
  * Bug #58741 fixed (in some version since 2.95.2-5).
  * debian/control.in: Recommend librx1g-dev, libgmp2-dev, libncurses5-dev
    (unit dependencies).
  * Patches from Marcus Brinkmann for the hurd (fixes #67763):
    - debian/rules.defs: Disable objc_gc on hurd-i386.
      Disable libg++ on GNU systems.
    - debian/rules2: Set correct names of libstdc++/libg++
      libraries on GNU systems.
      Write out correct shlibs and shlibs.local file content.
    - Keep _G_config.h for the Hurd.
  * Apply patch for ObjC linker warnings.
  * Don't apply gcj backport patch for sparc.
  * Apply libio compatability patch
  * debian/glibcver.sh: generate appropriate version for glibc
  * debian/rules.conf: for everything after glibc 2.1, we always append
    "-glibc$(ver)" to the C++ libs for linux.
  * Back down gpc to -13 version (-14 wont compile on anything but i386
    and m68k becuase of gpc).
  * Remove extraneous and obsolete sparc64 patches/files from debian/*

gcc-snapshot (20000901-2.2) experimental; urgency=low

  * New snapshot.
  * debian/rules2: Move tradcpp0 to cpp package.

gcc-snapshot (20000802-2.1) experimental; urgency=low

  * New snapshot.
  * debian/rules2: Fixes. tradcpp0 is in gcc package, not cpp.

gcc-snapshot (20000720-2) experimental; urgency=low

  * New snapshot.
  * Enable libstdc++-v3.
  * debian/rules2: Don't use -D for /usr/bin/install.

gcc (2.95.2-14) unstable; urgency=low

  * Update gpc patch.

gcc (2.95.2-13) frozen unstable; urgency=low

  * Update debian/README: document how to compile 2.0.xx kernels; don't
    register gcc272 as an alternative for gcc (closes #62419).
    Clarify compiler setup (closes #65548).
  * debian/control.in: Make libstdc++-dev depend on current version of g++.
  * Undo CVS update from release -8 (problems on alpha, #55263).

gcc (2.95.2-12) frozen unstable; urgency=low

  * debian/gpc.postinst: Correct typo introduced with -11 (fixes #64193).
  * debian/patches/gcc-rs600.dpatch: ppc codegen fix (fixes #63933).

gcc (2.95.2-11) frozen unstable; urgency=medium

  * Upload to unstable again (fixes critical #63784).
  * Fix doc-base files (fixes important #63810).
  * gpc wasn't built in -10 (fixes #63977).
  * Make /usr/bin/pc an alternative (fixes #63888).
  * Add SYSCALLS.c.X to gcc package.

gcc (2.95.2-10) frozen; urgency=low

  * debian/control.in: make gcc conflict on any version of egcc
    (slink to potato upgrade problem, fixes grave #62084).
  * Build protoize programs, separate out in new package (fixes #59436,
    #62911).
  * Create dummy gcc-docs package for smooth update from slink (fixes #62537).
  * Add doc-base support for all -doc packages (fixes #63380).

gcc (2.95.2-9) frozen unstable; urgency=low

  * Disable the sparc-bi-arch.dpatch (patch from Ben Collins, built
    for sparc as NMU 8.1) (fixes critical #61529 and #61511).
    "Seems that when you compile gcc 2.95.x for sparc64-linux and compile
     sparc32 programs, the code is not the same as sparc-linux compile for
     sparc32 (this is a bug, and is fixed in gcc 2.96 CVS)."
  * debian/patches/gcj-vs-iconv.dpatch: Option '--encoding' for
    encoding of input files. Patch from Tom Tromey  <tromey at cygnus.com>
    backported to 2.95.2 (fixes #42895).
    Compile a Latin-1 encoded file with `gcj --encoding=Latin1 ...'.
  * debian/control.in: gcc, g++ and gobjc suggest their corresponding
    task packages (fixes #59623).

gcc (2.95.2-8) frozen unstable; urgency=low

  * Post-2.95.2 CVS updates of the gcc-2_95-branch until 20000313.
  * debian/rules2: configure with --enable-java-gc=no for sparc. Fixes
    gcj side of #60535.
  * debian/rules.patch: Disable gcc-emit-rtl patch for all archs but
    alpha. Disable g++-is-tree patch ("just for 2.95.1").
  * debian/README: Update for gcc-2.95.

gcc (2.95.2-7) frozen unstable; urgency=low

  * debian/patches/gcc-empty-struct-init.dpatch; Apply patch from
    http://gcc.gnu.org/ml/gcc-patches/2000-02/msg00637.html. Fixes
    compilation of 2.3.4x kernels.
  * debian/patches/gcc-emit-rtl.dpatch: Apply patch from David Huggins-Daines
    <dhuggins at linuxcare.com> (backport from 2.96 CVS to fix #55263).
  * debian/patches/gcc-pointer-arith.dpatch: Apply patch from Jim Kingdon
    <kingdon at redhat.com> (backport from 2.96 CVS to fix #54951).

gcc (2.95.2-6) frozen unstable; urgency=low

  * Post-2.95.2 CVS updates of the gcc-2_95-branch until 20000220.
  * Remove dangling symlink probably left over from libstdc++2.9
    package (fixes #53661).
  * debian/patches/gcc-alpha-complex-float.dpatch: Fixed patch by
    David Huggins-Daines (fixes #58486).
  * debian/g++.{postinst,prerm}: Remove outdated g++FAQ registration
    (fixes #58253).
  * debian/control.in: gcc-doc replaces gcc-docs (fixes #58108).
  * debian/rules2: Include some fixed headers (asm, bits, linux, ...).
  * debian/patches/{gcc-alpha-ev5-fix,libstdc++-valarray}.dpatch: Remove.
    Applied upstream.
  * debian/patches/libstdc++-bastring.dpatch: Add patch from
    sicard at bigruth.solsoft.fr (fixes #56715).

gcc (2.95.2-5) frozen unstable; urgency=low

  * Post-2.95.2 CVS updates of the gcc-2_95-branch until 20000116.
  * Add more build dependencies (fixes #53204).
  * debian/patches/gcc-alpha-complex-float.dpatch: Patch from
    Joel Klecker <jk at espy.org> to compile glibc correctly on alpha.
    "Should fix the g77 problems too."
  * debian/patches/{libio,libstdc++-wall2}.dpatch. Remove patches
    applied upstream.

gcc (2.95.2-4) unstable; urgency=low

  * debian/patches/libio.dpatch: Patch from Martin v. Loewis.
    (fixes: #35628).
  * debian/patches/libstdc++-deque.dpatch: Patch from Martin v. Loewis.
    (fixes: #52689).
  * debian/control.in: Updated Build-Depends, removed outdated README.build.
    Fixes #51246.
  * Tighten dependencies to cpp (>= 2.95.2-4) (closes: #50294).
  * debian/rules.patch: Really do not apply patches/gcj-backport.dpatch.
    Fixes #51636.
  * Apply updated sparc-bi-arch.dpatch from Ben Collins.
  * libstdc++: Define wstring type, if __ENABLE_WSTRING is defined. Request
    from the author of the War FTP Daemon for Linux ("Jarle Aase"
    <jgaa at jgaa.com>).
  * debain/g++.preinst: Remove dangling sysmlinks (fixes #52359).

gcc (2.95.2-3) unstable; urgency=low

  * debian/rules2: Don't install $(gcc_lib_dir)/include/asm; these are
    headers fixed for glibc-1.x (closes: #49434).
  * debian/patches/cpp-dos-newlines.dpatch: Keep CR's without
    following LF (closes: #49186).
  * Bug #37358 (internal compiler errors when building vdk_0.6.0-5)
    fixed in gcc-2.95.? (closes: #37358).
  * Apply patch gcc-alpha-ev5-fix from Richard Henderson <rth at cygnus.com>
    (should fix #48527 and #46963).
  * debian/README.Bugs: Documented non bug #44554.
  * Applied patch from Alexandre Oliva to fix gpc boostrap on alpha.
    Reenabled gpc on all architectures.
  * Post-2.95.2 CVS updates of the gcc-2_95-branch until 19991108.
  * Explicitely generate postinst/prerm chunks for usr/doc transition.
    debhelper currently doesn't handle generation for packages with
    symlinked directories.
  * debian/patches/libstdc++-wall3.dpatch: Fix warnings in stl_deque.h
    and stl_rope.h (closes: #46444, #46720).
  * debian/patches/gcj-backport.dpatch: Add file, don't apply (yet).

gcc (2.95.2-2) unstable; urgency=low

  * New gpc-19991030 snapshot.
  * Post-2.95.2 CVS updates of the gcc-2_95-branch until 19991103.
  * Reintegrated sparc patches (bcollins at debian.org), which were lost
    in 2.95.2-1.
  * debian/rules2: Only install $(gcc_lib_dir)/include/asm, when existing.
  * debian/patches/gpc-2.95.{dpatch,diff}: updated patch to drop
    initialization in stor-layout.c.
  * debian/NEWS.gcc: Updated for gcc-2.95.2.
  * debian/bugs/bug-...: Removed testcases for fixed bugs.
  * debian/patches/...dpatch: Removed patches applied upstream.
  * debian/{rules2,g++.postinst,g++.prerm}: Handle c++ alternative.
  * debian/changelog: Merged gcc272, egcs and snapshot changelogs.

gcc (2.95.2-1.1) unstable; urgency=low

  * Most of the powerpc patches have been applied upstream.  Remove all
    but ppc-ice, ppc-andrew-dwarf-eh, and ppc-descriptions.
  * mulilib-install.dpatch was definitely a bad idea.  Fix it properly
    by using install -D.
  * Also, don't make directories before installing any more.  Simplifies
    rules a (tiny) bit.
  * Do not build with LDFLAGS=-s.  Everything gets stripped out anyway by
    dh_strip -a -X_debug; so leave the binaries in the build tree with
    debugging symbols for simplified debugging of the packages.

gcc (2.95.2-1) unstable; urgency=low

  * gcc-2.95.2 release (taken from the CVS archive). -fstrict-aliasing
    is disabled upstream.

gcc (2.95.2-0pre4) unstable; urgency=low

  * Updated to cvs updates of the gcc-2_95-branch until 19991021.
  * Updated gpc to gpc-19991018 snapshot (closes: #33037, #47453).
    Enable gpc for all architectures ...
  * Document gcc exit codes (closes: #43863).
  * According to the bug submitter (Sergey V Kovalyov <sqk0316 at scires.nyu.edu>)
    the original source of these CERN librarties is outdated now. The latest
    version of cernlibs compiles and works fine with slink (closes #31546).
  * According to the bug submitter (Gergely Madarasz <gorgo at sztaki.hu>),
    the problem triggered on i386 cannot be reproduced with the current
    jade and php3 versions anymore (closes: #35215).
  * Replace corrupted m68k-pic.dpatch (from Roman Hodek and Andreas Schwab
    <Roman.Hodek at informatik.uni-erlangen.de> <schwab at suse.de> and apply to
    all architectures (closes: #48011).
  * According to the bug submitter (Herbert Xu <herbert at gondor.apana.org.au>)
    this bug "probably has been fixed". Setting it to severity "fixed"
    (fixes: #39616), will close it later ...
  * debian/README.Bugs: Document throwing C++ exceptions "through" C
    libraries (closes: #22769).

gcc (2.95.2-0pre3) unstable; urgency=low

  * Updated to cvs updates of the gcc-2_95-branch until 19991019.
  * Apply NMU patches (closes: #46217).
  * debian/control.in: Fix egcs64 conflict-dependency for sparc
    architecture (closes: #47088).
  * debian/rules2: dbg-packages share doc dir with lib packages
    (closes #45067).
  * debian/patches/gcj-debian-policy.dpatch: Patch from Stephane
    Bortzmeyer to conform to Debian policy (closes: #44463).
  * debian/bugs/bug-*: Added test cases for new bug reports.
  * debian/patches/libstdc++-bastring.dpatch: Patch by Richard Kettlewell
    (closes #46550).
  * debian/rules.patch: Apply libstdc++-wall2 patch (closes #46609).
  * debian/README: Fix typo (closes: #45253).
  * debian/control.in: Remove primary/secondary distinction;
    dbg-packages don't provide their normal counterparts (closes #45206).
  * debian/rules.patch: gcc-combine patch applied upstream.
  * debian/rules2: Only use mail if with_check is set (off by default).
  * debian/rules.conf: Tighten binutils dependency to 2.9.5.0.12.

gcc (2.95.2-0pre2.0.2) unstable; urgency=HIGH (for m68k)

  * Binary-only NMU for m68k as quick fix for another bug; the patch
    is in CVS already, too.
  * Applied another patch by Andreas Schwab to fix %a5 restauration in
    some cases.

gcc (2.95.2-0pre2.0.1) unstable; urgency=HIGH (for m68k)

  * Binary-only NMU for m68k as quick fix for serious bugs; the patches
    are already checked into gcc CVS and should be in the next official
    version, too.
  * Applied two patches by Andreas Schwab to fix -fpic and loop optimization.

gcc (2.95.2-0pre2) unstable; urgency=low

  * Fixed in 2.95.2 (closes: #43478).
  * Previous version had Pascal examples missing in doc directory.

gcc (2.95.2-0pre1) unstable; urgency=low

  * Updated to cvs updates of the gcc-2_95-branch until 19990828.
  * Apply work around memory corruption (just for 2.95.1)  by
    Daniel Jacobowitz <dan at debian.org>.
  * debian/patches/libstdc++-wall2.dpatch: Patch from Franck Sicard
    <sicard at miniruth.solsoft.fr> to fix some warnings (closes: #44670).
  * debian/patches/libstdc++-valarray.dpatch: Patch from Hideaki Fujitani
    <fjtani at flab.fujitsu.co.jp> to fix a bug in valarray_array.h.
  * Applied NMU from Jim Pick minus the jump.c and fold-const.c patches
    already in the gcc-2_95-branch (closes: #44690).
  * Conform to debian-java policy (closes: #44463).
  * Move docs to /usr/share/doc (closes: #44782).
  * Remove debian/patches/gcc-align.dpatch applied upstream.
  * debian/*.postinst: Call install-info only, when configuring.
  * debian/*.{postinst,prerm}: Add #DEBHELPER# comments to handle
    /usr/doc -> /usr/share/doc transition.

gcc (2.95.1-2.1) unstable; urgency=low

  * Non-maintainer upload.
  * ARM platform no longer needs library-prefix patch.
  * Updated patches from Philip Blundell.

gcc (2.95.1-2) unstable; urgency=low

  * debian/gcc.{postinst,prerm}: gcc provides an alternative for
    sparc64-linux-gcc.
  * Applied patch from Ben Collins to enable bi-architecture (32/64)
    support for sparc.
  * Rebuild debian/control and debian/rules.parameters after unpacking.
  * debian/rules2: binary-indep. Conditionalize on with_pascal.

gcc (2.95.1-1) unstable; urgency=low

  * Updated to release gcc-2.95.1 and cvs updates of the gcc-2_95-branch
    until 19990828.
  * debian/README.gcc: Updated NEWS file to include 2.95 and 2.95.1 news.
  * debian/README.java: New file.
  * debian/rules.defs: Disabled gpc for alpha, arm. Disabled ObjC-GC
    for alpha.
  * debian/rules [clean]: Remove debian/rules.parameters.
  * debian/rules2 [binary-arch]: Call dh_shlibdeps with LD_LIBRARY_PATH set
    to installation dir of libstdc++. Why isn't this the default?
  * debian/control.in: *-dev packages do not longer conflict with
    libg++272-dev package.
  * Apply http://egcs.cygnus.com/ml/gcc-patches/1999-08/msg00599.html.
  * Only define BAD_THROW_ALLOC, when using exceptions (fixes #43462).
  * For ObjC (when configured with GC) recommend libgc4-dev, not libgc4.
  * New version of 68060 build patch.
  * debian/rules.conf: For m68k, depend on binutils version 2.9.1.

gcc (2.95.1-0pre2) unstable; urgency=medium

  * gpc is back again (fixes grave #43022).
  * debian/patches/gpc-updates.dpatch: Patches sent to upstream authors.
  * Work around the fatal dependtry assertion failure bug in dpkg (hint
    from "Antti-Juhani Kaijanaho" <ajk at debian.org>, fixes important #43072).

gcc (2.95.1-0pre1) unstable; urgency=low

  * Updated to cvs 19990815 gcc-2_95-branch; included install docs and
    FAQ from 2.95 release; upload source package as well.
  * Source package contains tarballs only (gcc, libg++, installdocs).
  * debian/rules: Splitted into debian/rules{,.unpack,.patch,.conf,2}.
  * debian/gcc.postinst: s/any key/RETURN; warn only when upgrading from
    pre 2.95 version; reference /usr/doc, not /usr/share/doc.
  * Checked syntax for attributes of functions; checked for #35068;
    checked for bad gmon.out files (at least with libc6 2.1.2-0pre5 and
    binutils 2.9.1.0.25-2 the problem doesn't show up anymore).
  * debian/patches/cpp-macro-doc.dpatch: Document macro varargs in cpp.texi.
  * gcc is primary compiler for all platforms but m68k. Setting
    severity of #22513 to fixed.
  * debian/patches/gcc-default-arch.dpatch: New patch to enable generation
    of i386 instruction as default (fixes #42743).
  * debian/rules: Removed outdated gcc NEWS file (fixes #42742).
  * debian/patches/libstdc++-out-of-mem.dpatch: Throw exception instead
    of aborting when out of memory (fixes #42622).
  * debian/patches/cpp-dos-newlines.dpatch: Handle ibackslashes after
    DOS newlines (fixes #29240).
  * Fixed in gcc-2.95.1: #43001.
  * Bugs closed in this version:
    Closes: #11525, #12253, #22513, #29240, #35068, #36182, #42584, #42585,
    #42602, #42622, #42742 #42743, #43001, #43002.

gcc (2.95-3) unstable; urgency=high

  * Provide /lib/cpp again (fixes important bug #42524).
  * Updated to cvs 19990805 gcc-2_95-branch.
  * Build with the default scheduler.
  * Apply install-multilib patch from Dan Jacobowitz.
  * Apply revised cpp-A- patch from Dan Jacobowitz.

gcc (2.95-2) unstable; urgency=low

  * Remove /lib/cpp. This driver uses files from /usr/lib/gcc-lib anyway.
  * The following bugs are fixed (compared to egcs-1.1.2).
    Closes: #4429, #20889, #21122, #26369, #28417, #28261, #31416, #35261,
    #35900, #35906, #38246, #38872, #39098, #39526, #40659, #40991, #41117,
    #41290, #41302, #41313.
  * The following by Joel Klecker:
    - Adopt dpkg-architecture variables.
    - Go back to SHELL = bash -e or it breaks where /bin/sh is not bash.
    - Disabled the testsuite, it is not included in the gcc 2.95 release.

gcc (2.95-1) unstable; urgency=low

  * Update for official gcc-2.95 release.
  * Built without gpc.
  * debian/rules: Remove g++FAQ from rules, which is outdated.
    For ix86, build for i386, not i486.
  * Apply patch from Jim Pick for building multilib package on arm.

gcc (2.95-0pre10) unstable; urgency=low

  * Use ../builddir-gcc-$(VER) by default instead of ./builddir; upstream
    strongly advises configuring outside of the source tree, and it makes
    some things much easier.
  * Add patch to prevent @local branches to weak symbols on powerpc (fixes
    apt compilation).
  * Add patch to make cpp -A- work as expected.
  * Renamed debian/patches/ppc-library-prefix.dpatch to library-prefix.dpatch;
    apply on all architectures.
  * debian/control.in: Remove snapshot dependencies.
  * debian/*.postinst: Reflect use of /usr/share/{info,man}.

gcc (2.95-0pre9) unstable; urgency=low

  * The following bugs are fixed (compared to egcs-1.1.2): #4429, #20889,
    #21122, #26369, #28417, #28261, #35261, #38246, #38872, #39526, #40659,
    #40991, #41117, #41290.
  * Updated to CVS gcc-19990718 snapshot.
  * debian/control.in: Removed references to egcs in descriptions.
    Changed gcj's Recommends libgcj-dev to Depends.
  * debian/rules: Apply ppc-library-prefix for alpha as well.
  * debian/patches/arm-config.dpatch: Updated patch sent by Jim Pick.

gcc (2.95-0pre8) unstable; urgency=low

  * Updated CVS.
  * debian/copyright: s%doc/copyright%share/common-licenses%
  * debian/README.Bugs: s/egcs.cygnus.com/gcc.gnu.org/ s/egcs-bugs/gcc-bugs/
  * debian/patches/reporting.dpatch: Remake diff for current sources.
  * debian/libstdc++-dev.postinst: It's /usr/share/info/iostream.info.
  * debian/rules: Current dejagnu snapshot reports a framework version
    of 1.3.1.

gcc-snapshot (19990714-0pre6) experimental; urgency=low

  * Updated to CVS gcc-19990714 snapshot.
  * Applied ARM patch (#40515).
  * Converted DOS style linefeeds in debian/patches/ppc-* files.
  * debian/rules: Reflect change in gcc/version.c; use sh -e as shell:
    for some obscure reason, bash -e doesn't work.
  * Reflect version change for libstdc++ (2.10). Remove libg++-name
    patch; libg++ now has version 2.8.1.3. Removed libc version from
    the package name.

gcc-snapshot (19990625-0pre5.1) experimental; urgency=low

  * Non-maintainer upload.
  * Added ARM specific patch.

gcc-snapshot (19990625-0pre5) experimental; urgency=low

  * Updated to CVS gcc-19990625 snapshot.

gcc-snapshot (19990609-0pre4.1) experimental; urgency=low

  * Added and re-added a few last PPC patches.

gcc-snapshot (19990609-0pre4) experimental; urgency=low

  * Updated to CVS egcs-19990611 snapshot.

gcc-snapshot (19990609-0pre3) experimental; urgency=low

  * CVS gcc-19990609 snapshot.
  * New gpc-19990607 snapshot.

gcc-snapshot (19990524-0pre1) experimental; urgency=low

  * egcs-19990524 snapshot.
  * First snapshot of the gcc-2_95-branch. egcs-1.2 is renamed to gcc-2.95,
    which is now the "official" successor to gcc-2.8.1. The full version
    name is: gcc-2.95 19990521 (prerelease).
  * debian/control.in: Changed maintainers to `Debian GCC maintainers'.
  * Moved all version numbers to epoch 1.
  * debian/rules: Major changes. The support for secondary compilers
    was already removed for the egcs-1.2 snapshots. Many fixes by
    Joel Klecker <espy at debian.org>.
    - Send mail to Debian maintainers for successful builds.
    - Fix VER and VERNO sed expressions.
    - Replace remaining GNUARCH occurrences.
  * New gpc snapshot (but don't build).
  * debian/patches/valarray.dpatch: Backport from libstdc++-v3.
  * debian/gcc-doc.*: Info is now gcc.info* (Joel Klecker <espy at debian.org>).
  * Use cpp driver provided by the package.
  * New script c89 (fixes #28261).

egcs (1.1.2-2) unstable; urgency=low

  * Integrate NMU's for arm and sparc (fixes #37582, #36857).
  * Apply patch for the Hurd (fixes #37753).
  * Describe open bugs in TODO.Debian. Please have a look if you can help.
  * Update README / math functions section (fixes #35906).
  * Done by J.H.M. Dassen (Ray) <jdassen at wi.LeidenUniv.nl>:
    - At Richard Braakman's request, made -dbg packages for libstdc++
      and libg++.
    - Provide egcc(1) (fixes lintian error).

egcs-snapshot (19990502-1) experimental; urgency=low

  * New snapshot.

egcs-snapshot (19990418-2) experimental; urgency=low

  * Merged Rays changes to build debug packages.

egcs-snapshot (19990418-1) experimental; urgency=low

  * New snapshot.
  * Disable cpplib.

egcs (1.1.2-1.2) unstable; urgency=low

  * NMU for arm
  * Added arm-optimizer.dpatch with optimizer workaround for ARM

egcs (1.1.2-1.1) unstable; urgency=low

  * NMU for sparc
  * Included dpatch to modify the references to gcc/crtstuff.c so that
    __register_frame_info is not a weak reference. This allows potato to
    remain binary compatible with slink, while still retaining compatibility
    with other sparc/egcs1.1.2 distributions. Diff in .dpatch format has
    been sent to the maintainer with a note it may not be needed for 1.1.3.

egcs (1.1.2-1) unstable; urgency=low

  * Final egcs-1.1.2 release built for potato as primary compiler
    for all architectures except m68k.

egcs-snapshot (19990321-1) experimental; urgency=low

  * New snapshot.
  * Disable gpc.
  * debian/rules: Simplified (no secondary compiler, bumped all versions
    to same epoch, libapi patch is included upstream).
  * Separated out cpp documentation to cpp-doc package.
  * Fixed in this version: #28417.

egcs (1.1.2-0slink2) stable; urgency=low

  * Applied H.J.Lu's egcs-19990315.linux patch.
  * Install faq.html and egcs-1.1.2 announcment.

egcs (1.1.2-0slink1) stable; urgency=low

  * Final egcs-1.1.2 release; compiled with glibc-2.0 for slink on i386.
  * debian/control.in: gcc provides egcc, when FIRST_PRIMARY defined.
  * Fixes #30767, #32278, #34252, #34352.
  * Don't build the libstdc++.so.2.9 library on architectures, which have
    switched to glibc-2.1.

egcs (1.1.1.63-2.2) unstable; urgency=low

  * Non-maintainer upload.
  * Incorporate patch from Joel Klecker to fix snapshot packages
    by moving/removing the application of libapi.
  * Disable the new libstdc++-dev-config and the postinst message in
    glibc 2.1 versions.

egcs (1.1.1.63-2.1) unstable; urgency=low

  * Non-maintainer upload.
  * Compile with glibc 2.1 release version.
  * New upstream version egcs-1.1.2 pre3.
  * Miscellaneous rules updates (see changelog.snapshot).
  * New set of powerpc-related patches from Franz Sirl,
    <fsirl at kernel.crashing.org>.
  * Disable libgcc.dpatch (new solution implemented upstream).  Remove it.
  * Also pass $target to config.if.
  * Enable Dwarf2 EH for powerpc.  Bump the C++ binary version.  No
    loss in -backwards- compatibility as far as I can tell, so add a
    compatibility symlink, and add to shlibs file.
  * Add --no-backup-if-mismatch to the debian/patches/*.dpatch files,
    to prevent bogus .orig's in diffs.
  * Merged with (unreleased) 1.1.1.62-1 and 1.1.1.63-{1,2} packages from
    Matthias Klose <doko at debian.org>.
  * Stop adding a backwards compatibility link for egcs-nof on powerpc.
    To my knowledge, nothing uses it.  Do add the libstdc++ API change
    link, though.

egcs (1.1.1.63-2) stable; urgency=low

  * Provide a libstdc++ with a shared object name, which is compatible
    to other distributions. Documented the change in README.Debian,
    the libstdc++-2.9.postinst and the libstdc++-dev-config script.

egcs (1.1.1.63-1.1) unstable; urgency=low

  * Non-Maintainer release.
  * Build against glibc 2.1.
  * Make egcs the primary compiler on i386.
  * Also confilct with egcc (<< FIRST_PRIMARY)
    if FIRST_PRIMARY is defined.
    (this tells dpkg that gcc completely obsoletes egcc)
  * Remove hjl-12 patch again, HJL says it should not be
    necessary with egcs 1.1.2.
    (as per forwarded reply from Christopher Chimelis)
  * Apply libapi patch in clean target before regenerating debian/control
    and remove the patch afterward. Otherwise, the libstdc++ and libg++
    package names are generated wrong on a glibc 2.1 system.

egcs (1.1.1.63-1) unstable; urgency=low

  * New upstream version egcs-1.1.1-pre3.
  * Applied improved libstdc++ warning patch from Rob Browning.

egcs (1.1.1.62-1) unstable; urgency=low

  * New upstream version egcs-1.1.1-pre2.
  * New upstream version libg++-2.8.1.3.
  * Readded ARM support
  * Readded hjl-12 per request from Christopher C Chimelis
    <chris at classnet.med.miami.edu>

egcs-snapshot (19990224-0.1) experimental; urgency=low

  * New snapshot.
  * Add the ability to disable CPPLIB by setting CPPLIB=no in
    the environment.
  * Disable gpc for powerpc; I spent a long time getting it to
    make correctly, and then it goes and ICEs.

egcs (1.1.1.61-1) unstable; urgency=low

  * New upstream version egcs-1.1.1-pre1.
  * debian/control.in: Applied patch from bug report #32987.
  * Split up H.J.Lu's hjl-19990115-linux patch into several small
    chunks: libapi, arm-mips, libgcc, hjl-other. The changelog.Linux
    aren't included in the separate chunks. Please refer to the
    unmodified hjl-19990115-linux patch file in the egcs source pkg.
  * Apply warning patch to fix the annoying spew you get if you try to
    use ropes or deques with -Wall (which makes -Wall mostly useless for
    spotting errors in your own code). Fixes #32996.
  * debian/rules: Unapply patches in the exact reverse order they were
    applied.

egcs (1.1.1-5) frozen unstable; urgency=medium

  * Move libgcc.map file to g++ package, where gcc is the secondary
    compiler (fixes #32329, #32605, #32631).
  * Prepare to rename libstdc++2.9 package for glibc-2.1 (fixes #32148).
  * Apply NMU patch for arm architecure (fixes #32367).
  * Don't apply hjl-12 patch for alpha architectures (requested by the
    alpha developers, Christopher C Chimelis <chris at classnet.med.miami.edu>).
  * Call makeinfo with --no-validate to fix obscure build failure on alpha.
  * Build gpc info files in doc subdirectory.
  * Remove c++filt diversion (C++ name demangling patch is now in binutils,
    fixes #30820 and #32502).

egcs (1.1.1-4.1) unstable; urgency=low

  * Non-maintainer upload.
  * Pascal doesn't build for ARM.

egcs (1.1.1-4) frozen unstable; urgency=high

  * Don't strip compiler libraries libgcc.a libobjc.a libg2c.a libgpc.a
  * Move Pascal examples to the right place (fixes #32149, part 1).
  * Add dependencies for switching from secondary to primary compiler,
    if FIRST_PRIMARY is defined (fixes #32149, part 2).

egcs (1.1.1-3) frozen unstable; urgency=low

  * Updated with the H.J.Lu's hjl-19990115-linux patch (fixes the
    __register_frame_info problems, mips and arm port included).
  * Update gpc to 19990118 (beta release candidate).
  * Strip static libraries (fixes #31247 and #31248).
  * Changed maintainer address.

egcs (1.1.1-2) frozen unstable; urgency=low

  * Moved egcs-docs, g77-doc and gpc-doc packages to doc section.
  * Downgraded Recommends: egcs-docs to Suggests: egcs-docs dependencies
    (for archs, where egcs is the primary compiler).
  * Add 'Suggests: stl-manual' dependency to libstdc++2.9-dev.
  * Applied one more alpha patch:
    ftp://ftp.yggdrasil.com/private/hjl/egcs/1.1.1/egcs-1.1.1.diff.12.gz
  * Applied PPro optimization patch.
  * Apply emit-rtl-nan patch.
  * Upgraded to libg++-2.8.1.2a-19981218.tar.gz.
  * Upgraded to gpc-19981218.
  * Make symlinks for gobjc, libstdc++2.9-dev and libg++2.8.2 doc directories.

egcs-snapshot (19981211-1) experimental; urgency=low

  * New snapshot.
  * Adapted gpc to egcs-2.92.x (BOOT_CFLAGS must include -g).
  * New libg++-2.8.1.2a-19981209.tar.gz.
  * debian/rules: new target mail-summary.

egcs (1.1.1-1) frozen unstable; urgency=high

  * Final egcs-1.1.1 release.
  * The last version depended on a versioned libc6 again.
  * Add lost dependency for libg++ on libstdc++.
  * Added debian-libstdc++.sh script to generate a libstdc++ on a Linux
    system, which doesn't use the libapi patch.

egcs (1.1.0.91.59-2) frozen unstable; urgency=high

  * Fixes bugs from libc6 2.0.7u-6 upload without dependency line
    Conflicts: libstdc++-2.9 (<< 2.91.59): #30019, #30066, #30078.
  * debian/copyright: Updated URLs.
  * gcc --help now mentions /usr/doc/debian/bug-reporting.txt.
  * Install README.Debian and include information about patches applied.
  * Depend on unversioned libc6 on i386, such that libstdc++2.9 can be used
    on a hamm system.

egcs (1.1.0.91.59-1) frozen unstable; urgency=low

  * This is egcs-1.1.1 prerelease #3, compiled with libc6 2.0.7u-6.
  * Added dependency for libstdc++2.9-dev on g++ (fixes #29631).
  * Package g77 provides f77 (fixes #29817).
  * Already fixed in earlier egcs-1.1 releases: #2493, #25271, #10620.
  * Bugs reported for gcc-2.7.x and fixed in the egcs version of gcc:
    #2493, #4430, #4954, #5367, #6047, #10612, #12375, #20606, #24788, #26100.
  * Upgraded libg++ to libg++-2.8.1.2a-19981114.
  * Upgraded gpc to gpc-19981124.
  * Close #25869: egcs and splay maintainers are unable to reproduce this
    bug with the current Debian packages. Bug submitter doesn't respond.
  * Close #25407: egcs maintainer cannot reproduce this bug with the current
    Debian compiler. Bug submitter doesn't respond.
  * Use debhelper 1.2.7 for building.
  * Replace the libstdc++ and libg++ compatibility links with fake libraries.

egcs (1.1.0.91.58-5) frozen unstable; urgency=low

  * Applied patch to build on the m68060.
  * Added c++filt and c++filt.1 to the g++ package.
  * Updated gpc to gpc-981105; fixes some regressions compared to egcs-1.1.
  * Separated out g77 and gpc doumentation to new packages g77-doc and gpc-doc.
  * Closed bugs (#22158).
  * Close #20248; on platforms where gas and gld are the default versions,
    it makes no difference to configure with or without enable-ld.
  * Close #24349. The bugs are in the amulet source.
    See http://www.cs.cmu.edu/afs/cs/project/amulet/www/FAQ.html#GCC28x
  * Rename gcc.info* files to egcs.info* (fixes #24088).
  * Documented known bugs (and workarounds) in BUGS.Debian.
  * Fixed demangling of C++ names (fixes #28787).
  * Applied patch form aspell to libstdc++/stl/stl_rope.h.
  * Updated from cvs 16 Nov 1998.

egcs-snapshot (19981115-2) experimental; urgency=low

  * New snapshot. Disabled gpc.
  * New packages g77-doc and gpc-doc.

egcs (1.1.0.91.58-3) frozen unstable; urgency=low

  * Previous version installed in potato, not slink.
  * Updated from cvs 3 Nov 1998.

egcs (1.1.0.91.58-2) unstable; urgency=low

  * [debian/rules]: added targets to apply and unapply patches.
  * [debian/README.patches]: New file.
  * Moved patches dir to debian/patches. debian/rules has to select
    the patches to apply.
  * Manual pages for genclass and gcov (fixes #5995, #20950, #22196).
  * Apply egcs-1.1-reload patch needed for powerpc architecture.
  * Fixed bugs (#17768, #20252, #25508, #27788).
  * Reapplied alpha patch (#20875).
  * Fixes first part of #22513, extended README.Debian (combining C & C++).
  * Already fixed in earlier egcs-1.1 releases: #17963, #20252, #20524,
    #20640, #22450, #24244, #24288, #28520.

egcs (1.1.0.91.58-1) experimental; urgency=low

  * New upstream version. That's the egcs-1.1.1 prerelease plus patches from
    the cvs archive upto 29 Oct 1998.
  * Merged files from the egcs and snapshot packages.
  * Updated libg++ to libg++-2.8.1.2 (although the Debian package name is still
    2.8.2).
  * Moved patches dir to patches-1.1.
  * Dan Jacobowitz:
    * This is a snapshot from the egcs_1_1_branch, with
      libapi, reload, builtin-apply, and egcs patches from
      the debian/patches/ dir applied, along with the egcs-gpc-patches
      and gcc/p/diffs/gcc-egcs-2.91.55.diff.
    * Conditionalize gcj and chill (since they aren't in this branch).
    * Fake snapshots drop the -snap-main.

egcs-snapshot (1.1-19981019-5.1) experimental; urgency=low

  * This is a snapshot from the egcs_1_1_branch, with
    libapi, reload, builtin-apply, and egcs patches from
    the debian/patches/ dir applied, along with the egcs-gpc-patches
    and gcc/p/diffs/gcc-egcs-2.91.55.diff.
  * Conditionalize gcj and chill (since they aren't in this
    branch).
  * Fake snapshots drop the -snap-main.

egcs (1.1b-5) unstable; urgency=low

  * [debian/control.in] Fixed typo in dependencies (#28076, #28087, #28092).

egcs (1.1b-4) unstable; urgency=low

  * Strengthened g++ dependency on libstdc++_LIB_SO_-dev from
    `Recommends' to `Depends'.
  * Updated README.Debian for egcs-1.1.
  * Updated TODO.

egcs-snapshot (19981005-0.1) experimental; urgency=low

  * Make libstdc++2.9-snap-main and libg++-snap-main provide
    their mainstream equivalents and put those equivalents into
    their shlibs file.
  * Package gcj, the GNU Compiler for Java(TM).

  * New upstream version of egcs (The -regcs_latest_snapshot branch).
  * Build without libg++ entirely.
  * Leave out gpc for now - the internals are sufficiently different
    that it does not trivially compile.
  * Include an experimental reload patch for powerpc - this is,
    in the words of its author, not release quality, but it allows
    powerpc linuxthreads to function.
  * On architectures where we are the primary compiler, let snapshots
    build with --prefix=/usr and conflict with the stable versions.
  * Package chill, a front end for the language Chill.
  * Other applied patches from debian/patches/: egcs-patches and
    builtin-apply-patch.
  * Use reload.c revision 1.43 to avoid a nasty bug.

egcs (1.1b-3.1) unstable; urgency=low

  * NMU to fix the egcc -> gcc link once and for all

egcs (1.1b-3) unstable; urgency=low

  * Oops. The egcc -> gcc link on archs where gcc is egcc was broken.
    Thanks to Chris Chimelis for pointing this out.

egcs (1.1b-2) unstable; urgency=low

  * New upstream spellfix release (Debian revision is 2 as the internal
    version numbers didn't change).
  * Added egcc -> gcc symlink on architectures where egcc is the primary C
    compiler. Thus, maintainers of packages that require egcc, can now
    simply use "egcc" without conditionals.
  * Porters: we hope/plan to make egcs's gcc the default C compiler on all
    platforms once the 2.2.x kernels are available. Please test this version
    thoroughly, and give us a GO / NO GO for your architecture.
  * Some symbols cpp used to predefine were removed upstream in order to clean
    up the cpp namespace, but imake requires them for determining the proper
    settings for LinuxMachineDefines (see /usr/X11R6/lib/X11/{Imake,linux}.cf),
    thus we put them back. Thanks to Paul Slootman for reporting his imake
    problems on Alpha.
    * [gcc/config/alpha/linux.h] Added -D__alpha to CPP_PREDEFINES .
      Thanks to Chris Chimelis for the alpha-only 1.1a-1.1 NMU which fixed
      this already.
    * [gcc/config/i386/linux.h] Added -D__i386__ to CPP_PREDEFINES .
    * [gcc/config/sparc/linux.h] Has -Dsparc in CPP_PREDEFINES .
    * [gcc/config/sparc/linux64.h] Has -Dsparc in CPP_PREDEFINES .
    * [gcc/config/m68k/linux.h] Has -Dmc68000 in CPP_PREDEFINES .
    * [gcc/config/rs6000/linux.h] Has -Dpowerpc in CPP_PREDEFINES .
    * [gcc/config/arm/linux.h] Has -Darm in CPP_PREDEFINES .
    * [gcc/config/i386/gnu.h] Has -Di386 in CPP_PREDEFINES .
  * Small fixes and updates in README.
  * Changes affecting the source package only:
    * [gcc/Makefile.in, gcc/cp/Make-lang.in, gcc/p/Make-lang.in]
      Daniel Jacobowitz: Ugly hacks of various kinds to make cplib2.txt get
      properly regenerated with multilib.
    * [debian/TODO] Created.
    * [INSTALL/index.html] Fixed broken link.

egcs (1.1a-1) unstable; urgency=low

  * New upstream release.
  * Added README.libstdc++ .
  * Updated Standards-Version.
  * Matthias:
    * Downgraded gobjc dependency on egcs-docs from Recommends: to Suggests: .
    * [libg++/Makefile.in] Patched not to rely on a `-f' flag of `ln'.

egcs (1.1-1) unstable; urgency=low

  * egcs-1.1 prerelease (from the last Debian package only the version file
    changed).
  * "Final" gpc Beta 2.1 gpc-19980830.
  * Included libg++ and gpc in the .orig tarball. so that diffs are getting
    smaller.
  * debian/control.in: Changed maintainer address to galenh-egcs at debian.org.
  * debian/copyright: Updated URLs.

egcs (1.0.99.56-0.1) unstable; urgency=low

  * New upstream snapshot 19980830 from CVS (called egcs-1.1 19980830).
  * New libg++ snapshot 980828.
  * Put all patches patches subdirectory; see patches/README in the source.
  * debian/control.in: readded for libg++2.8.2-dev:
    Replaces: libstdc++2.8-dev (<= 2.90.29-0.5)
  * Renamed libg++2.9 package to libg++2.8.2.
  * gcc/p/gpc-decl.c: Fix from Peter at Gerwinski.de; fixes optimization errors.
  * patches/gpc-patch2: Fix from Peter at Gerwinski.de; fixes alpha errors.
  * debian/rules: New configuration flag for building with and without
    libstdc++api patch; untested without ...

egcs (1.0.99-0.6) unstable; urgency=low

  * PowerPC fixes.
  * On powerpc, generate the -msoft-float libs and package them
    as egcs-nof.
  * Fix signed char error in gpc.
  * Create a libg++.so.2.9 compatibility symlink.

egcs (1.0.99-0.5) unstable; urgency=low

  * New upstream snapshot 19980824.
  * New gpc snapshot gpc-980822; reenabled gpc for alpha.

egcs (1.0.99-0.4) unstable; urgency=low

  * New upstream snapshot 19980819. Should build glibc 2.0.9x on PPC.

egcs (1.0.99-0.3) unstable; urgency=low

  * New upstream snapshot 19980816.
  * debian/rules: build correct debian/control and debian/*.shlibs
  * Enabled Haifa scheduler for ix86.

egcs (1.0.99-0.2) unstable; urgency=low

  * New upstream snapshot: egcs-19980812, minor changes only.
  * Fixes for building on `primary' targets.
  * Disabled gpc on `alpha' architecture.
  * Uses debhelper 1.1.6
  * debian/control.in: Replace older snapshot versions in favor of newer
    normal versions.
  * debian/rules: Fixes building of binary-arch target only.

egcs (1.0.99-0.1) unstable; urgency=low

  * New upstream version: pre egcs-1.1 version.
  * Many changes ... for details see debian/changelog.snapshot in the
    source package.
  * New packages libstdc++2.9 and libstdc++2.9-dev.
  * New libg++ snapshot 980731: new packages libg++2.9 and libg++2.9-dev.
  * New gpc snapshot gpc-980729: new package gpc.
  * Uses debhelper 1.1

egcs-snapshot (19980803-4) experimental; urgency=low

  * rebuilt debian/control.

egcs-snapshot (19980803-3) experimental; urgency=low

  * debian/rules: fix installation locations of NEWS, header and
    `undocumented' files.
  * man pages aren't compressed for the snapshot package.

egcs-snapshot (19980803-2) experimental; urgency=low

  * debian/rules: Uses debhelper. Old in debian/rules.old.
    renamed postinst, prerm files for use with debhelper.
  * debian/{libg++2.9,libstdc++2.9}/postinst: call ldconfig only,
    when called for configure.
  * egcs-docs is architecture independent package.
  * new libg++ snapshot 980731.
  * installed libstdc++ api patch (still buggy).

egcs-snapshot (19980729-1) experimental; urgency=low

  * New snapshot version 19980729 from CVS archive.
  * New gpc snapshot gpc-980729.
  * Let gcc/configure decide about using the Haifa scheduler.
  * Remove -DDEBIAN. That was needed for the security improvements with
    regard to the /tmp problem. egcs-1.1 chooses another approach.
  * Save test-protocol and extract gpc errors to gpc-test-summary.
  * Tighten binutils dependency to 2.9.1.
  * debian/rules: new build-info target
  * debian/{control.in,rules}: _SO_ and BINUTILSV substitution.
  * debian/rules: add dependency for debian/control.
  * debian/rules: remove bin/c++filt
  * TODO: next version will use debhelper; the unorganized moving of
    files becomes unmanageable ...
  * TODO: g++ headers in stdc++ package? check!

egcs-snapshot (19980721-1) experimental; urgency=low

  * Unreleased. Infinite loops in executables made by gpc.

egcs-snapshot (19980715-1) experimental; urgency=low

  * New snapshot version from CVS archive.
  * New gpc snapshot gpc-980715.
  * New libg++ version libg++-2.8.2-980708. Changed versioning
    schema for library. The major versions of libc, libstdc++ and the
    g++ interface are coded in the library name. Use this new schema,
    but provide a symlink to our previous schema, since the library
    seems to be binary compatible.
  * [debian/rules]: Fixed bug in build target, when bootstrap returns
    with an error

egcs-snapshot (19980701-1) experimental; urgency=low

  * New snapshot version from CVS archive.
    Two check programs in libg++ had to be manually killed to finish the
    testsuite (tBag and tSet).
  * New gpc snapshot gpc-980629.
  * Incorporated debian/rules changes from egcs-1.0.3a-0.5 (but don't remove
    gcc/cp/parse.c gcc/c-parse.c gcc/c-parse.y gcc/objc/objc-parse.c
    gcc/objc/objc-parse.y, since these files are part of the release).
  * Disable the -DMKTEMP_EACH_FILE -DHAVE_MKSTEMP -DDEBIAN flags for the
    snapshot. egcs-1.1 will have another solution.
  * Don't bootstrap the snapshot with -fno-force-mem. Internal compiler
    error :-(
  * libf2c.a and f2c.h have changed names to libg2c.a and g2c.h and
    have moved again into the gcc-lib dir. They are installed under
    libg2c.a and g2c.h. Is it necessary to provide links f2c -> g2c ?
  * debian/rules: reflect change of build dir of libraries.

egcs-snapshot (19980628-0.1) experimental; urgency=low

  * New upstream snapshot version.
  * Non-maintainer upload; Matthias appears to be absent currently.
  * Updated shlibs.
  * Merged changes from regular egcs:
    * [debian/control] Tightened dependency on binutils to 2.8.1.0.23 or
      newer, as according to INSTALL/SPECIFIC PowerPC (and possibly Sparc)
      need this.
    * [debian/rules] Clean up some generated files outside builddir,
      so the .diff.gz becomes smaller.
    * [debian/rules] Partial sync/update with the one for the regular egcs
      version.
  * [debian/rules] Make gcc/p/configure executable.

egcs (1.0.3a-0.6) frozen unstable; urgency=low

  * Some libg++ development files were in libstdc++2.8-dev rather than
    libg++2.8-dev. Fixed this and dealt with upgrading from the earlier
    versions (fixes #23908; this bug is not marked release-critical, but
    is annoying and can be quite confusing for users. Therefore, I think
    this fix should go in 2.0).

egcs (1.0.3a-0.5) frozen unstable; urgency=low

  * Fixed location of .hP files (Fixes #23448).
  * [debian/rules] simplified extraction of the files for libg++2.8-dev.

egcs (1.0.3a-0.4) frozen unstable; urgency=low

  * [gcc/gcc.c] There is one call to choose_temp_base for determining the
    tempdir to be used only; #ifdef HAVE_MKSTEMP delete the tempfile created
    as a side effect. (fixes #23123 for egcs).
  * [gcc/collect2.c] There's still a vulnerability here; I don't see how
    I can fix it without leaving behind tempfiles though.
  * [debian/control] Tightened dependency on binutils to 2.8.1.0.23 or
    newer, as according to INSTALL/SPECIFIC PowerPC (and possibly Sparc)
    need this.
  * [debian/rules] Clean up some generated files outside builddir, so the
    .diff.gz becomes smaller.

egcs-snapshot (19980608-1) experimental; urgency=low

  * New snapshot version.

egcs (1.0.3a-0.3) frozen unstable; urgency=high (security fixes)

  * [gcc/toplev.c] set flag_force_mem to 1 at optimisation level 3 or higher.
    This works around #17768 which is considered release-critical.
  * Changes by Matthias:
    * [debian/README] Documentation of the compiler situation for Objective C.
    * [debian/rules, debian/control.*] Generate control file from a master
      file.
    * [debian/rules] Updates for Pascal and Fortran parts; brings it in sync
      with the one for the egcs snapshots.
  * Use the recommended settings LDFLAGS=-s CFLAGS= BOOT_CFLAGS='-O2'.
  * Really compile -DMKTEMP_EACH_FILE -DHAVE_MKSTEMP (really fixes #19453
    for egcs).
  * [gcc/gcc.c] A couple of temp files weren't marked for deletion.

egcs (1.0.3a-0.2) frozen unstable; urgency=high (security fixes)

  * Security improvements with regard to the /tmp problem
    (gcc opens predictably named files in TMPDIR which can be abused via
    symlinks)  (Fixes #19453 for egcs).
    * Compile -DMKTEMP_EACH_FILE to ensure the %u name is generated randomly
      every time; affects gcc/gcc.c .
    * [gcc/choose-temp.c, libiberty/choose-temp.c]: use mktemp(3) if compiled
      -DUSE_MKSTEMP .
    * Security improvements: don't use the result of choose_temp_base in a
      predictable fashion.
      [gcc/gcc.c]:
      * @c, @objective-c: use random name rather then tempbasename.i for
        intermediate preprocessor output (%g.i -> %d%u).
      * @c, @objective-c: use random name rather then tempbasename.s for
        intermediate compiler output (%g.s -> %d%u).
      * @c, @objective-c, @cpp-output, @assembler-with-cpp: switched
        "as [-o output file] <input file>" to
        "as <input file> [-o output file]".
      * @c, @objective-c, @assembler-with-cpp: use previous random name
        (cc1|cpp output) rather then tempbasename.s for intermediate assembler
        input (%g.s -> %U)
      [gcc/f/lang-specs.h]:
      * @f77-cpp-input: use random name rather then tempbasename.i for
        intermediate cpp output (%g.i -> %d%u).
      * @f77-cpp-input: use previous random name (cpp output) rather than
        tempbasename.i for f771 input (%g.i -> %U).
      * @f77-cpp-input: switched
        "as [-o output file] <input file>" to
        "as <input file> [-o output file]".
      * @f77-cpp-input: use random name rather then tempbasename.s for
        intermediate compiler output (%g.s -> %d%u).
      * @ratfor: use random name rather then tempbasename.i for
        intermediate ratfor output (%g.f -> %d%u).
      * @ratfor: use previous random name (ratfor output) rather than
        tempbasename.i for f771 input (%g.f -> %U).
      * @ratfor: use random name rather then tempbasename.s for
        intermediate compiler output (%g.s -> %d%u).
      * @ratfor: switched
        "as [-o output file] <input file>" to
        "as <input file> [-o output file]".
      * @ratfor: use previous random name
        (ratfor output) rather then tempbasename.s for intermediate assembler
        input (%g.s -> %U).
      * @f77: use random name rather then tempbasename.s for
        intermediate ratfor output (%g.f -> %d%u).
      * @ratfor: use previous random name (ratfor output) rather than
        tempbasename.i for f771 input (%g.f -> %U).
      * @ratfor: use random name rather then tempbasename.s for
        intermediate compiler output (%g.s -> %d%u).
      * @ratfor: switched
        "as [-o output file] <input file>" to
        "as <input file> [-o output file]".
      * @ratfor: use previous random name
        (ratfor output) rather then tempbasename.s for intermediate assembler
        input (%g.s -> %U).
      * @f77: use random name rather then tempbasename.s for
        intermediate compiler output (%g.s -> %d%u).
      * @f77: switched
        "as [-o output file] <input file>" to
        "as <input file> [-o output file]".
      * @ratfor: use random name rather then tempbasename.s for
        intermediate compiler output (%g.s -> %U).
  * Run the testsuite (this requires the dejagnu package in experimental;
    unfortunately, it is difficult to distinguish this version from the one
    in frozen).
    if possible, and log the results in warn_summary and bootstrap-summary.
  * [gcc/choose-temp.c, libiberty/choose-temp.c]: s|returh|return| in
    comment.
  * Added notes on the Debian compiler setup [debian/README] to the
    development packages.
  * Matthias:
    * [libg++/etc/lf/Makefile.in] Replaced "-ltermcap" by "-lncurses".
    * [debian/rules] Updated so it can be used for both egcs releases and
      snapshots easily; added support for the GNU Pascal Compiler gpc.
    * [contrib/test_summary, contrib/warn_summary] Added from CVS.
    * Run compiler checks and include results in /usr/doc/<package>.
    * Updates to the README.
    * [debian/rules] Use assignments to speed up startup.
  * [debian/rules] Show the important variables at the start of the build
    process.
  * [debian/control.secondary] Added a dependency of gobjc on egcc on
    architectures where egcs provides the secondary compiler, as
    /usr/bin/egcc is the compiler driver for gobjc. (Fixes #22829).
  * [debian/control.*] Bumped Standards-Version; used shorter version
    numbers in the dependency relationships (esthetic difference only);
    fixed typo.

egcs-snapshot (19980525-1) experimental; urgency=low

  * New snapshot version.

egcs-snapshot (19980517-1) experimental; urgency=low

  * "Initial" release of the egcs-snapshot package; many debian/* files
    derived from the egcs-1.0.3a-0.1 package (maintained by Galen Hazelwood
    <galenh at micron.net>, NMU's by J.H.M. Dassen (Ray) <jdassen at wi.LeidenUniv.nl>)
  * The egcs-snapshot packages can coexist with the packages of the
    egcs release. Package names have a '-ss' appended.
  * All packages are installed in a separate tree (/usr/lib/egcs-ss following
    the FHSS).
  * Made all snapshot packages extra, all snapshot packages conflict
    with correspondent egcs packages, which are newer than the snapshot.
  * Included libg++-2.8.1-980505.
  * Included GNU Pascal (gpc-980511).
  * Haifa scheduler enabled for all snapshot packages.
  * Run compiler checks and include results in /usr/doc/<package>.
  * Further information in /usr/doc/<package>/README.snapshot.

egcs (1.0.3a-0.1) frozen unstable; urgency=low

  * New upstream release egcs-2.90.29 980515 (egcs-1.0.3 release)
    (we were using 1.0.3-prerelease).  This includes the Haifa patches
    we had since 1.0.3-0.2 and the gcc/objc/thr-posix.c patch we had
    since 1.0.3-0.1; the differences with 1.0.3-prerelease + patches
    we had is negligable.
  * iostream info documentation was in the wrong package (libg++2.8-dev).
    Now it's in libstdc++2.8-dev. (Thanks to Jens Rosenboom for bringing
    this to my attention). As 1.0.3-0.3 didn't make it out of Incoming,
    I'm not adding "Replaces:" for this; folks who had 1.0.3-0.3 installed
    already know enough to use --force-overwrite.
  * [gcc/objc/objc-act.c] Applied patch Matthias Klose supplied me with that
    demangles Objective C method names in gcc error messages.
  * Explicitly disable Haifa scheduling on Alpha, to make it easier to use
    this package's diff with egcs snapshots, which may turn on Haifa
    scheduling even though it is still unstable. (Requested by Chris Chimelis)
  * Don't run "configure" again if builddir already exists (makes it faster
    to restart builds in case one is hacking internals). Requested by
    Johnnie Ingram.
  * [gcc/gbl-ctors.h] Don't use extern declaration for atexit on glibc 2.1
    and higher (the prototype has probably changed; having the declaration
    broke Sparc compiles).
  * [debian/rules] Determine all version number automatically (from the
    version string in gcc/version.c).
  * [debian/copyright] Updated FTP locations; added text about libg++ (fixes
    #22465).

egcs (1.0.3-0.3) frozen unstable; urgency=low

  * Made an "egcs-doc" package containing documentation for egcs (e)gcc,
    g++, gobjc, so that administrators can choose whether to have this
    documenation or the documentation that comes with the GNU gcc package.
    Dependency on this is Recommends: on architectures where egcs provides
    the primary C compiler; Suggests: on the others (where GNU gcc is still
    the primary C compiler).
  * Use the g++ FAQ from gcc/cp rather than libg++, as that version is more
    up to date.
  * Added iostream info documentation to libstdc++2.8-dev.

egcs (1.0.3-0.2) frozen unstable; urgency=low

  * Added libg++ that works with egcs, found at
    ftp://ftp.yggdrasil.com/private/hjl/libg++-2.8.1-980505.tar.gz
    (fixes #20587 (Severity: important)).
  * The "libg++" and "libg++-dev" virtual packages now refer to the GNU
    extensions.
  * Added the g++ FAQ that comes with libg++ to the g++ package.
  * libg++/Makefile.in: added $(srcdir) to rule for g++FAQ.info so that it
    builds OK in builddir.
  * Added -D__i386__ to the cpp predefines on intel.
  * Patches Matthias supplied me with:
    * Further 1.0.3 prerelease patches from CVS.
      This includes patches to the Haifa scheduler. Alpha porters, please
      check if this makes the Haifa scheduler OK again.
    * Objective C patches from CVS.

egcs (1.0.3-0.1) frozen unstable; urgency=low (high for maintainers that use objc)

  * bug fixes only in new upstream version
  * Applied patches from egcs CVS archive (egcs_1_03_prerelease)
    (see gcc/ChangeLog in the egcs source package).
  * libstdc++2.8-dev no longer Provides: libg++-dev (fixes #21153).
  * libstdc++2.8-dev now Conflicts: libg++27-dev (bo),
    libg++272-dev (hamm) [regular packages] rather than
    Conflicts: libg++-dev [virtual package] to prepare the way for "libg++"
    to be used as a virtual package for a new libg++ package (i.e. an up to
    date one, which not longer contains libstdc++, but only the GNU
    extensions) that is compatible with the egcs g++ packages. Such a package
    isn't available yet. Joel Klecker tried building libg++2.8.1.1a within
    egcs's libstdc++ setup, but it appears to need true gcc 2.8.1 .
  * Filed Severity: important bugs against wxxt1-dev (#21707) because these
    still depend on libg++-dev, which is removed in this version.
    A fixed libsidplay1-dev has already been uploaded.
  * libstdc++2.8 is now Section: base and Priority: required (as dselect is
    linked against it).
  * Disabled Haifa scheduling on Alpha again; Chris Chimelis reported
    that this caused problems on some machines.
  * [gcc/extend.texi]
    ftp://maya.idiap.ch/pub/tmb/usenix88-lexic.ps.Z is no longer available;
    use http://master.debian.org/~karlheg/Usenix88-lexic.pdf .
    (fixes the egcs part of #20002).
  * Updated Standards-Version.
  * Changed chmod in debian/rules at Johnie Ingram's request.
  * Rather than hardwire the Debian part of the packages' version number,
    extract it from debian/changelog .
  * Use gcc/objc/thr-posix.c from 980418 egcs snapshot to make objc work.
    (Fixes #21192).
  * Applied workaround for the GNUstep packages on sparc systems.
    See README.sparc (on sparc packages only) in the doc directory.
    This affects the other compilers as well.
  * Already done in 1.0.2-0.7: the gobjc package now provides a virtual
    package objc-compiler.

egcs (1.0.2-0.7) frozen unstable; urgency=low

  * Separated out Objective-C compiler.
  * Applied patch from http://www.cygnus.com/ml/egcs/1998-Apr/0614.html

egcs (1.0.2-0.6) frozen unstable; urgency=low

  * Due to upstream changes (libg++ is now only the GNU specific C++
    classes, and is no longer maintained; libstdc++ contains the C++
    standard library, including STL), the virtual "libg++-dev"
    package's meaning has become confusing. Therefore, new or updated
    packages should no longer use the virtual "libg++-dev" package.
  * Corrected g++'s Recommends to libstdc++2.8-dev (>=2.90.27-0.1).
    The previous version had Recommends: libstdc++-dev (>=2.90.27-0.1)
    which doesn't work, as libstc++-dev is a virtual package.
  * Bumped Standards-Version.

egcs (1.0.2-0.5) frozen unstable; urgency=low (high for maintainers of packages that use libstdc++)

  * Modified shlibs file for libstdc++ to generate versioned dependencies,
    as it is not link compatible with the 1.0.1-x versions in
    project/experimental. (Fixes #20247, #20033)
    Packages depending on libstd++ should be recompiled to fix their
    dependencies.
  * Strenghtened g++'s Recommends: libstdc++-dev to the 1.0.2 version or
    newer.
  * Fixed problems with the unknown(7) symlink for gcov.
  * Reordering links now works.

egcs (1.0.2-0.4) frozen unstable; urgency=low

  * Unreleased. This is the version Adam Heath received from me.
  * Replaces: gcc (<= 2.7.2.3-3) so that the overlap with the older gcc
    packages (including bo's gcc_2.7.2.1-8) is handled properly
    (fixes #19931, #19672, #20217, #20593).
  * Alpha architecture (fixes #20875):
    * Patched gcc/config/alpha/linux.h for the gmon functions to operate
      properly.
    * Made egcs the primary C compiler.
    * Enabled Hafia scheduling.
  * Lintian-detected problems:
    * E: libstdc++2.8: ldconfig-symlink-before-shlib-in-deb usr/lib/libstdc++.so.2.8
    * E: egcc: binary-without-manpage gcov
      Reported as wishlist bug; added link to undocumented(7).
    * W: libstdc++2.8: non-standard-executable-perm usr/lib/libstdc++.so.2.8.0 0555
    * E: libstdc++2.8: shlib-with-executable-bit usr/lib/libstdc++.so.2.8.0 0555

egcs (1.0.2-0.3) frozen unstable; urgency=low

  * Really fixed dependencies.

egcs (1.0.2-0.2) frozen unstable; urgency=low

  * Fixed dependencies.

egcs (1.0.2-0.1) frozen unstable; urgency=low

  * New upstream version; it now has -Di386 in CPP_PREDEFINES.
  * Only used the debian/* patches from 1.0.1-2; the rest of it appears
    to be in 1.0.2 already.

egcs (1.0.1-2) unstable; urgency=low

  * Integrated pre-release 1.0.2 patches
  * Split out g++
  * egcs may now provide either the primary or secondary C compiler

egcs (1.0.1-1) unstable; urgency=low

  * New upstream version
  * egcs is now the standard Debian gcc!
  * gcc now provides c-compiler (#15248 et al.)
  * g77 now provides fortran77-compiler
  * g77 dependencies now correct (#16991)
  * /usr/doc/gcc/changelog.gz now has correct permissions (#16139)

egcs (1.0-1) experimental; urgency=low

  * First official release

egcs (970917-1) experimental; urgency=low

  * New upstream snapshot (There's a lot of stuff here as well, including
    a new libstdc++, but it _still_ won't build...)
  * eg77 driver now works properly

egcs (970904-1) experimental; urgency=low

  * New upstream snapshot

egcs (ss-970814-1) experimental; urgency=low

  * Initial packaging (of initial snapshot!)

gcc272 (2.7.2.3-12) unstable; urgency=low

  * Compiled on a glibc-2.0 based system.
  * Reflect move of manpage to /usr/share in gcc.postinst as well.
  * Moved gcc272-docs to section doc, priority optional.

gcc272 (2.7.2.3-11) unstable; urgency=low

  * Follow Debian policy for GNU system type (fixes #42657).
  * config/i386/linux.h: Remove %[cpp_cpu] from CPP_SPEC. Stops gcc-2.95
    complaining about obsolete spec operators (using gcc -V 2.7.2.3).
    Patch suggested by Zack Weinberg <zack at bitmover.com>.

gcc272 (2.7.2.3-10) unstable; urgency=low

  * Renamed source package to gcc272. The egcs source package is renamed
    to gcc, because it's now the "official" GNU C compiler.
  * Changed maintainer address to "Debian GCC maintainers".
  * Install info and man stuff to /usr/share.

gcc (2.7.2.3-9) unstable; urgency=low

  * debian/{postinst,prerm}-doc: handle gcc272.info, not gcc.info.
    Fixes #36306.

gcc (2.7.2.3-8) unstable; urgency=low

  * Make gcc-2.7 the secondary compiler. Rename gcc package to gcc272.
    On i386, sparc and m68k, this package is compiled against glibc2.0.
  * The cpp package is built from the egcs source package.

gcc (2.7.2.3-7) frozen unstable; urgency=low

  * Separated out ObjC compiler to gobjc27 package.
  * Changed maintainer address.
  * Synchronized README.Debian with egcs-1.1.1-3.

gcc (2.7.2.3-6) frozen unstable; urgency=low

  * Link with -lc on i386, m68k, sparc, when building shared libraries
    (fixes #25122).

gcc (2.7.2.3-5) frozen unstable; urgency=low

  * Updated maintainer info.
  * Updated Standards-Version; made lintian-clean.
  * gcc-docs can coexist with the latest egcs-docs, so added (<= version) to
    the Conflicts.
  * Updated the README and renamed it to README.Debian .
  * Put a reference to /usr/doc/gcc/README.Debian in the info docs.
  * Updated description of g++272 .
  * Clean up generated info files, to keep the diff small.

gcc (2.7.2.3-4.8) frozen unstable; urgency=high

  * Non-maintainer release
  * Fix type in extended description
  * Removed wrong test in postinst
  * Add preinst to clean up some stuff from an older gcc package properly
    and stop man complaining about dangling symlinks

gcc (2.7.2.3-4.7) frozen unstable; urgency=high

  * Really fixed gcc-docs postinst (Fixes #23470), so that `gcc-docs'
    becomes installable.

gcc (2.7.2.3-4.6) frozen unstable; urgency=high

  * [gcc.c] There is one call to choose_temp_base for determining the
    tempdir to be used only;
    #ifdef HAVE_MKSTEMP delete the tempfile created as a side effect.
    (fixes #23123 for gcc).
  * gcc-docs postinst was broken (due to a broken line) (fixes #23391, #23401).
  * [debian/control] description for gcc-docs said `egcs' where it should have
    said `gcc' (fixes #23396).

gcc (2.7.2.3-4.5) frozen unstable; urgency=high

  * The previous version left temporary files behind, as they were not
    marked for deletion afterwards.

gcc (2.7.2.3-4.4) frozen unstable; urgency=high (security fixes)

  * Security improvements with regard to the /tmp problem
    (gcc opens predictably named files in TMPDIR which can be abused via
    symlinks)  (Fixes #19453 for gcc):
    * Compile -DMKTEMP_EACH_FILE to ensure the %u name is generated randomly
      every time; affects gcc/gcc.c .
    * [cp/g++.c, collect2.c, gcc.c] If compiled -DHAVE_MKSTEMP use mkstemp(3)
      rather than mktemp(3).
    * Security improvements: don't use the result of choose_temp_base in a
      predictable fashion.
      [gcc.c]:
      * @c, @objective-c: use random name rather then tempbasename.i for
        intermediate preprocessor output (%g.i -> %d%u).
      * @c, @objective-c: use random name rather then tempbasename.s for
        intermediate compiler output (%g.s -> %d%u).
      * @c, @objective-c, @cpp-output, @assembler-with-cpp: switched
        "as [-o output file] <input file>" to
        "as <input file> [-o output file]".
      * @c, @objective-c, @assembler-with-cpp: use previous random name
        (cc1|cpp output) rather then tempbasename.s for intermediate assembler
        input (%g.s -> %U)
      [f/lang-specs.h]:
      * @f77-cpp-input: use random name rather then tempbasename.i for
        intermediate cpp output (%g.i -> %d%u).
      * @f77-cpp-input: use previous random name (cpp output) rather than
        tempbasename.i for f771 input (%g.i -> %U).
      * @f77-cpp-input: switched
        "as [-o output file] <input file>" to
        "as <input file> [-o output file]".
      * @f77-cpp-input: use random name rather then tempbasename.s for
        intermediate compiler output (%g.s -> %d%u).
      * @ratfor: use random name rather then tempbasename.i for
        intermediate ratfor output (%g.f -> %d%u).
      * @ratfor: use previous random name (ratfor output) rather than
        tempbasename.i for f771 input (%g.f -> %U).
      * @ratfor: use random name rather then tempbasename.s for
        intermediate compiler output (%g.s -> %d%u).
      * @ratfor: switched
        "as [-o output file] <input file>" to
        "as <input file> [-o output file]".
      * @ratfor: use previous random name
        (ratfor output) rather then tempbasename.s for intermediate assembler
        input (%g.s -> %U).
      * @f77: use random name rather then tempbasename.s for
        intermediate ratfor output (%g.f -> %d%u).
      * @ratfor: use previous random name (ratfor output) rather than
        tempbasename.i for f771 input (%g.f -> %U).
      * @ratfor: use random name rather then tempbasename.s for
        intermediate compiler output (%g.s -> %d%u).
      * @ratfor: switched
        "as [-o output file] <input file>" to
        "as <input file> [-o output file]".
      * @ratfor: use previous random name
        (ratfor output) rather then tempbasename.s for intermediate assembler
        input (%g.s -> %U).
      * @f77: use random name rather then tempbasename.s for
        intermediate compiler output (%g.s -> %d%u).
      * @f77: switched
        "as [-o output file] <input file>" to
        "as <input file> [-o output file]".
      * @ratfor: use random name rather then tempbasename.s for
        intermediate compiler output (%g.s -> %U).

gcc (2.7.2.3-4.3) frozen unstable; urgency=high

  * The "alpha" patches from -4 affected a lot more than alpha support,
    and in all likeliness broke compilation of libc6 2.0.7pre3-1
    and 2.0.7pre1-4 . I removed them by selective application of the
    diff between -4 and -4. (should fix #22292).
  * Fixed reference to the trampolines paper (fixes #20002 for Debian;
    this still needs to be forwarded).
  * This is for frozen too. (obsoletes #22390 (request to move -4.2 to
    frozen)).
  * Split of gcc-docs package, so that the gcc can be succesfully installed
    on systems that have egcs-docs installed.
  * Added the README on the compiler situation that's already in the egcs
    packages.
  * Use the recommended settings LDFLAGS=-s CFLAGS= BOOT_CFLAGS='-O2'.

gcc (2.7.2.3-4.2) unstable; urgency=low

  * Still for unstable, as I have received no feedback about the g++272
    package yet.
  * gcc now Provides: objc-compiler .
  * Clean up /etc/alternatives/{g++,g++.1.gz} if they are dangling.
    (fixes #19765, #20563)

gcc (2.7.2.3-4.1) unstable; urgency=low

  * Bumped Standards-Version.
  * Forked off a g++272 package (e.g. for code that uses the GNU extensions
    in libg++); for now this is in "unstable" only; feedback appreciated.
  * Some cleanup (lintian): permissions, absolute link, gzip manpage.

gcc (2.7.2.3-4) unstable; urgency=low

  * Added alpha patches
  * Only build C and objective-c compilers, split off g++

gcc (2.7.2.3-3) unstable; urgency=low

  * Added patches for m68k
  * Added patches for sparc (#13968)

gcc (2.7.2.3-2) unstable; urgency=low

  * Added g77 support (g77 0.5.21)

gcc (2.7.2.3-1) unstable; urgency=low

  * New upstream version
  * Now using pristine source
  * Removed misplaced paragraph in cpp.texi (#10877)
  * Fix security bug for temporary files (#5298)
  * Added Suggests: libg++-dev (#12335)
  * Patched objc/thr-posix.c to support conditions (#12502)

gcc (2.7.2.2-7) unstable; urgency=low

  * Made cc and c++ managed through alternates mechanism (for egcs)

gcc (2.7.2.2-6) unstable; urgency=low

  * Tweaked Objective-C thread support (#11069)

gcc (2.7.2.2-5) unstable; urgency=low

  * More updated m68k patches
  * Now conflicts with libc5-dev (#10006, #10112)
  * More strict Depends: cpp, prevents version mismatch (#9954)

gcc (2.7.2.2-4) unstable; urgency=low

  * Moved to unstable
  * Temporarily removed fortran support (waiting for new g77)
  * Updated m68k patches

gcc (2.7.2.2-3) experimental; urgency=low

  * Built against libc6 (fixes bug #8511)

gcc (2.7.2.2-2) experimental; urgency=low

  * Fixed configure to build crt{begin,end}S.o on i386

gcc (2.7.2.2-1) experimental; urgency=low

  * Built for use with libc6-dev (experimental purposes only!)
  * Added m68k patches from Andreas Schwab

gcc (2.7.2.1-7) unstable; urgency=low

  * Patched to support g77 0.5.20

gcc (2.7.2.1-6) unstable; urgency=low

  * Added (small) manpage for protoize/unprotoize (fixes bug #6904)
  * Removed -lieee from specs file (fixes bug #7741)
  * No longer builds aout-gcc

gcc (2.7.2.1-5) unstable; urgency=low

  * debian/control now lists cpp in section "interpreters"
  * Re-added Objective-c patches for unstable

gcc (2.7.2.1-4) stable unstable; urgency=low

  * Changed original source file so dpkg-source -x works
  * Removed Objective-c patches (unsafe for stable)
  * Built against rex's libc, so fixes placed in -3 are available to
    those still using rex

gcc (2.7.2.1-3) unstable; urgency=low

  * New (temporary) maintainer
  * Updated to new standards and source format
  * Integrated aout-gcc into gcc source package
  * Demoted aout-gcc to Priority "extra"
  * cpp package description more clear (fixes bug #5428)
  * Removed cpp "Replaces: gcc" (fixes bug #5762)
  * Minor fix to invoke.texi (fixes bug #2909)
  * Added latest Objective-C patches for GNUstep people (fixes bug #4657)

Date: Mon,  29 Jun 2009 22:29:17 +0100
Changed-By: Gauvain Pocentek <gauvain at pocentek.net>
Maintainer: Debian GCC Maintainers <debian-gcc at lists.debian.org>
Origin: Debian/unstable
https://launchpad.net/ubuntu/karmic/+source/gdc-4.1/0.25-20080616-4.1.2-23.2
-------------- next part --------------
Origin: Debian/unstable
Format: 1.7
Date: Mon,  29 Jun 2009 22:29:17 +0100
Source: gdc-4.1
Binary: gdc-4.1, libphobos-4.1-dev
Architecture: source
Version: 0.25-20080616-4.1.2-23.2
Distribution: karmic
Urgency: high
Maintainer: Debian GCC Maintainers <debian-gcc at lists.debian.org>
Changed-By: Gauvain Pocentek <gauvain at pocentek.net>
Description: 
 gdc-4.1    - The D compiler
Closes: 2910 4429 11525 12253 12253 20695 20889 21122 21255 22513 22769 26369 26864 27878 28261 28417 29240 31416 33037 33786 34876 35068 35215 35261 35477 35900 35906 36182 37358 38246 38872 39098 39526 40659 40991 41117 41290 41302 41313 42584 42585 42602 42622 42662 42742 42946 42989 43001 43119 43170 43478 43863 44463 44463 44670 44690 44782 45253 45440 46181 46217 46444 46720 47088 47453 47981 48011 48530 49186 49434 50294 50529 51456 51651 52382 53698 55291 55967 56867 58219 59005 59232 59776 61806 62309 64628 64832 65406 65686 65687 66175 67206 67631 68963 68987 69530 70743 72933 73065 75120 75759 76645 76827 79225 80468 81122 83221 83363 83550 84969 85445 85535 85934 87300 87540 88260 88694 90363 90666 93708 94404 94701 94701 94891 95318 96539 97603 99307 99307 99523 102271 102620 103051 103468 103568 103883 104250 104614 105285 105309 105309 105371 105569 105741 106252 106538 106716 107012 107124 107569 109351 109718 110189 111772 111801 112462 112758 112777 113236 114029 114099 114216 115390 116798 117503 117503 117765 118391 118648 118670 118781 120333 120452 121282 121924 122547 123155 123685 123790 124136 126218 126703 127111 127263 127489 127571 127805 128178 128367 128947 128974 128993 130415 130422 131454 131890 131977 131985 133433 133435 134005 134197 134558 135224 135404 135709 136359 136630 136659 136731 137382 138561 140427 141199 141797 142844 144602 146006 146883 147249 148181 148603 148662 148664 148682 148890 149002 149002 149151 149159 149776 150142 150558 151196 151357 151671 151675 152198 152315 152501 152709 153472 153965 154599 154767 156450 156734 157004 157292 157416 157416 157982 158459 158704 159354 159395 159620 159650 160175 160404 160859 161438 161517 161615 161853 162074 162843 162919 163172 163422 163647 163883 164009 164872 165110 165635 165829 165992 166143 166703 166766 166940 167116 167439 167932 168086 168310 168346 169101 169862 170994 171203 171477 171699 171748 172953 172956 173475 173844 174598 175144 175251 175253 175478 175799 176005 176101 176117 176311 176387 177016 177036 177303 177433 177674 177674 177679 177840 178325 178326 178327 178328 178596 178602 178830 178867 178909 178965 179128 179161 179298 179363 179597 179807 179931 180048 180129 180218 180375 180493 180520 180567 180750 180937 181096 181679 181813 184108 184446 184753 184800 184862 185604 185662 185903 186139 186185 186299 186447 187091 187910 188527 189059 189183 189365 189424 189494 189545 189702 189851 189851 189983 190066 190812 190818 191145 191147 191148 191149 191407 191551 191684 192135 192296 192347 192568 192576 193049 193689 193804 193830 194330 194345 194391 194513 194749 195237 195264 195424 195480 195483 195796 195911 196090 196091 196271 196380 196381 196600 196600 196744 196915 197099 197504 197613 197674 198042 198172 198261 198269 199835 200011 200140 200392 201550 201882 202016 202696 202762 203212 203351 203835 203835 203840 204407 205402 205404 205643 206377 207516 207564 207915 208717 208981 209152 209386 210478 210482 210844 210848 211054 211909 212260 212406 212912 212912 213994 213994 216105 217075 217240 217360 218219 218803 219508 219949 220000 220846 224413 224576 224593 224848 224848 224875 224875 225346 225438 225621 225663 225935 226148 226244 226273 227129 227193 227518 228018 228099 228645 228645 229567 229642 230338 232615 232709 233208 233208 233633 234333 234709 234711 236547 236560 236798 238432 238621 238621 239856 241255 242158 242318 242916 243507 243795 243796 243797 243799 243800 243801 243802 243803 243807 243812 243816 244225 244483 244496 244894 244940 244945 245438 246031 246188 246384 246388 246389 246639 247014 247015 247016 247021 247022 247562 247563 247565 247567 247568 247572 247573 248171 248174 248432 248677 248679 248686 249108 250174 251266 251293 251294 251707 252764 254626 254659 255801 257012 259789 260497 260710 261693 262441 262934 262956 263498 264025 265939 266110 267788 268023 269775 270620 270795 270854 273004 274096 274942 275547 275655 276225 276226 276291 276843 277206 278548 278549 280910 281445 281602 281847 283503 284777 285238 285364 285692 286715 288555 290950 291075 291077 291374 291497 292958 292961 293050 293076 293466 293957 294560 296047 296456 298263 298508 301140 301983 302989 303866 305344 305690 305690 306833 306854 307762 307993 308002 308367 308948 311128 312367 312741 312830 314405 314704 314706 314983 315140 315384 315386 315646 316499 317455 317983 318443 318488 318603 318932 319082 319087 319309 319818 320398 320915 321016 321100 321215 321215 321350 321486 321540 321591 321591 321785 322576 322849 322890 322912 323016 323426 323945 324502 325545 327254 328684 328705 328705 328973 329108 329715 329840 330099 330279 330730 330800 330826 331150 333536 333564 333733 333922 333951 333952 333954 335078 335650 336225 336915 337510 339046 340293 340874 341356 341710 342121 342484 342557 343112 343313 343692 344041 344265 344986 345574 346171 347484 347601 348792 349083 349087 351786 353346 353366 353618 355297 355439 356230 356231 356435 356548 356569 356569 356896 359281 360466 360498 360895 360906 361409 361904 361942 362307 362840 363289 364412 364820 364820 365388 365780 365900 366094 366733 366744 367166 367595 367999 368397 369547 369642 369690 369817 370248 370308 370320 370649 370661 370681 372152 372152 372559 372559 372605 373257 373820 373895 374535 375140 375522 376084 376148 376412 376660 376871 377012 377613 378321 378325 378599 378698 381022 381117 381572 381710 382352 382627 382741 382748 383705 384036 385021 385327 385505 385580 385974 386180 386228 386430 386864 386910 386926 387561 387826 388263 388626 389468 389539 390042 390425 390532 390620 390693 390874 390879 390966 391268 391445 391657 392327 392559 392974 393010 393071 394034 394630 394703 394917 395000 395397 400031 401585 403460 406015 406015 408888 413342 414316 416001 417275 421197 421362 421362 421382 421423 421526 422421 422469 422978 422995 422995 423094 423160 423757 425011 425399 427185 428741 429657 433539 433539 433539 447348 452113 459388 473167 483609 483906 499927
Launchpad-Bugs-Fixed: 77865 121834 145561
Changes: 
 gdc-4.1 (0.25-20080616-4.1.2-23.2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix debian/copyright, include info on license obtained from Digital
     Mars. Thanks to Walter Bright. Closes: #499927
 .
 gdc-4.1 (0.25-20080616-4.1.2-23.1) unstable; urgency=low
 .
   * Non-Maintainer Upload
   * Fix string concatenation segfaults on powerpc, thanks to Ulrich
     Eckhardt and Arthur Loiret (Closes: #473167).
 .
 gdc-4.1 (0.25-20080616-4.1.2-23) unstable; urgency=low
 .
   * Upload as gdc-4.1.
   * Update to upstram SVN 20080616.
     - gdc-fix-build.dpatch: Update.
   * debian/rules.defs: Disable biarch.
     - debian/rules2: Fix build with amd64 biarch disabled.
   * gdc-libstdcxx-nobuild: New: don't build libstdc++ when building gdc.
 .
 gcc-4.1 (4.1.2-23) unstable; urgency=low
 .
   [Matthias Klose]
   * Update to the gcc-4_1-branch 20080623.
     - mips/mipsel only updates.
   * On hurd-i386 with -fstack-protector do not link with libssp_nonshared
     (Samuel Thibault). Closes: #483609.
   * Fix cross build targeting powerpc biarch (Hector Oron). Closes: #483906.
   * Include library symlinks in gobjc and gfortran multilib packages, when
     not building the library packages.
   * Fix some lintian warnings and errors.
 .
   [Arthur Loiret]
   * debian/rules2: configure sh4-linux with --with-multilib-list=m4,m4-nofpu
     and --with-cpu=sh4.
   * debian/rules.patch: Don't apply sh4-multilib.dpatch.
   * mips-warnings.dpatch: Add missing #undef ASM_OUTPUT_EXTERNAL to fix
     warnings during build.
 .
 gcc-4.1 (4.1.2-22) unstable; urgency=low
 .
   [Matthias Klose]
   * Update to the gcc-4_1-branch 20080420.
     - Fix PR middle-end/35163, wrong code, folding comparison loses cast.
   * Remove treelang build support.
   * Add gcc-multilib64dir patch, remove ppc64-biarch patch; gcc
     -print-multi-os-directory prints `../lib' again.
 .
   [Aurelien Jarno]
   * Disable amd64-biarch patch on kfreebsd-amd64.
 .
   [Arthur Loiret]
   * Support sh4 targets:
     - sh4-multilib.dpatch: Add, fix multilib (m4/m4-nofpu) for sh4-linux.
   * Update gdc to upstream SVN 20080419.
     + Don't use svn-gdc-updates this time, new orig tarball.
 .
 gcc-4.1 (4.1.2-21) unstable; urgency=low
 .
   [Matthias Klose]
   * Update to the gcc-4_1-branch 20080308.
     - debian/patches/amd64-biarch.dpatch: Remove.
     - debian/patches/{powerpc,ppc64}-biarch.dpatch: Update.
   * Update PR other/28322, ignore only unknown -W* options.
 .
   [Arthur Loiret]
   * pr25524.dpatch: Update, backport register_include_chains call fix from
     trunk.
 .
 gcc-4.1 (4.1.2-20) unstable; urgency=low
 .
   [Ludovic Brenta]
   * debian/rules.d/binary-ada.mk, debian/control.m4: merge from
     gnat-4.2 (= 4.2.2-7).  This restores libgnatvsn-dev and
     libgnatprj-dev and therefore closes: #447348.
   * change package names: libgnatvsn-dev becomes libgnatvsn4.1-dev;
 	                  libgnatprj-dev becomes libgnatprj4.1-dev;
     the unversioned packages will be provided by gcc-defaults.
 .
   [ Aurelien Jarno]
   * debian/multiarch.inc: change mipsel64 into mips64el.
 .
   [Matthias Klose]
   * Update to the gcc-4_1-branch 20080301.
   * Fix PR other/28322, GCC new warnings and compatibility.
   * Disable building ObjC, ObjC++, Fortran and Treelang compilers.
   * Remove 4.1.2 compatibility symlinks in gcclibdir.
 .
 gcc-4.1 (4.1.2-19) unstable; urgency=low
 .
   [Matthias Klose]
   * Update to the gcc-4_1-branch 20080114.
   * Fix build failures for gnat-4.1, gpc-4.1, gdc-4.1 introduced by recent
     gdc changes.
   * Set the priority of gcc-4.1-base to optional.
   * Update debian/watch. Closes: #459388. Addresses: #459389, #459390.
   * Apply fixes for PR java/33639, PR java/33765, taken from the trunk.
   * Fix build failure with dpkg-shlibdeps (>= 1.14.15).
 .
   [Arthur Loiret]
   * debian/rules.defs: Disable phobos on hurd-i386.
     - gdc-hurd-proc_maps.dpatch: Remove.
 .
 gcc-4.1 (4.1.2-18) unstable; urgency=low
 .
   [Matthias Klose]
   * Update to the gcc-4_1-branch 20071209.
     - Fix PR middle-end/34130, wrong code with some __builtin_abs expressions.
       Closes: #452113.
   * debian/rules2 (STAGE1_CFLAGS): Fix build failure on m68k.
   * Don't run the testsuite on hppa when expect-tcl8.3 is not available.
   * Fix again profiling support on the Hurd (Thomas Schwinge). Closes: #433539.
   * debian/rules.d/binary-java.mk: dpkg-shlibsdeps can't handle the dangling
     symlink to libgcj_bc.so.1. Remove it temporarily.
   * Add libgcj_bc to the libgcj7-1 shlibs file.
   * Build-depend on gcc-4.1-multilib instead of gcc-multilib.
   * Build the java plugin always using libxul-dev.
 .
   [Arthur Loiret]
   * Update gdc to upstream SVN 20071124.
   * Separate libphobos from gdc package.
   * Build gdc on all archs, without libphobos on unsupported upstream archs.
     - debian/rules.defs: disable libphobos on sparc
   * Install libphobos in the private gcc lib dir.
   * Update gdc driver to use system zlib.
   * Always build with parallel=1 to hopefully have readable logs.
   * Always disable the testsuite with gdc.
   * debian/rules.patch: Update gdc patches list:
     - gdc-4.1.dpatch: Update from upstream SVN, update gcc/DEV-PHASE.
     - gdc-pr26885.dpatch: Add, enable pr26885 again.
     - gdc-driver-zlib.dpatch: Add, use up-to-date system zlib.
     - gdc-build.dpatch: Remove, renamed to gdc-libphobos-build.dpatch
     - gdc-libphobos-build.dpatch: Add.
     - gdc-driver-nophobos.dpatch: Add, disable phobos on unsupported archs.
     - gdc-fix-build.dpatch: Add, fix build on non-biarched 64 bit targets,
       fix a small gcc/config/ issue.
     - gdc-libphobos-std-format.dpatch: Add.
     - gdc-arm-unwind_ptr.dpatch: Add, fix build on arm.
     - gdc-mips-gcc-config.dpatch: Add, fix build on mips.
     - gdc-hurd-proc_maps.dpatch: Add, fix build on hurd.
   * Begin to work on cross-compilation support, now supported upstream.
 .
 gcc-4.1 (4.1.2-17) unstable; urgency=low
 .
   [Matthias Klose]
   * Update to the gcc-4_1-branch 20071019.
     - Fix PR target/33256 (mips).
     - Fix PR tree-optimization/33142, wrong code with VRP through ABS_EXPR.
       Closes: #429657.
     - Fix PR c++/29226, ICE in make_decl_rtl (closes: #388626).
     - Fix PR target/31641, ICE in s390_expand_setmem (closes: #385580).
   * Set the priority of the source package to optional.
   * Remove .la files from the biarch libstdc++ debug packages,
     conflict with the 3.4 package. Addresses: #440490.
   * Update Hurd fixes (Samuel Thibault).
   * When -fstack-protector is the default (Ubuntu), do not enable
     -fstack-protector when -nostdlib is specified. LP: #77865.
   * Add -g to BOOT_CFLAGS, set STAGE1_CFLAGS to -g -O, only pass
     other settings when required.
   * Fix installation of the s390 libstdc++ biarch headers.
   * Allow the powerpc build on a 32bit machine (without running the
     biarch testsuite).
   * Add niagara2 optimization support (David Miller).
 .
   * Only remove libgcj7's classmap db if no other libgcj7* library is
     installed.
   * Disable building gcj for mipsel.
 .
   * Update gpc to CVS 20070904.
   * debian/copyright: gpc is now licensed under the GPL3. The gpc
     changes are only found in the gpc-4.1 sources.
   * Loosen dependency of gpc-4.1 on gcc-4.1. LP: #145561.
 .
   [Arthur Loiret]
   * Port on k*bsd*-gnu:
     - Apply Debian patch in upstream SVN. (target-ver-syms.sh,
       phobos/acinclude.m4, phobos/configure.in)
     - debian/control.m4: add kfreebsd-i386 and kfreebsd-amd64 to gdc
       Architecture list.
   * svn-gdc-updates.dpatch: Update to SVN 20070914.
     - Merge DMD 1.021
     - dmd-script, d-spec.c (lang_specific_driver): Support -debuglib= and
       -defaultlib= options.
     - phobos/std/stdio.d (readln): Use the result of getdelim correctly.
       (SF 1788195)
     - d-glue.cc (FuncDeclaration::toObjFile): Do not gimplify if there were
       errors. (Bugzilla 1415)
     - d-objfile.cc (outdata): Do not set TREE_CONSTANT on initializers.
       (Bugzilla 1453)
     -  phobos/std/c/stdio.d: Define fpos_t correctly for Drawin.
        (Bugzilla 1469)
     - d-codegen.{h, cc}, d-glue.cc: Change rawArray to toDArray. Do
       not cast result to void[]. (Bugzilla 1490)
     - d-glue.cc, d-codegen.h, d-codegen.cc: Make it an error
       to reference a nested function without a body. (SF 1793594)
     - d-codegen.cc (convertTo, call): Prevent multiple re-evaluation
       of delgate. (Bugzilla 1492)
 .
   * debian/rules.d/binary-d.mk: Add $(DEB_TARGET_GNU_TYPE) symlinks for
     gdc/gdmd binaries.
   * gdc-sqrt-double-cast.dpatch: disable (not removed yet) in rules.patch,
     should be fixed upstream.
 .
   [Ludovic Brenta]
   * Disable building libgnatprj-dev and libgnatvsn-dev; now provided by
     gnat-4.2.
 .
 gcc-4.1 (4.1.2-16) unstable; urgency=low
 .
   [Matthias Klose]
   * Update to the gcc-4_1-branch 20070831.
   * Apply proposed patches:
     - Improve debug info for packed arrays with constant bounds
       (PR fortran/22244).
     - Fix libgcc.a(tramp.o) on ppc32.
   * Update the -fdirectives-only backport.
   * debian/patches/libjava-class-igf.dpatch: Backport from the trunk.
   * Build-depend again on locales on arm, hppa, mipsel.
   * gdc-4.1: Loosen dependency on g++-4.1.
   * Disable gij/gcj for arm, armel, hppa, mips; currently fails to build.
 .
   * Update gpc patches and build support for GCC-4.1.
   * Update gpc frontend and backend patch to gcc-4.1-5f.
 .
   [Arthur Loiret]
   * debian/control.m4 set gdc Architecture to i386 amd64 powerpc ppc64 lpia
     until there are some others supported archs.
   * debian/rules.conf: Use GDC_BASE_VERSION for DEB_GDC_VERSION rather than
     specifying the upstream gdc version by hand.
   * debian/rules.unpack: symlink-tree libphobos after unpack instead of right
     before patch, update debian/rules.patch accordingly.
   * debian/rules2: Add -std=gnu99 to CFLAGS and -lm to LDFLAGS when building
     the D compiler.
   * debian/copyright: Set the D compiler package name as gdc-4.1.
   * gdc-sqrt-double-cast.dpatch: Fix build on powerpc.
   * gdc-4.1.dpatch: Update
     - gcc/tree-sra.c: Do not use SRA on structs with aliased fields created
       for anonymous unions.
     - gcc/predict.c: Add null-pointer check.
 .
   * svn-gdc-updates.dpatch: Update to SVN 20070829.
     - d-decls.cc (uniqueName): Allow multiple static declaration with the same
       name if in a function. (SF 1783085)
     - d-codegen.cc (call): Use CommaExp correctly. (Bugzilla 1443)
     - dmd/todt.c (createTsarrayDt): Don't take quadratic time to build the
       initializer. (Bugzilla 1440)
 .
 gcc-4.1 (4.1.2-15) unstable; urgency=low
 .
   [Matthias Klose]
   * Update to the gcc-4_1-branch 20070812.
 .
   * Period of grace is over, turn on again the testsuite on m68k.
   * Update infrastructure for the gcc-source package (Bastian Blank).
   * Update profiling on the Hurd (Samuel Thibault, Michael Casadevall).
     Closes: #433539.
   * debian/rules2: Allow DEB_BUILD_OPTIONS=parallel=<n> to overwrite NJOBS.
   * Allow lang=<l1>,<l2> nolang=<l3,l4> in DEB_BUILD_OPTIONS; deprecating
     WITHOUT_LANG, and WITHOUT_CHECK.
   * debian/rules.defs, debian/rules.conf: Cache some often used macros.
   * Backport from trunk: -fdirectives-only (when preprocessing, handle
     directives, but do not expand macros).
   * Report an ICE to apport (if apport is available).
 .
   * Don't build a libgcj-doc package from the gcj-4.1 source.
   * Install gappletviewer man page. Closes: #423094.
   * Fix gcj build failure on the Hurd (Samuel Thibault). Closes: #408888.
   * Fix PR java/32862, bugs in EnumMap implementation. Closes: #423160.
   * Fix PR classpath/32844.
   * Support @ arguments in gjar.
   * gcjwebplugin: Register for more browsers (package currently not built).
   * gij/boehm-gc: Use sysconf as fallback, if reading /proc/stat fails.
     Closes: #422469.
   * libjava: Avoid dependency on MAXHOSTNAMELEN (Samuel Thibault).
   * Tighten dependencies on ecj/libecj-java.
   * Don't build and test libjava for the biarch architecture.
   * Build only needed multilib libraries when building as gcj or gnat.
   * Link libgcj using -Bsymbolic-functions.
 .
   * Integrate gdc build infrastructure.
 .
   [Arthur Loiret]
   * Fix cross builds targeting x86_64. Closes: LP: #121834.
   * New build infrastructure to build the gdc compiler.
     Closes: #312367, #317983, #403460.
 .
 gcc-4.1 (4.1.2-14) unstable; urgency=low
 .
   * Update to SVN 20070718.
   * Update boehm-gc, libjava from the gcc-4.1 Fedora branch 20070718.
   * Explicitely use fastjar to build gcj-4.1. Closes: #416001.
   * Configure with --enable-libgcj on m32r (Kazuhiro Inaoka). Closes: #417275.
   * On i386, don't configure --with-tune=i686 (generic is the default).
   * Tighten build dependency on libmpfr-dev.
   * Fix profiling on the Hurd. Closes: #433539.
 .
 gcc-4.1 (4.1.2-13) unstable; urgency=low
 .
   * Update to SVN 20070629.
   * Add version information for the libjava test summary; add
     test summary for gnat builds.
   * Update libjava from the gcc-4.1 Fedora branch 20070611.
   * On mips*-linux, always imply -lpthread for -pthread (Thiemo Seufer).
     Closes: #428741.
   * For ix86 lpia targets, configure --with-tune=i586.
   * README.Debian: Point to debian-toolchain for general toolchain topics.
   * Build the 64bit biarch libstdc++ using the gnu locale model.
   * Only suggest multilib packages on multilib architectures.
 .
 gcc-4.1 (4.1.2-12) unstable; urgency=high
 .
   * i386-biarch.dpatch: Update for the backport for PR target/31868.
     Closes: #427185.
   * m68k-libffi2.dpatch: Update. Closes: #425399.
 .
 gcc-4.1 (4.1.2-11) unstable; urgency=low
 .
   * Update to SVN 20070601.
   * Build the libmudflap0-dev package again.
   * Don't build libffi, when the packages are not built.
 .
 gcc-4.1 (4.1.2-10) unstable; urgency=low
 .
   * Regenerate the control file.
 .
 gcc-4.1 (4.1.2-9) unstable; urgency=low
 .
   * Update to SVN 20070528.
   * Don't build packages now built from the gcc-4.2 source (arm, m68k,
     mips, mipsel).
   * Add backport for PR middle-end/20218.
   * Add backport for PR target/31868.
 .
 gcc-4.1 (4.1.2-8) unstable; urgency=low
 .
   * Update to SVN 20070518.
   * Don't build packages now built from the gcc-4.2 source.
 .
   [ Aurelian Jarno ]
   * Update libffi patch for ARM. Closes: #425011.
   * arm-pr30486, arm-pr28516, arm-unbreak-eabi-armv4t: New.
   * Disable FFI, Java, ObjC for armel.
 .
 gcc-4.1 (4.1.2-7) unstable; urgency=low
 .
   * Update to SVN 20070514.
   * Link using --hash-style=both on supported architectures. Addresses: #421790.
   * On hppa, build ecjx as a native binary.
   * note-gnu-stack.dpatch: Fix ARM comment marker (Daniel Jacobowitz).
     Closes: #422978.
   * Add build dependency on libxul-dev for *-freebsd. Closes: #422995.
   * Update config.guess/config.sub and build gcjwebplugin on GNU/kFreeBSD
     (Aurelian Jarno). Closes: #422995.
   * Disable ssp on hurd-i386. Closes: #423757.
 .
 gcc-4.1 (4.1.2-6) unstable; urgency=low
 .
   * Update libjava from the gcc-4.1 Fedora branch 20070504.
   * gfortran-4.1: Fix the target of the libgfortran.so symlink.
     Closes: #421362.
   * Build-depend on gcc-multilib [amd64 i386 powerpc ppc64 s390 sparc].
   * Readd build dependency on binutils on arm.
   * (Build-) depend on glibc (>= 2.5) for all architectures.
   * Remove libssp packages from the control file.
   * Fix wrong code generation on hppa when TLS variables are used.
     Closes: #422421.
 .
 gcc-4.1 (4.1.2-5) unstable; urgency=low
 .
   * Update to SVN 20070429.
   * Update libjava from the gcc-4.1 Fedora branch 20070428.
   * Update m68k patches:
     - Remove pr25514, pr27736, applied upstream.
     - Update m68k-java.
   * Link using --hash-style=gnu/both.
   * Tighten (build) dependency on binutils. Closes: #421197.
   * gij-4.1: Add a conflict with java-gcj-compat (<< 1.0.69).
   * gfortran-4.1: Depend on libgfortran1, provide the libgfortran.so
     symlink. Closes: #421362.
   * gcc-4.1, gcc-4.1-multilib: Fix compatibility symlinks. Closes: #421382.
   * Temporarily remove build dependency on locales on arm, hppa, m68k, mipsel.
   * Temporarily remove build dependency on binutils on arm.
   * Fix FTBFS on GNU/kFreeBSD (Aurelian Jarno). Closes: #421423.
   * gij-4.1 postinst: Create /var/lib/gcj-4.1. Closes: #421526.
 .
 gcc-4.1 (4.1.2-4) unstable; urgency=medium
 .
   * Update to SVN 20070423.
     - Remove pr11953, applied upstream.
     - Fix ld version detection in libstdc++v3.
   * Update libjava from the gcc-4.1 Fedora branch 20070423.
   * Merge libgfortran1-dev into gfortran-4.1.
   * Add multilib packages for gcc, g++, gobjc, gobjc++, gfortran.
   * Don't link using --hash-style=gnu/both; loosen dependency on binutils.
   * Don't revert the patch to fix PR c++/27227.
 .
 gcc-4.1 (4.1.2-3) experimental; urgency=low
 .
   * Update to SVN 20070405.
   * Update libjava from the gcc-4.1 Fedora branch 20070405.
   * Robustify setting of make's -j flag. Closes: #414316.
   * Only build the libssp packages, when building the common libraries.
   * gcc-4.1-hppa64: Don't depend on libc6-dev.
 .
 gcc-4.1 (4.1.2-2) experimental; urgency=low
 .
   * Update to SVN 20070306.
   * Update libjava from the gcc-4.1 Fedora branch 20070306.
 .
   [Matthias Klose]
   * Don't install gij-wrapper anymore, directly register gij as a java
     alternative.
   * Don't install gcjh-wrapper anymore.
   * Don't use exact versioned dependencies on gcj-base for libgcj and
     libgcj-awt.
   * Fix glibc build dependency for alpha.
   * Support -ffast-math on hurd-i386 (Samuel Thibault). Closes: #413342.
   * Update kfreebsd-amd64 patches (Aurelien Jarno). Closes: #406015.
   * gij: Consistently use $(dbexecdir) to reference the gcj sub dir.
   * Install into /usr/lib/gcc/<target_alias>/4.1, to ease upgrades
     between minor versions.
     Add compatibility symlinks in <target_alias>/4.1.2 to build gnat-4.1
     and gcj-4.1 from separate sources.
 .
 gcc-4.1 (4.1.2-1) experimental; urgency=low
 .
   [Matthias Klose]
   * Update to gcc-4.1.2.
   * Update libjava backport patches, split out boehm-gc-backport patch.
   * Enable the cpu-default-generic patch (i386, amd64), backport from 4.2.
   * Correct mfctl instruction syntax (hppa), backport from the trunk.
   * Backport PR java/9861 (name mangling updates).
   * gcc.c (main): Call expandargv (backport from 4.2).
   * Apply gcc dwarf2 unwinding patches from the trunk.
   * Apply backport for PR 20208 on amd64 i386 powerpc ppc64 sparc s390.
   * Apply patches from the 4.1 branch for PR rtl-optimization/28772,
     PR middle-end/30313, PR middle-end/30473, PR c++/30536, PR debug/30189,
     PR fortran/30478, PR rtl-optimization/30787, PR tree-optimization/30823,
     PR rtl-optimization/28173, PR ada/30684, bug in pointer dependency test,
     PR rtl-optimization/30931, PR fortran/25392, PR fortran/30400,
     PR libgfortran/30910, PR libgfortran/30918, PR fortran/29441,
     PR target/30634.
   * Update NEWS files.
   * Include a backport of the ecj+generics java updates as
     gcj-ecj-20070215.tar.bz2. Install it into the gcc-4.1-source package.
   * Do not build fastjar anymore from this source.
   * debian/control.m4: Move expect-tcl8.3 before dejagnu.
   * Work around firefox/icewhatever dropping plugin dependencies on xpcom.
   * Refactor naming of libgcj packages in the build files.
   * Make libstdc++-doc's build dependencies depending on the source package.
   * Do not build packages on architectures, which are already built by gcc-4.2.
 .
   * Merge the gcj generics backport from Ubuntu:
 .
     - Merge the Java bits (eclipse based compiler, 1.5 compatibility,
       classpath generics) from the gcc-4.1 Fedora branch.
     - Drop all previous patches from the classpath-0.93 merge, keep
       the boehm-gc backport (splitted out as a separate patch).
     - Add a gcj-ecj-generics.tar.bz2 tarball, containing gcc/java, libjava,
       config/unwind_ipinfo.m4, taken from the Fedora branch.
     - Drop the libjava-hppa, libjava-plugin-binary, pr29362, pr29805 patches
       integrated in the backport.
     - Update patches for the merge: reporting, libjava-subdir, i386-biarch,
       classpath-tooldoc, pr26885
     - Add libjava-dropped, libjava-install; dropped chunks from the merge.
     - Add pr9861-nojava mangling changes, non-java parts for PR 9861.
     - Add gcc-expandv, expand `@' parameters on the commandline; backport
       from the trunk.
     - Disable the m68k-gc patch, needs update for the merge.
     - Configure --with-java-home set for 1.5.0.
     - Configure with --enable-java-maintainer-mode to build the header
       and class files on the fly.
     - Add build dependency on ecj-bootstrap, configure --with-ecj-jar.
     - Build an empty libgcj-doc package; gjdoc currently cannot handle
       generics.
     - Apply gcc dwarf2 unwinding patches from the trunk, allowing the Events
       testcase to pass.
       - Tighten dependencies on shared libraries.
     - Use /usr/lib/gcj-4-1-71 as private gcj subdir.
     - Bump the libgcj soversion to 71, rename the libgcj7-0 package
       to libgcj7-1, rename the libgcj7-awt package to libgcj7-1-awt.
     - gij-4.1: Add and provide alternatives for gorbd, grmid, gserialver.
     - gcj-4.1: Remove gcjh, gcjh-wrapper, gjnih.
     - gcj-4.1: Add and provide alternatives for jar, javah, native2ascii,
       tnameserv.
     - gcj-4.1: Add dependency on ecj-bootstrap, recommend fastjar,
       ecj-bootstrap-gcj.
     - Add build dependency on ecj-bootstrap version providing the GCCMain
       class.
     - libgcj7-1: Recommend libgcj7-1-awt.
     - Add build dependency on libmagic-dev.
     - Build-depend on gcj-4.1; build our own ecj1 and gjdoc before
       starting the build.
     - Make ecj1 available when running the testsuite.
     - Fix build failure on sparc-linux.
     - Fix gjavah compatibility problems (PR cp-tools/3070[67]).
     - Fixed driver issue source files (PR driver/30714).
     - Add (rudimentary) manual pages for classpath tools.
 .
   [Kevin Brown]
   * debian/control.m4, debian/rules.d/binary-ada.mk: provide new packages
     containing debugging symbols for Ada libraries: libgnat-4.1-dbg,
     libgnatprj4.1-dbg, and libgnatvsn4.1-dbg.  Adresses: #401385.
 .
 gcc-4.1 (4.1.1ds2-30) experimental; urgency=low
 .
   * Update to SVN 20070106.
   * Do not revert the fixes for PR 25878, PR 29138, PR 29408.
   * Don't build the packages built by gcc-4.2 source.
   * debian/patches/note-gnu-stack.dpatch: Add .note.GNU-stack sections
     for gcc's crt files, libffi and boehm-gc. Taken from FC. Closes: #382741.
   * Merge from Ubuntu:
     - Backport g++ visibility patches from the FC gcc-4_1-branch.
     - Update the long-double patches; require glibc-2.4 as a build dependency
       on alpha, powerpc, sparc, s390. Bump the shlibs dependencies to
       require 4.1.1-21.
     - On powerpc-linux configure using --enable-secureplt. Closes: #382748.
     - When using the cpu-default-generic patch, build for generic x86-64
       on amd64 and i386 biarch.
     - Link using --hash-style=both (alpha, amd64, ia64, i386, powerpc, ppc64,
       s390, sparc).
   * gij-4.1: Recommends libgcj7-awt instead of suggesting it. Closes: #394917.
   * Split the gcc-long-double patch into a code and doc part.
   * Set priority of development packages to optional.
   * Add support for kfreebsd-amd64 (Aurelian Jarno). Closes: #406015.
 .
 gcc-4.1 (4.1.1ds2-22) unstable; urgency=high
 .
   * Enable -pthread for GNU/Hurd (Michael Banck). Closes: #400031.
   * Update the m68k-fpcompare patch (Roman Zippel). Closes: #401585.
 .
 gcc-4.1 (4.1.1ds2-20) unstable; urgency=low
 .
   [Matthias Klose]
   * Update to SVN 20061115.
     - Fix PR tree-optimization/27891, ICE in tree_split_edge.
       Closes: #370248, #391657, #394630.
     - Fix PR tree-optimization/9814, duplicate of PR tree-optimization/29797.
       Closes: #181096.
   * Apply the libjava/net backport from the redhat/gcc-4_1-branch.
   * Apply proposed patch for PR java/29805.
 .
   [Roman Zippel]
   * Build the ObjC and ObjC++ compilers in cross builds.
   * debian/patches/m68k-symbolic-operand.dpatch: Better recognize
     symbolic operands in addresses.
   * debian/patches/m68k-bitfield-offset.dpatch: Only use constant offset
     for register bitfields (combine expects shifts, but does a rotate).
   * debian/patches/m68k-bitfield-offset.dpatch: Update and apply.
 .
   [Daniel Jacobowitz]
   * Don't try to use _Unwind_Backtrace on SJLJ targets.
     See bug #387875, #388505, GCC PR 29206.
 .
 gcc-4.1 (4.1.1ds2-19) unstable; urgency=low
 .
   * Fix typo in arm-pragma-pack.dpatch.
 .
 gcc-4.1 (4.1.1ds2-18) unstable; urgency=medium
 .
   [Matthias Klose]
   * Update to SVN 20061028.
   * Fix #pragma pack on ARM (Paul Brook). Closes: #394703.
   * Revert PR c++/29138, PR c++/29408. Closes: #392559.
   * Revert PR c++/25878. Addresses: #387989.
   * fastjar: Provide jar. Closes: #395397.
 .
   [Ludovic Brenta]
   * debian/control.m4 (libgnatprj-dev): depend on libgnatvsn-dev.
     debian/gnatprj.gpr: with gnatvsn.gpr. Closes: #395000.
 .
 gcc-4.1 (4.1.1ds2-17) unstable; urgency=low
 .
   [Matthias Klose]
   * Update to SVN 20061020.
     - Fix PR debug/26881, ICE in dwarf2out_finish. Closes: #377613.
     - Fix PR PR c++/29408, parse error for valid code. Closes: #392327, #393010.
     - Fix PR c++/29435, segfault with sizeof and templates. Closes: #393071.
     - Fix PR target/29338, segfault with -finline-limit on arm. Closes: 390620.
     - Fix 3.4/4.0 backwards compatibility problem in libstdc++.
   * Fix PR classpath/29362, taken from the redhat/gcc-4_1-branch.
   * Remove the INSTALL directory from the source tarball. Closes: #392974.
   * Disable building the static libgcj; non-functional, and cutting
     down build times.
   * libgcj7-0: Tighten dependency on libgcj-common.
   * libgcj7-dev: Install .pc file as libgcj-4.1.pc.
   * README.cross: Updated (Hector Oron). Addresses: #380251.
   * config-ml.dpatch: Use *-linux-gnu as *_GNU_TYPE. Closes: #394034.
 .
   [Nikita V. Youshchenko]
   * Fix typo in the cross build scripts.  Closes: #391445.
 .
   [Falk Hueffner]
   * alpha-no-ev4-directive.dpatch: Fix kernel build failure.
 .
   [Roman Zippel]
   * debian/patches/m68k-align-code.dpatch: Use "move.l %a4,%a4" to advance
     within code.
   * debian/patches/m68k-align-stack.dpatch: Try to keep the stack word aligned.
   * debian/patches/m68k-dwarf3.dpatch: Emit correct dwarf info for cfa offset
     and register with -fomit-frame-pointer.
   * debian/patches/m68k-fpcompare.dpatch: Bring fp compare early to its
     desired form to relieve reload. Closes: #390879.
   * debian/patches/m68k-prevent-swap.dpatch: Don't swap operands
     during reloads.
   * debian/patches/m68k-reg-inc.dpatch: Reinsert REG_INC notes after splitting
     an instruction.
   * debian/patches/m68k-secondary-addr-reload.dpatch: Add secondary reloads
     to allow reload to get byte values into addr regs. Closes: #385327.
   * debian/patches/m68k-symbolic-operand.dpatch: Better recognize symbolic
     operands in addresses.
   * debian/patches/m68k-limit_reload.dpatch: Remove, superseded by
     m68k-secondary-addr-reload.dpatch.
   * debian/patches/m68k-notice-move.dpatch: Apply, was checked in in -16.
   * debian/patches/m68k-autoinc.dpatch: Updated, don't attempt to increment
     the register, if it's used multiple times in the instruction .
 .
 gcc-4.1 (4.1.1ds1-16) unstable; urgency=low
 .
   [Matthias Klose]
   * Update to SVN 20061008.
     - Fix PR c++/29226, ICE in make_decl_rtl. Closes: #388263.
   * libgcj7-0: Fix package removal. Closes: #390874.
   * Configure with --disable-libssp on architectures that don't
     support it (alpha, hppa, ia64, m68k, mips, mipsel).
   * On hppa, remove build-dependency on dash.
   * gij/gcj: Do not install slave links for the non DFSG manpages.
     Closes: #390425, #390532.
   * libgcj-common: rebuild-gcj-db: Don't do anything, if no classmap
     files are found. Closes: #390966.
   * Fix PR libstdc++/11953, extended for all linux architectures.
     Closes: #391268.
   * libffi4-dev: Conflict with libffi. Closes: #387561.
   * Backport PR target/27880 to the gcc-4_1-branch. Patch by Steve Ellcey.
     Closes: #390693.
   * On ia64, don't use _Unwind_GetIPInfo in libjava and libstdc++.
   * Add a README.ssp with minimal documentation about stack smashing
     protection. Closes: #366094.
   * Do not build libgcj-common from the gcc-4.1/gcj-4.1 sources anymore.
 .
   [Roman Zippel]
   * debian/patches/m68k-notice-move.dpatch: Don't set cc_status
     for fp move without fp register.
 .
 gcc-4.1 (4.1.1ds1-15) unstable; urgency=medium
 .
   * Update to SVN 20060927.
     - Fix PR debug/29132, exception handling on mips. Closes: #389468, #390042.
     - Fix typo in gcc documentation. Closes: #386180.
     - Fix PR target/29230, wrong code generation on arm. Closes: #385505.
   * libgcj-common: Ignore exit value of gcj-dbtool in rebuild-gcj-db on
     arm, m68k, hppa. Adresses: #388505.
   * libgcj-common: Replaces java-gcj-compat-dev and java-gcj-compat.
     Closes: #389539.
   * libgcj-common: /usr/share/gcj/debian_defaults: Define gcj_native_archs.
   * Update the java backport from the redhat/gcc-4_1-branch upto 2006-09-27;
     remove libjava-str2double.dpatch, pr28661.dpatch.
   * Disable ssp on hppa, not supported.
   * i386-biarch.dpatch: Avoid warnings about macro redefinitions.
 .
 gcc-4.1 (4.1.1ds1-14) unstable; urgency=medium
 	
   [Matthias Klose]
   * Update to SVN 20060920.
     - Fix PR c++/26957. Closes: #373257, #386910.
     - Fix PR rtl-optimization/28243. Closes: #378325.
   * Remove patch for PR rtl-optimization/28634, applied upstream.
   * Fix FTBFS on GNU/kFreeBSD (fallout from the backport of classpath-0.92).
     (Petr Salinger). Closes: #385974.
   * Merge from Ubuntu:
     - Do not encode the subminor version in the jar files.
     - Fix typo for the versioned gcj subdirectory in lib32gcj-0.
     - When running the i386 binaries on amd64, adjust the properties
       java.home, gnu.classpath.home.url, sun.boot.class.path,
       gnu.gcj.precompiled.db.path.
     - Configure the 32bit build on amd64 
       --with-java-home=/usr/lib32/jvm/java-1.4.2-gcj-4.1-1.4.2.0/jre.
     - Configure --with-long-double-128 for glibc-2.4 on alpha, powerpc, ppc64,
       s390, s390x, sparc, sparc64.
     - Update the java backport from the redhat/gcc-4_1-branch upto 2006-09-20.
       - Fix PR java/29013, invalid byte code generation. Closes: #386926.
     - debian/patches/gcc-pfrs-2.dpatch: Apply a fix for a regression in the
       backport of PR 28946 from the trunk (H.J. Lu).
   * Backport PR classpath/28661 from the trunk.
   * Don't ship the .la files for the java modules. Closes: #386228.
   * gcj-4.1: Remove dangling symlink. Closes: #386430.
   * gij: Suggest java-gcj-compat, gcj: Suggest java-gcj-compat-dev.
     Closes: #361942.
   * Fix infinite loop in string-to-double conversion on 64bit targets.
     Closes: #348792.
   * gij-4.1: Ignore exit value of gcj-dbtool in postinst. Adresses: #388505.
   * libgcj-common: Move rebuild-gcj-db from java-gcj-compat into libgcj-common.
   * On hppa, install a wrapper around gij-4.1 to ignore unaligned memory
     accesses. Works around buildd configurations enabling this check by
     default. Addresses: #364819.
 .
   [Ludovic Brenta]
   * debian/patches/ada-libgnatprj.dpatch: Build mlib-tgt-linux.adb instead of
     mlib-tgt.adb.  Closes: #387826.
   * debian/patches/ada-pr15802.dpatch: Backport from the trunk.
     Closes: #246384.
   * debian/control.m4 (gnat-4.1): do not provide gnat (supplied by
     gcc-defaults instead); conflict with gnat-4.2 which will soon be in
     unstable.
 .
   [Roman Zippel]
   * debian/patches/m68k-dwarf2.dpatch: Recognize stack adjustments also
     in the src of an instruction.
   * debian/patches/m68k-jumptable.dpatch: Don't force byte offset when
     accessing the jumptable, gas can generate the correct offset size instead.
   * debian/patches/m68k-peephole.dpatch: Convert some text peepholes to rtl
     peepholes, so the correct DWARF2 information can be generated for stack
     manipulations (Keep a few peepholes temporarily disabled).
   * debian/patches/m68k-peephole-note.dpatch: Don't choke on notes while
     reinserting REG_EH_REGION notes.
   * debian/patches/m68k-return.dpatch: Don't use single return if fp register
     have to be restored. Closes: #386864.
   * debian/patches/m68k-sig-unwind.dpatch: Add support for unwinding over
     signal frames.
   * Fix PR rtl-optimization/27736, backport from the trunk.
   * Add java support for m68k. Closes: #312830, #340874, #381022.
 .
 gcc-4.1 (4.1.1ds1-13) unstable; urgency=medium
 .
   * Update to SVN 20060901; remove patches applied upstream:
     - PR target/24367.
     - PR c++/26670.
   * Apply proposed patch for PR fortran/28908.
   * Fix biarch symlinks in lib64stdc++ for cross builds.
   * Fix biarch symlinks in lib32objc on amd64.
 .
 gcc-4.1 (4.1.1ds1-12) unstable; urgency=medium
 .
   [Matthias Klose]
   * Update to SVN 20060830.
   * Add backport of PR other/26208, bump libgcc1 shlibs dependency.
   * Add backport of PR c++/26670. Closes: #356548.
   * Apply proposed patch for PR target/24367 (s390).
   * Add /usr/lib/jni to the libjava dlsearch path. Closes: #364820.
   * Build without GFDL licensed docs. Closes: #384036.
     - debian/patches/{svn-doc-updates,pr25524-doc,pr26885-doc}.dpatch:
       Split out -doc specific patches.
     - debian/*.texi, debian/porting.html: Add dummy documentation.
     - debian/rules.unpack, debian/rules.patch: Update for non-gfdl build.
     - fastjar.texi: Directly define the gcctabopt and gccoptlist macros.
 .
   * Merge from Ubuntu:
     - Backport the classpath-0.92, libjava, gcc/java merge from the
       redhat/gcc-4_1-branch branch.
     - Apply the proposed patch for PR libgcj/28698.
     - Change the libgcj/libgij sonames. Rename libgcj7 to libgcj7-0.
     - Do not remove the rpath from libjvm.so and libjawt.so. Some
       configure scripts rely on being able to link that libraries
       directly.
     - When running the i386 binaries on amd64, look in
       /usr/lib32/gcj-x.y and /usr/lib32/jni instead.
     - Add /usr/lib/jni to java.library.path. Closes: #364820.
     - Add debugging symbols for more binary packages to libgcj7-dbg.
       Closes: #383705.
     - libgcj7-dev: Remove conflicts with older libgcjX-dev packages.
     - Do not build the libgcj-bc and lib32gcj-bc packages anymore from
       the gcj-4.1 source.
 .
   [Roman Zippel]
   * debian/patches/m68k-limit_reload.dpatch: Correctly limit reload class.
     Closes: #375522.
   * debian/patches/m68k-split_shift.dpatch: Use correct predicates for
     long long shifts and use more splits. Closes: #381572.
   * debian/patches/m68k-prevent-qipush.dpatch: Prevent combine from creating
     a byte push on the stack (invalid on m68k). Closes: #385021.
   * debian/patches/m68k-autoinc.dpatch: Recognize a few more autoinc
     possibilities.
   * debian/patches/pr25514.dpatch: Backport from the trunk.
   * debian/patches/m68k-gc.dpatch: Change STACKBOTTOM to LINUX_STACKBOTTOM
     so it works with 2.6 kernels.
   * Other m68k bug reports fixed in 4.1.1-11 and 4.1.1-12:
     Closes: #378599, #345574, #344041, #323426, #340293.
   * Build the stage1 compiler using -g -O2; saves a few hours build time
     and apparently is working at the moment.
 .
 gcc-4.1 (4.1.1-11) unstable; urgency=low
 .
   * The "Our priority are our users, remove the documentation!" release.
 .
   [Matthias Klose]
   * Fix build failure building the hppa->hppa64 cross compiler.
   * Update to SVN 20060814.
     - Fix directory traversal vulnerability in fastjar. Closes: #368397.
       CVE-2006-3619.
     - Fix PR rtl-optimization/23454, ICE in invert_exp_1 on sparc.
       Closes: #321215.
     - Fix PR c++/26757, C++ front-end producing two DECLs with the same UID.
       Closes: #356569.
   * Remove patch for PR rtl-optimization/28075, applied upstream.
   * Apply proposed patch for PR rtl-optimization/28634, rounding problem with
     -fdelayed-branch on hppa/mips. Closes: #381710.
   * Fixed at least in 4.1.1-10: boost::date_time build failure.
     Closes: #382352.
   * Build-depend on make (>= 3.81), add make (>= 3.81) as dependency to
     gcc-4.1-source. Closes: #381117.
   * Backport of libffi from the trunk; needed for the java backport in
     experimental.
   * libffi4-dev: Install the libffi_convenience library as libffi_pic.a.
   * When building a package without the GFDL'd documentation, don't create
     the alternative's slave links for manual pages for the java tools.
   * Do not build the -doc packages and derived manual pages licensed under
     the GFDL with invariant sections or cover texts.
   * Only build the libssp package, if the target libc doesn't provide
     ssp support.
   * Run the complete testsuite, when building a standalone gcj package.
 .
   [Roman Zippel]
   * debian/patches/m68k-fjump.dpatch:
     Always use as fjcc pseudo op, we rely heavily on as to generate the
     right size for the jump instructions. Closes: #359281.
   * debian/patches/m68k-gc.dpatch:
     The thread suspend handler has to save all registers.
     Reenable MPROTECT_VDB, it should work, otherwise it's probably a kernel bug.
   * debian/patches/m68k-save_pic.dpatch:
     Correctly save the pic register, when not done by reload().
     (fixes _Unwind_RaiseException and thus exception handling).
   * debian/patches/m68k-libffi.dpatch: Add support for closures.
   * debian/patches/m68k-bitfield.dpatch: Avoid propagation of mem expression
     past a zero_extract lvalue.
   * debian/patches/m68k-dwarf.dpatch: Correct the dwarf frame information,
     but preserve compatibility.
 .
   [Christian Aichinger]
   * Fix building a cross compiler targeted for ia64. Closes: #382627.
 .
 gcc-4.1 (4.1.1-10) unstable; urgency=low
 .
   * Update to SVN 20060729.
     - Fix PR c++/28225, segfault in type_dependent_expression_p.
       Closes: #376148.
   * Apply proposed patch for PR rtl-optimization/28075.
     Closes: #373820.
   * Apply proposed backport and proposed patch for PR rtl-optimization/28221.
     Closes: #376084.
   * libgcj7-jar: Loosen dependency on gcj-4.1-base.
   * Add ssp header files to the private gcc includedir.
   * Do not build the Ada packages from the gcc-4.1 source, introducing
     a new gnat-4.1 source package.
   * Build libgnat on alpha and s390 as well.
   * Do not build the gnat-4.1-doc package (GFDL with invariant sections or
     cover texts).
   * Remove references to the stl-manual package. Closes: #378698.
 .
 gcc-4.1 (4.1.1-9) unstable; urgency=low
 .
   * Update to SVN 20060715.
     - Fix PR c++/28016, do not emit uninstantiated static data members.
       Closes: #373895, #376871.
   * Revert the patch to fix PR c++/27227. Closes: #378321.
   * multiarch-include.dpatch: Renamed from biarch-include.dpatch;
     apply for all architectures.
   * Do not build the java compiler in gcc-4.1 package, just include the
     options and specs in the gcc driver.
   * Remove gnat-4.0 as an alternative build dependency.
   * Add a patch to enable -fstack-protector by default for C, C++, ObjC, ObjC++.
     The patch is disabled by default.
 .
 gcc-4.1 (4.1.1-8) unstable; urgency=medium
 .
   * Update to SVN 20060708.
     - Fix typo in gcov documentation. Closes: #375140.
     - Fix typo in gccint documentation. Closes: #376412.
     - [alpha], Fix -fvisibility-inlines-hidden segfaults on reference to
       static method. PR target/27082. Closes: #369642.
 .
   * Fix ppc64 architecture string in debian/multiarch.inc. Closes: #374535.
   * Fix conflict, replace and provide libssp0-dev for cross compilers.
     Closes: #377012.
   * Ignore compiler warnings when checking whether compiler driver understands
     Ada fails. Closes: #376660.
   * Backport fix for PR libmudflap/26864 from the trunk. Closes: #26864.
   * README.C++: Remove non-existing URL. Closes: #347601.
   * gij-4.1: Provide java2-runtime. Closes: #360906.
 .
   * Closed reports reported against gcc-3.0 and fixed in gcc-4.1:
     - C++
       + PR libstdc++/13943, call of overloaded `llabs(int)' is ambiguous.
         Closes: #228645.
     - Java
       + Fixed segmentation fault on compiling bad program. Closes: #165635
   * Closed reports reported against gcc-3.3 and fixed in gcc-4.1:
     - Stack protector available. Closes: #213994, #233208.
     - Better documentation of -finline-limit option. Closes: #296047.
   * Closed reports reported against gcc-3.4 and fixed in gcc-4.1:
     - General
       + Fixed [unit-at-a-time] Using -O2 cannot detect missing return
         statement in a function. Closes: #276843.
     - C++
       + PR13943, call of overloaded `llabs(int)' is ambiguous. Closes: #228645.
       + PR c++/21280, #pragma interface, templates, and "inline function used
         but never defined". Closes: #364412.
     - Architecture specific:
       - m68k
         + Segfault building glibc. Closes: #353618.
         + ICE when trying to build boost. Closes: #321486.
   * Closed reports reported against gcc-4.0 and fixed in gcc-4.1:
     - General
       + Handling of #pragma GCC visibility for builtin functions.
         Closes: #330279.
       + gettext interpretation the two conditional strings as one.
         Closes: #227193.
       + ICE due to if-conversion. Closes: #335078.
       + Fix unaligned accesses with __attribute__(packed) and memcpy.
         Closes: #355297.
       + Fix ICE in expand_expr_real_1, at expr.c. Closes: #369817.
     - Ada
       + Link error not finding -laddr2line. Closes: #322849.
       + ICE on invalid code. Closes: #333564.
     - C++
       + libstdc++: bad thousand separator with fr_FR.UTF-8. Closes: #351786.
       + The Compiler uses less memory than 4.0. Closes: #336225.
       + Fix "fails to compare reverse map iterators". Closes: #362840.
       + Fix "fail to generate code for base destructor defined inline with
         pragma interface". Closes: #356435.
       + Fix ICE in cp_expr_size, at cp/cp-objcp-common.c. Closes: #317455.
       + Fix wrong warning: control may reach end of non-void function.
         Closes: #319309.
       + Fix bogus warning "statement has no effect" with template and
         statement-expression. Closes: #336915.
       + Fixed segfault on syntax error. Closes: #349087.
       + Fix ICE with __builtin_constant_p in template argument.
         Closes: #353366.
       + Implement DR280 (fixing "no operator!= for const_reverse_iterator").
         Closes: #244894.
     - Fortran
       + Fix wrong behaviour in unformatted writing. Closes: #369547.
     - Java
       + Fixed segfault on -fdump-tree-all-all. Closes: #344265.
       + Fixed ant code completion in eclipse generating a nullpointer
         exception. Closes: #337510.
       + Fixed abort in gnu_java_awt_peer_gtk_GtkImage.c. Closes: #343112.
       + Fixed assertion failure in gij with rhdb-explain. Closes: #335650.
       + Fixed assertion failure when calling JTabbedPane.addTab(null, ...).
         Closes: #314704.
       + Fixed error when displaying empty window with bound larger than the
         displayed content. Closes: #324502.
       + Fixed: Exception in JComboBox.removeAllItems(). Closes: #314706.
       + Fixed assertian error in gnu_java_awt_peer_gtk_GtkImage.c.
         Closes: #333733.
     - libmudflap
       + PR libmudflap/23170, libmudflap should not use functions marked
         obsolescent by POSIX/SUS. Closes: #320398.
     - Architecture specific:
       - m68k
         + FTBFS building tin. Closes: #323016.
         + ICE with -g -fomit-frame-pointer. Closes: #331150.
         + ICE in instantiate_virtual_regs_lossage. Closes: #333536.
         + Wrong code generation with loop unrolling. Closes: #342121.
         + ICEs while building gst-ffmpeg. Closes: #343692.
       - mips
         + Fix gjdoc build failure. Closes: #344986.
         + Fix link failure for static libs and object files when xgot
           needs to be used. Closes: #274942.
   * gnat bug reports fixed since gnat-3.15p:
     - GNAT miscounts UTF8 characters in string with -gnaty. Closes: #66175.
     - Bug box from "with Text_IO" when compiling optimized. Closes: #243795.
     - Nonconforming parameter lists not detected. Closes: #243796.
     - Illegal use clause not detected. Closes: #243797.
     - Compiler enters infinite loop on illegal program with tagged records.
       Closes: #243799.
     - Compiler crashes on illegal program (missing discriminant, unconstrained
       parent). Closes: #243800.
     - Bug box at sinfo.adb:1215 on illegal program. Closes: #243801.
     - Bug box at sinfo.adb:1651 on illegal program. Closes: #243802.
     - Illegal program not detected (entry families). Closes: #243803.
     - Illegal program not detected, RM 10.1.1(14). Closes: #243807.
     - Bug box at exp_ch9.adb:7254 on illegal code. Closes: #243812.
     - Illegal program not detected, RM 4.1.4(14). Closes: #243816.
     - Bug box in Gigi, code=116, on legal program. Closes: #244225.
     - Illegal program not detected, 12.7(10) (generic parameter is visible,
       shouldn't be). Closes: #244483.
     - Illegal program not detected, ambiguous aggregate. Closes: #244496.
     - Bug box at sem_ch3.adb:8003. Closes: #244940.
     - Bug box in Gigi, code=103, on illegal program. Closes: #244945.
     - Legal program rejected, overloaded procedures. Closes: #246188.
     - Bug box in Gigi, code=999, on legal program. Closes: #246388.
     - Illegal program not detected, RM 10.1.6(3). Closes: #246389.
     - Illegal program not detected, RM 3.10.2(24). Closes: #247014.
     - Illegal program not detected, RM 3.9(17). Closes: #247015.
     - Legal program rejected. Closes: #247016.
     - Legal program rejected. Closes: #247021.
     - Illegal program not detected, RM 4.7(3). Closes: #247022.
     - Illegal program not detected, RM 3.10.2(27). Closes: #247562.
     - Legal program rejected, "limited type has no stream attributes".
       Closes: #247563.
     - Wrong output from legal program. Closes: #247565.
     - Compiler enters infinite loop on illegal program. Closes: #247567.
     - Illegal program not detected, RM 8.6(31). Closes: #247568.
     - Legal program rejected, visible declaration not seen. Closes: #247572.
     - Illegal program not detected, RM 8.2(9). Closes: #247573.
     - Wrong output from legal program, dereferencing access all T'Class.
       Closes: #248171.
     - Compiler crashes on illegal program, RM 5.2(6). Closes: #248174.
     - Cannot find generic package body, RM 1.1.3(4). Closes: #248677.
     - Illegal program not detected, RM 3.4.1(5). Closes: #248679.
     - Compiler ignores legal override of abstract subprogram. Closes: #248686.
     - Bug box, Assert_Failure at sinfo.adb:2365 on illegal program.
       Closes: #251266.
     - Ada.Numerics.Generic_Elementary_Functions.Log erroneout with -gnatN.
       Closes: #263498.
     - Bug box, Assert_Failure at atree.adb:2906 or Gigi abort, code=102
       with -gnat -gnatc. Closes: #267788.
     - Bug box in Gigi, code=116, 'Unrestricted_Access of a protected
       subprogram. Closes: #269775.
     - Stack overflow on illegal program, AI-306. Closes: #276225.
     - Illegal program not detected, RM B.1(24). Closes: #276226.
     - Wrong code generated with -O -fPIC. Closes: #306833.
     - Obsolete: bashism's in debian/rules file. Closes: #370681.
     - Supports more debian architectures. Closes: #171477.
 .
 gcc-4.1 (4.1.1-7) unstable; urgency=low
 .
   * Prefer gnat-4.1 over gnat-4.0 as a build dependency.
   * libssp0: Set priority to standard.
 .
 gcc-4.1 (4.1.1-6) unstable; urgency=low
 .
   [Ludovic Brenta]
   * Do not provide the symbolic link /usr/bin/gnatgcc; this will now
     be provided by package gnat from the source package gcc-defaults.
   * debian/control.m4, debian/control (gnat): conflict with gnat (<< 4.1),
     not all versions of gnat, since gcc-defaults will now provide gnat (= 4.1)
     which depends on gnat-4.1.
 .
   [Matthias Klose]
   * libjava: Change the default for enable_hash_synchronization_default
     on PA-RISC. Tighten the libgcj7 shlibs version on hppa.
   * Update to SVN 20060630.
   * Apply proposed patch for PR 26991.
   * Don't use the version for the libstdc++ shlibs dependency for the libgcj
     shlibs dependency.
   * Merge from Ubuntu edgy:
     - Fix %g7 usage in TLS, add patch sparc-g7.dpatch, fixes glibc-2.4 build
       failure on sparc (Fabio M. Di Nitto).
     - Merge libssp0-dev into gcc-4.1 (-fstack-protector is a common option).
     - Run the testsuite with -fstack-protector as well.
 .
   [Bastian Blank]
   * Make it possible to overwrite arch per DEB_TARGET_ARCH and DEB_TARGET_GNU_TYPE.
   * Disable biarch only on request for cross builds.
   * Use correct source directory for tarballs.
   * Produce correct multiarch.inc for source builds.
 .
 gcc-4.1 (4.1.1-5) unstable; urgency=low
 .
   * Fix build error running with dpkg-buildpackage -rsudo.
 .
 gcc-4.1 (4.1.1-4) unstable; urgency=low
 .
   * Really do not backout the fix for PR c++/26068.
     Closes: #372152, #372559.
   * Update fastjar version string to 4.1.
   * Disable pascal again.
 .
 gcc-4.1 (4.1.1-3) unstable; urgency=low
 .
   * Update to SVN 20060608, do not revert the fix for PR c++/26068.
     Closes: #372152, #372559.
   * Fix build failures for Pascal, enable Pascal on all architectures.
   * Fix another build failure on GNU/kFreeBSD (Aurelien Jarno).
     Closes: #370661.
   * Fix build fauilure in gcc/p with parallel make.
   * Remove cross-configure patch (Kazuhiro Inaoka). Closes: #370649.
   * Only build the gcc-4.1-source package, when building from the gcc-4.1
     source.
   * Fix upgrade problem from standalone gcj-4.1.
   * Fix build error using bison-2.2, build-depend on bison (>= 2.3).
     Closes: #372605.
   * Backport PR libstdc++/25524 from the trunk, update the biarch-include
     patch. mips triarch support can be added more easily.
 .
 gcc-4.1 (4.1.1-2) unstable; urgency=low
 .
   * Update to SVN 20060604.
     - Fix PR c++/26757, C++ front-end producing two DECLs with the same UID.
       Closes: #356569.
     - Fix PR target/27158, ICE in extract_insn with -maltivec.
       Closes: #362307.
   * Revert PR c++/26068 to work around PR c++/27884 (Martin Michlmayr).
     Closes: #370308.
   * Mention Ada in copyright, update copyright file (Ludovic Brenta).
     Closes: #366744.
   * Fix kbsd-gnu-java.dpatch (Petr Salinger). Closes: #370320.
   * Don't include version control files in gcc-4.1-source.
 .
 gcc-4.1 (4.1.1-1) unstable; urgency=low
 .
   [Matthias Klose]
   * Update to SVN 20060601.
   * Reenable the gpc build.
   * PR libgcj/26483, libffi patch for IA-64 denorms, taken from trunk.
   * Disable Ada for m32r targets. Closes: #367595.
   * lib32gfortran1: Do not create empty directory /usr/lib32. Closes: #367999.
   * gcc-4.1: Add a conflict to the gcj-4.1 version with a different
     gcc_libdir.
   * Build gij/gcj for GNU/k*BSD. Closes: #367166.
   * Update hurd-changes patch (Michael Banck). Closes: #369690.
   * debian/copyright: Add exception for the gpc runtime library.
   * Update gpc/gpc-doc package descriptions.
 .
   [Ludovic Brenta]
   * patches/ada-libgnatprj.dpatch: add prj-pars.ad[bs] and sfn_scan.ad[bs]
     to libgnatprj; remove them from gnatmake.
 .
 gcc-4.1 (4.1.0-4) unstable; urgency=low
 .
   [Ludovic Brenta]
   * Fix a stupid bug whereby fname.ad{b,s} would be included in both
     libgnatvsn-dev and libgnatprj-dev, preventing use of gnatprj.gpr.
     Closes: #366733.
 .
 gcc-4.1 (4.1.0-3) unstable; urgency=low
 .
   * Update to SVN 20060507.
   * debian/rules.d/binary-java.mk: Use $(lib32) everywhere. Closes: #365388.
   * Always configure hppa64-linux-gnu with
     --includedir=/usr/hppa64-linux-gnu/include.
   * Make libgnatvsn4.1 and libgnatprj4.1 priority optional. Closes: #365900.
   * Call autoconf2.13 explicitely in the Ada patches, build-depend on
     autoconf2.13. Closes: #365780.
   * Fix libgnatprj-dev and libgnatvsn-dev dependencies on their shared
     libraries.
   * Deduce softfloat and vfp (ARM) configure options (Pjotr Kourzanov).
   * Update proposed patch for PR26885 (May 2 version).
   * Build the libxxstdc++-dbg packages, when not building the library pacakges.
   * Do not include the _pic library in the libxxstdc++-dbg packages.
 .
 gcc-4.1 (4.1.0-2) unstable; urgency=medium
 .
   * Update to SVN 20060428.
   * Apply proposed patches for PR26885.
 .
   * Keep libffi doc files in its own directory. Closes: #360466.
   * Update ppc64 patches for 4.1 (Andreas Jochens). Closes: #360498.
   * Fix PR tree-optimization/26763, wrong-code, taken from the 4.1 branch.
     Closes: #356896. CVE-2006-1902.
   * hppa-cbranch, hppa-cbranch2 patches: Fix for PR target/26743,
     PR target/11254, PR target/10274, backport from trunk (Randolph Chung).
   * Let libgccN provide -dcv1 when cross-compiling (Pjotr Kourzanov).
     Closes: #363289.
   * (Build-)depend on glibc-2.3.6-7. Closes: #360895, #361904.
   * Fix a pedantic report about a package description. Add a hint that
     we do not like bug reports with locales other than "C". Closes: #361409.
   * Enable the libjava interpreter on mips/mipsel.
   * gcc-4.1-source: Depend on gcc-4.1-base.
   * gnat-4.1: Fix permissions of .ali files.
   * Build lib32gcj7 on amd64.
   * debian/patches/ada-gnatvsn.dpatch: New.  Apply proposed fix for
     PR27194.
 .
   [Ludovic Brenta]
   * debian/patches/ada-default-project-path.dpatch: new.  Change the
     default search path for project files to the one specified
     by the Debian Policy for Ada: /usr/share/ada/adainclude.
   * debian/patches/ada-symbolic-tracebacks.dpatch: new.  Enable support for
     symbolic tracebacks in exceptions.
   * debian/patches/ada-missing-lib.dpatch: remove, superseded by the above.
   * debian/patches/ada-link-lib.dpatch: changed.
     - Instead of building libada as a target library only, build it as
       both a host and, if different, target library.
     - Build the GNAT tools in their top-level directory; do not use
       recursive makefiles.
     - Link the GNAT tools dynamically against libgnat.
     - Apply proposed fix for PR27300.
     - Rerun autoconf (Matthias Klose).
   * debian/patches/ada-libgnatvsn.dpatch: new.
     - Introduce a new shared library named libgnatvsn, containing
       common components of GNAT under the GNAT-Modified GPL, for
       use in GNAT tools, ASIS, GLADE and GPS.
     - Link the gnat tools against this new library.
     - Rerun autoconf (Matthias Klose).
   * debian/patches/ada-libgnatprj.dpatch: new.
     - Introduce a new shared library named libgnatprj, containing the
       GNAT Project Manager, i.e. the parts of GNAT that parses project
       files (*.gpr).  Licensed under pure GPL; for use in GLADE and GPS.
     - Link the gnat tools against this new library.
     - Rerun autoconf (Matthias Klose).
   * debian/patches/ada-acats.dpatch: new.
      - When running the ACATS, look for the gnat tools in their new
        directory (build/gnattools), and for the shared libraries in
        build/gcc/ada/rts, build/libgnatvsn and build/libgnatprj.
   * debian/gnatvsn.gpr, debian/gnatprj.gpr: new.
   * debian/rules.d/binary-ada.mk, debian/control.m4: new binary packages:
     libgnatvsn-dev, libgnatvsn4.1, libgnatprj-dev, libgnatprj4.1. Place
     the *.gpr files in their respective -dev packages.
 .
 gcc-4.1 (4.1.0-1) unstable; urgency=low
 .
   * libstdc++CXX-BV-dev.preinst: Remove (handling of c++ include dir for 4.0).
   * libgcj-common: Move removal of docdir from preinst into postinst.
   * libgcj7: Move removal of docdir from preinst into postinst.
   * Drop alternative build dependency on gnat-3.4, not built anymore.
   * Fix PR libgcj/26103, wrong exception thrown (4.1 branch).
   * debian/patches/libjava-stacktrace.dpatch: Add support to print file names
     and line numbers in stacktraces.
   * Add debugging symbols for libgcjawt and lib-gnu-java-awt-peer-gtk
     in the libgcj7-dbg and lib32gcj7-dbg packages.
   * Remove dependency of the libgcj-dbg packages on the libgcj-dev packages,
     add recommendations on binutils and libgcj-dev. Mention the requirement
     of binutils for the stacktraces.
   * Fix upgrade from version 4.0.2-9, loosing the Debian changelog.
     Closes: #355439.
   * gij/gcj: Install one alternative for each command, do not use slave
     links for rmiregistry, javah, rmic. Ubuntu #26781. Closes: #342557.
   * Fix for PR tree-optimization/26587, taken from the 4.1 branch.
   * Fix PR libstdc++/26526 (link failure when _GLIBCXX_DEBUG is defined).
   * Configure with --enable-clocale=gnu, even if not building C++ packages.
   * Remove runtime path from biarch libraries as well.
   * PR middle-end/26557 (ice-on-vaild-code, regression), taken from
     the gcc-4_1-branch. Closes: #349083.
   * PR tree-optimization/26672 (ice-on-vaild-code, regression), taken from
     the gcc-4_1-branch. Closes: #356231.
   * PR middle-end/26004 (rejects-vaild-code, regression), taken from
     the gcc-4_1-branch.
   * When building as standalone gcj, build libgcc4 (hppa only) and fastjar.
   * Configure --with-cpu=v8 on sparc.
   * debian/patches/libjava-hppa.dpatch: pa/pa32-linux.h
     (CRT_CALL_STATIC_FUNCTION): Define when CRTSTUFFS_O is defined.
     (John David Anglin). Closes: #353346.
   * Point to the 4.1 version of README.Bugs (closes: #356230).
   * Disable the libmudflap testsuite on alpha (getting killed).
 .
 gcc-4.1 (4.1.0-0) experimental; urgency=low
 .
   * GCC 4.1.0 final release.
   * Build the packages for the Java language from a separate source.
   * Update NEWS.html, NEWS.gcc.
   * libgcj-doc: Auto generated API documentation for libgcj7, classpath
     example programs.
   * Add gjdoc to Build-Depends-Indep.
   * On amd64, build-depend on libc6-dev-i386 instead of ia32-libs-dev.
   * Internal ssp headers now installed in the gcc libdir.
   * Do not build gcj-4.1-base when building the gcc-4.1 packages.
   * When building as gcj-4.1, use the tarball from the gcc-4.1-source
     package.
 .
   [Ludovic Brenta]
   * Allow to enable and disable NLS and bootstrapping from the environment.
     - Adding "nls" to WITHOUT_LANG disables NLS support.
     - If WITH_BOOTSTRAP is set, debian/rules2 calls configure
       --enable-bootstrap=$(WITH_BOOTSTRAP) and just "make".  If
       WITH_BOOTSTRAP is unset, it calls configure without a bootstrapping
       option and calls "make profiledbootstrap" or "make bootstrap-lean"
       depending on the target CPU.
       Currently overwritten to default to "bootstrap".
 .
 gcc-4.1 (4.1ds9-0exp9) experimental; urgency=low
 .
   * Update to GCC 4.1.0 release candidate 1 (gcc-4.1.0-20060219 tarball).
   * Update gcc-version patch for gcc-4.1.
   * libgccN, libstdc++N*: Fix upgrade of /usr/share/doc symlinks.
   * libjava awt & swing update, taken from trunk 2006-02-16.
   * libgcj7-dev: Suggest libgcj-doc, built from a separate source package.
   * Shorten build-dependency line (work around buildd problems
     on arm* and mips*).
   * New patch gcc-ice-hack (saving the preprocessed source on an ICE),
     taken from Fedora.
 .
 gcc-4.1 (4.1ds8-0exp8) experimental; urgency=low
 .
   * Update to SVN 20060212, taken from the 4.1 release branch.
   * libgccN: Fix upgrade of /usr/share/doc/libgccN symlink.
 .
 gcc-4.1 (4.1ds7-0exp7) experimental; urgency=low
 .
   * Update to SVN 20060127, taken from the 4.1 release branch.
     - On hppa, bump the libgcc soversion to 4.
   * Add an option not to depend on the system -base package for cross compiler
     (Ian Wienand). Closes: #347484.
   * Remove workaround increasing the stack size limit for some architectures,
     not needed anymore on ia64.
   * On amd64, build-depend on libc6-dev-i386, depend on libc6-i386, where
     available.
   * libstdc++6: Properly upgrade the doc directory. Closes: #346171.
   * libstdc++6: Add a conflict to scim (<< 1.4.2-1). Closes: #343313.
   * Set default 32bit ix86 architecture to i486.
 .
 gcc-4.1 (4.1ds6-0ubuntu6) experimental; urgency=low
 .
   * Update to SVN 20060107, taken from the 4.1 release branch.
     - Remove fix for PR ada/22533, fixed by patch for PR c++/23171.
   * Remove binary packages from the control file, which aren't built
     yet on any architecture.
   * gcc-hppa64: Use /usr/hppa64-linux-gnu/include as location for the glibc
     headers, tighten glibc (build-)dependency.
   * libffi [arm]: Add support for closures, libjava [arm]: enable the gij
     interpreter (Phil Blundell). Addresses: #337263.
   * For the gcj standalone build, include cc1 into the gcj-4.1 package,
     needed for linking java programs compiled to native code.
 .
 gcc-4.1 (4.1ds4-0exp4) experimental; urgency=low
 .
   * Update to SVN 20051210, taken from the 4.1 release branch.
   * Prepare to build the java packages from it's own source (merged
     from Ubuntu).
     - Build the java packages from the gcc-4.1 source, as long as packages
       are prepared for experimental.
     - When built as gcj, run only the libjava testsuite, don't build the
       libstdc++ debug packages, don't package the gcc source.
     - Loosen package dependencies, when java packages are built from
       separate sources.
     - Fix gcj hppa build, when java packages are built from separate sources.
     - gij-4.1: Install test-summary, when doing separate builds.
     - Allow java packages be installed independent from other packages built
       from the source package.
     - Rename libgcj7-common to libgcj7-jar.
     - Introduce a gcj-4.1-base package to completely separate the two and not
       duplicate the changelog in each gcj/gij package.
   * Java related changes:
     - libjava-xml-transform: Update from classpath trunk, needed for
       eclipse (Michael Koch), applied upstream.
     - Fix java wrapper scripts to point to 4.1 (closes: #341710).
     - Reenable java on mips and mipsel.
     - Fix libgcj6 dependency. Ubuntu #19935.
     - Add libxt-dev as a java build dependency. autoconf explicitely checks
       for X11/Intrinsic.h.
   * Ada related changes:
     - Apply proposed fix for PR ada/22533, reenable ada on alpha, powerpc,
       mips, mipsel and s390.
     - Add Ada support for GNU/kFreeBSD (Aurelien Jarno). Closes: #341356.
     - Remove ada bootstrap workaround for alpha.
   * Build a separate gcc-4.1-source package (Bastian Blank). Closes: #333922.
   * Remove obsolete patch: libstdc++-automake.
   * Remove patch integrated upstream: libffi-mips.
   * Fix the installation of the hppa64 compiler in snapshot builds.
   * Rename libgfortran0* to libgfortran1* (upstream soversion change).
   * Add a dependency on libc-dev for all compilers / -dev packages except
     gcc (which can be used for kernel builds without libc-dev).
   * libffi4-dev: Fix package description.
   * On amd64, install 32bit libraries into /emul/ia32-linux/usr/lib.
     Addresses: #341147.
   * Fix installation of biarch libstdc++ headers on amd64.
   * Configure --with-tune=i686 on ix86 architectures (on Ubuntu with
     -mtune=pentium4). Remove the cpu-default-* patches.
   * debian/control.m4: Fix libxxgcc package names.
   * Update the build infrastructure to build cross compilers
     (Nikita V. Youshchenko).
   * Tighten binutils (build-)dependency. Closes: #342484.
   * Symlink more doc directories.
   * debian/control.m4: Explicitely set Architecture for biarch packages.
 .
 gcc-4.1 (4.1ds1-0ubuntu1) UNRELEASED; urgency=low
 .
   * Build Java packages only.
   * Update to SVN 20051121, taken from the 4.1 release branch.
     - Remove libjava-saxdriver-fix patch, applied upstream.
     - Remove ada-gnat-version patch, applied upstream.
   * Fix FTBFS in biarch builds on 32bit kernels.
   * Update libstdc++-doc doc-base file (closes: #339046).
   * Remove obsolete patch: gcc-alpha-ada_fix.
   * Fix installation of biarch libstdc++ headers (Ubuntu #19655).
   * Fix sparc and s390 biarch patches to build the 64bit libffi.
   * Work around biarch build failure in libjava/classpath/native/jni/midi-alsa.
   * Install spe.h header on powerpc.
   * Add libasound build dependencies.
   * libgcj: Fix installation of libgjsmalsa library.
   * Remove patches not used anymore: libjava-no-rpath, i386-config-ml-nomf,
     libobjc, multiarch-include, disable-biarch-check-mf, gpc-profiled,
     gpc-no-gpidump, libgpc-shared, acats-expect.
   * Fix references to manuals in gnat(1). Ubuntu #19772.
   * Remove build dependency on xlibs-dev, add libxtst-dev.
   * Do not configure with --disable-werror.
   * Merge *-config-ml patches into one config-ml patch, configure the biarch
     libs in debian/rules.defs.
   * debian/gcj-wrapper: Accept -Xss.
   * Do not build biarch java on Debian (missing biarch libasound).
   * Do not build the java packages from this source package, avoiding
     dependencies on X.
 .
 gcc-4.1 (4.1ds0-0exp0) experimental; urgency=low
 .
   * Configure libstdc++ using the default allocator.
   * Update to 20051112, taken from the svn trunk.
 .
 gcc-4.1 (4.1ds0-0ubuntu0) breezy; urgency=low
 .
   * UNRELEASED
   * First snapshot of gcc-4.1 (CVS 20051019).
     - adds SSP support (closes: #213994, #233208).
   * Remove patches applied upstream/not needed anymore.
   * Update patches for 4.1: link-libs, gcc-textdomain, libjava-dlsearch-path,
     rename-info-files, reporting, classmap-path, i386-biarch, sparc-biarch,
     libjava-biarch-awt, ada-gcc-name.
   * Disable patches:
     - 323016, m68k, necessary for 4.1?
   * debian/copyright: Update for 4.1.
   * debian/control, debian/control.m4, debian/rules.defs, debian/rules.conf:
     Update for 4.1, add support for Obj-C++ and SSP.
   * Fix generation of Ada docs in info format.
   * Set Ada library version to 4.1.
   * Drop gnat-3.3 as an alternative build dependency.
   * Use fortran instead of f95 for the build files.
   * Update build support for awt peer libs.
   * Add packaging support for SSP library.
   * Add packaging support for Obj-C++.
   * Run the testsuite for -march=i686 on i386 and amd64 as well.
   * Fix generation of Pascal docs in html format.
   * Update config-ml patches to build libssp biarch.
   * Disable libssp for hppa64 build.
   * libgcj7-dev: Install jni_md.h.
   * Disable gnat for powerpc, currently fails to build.
   * Add biarch runtime lib packages for ssp, mudflap, ffi.
   * Do not explicitely configure with --enable-java-gc=boehm, which is the
     default.
   * libjava-saxdriver-fix: Fix a problem in the Aelfred2 SAX parser.
   * libstdc++6-4.0-dev: Depend on the libc-dev package. Ubuntu #18885.
   * Build-depend on expect-tcl8.3 on all architectures.
   * Build-depend on lib32z1-dev on amd64 and ppc64, drop build dependency on
     amd64-libs.
   * Disable ada on alpha mips mipsel powerpc s390, currently broken.
 .
 gcc-4.0 (4.0.2-3) unstable; urgency=low
 .
   * Update to CVS 20051015, taken from the gcc-4_0-branch.
     - gcc man page fixes (closes: #327254, #330099).
     - PR java/19870, PR java/20338, PR java/21844, PR java/21540:
       Remove Debian patches.
     - Applied libjava-echo-fix patch.
     - Fix PR target/24284, ICE (Segmentation fault) on sparc-linux.
       Closes: #329840.
     - Fix PR c++/23797, ICE on typename outside template. Closes: #325545.
     - Fix PR c++/22551, ICE in tree_low_cst. Closes: #318932.
   * libstdc++6: Tighten libstdc++ shlibs version to 4.0.2-3 (new symbol).
   * Update generated Ada files.
   * Fix logic to disable mudflap and Obj-C++ via the environment.
   * Remove f77 build bits.
   * gij-4.0: Remove /var/lib/gcj-4.0/classmap.db on purge (closes: #330800).
   * Let gcj-4.0 depend on libgcj6-dev, instead of recommending it. This is
     not necessary for byte-code compilations, but for compilations to native
     code. For compilations to byte-code, use a better compiler like ecj
     for now (found in the ecj-bootstrap package).
   * Disable biarch setup in cross compilers (Josh Triplett). Closes: #333952.
   * Fix with_libnof logic for cross-compilations (Josh Triplett).
     Closes: #333951.
   * Depend on binutils (>= 2.16.1cvs20050902-1) on the alpha architecture.
     Closes: #333954.
   * On i386, build-depend on libc6-dev-amd64. Closes: #329108.
   * (Build-)depend on glibc 2.3.5-5.
 .
 gcc-4.0 (4.0.2-2) unstable; urgency=low
 .
   * Update to CVS 20051001, taken from the gcc-4_0-branch. Includes the
     changes between 4.0.2 RC3 and the final 4.0.2 release, missing from
     the upstream tarball. Remove patches applied upstream (gcc-c-decl,
     pr23182, pr23043, pr23367, pr23891, pr21418, pr24018).
   * On ix86 architectures run the testsuite for -march=i686 as well.
   * Build libffi on the Hurd (closes: #328705).
   * Add big-endian arm (armeb) support (Lennert Buytenhek). Closes: #330730.
   * Update libjava xml to classpath CVS HEAD 20050930 (Michael Koch).
   * Reapply patch to make -mieee the default on alpha-linux. Closes: #330826.
   * Add workaround not to make libmudflap _start/_end not small data on
     mips/mipsel, taken from CVS HEAD.
   * Don't build the nof libraries on powerpc.
   * Number crunching time on m68k, reenable gfortran on m68k-linux-gnu.
 .
 gcc-4.0 (4.0.2-1) unstable; urgency=low
 .
   * GCC 4.0.2 release.
   * lib64stdc++6: Set priority to optional.
   * Fix bug in StreamSerializer, seen with eclipse-3.1 (Ubuntu 12744).
     Backport from CVS HEAD, Michael Koch.
   * Apply java patches, proposed for the 4.0 branch: PR java/24018,
     PR libgcj/23182, PR java/19870, PR java/21844, PR libgcj/23367,
     PR java/20338.
   * Update the expect/pty test to actually call expect directly, rather
     than test for the existence of PTYs, since a working expect is what
     we really care about, not random device files (Adam Conrad).
     Closes: #329715.
   * Add build dependencies on lib64z1-dev.
   * gcc-c-decl.dpatch: Fix C global decl handling regression in 4.0.2 from
     4.0.1
 .
 gcc-4.0 (4.0.1-9) unstable; urgency=low
 .
   * Update to CVS 20050922, taken from the gcc-4_0-branch (4.0.2 RC3).
   * Apply patches:
     - Fix PR java/21418: Order of source files matters when compiling,
       backported from mainline.
     - Fix for PR 23043, backported form mainline.
     - Proposed patch for #323016 (m68k only). Patch by Roman Zippel.
   * libstdc++6: Tighten libstdc++ shlibs version to 4.0.1-9 (new symbol).
   * Fail the build early, if the system doesn't have any pty devices
     created in /dev. Needed for running the testsuite.
   * Update hurd changes again (closes: #328973).
 .
 gcc-4.0 (4.0.1-8) unstable; urgency=medium
 .
   * Update to CVS 20050917, taken from the gcc-4_0-branch.
     - Fix FTBFS for boost, introduced in 4.0.1-7 (closes: #328684).
   * Fix PR java/23891, eclipse bootstrap.
   * Set priority of gcc-4.0-hppa64 package to standard.
   * Bump standards version to 3.6.2.
   * Fix java wrapper script, mishandles command line options with arguments.
     Patch from Olly Betts. Closes: #296456.
   * Bump epoch of the lib32gcc1 package to the same epoch as for the the
     libgcc1 and lib64gcc1 packages.
   * Fix some lintian warnings.
   * Build libffi on the Hurd (closes: #328705).
   * For biarch builds, disable the testsuite for the non-default architecture
     for runtime libraries, which are not built by default (libjava).
   * Add gsfonts-x11 to Build-Depends-Indep to avoid warnings from doxygen.
   * Install Ada .ali files read-only.
 .
 gcc-4.0 (4.0.1-7) unstable; urgency=low
 .
   * Update to CVS 20050913, taken from the gcc-4_0-branch.
     - Fix PR c++/19004, ICE in uses_template_parms (closes: #284777).
     - Fix PR rtl-optimization/23454, ICE in invert_exp_1 on sparc.
       Closes: #321215.
     - Fix PR libstdc++/23417, make bits/stl_{list,tree}.h -Weffc++ clean.
       Closes: ##322170.
   * Install 'altivec.h' on ppc64 (closes: #323945).
   * Install locale data with the versioned package name (closes: #321591).
   * Fix fastjar build without building libjava.
   * On hppa, don't build using gcc-3.3 when ada is disabled.
   * On m68k, don't build the stage1 compiler using -O.
 .
   * Ludovic Brenta <ludovic at ludovic-brenta.org>
     - Allow the choice whether or not to build with NLS.
     - Fix a typo whereby libffi was always enabled on i386.
 .
 gcc-4.0 (4.0.1-6) unstable; urgency=low
 .
   * Update to CVS 20050821, taken from the gcc-4_0-branch.
     - debian/patches/pr21562.dpatch: Removed, applied upstream.
     - debian/patches/libjava-awt-name.dpatch: Updated.
     - debian/patches/classpath-20050618.dpatch: Updated.
   * Use all available CPU's for the check target, unless USE_NJOBS == no.
   * debian/patches/biarch-include.dpatch: Include
     /usr/local/include/<arch>-linux-gnu before including /usr/local/include.
   * Fix biarch system include directories for the non-default architecture.
   * Prefer gnat-4.0 over gnat-3.4 over gnat-3.3 as a build-dependency.
 .
 gcc-4.0 (4.0.1-5) unstable; urgency=low
 .
   * Update to CVS 20050816, taken from the gcc-4_0-branch.
     - Fix PR middle-end/23369, wrong code generation for funcptr comparison
       on hppa. Closes: #321785.
     - Fix PR fortran/23368 ICE with NAG routines (closes: #322912).
   * Build-depend on libcairo2-dev (they say, that's the final package name ...)
   * libgcj: Search /usr/lib/gcj-4.0 for dlopened libraries, place a copy
     of the .la files in the libgcj6 package into this directory.
     Closes: #322576.
   * Tighten the dependencies between the compiler packages to the same
     version and release. Use some substitution variables for control file
     generation.
   * Remove build dependencies for gpc.
   * Don't use '/emul/ia32-linux' on ppc64 (closes: #322890).
   * Synchronize with Ubuntu.
 .
 gcc-4.0 (4.0.1-4ubuntu1) breezy; urgency=low
 .
   * Jeff Bailey <jbailey at ubuntu.com>
 .
     Enable i386 biarch using biarch glibc (not yet enabled for unstable).
     - debian/rules.d/binary-libgcc.mk: Make i386 lib64gcc1 depend on
       libc6-amd64
     - debian/control.m4: Suggest libc6-amd64 rather than amd64-libs.
     - debian/rules.conf: Build-Dep on libc6-dev-amd64 [i386]
       Build-Dep on binutils >= 2.16.1-2ubuntu3
     - debian/rules2: Enable biarch build in Ubuntu.
 .
   * Matthias Klose <doko at ubuntu.com>
 .
     - Add shlibs file and dependency information for the lib32gcc1 package.
     - debian/patches/gcc-textdomain.dpatch: Update (closes: #321591).
     - Set priority of gcc-4.0-base and libstdc++6 packages to `required'.
       Closes: #321016.
     - libffi-hppa.dpatch: Remove, applied upstream.
 .
 gcc-4.0 (4.0.1-4) unstable; urgency=low
 .
   * Enable the biarch compiler for powerpc (closes: #268023).
   * Update to CVS 20050806, taken from the gcc-4_0-branch.
   * Build depend on libcairo0.6.0-dev (closes: #321540).
   * Fix Ada build on the hurd (closes: #321350).
   * Update libffi for mips (Thiemo Seufer). Closes: #321100.
   * Fix segfault on 64bit archs in the AWT Gtk peer library (Dan Frazier).
     Closes: #320915.
   * Add libXXgcc1 build dependencies for biarch builds.
 .
 gcc-4.0 (4.0.1-3) unstable; urgency=medium
 .
   * Update to CVS 20050725, taken from the gcc-4_0-branch.
     - Fix ICE with -O and -mno-ieee-fp/-ffast-math (closes: #319087).
   * Synchronize with Ubuntu.
   * Fix applying hurd specific patches for the hurd build (closes: #318443).
   * Do not build-depend on libmpfr-dev on architectures, where fortran
     is not built.
   * Apply biarch include patch on ppc64 as well (closes: #318603).
   * Correct libstdc++-dev package description (closes: #319082).
   * debian/rules.defs: Replace DEB_TARGET_GNU_CPU with DEB_TARGET_ARCH_CPU.
   * gcc-4.0-hppa64: Rename hppa64-linux-gcc to hppa64-linux-gnu-gcc.
     Closes: #319818.
 .
 gcc-4.0 (4.0.1-2ubuntu3) breezy; urgency=low
 .
   * Update to CVS 20050720, taken from the gcc-4_0-branch.
     - Fix PR22278, volatile issues, seen when building xorg.
   * Build against new libcairo1-dev (0.5.2).
 .
 gcc-4.0 (4.0.1-2ubuntu2) breezy; urgency=low
 .
   * Acknowledge that i386 biarch builds still need to be fixed for glibc-2.3.5.
 .
 gcc-4.0 (4.0.1-2ubuntu1) breezy; urgency=low
 .
   * Synchronize with Debian.
   * Update to CVS 20050718, taken from the gcc-4_0-branch.
     - Fix PR c++/22132 (closes: #318488), upcasting a const class pointer
       to struct the class derives from generates wrong code.
   * Build biarch runtime libraries for Fortran and ObjC.
   * Apply proposed patch for PR22309 (crash with mt_allocator if libstdc++
     is dlclosed). Closes: #293466.
 .
 gcc-4.0 (4.0.1-2) unstable; urgency=low
 .
   * Don't apply the patch to make -mieee the default on alpha-linux-gnu.
     Causes the bootstrap to fail on alpha-linux-gnu.
 .
 gcc-4.0 (4.0.1-1) unstable; urgency=high
 .
   * GCC 4.0.1 final release.  See /usr/share/doc/gcc-4.0/NEWS.{gcc,html}.
   * Build fastjar on mips/mipsel, fix fastjar build without building java.
   * Disable the comparision check on unstable/ia64. adaint.o differs,
     currently cannot be reproduced with glibc-2.3.5 and binutils-2.16.1.
   * libffi/hppa: Fix handling of 3 and 5-7 byte struct returns.
   * amd64: Fix libgcc symlinks to point to /usr/lib32, instead of /lib32.
   * On powerpc, don't build with -j >1, apparently doesn't succeeds
     on the Debian buildd.
   * Apply revised patch to make -mieee the default on alpha-linux,
     and add -mieee-disable switch to turn the default off (Tyson Whitehead).
   * Disable multiarch-includes; redo biarch-includes to include the paths
     for the non-default biarch, when called with -m32/-m64.
   * Move new java headers from libstdc++-dev to libgcj-dev, add replaces
     line.
   * Update classpath patch to work with cairo-0.5.1. Patch provided by
     Michael Koch.
   * Further classpath updates for gnu.xml and javax.swing.text.html.
     Patch provided by Michael Koch.
   * Require binutils (>= 2.16.1) as a build dependency and a dependency.
   * On i386, require amd64-libs-dev (>= 1.2).
   * Update debian/NEWS.{html,gcc}.
 .
   * Closing bug reports reported against older gcc versions (some of them
     still present in Debian, but not anymore as the default compiler).
     Usually, forwarded bug reports are linked to
         http://gcc.gnu.org/PR<upstream bug number>
     The upstream bug number usually can be found in the Debian reports.
 .
   * Closed reports reported against gcc-3.3 and fixed in gcc-3.4:
     - General:
       + PR rtl-optimization/2960: Duplicate loop conditions even with -Os
         Closes: #94701.
       + PR optimization/3995: i386 optimisation: joining tests.
         Closes: #105309.
       + PR rtl-optimization/11635: Unnecessary store onto stack, more
         curefully expand union cast (closes: #202016).
       + PR target/7618: vararg disallowed in virtual function. Closes: #205404.
       + Large array problem on 64 bit platforms (closes: #209152).
       + Mark more strings as translatable (closes: #227129).
       + PR gcc/14711: ICE when compiling a huge source file Closes: #234711.
       + Better code generation for if(!p) return NULL;return p;
         Closes: #242318.
       + PR rtl-optimization/16152: Perl ftbfs on {ia64,arm,m68k}-linux.
         Closes: #255801.
       + ICE (segfault) while compiling Linux 2.6.9 (closes: #277206).
       + Link error building memtest (closes: #281445).
     - Ada:
       + PR ada/12450: Constraint error for valid input (closes: #210844).
       + PR ada/13620: miscompilation of array initializer with
         -O3 -fprofile-arcs. Closes: #226244.
     - C:
       + PR c/6897: Code produced with -fPIC reserves EBX, but compiles
         bad __asm__ anyway (closes: #73065).
       + PR c/9209: On i386, gcc-3.0 allows $ in indentifiers but not the asm.
         Closes: #121282.
       + PR c/11943: Accepts invalid declaration "int x[2, 3];" in C99 mode.
         Closes: #177303.
       + PR c/11942: restrict keyword broken in C99 mode. Closes: #187091.
       + PR other/11370: -Wunreachable-code gives false complaints.
         Closes: #196600.
       + PR c/11369: Too relaxed checking with -Wstrict-prototypes.
         Closes: #197504.
       + PR c/11445: False positive warning with -Wunreachable-code.
         Closes: #200140.
       + PR c/11459: -stdc=c90 -pedantic warns about C90's non long-long
          support when in C99 mode. Closes: #200392.
       + PR c/456: Handling of constant expressions. Closes: #225935.
       + ICE on invalid #define with -traditional (closes: #242916).
       + No warning when initializing a variable with itself, new option
         -Winit-self (closes: #293957).
     - C++:
       + C++ parse error (closes: #42946).
       + PR libstdc++/9073: Replacement for __STL_ASSERTIONS (libstdc++v3
         debug mode). Closes: #128993.
       + Parse errors in nested constructor calls (closes: #138561).
       + PR optimization/1823: -ftrapv aborts with pointer difference due to
         division optimization. Closes: #169862.
       + ICE on invalid code (closes: #176101).
       + PR c++/10199: ICE handling method parametrized by template.
         Closes: #185604.
       + High memory usage building packages OpenOffice.org and MythTV.
         Closes: #194345, #194513.
       + Improved documentation of std::lower_bound (closes: #196380).
       + ICE in regenerate_decl_from_template (closes: #197674).
       + PR c++/11444: Function fails to propagate up class tree
         (template-related).  Closes: #198042.
       + ICE when using namespaced typedef of primitive type as struct.
         Closes: #198261.
       + Bug using streambuf / iostream to read from a named pipe.
         Closes: #216105.
       + PR c++/11437: ICE in lookup_name_real (closes: #200011).
       + Add large file support (LFS) in libstdc++ (closes: #220000).
       + PR c++/13621: ICE compiling a statement expression returning type
         string (closes: #224413).
       + g++ doesn't find inherited inner class after template instantiation.
         Closes: #227518.
       + PR libstdc++/13928: Add whatis info in man pages generated by doxygen.
         Closes: #229642.
       + Missing symbol _M_setstate in libstdc++ (closes: #232709).
       + Unable to parse declaration of inline constructor explicit
         specialization (closes: #234709).
       + ICE (segfault) on invalid C++ code (closes: #246031).
       + ICE in lookup_tempate_function (closes: #262441).
       + Undefined symbols in libstdc++, when using specials char_traits.
         Closes: #266110.
       + PR libstdc++/16011: Outputting numbers with ostream in the locale fr_BE
         causes infinite recursion (closes: #270795).
       + ICE in tree_low_cst (closes: #276291).
       + ICE in in expand_call (closes: #283503).
       + typeof operator is misparsed in a template function (closes: #288555).
       + ICE in tree_low_cs (closes: #291374).
       + Improve uninformative error messages (closes: #292961, #293076).
       + ICE on array initialization (closes: #294560).
       + Failure to build xine-lib with -finline-functions (closes: #306854).
     - Java:
       + Fix error finding files in subdirectories (closes: #195480).
       + Implement java.text.CollationElementIterator lacks getOffset().
         Closes: #259789.
     - Treelang:
       + Pointer truncation on 64bit architectures (closes: #308367).
     - Architecture specific:
       - alpha
         + PR debug/10695: ICE on alpha while building agistudio.
           Closes: #192568.
         + ICE when building fceu (closes: #228018, #252764).
       - amd64
         + Miscompilation of Objective-C code (closes: #250174).
         + g++ hangs compiling k3d on amd64 (closes: #285364).
       - arm
         + PR target/19008: gcc -O3 -fPIC produces wrong code via auto inlining.
           Closes: #285238.
       - i386
         + PR target/4106: i386 -fPIC asm ebx clobber no error.
           Closes: #153472.
         + PR target/10984: x86/sse2 ICEs on vector intrinsics. Closes: #166940.
         + Wrong code generation on at least ix86 (closes: #275655).
       - m68k
         + PR target/9201: ICE compiling octave-2.1 (closes: #175478).
         + ICE in verify_initial_elim_offsets (closes: #204407, #257012).
         + g77 generates invalid assembly code (closes: #225621).
         + ICE in verify_local_live_at_start (closes #245584).
       - powerpc
         + PR optimization/12828: -floop-optimize is unstable on PowerPC (float
           to int conversion problem). Closes: #218219.
         + PR target/13619: ICE building altivec code in ffmpeg.
           Closes: #226148.
         + PR target/20046: Miscompilation of bind 9.3.0. Closes: #292958.
       - sparc
         + ICE (segfault) while building atlas3 on sparc32 (closes: #249108).
         + Wrong optimization on sparc32 when building linux kernel.
           Closes: #254626.
 .
   * Closed reports reported against gcc-3.3 or gcc-3.4 and fixed in gcc-4.0:
     - General:
       + PR rtl-optimization/6901: Optimizer improvement (removing unused
         local variables). Closes: #67206.
       + PR middle-end/179: Failure to detect use of unitialized variable
         with -O -Wall. Closes: #117765.
       + ICE building glibc's nptl on amd64 (closes: #260710, #307993).
       + PR middle-end/17827: ICE in make_decl_rtl. Closes: #270854.
       + PR middle-end/21709: ICE on compile-time complex NaN. Closes: #305344.
     - Ada:
       + PR ada/10889: Convention Fortran matrices mishandled in generics.
         Closes: #192135.
       + PR ada/13897: Implement tasking on powerpc. Closes: #225346.
     - C:
       + PR c/13072: Bogus warning with VLA in switch. Closes: #218803.
       + PR c/13519: typeof(nonconst+const) is const. Closes: #208981.
       + PR c/12867: Incorrect warning message (void format, should be void*
         format). Closes: #217360.
       + PR c/16066: PR 16066] i386 loop strength reduction bug.
         Closes: #254659.
     - C++:
       + PR c++/13518: -Wnon-virtual-dtor doesn't always work. Closes: #212260.
       + PR translation/16025: ICE with unsupported locale(closes: #242158).
       + PR c++/15125: -Wformat doesn't warn for different types in fprintf.
         Closes: #243507.
       + PR c++/15214: Warn only if the dtor is non-private or the class has
         friends. (closes: #246639).
       + PR libstdc++/17218: Unknown subjects in generated libstdc++ manpages.
         Closes: #262934.
       + PR libstdc++/17223: Missing .so references in generated libstdc++
         manpages. Closes: #262956.
       + libstdc++-doc: Improve man pages (closes: #280910).
       + PR c++/19006: ICE in tree_low_cst. Closes: #285692.
       + g++ does not check arguments to fprintf. Closes: #281847.
     - Java:
       + PR java/7304: gcj ICE (closes: #152501).
       + PR libgcj/7305: Installation of headers not directly in /usr/include.
         Closes: #195483.
       + PR libgcj/11941: libgcj timezone handling (closes: #203212).
       + PR java/14709: gcj fails to wait for its child processes on exec().
         Closes: #238432.
       + PR libgcj/21703: gcj hangs when rapidly calling String.intern().
         Closes: #275547.
       + SocketChannel.get(ByteBuffer) returns 0 at EOF. Closes: #281602.
       + PR java/19711: gcj segfaults instead of reporting the ambiguous
         expression. Closes: #286715.
       + Static libgcj contains repeated archive members (closes: #298263).
     - Architecture specific:
       - alpha
         + Unaligned accesses with ?-operator (closes: #301983).
       - arm
         + Compilation error of glibc-2.3.4 on arm (closes: #298508).
       - m68k
         + ICE in add_insn_before (closes: #248432).
       - mips
         + Fix o32 ABI breakage in gcc 3.3/3.4 (closes: #270620).
       - powerpc
         + ICE in extract_insn (closes: #311128).
 .
   * Closing bug reports as wontfix:
     - g++ defines _GNU_SOURCE when using the libstdc++ header files.
       Behaviour did change since 3.0. Closes: #126703, #164872.
 .
 gcc-4.0 (4.0.0ds2-12) unstable; urgency=high
 .
   * Update to CVS 20050701, taken from the gcc-4_0-branch.
   * Apply proposed patch for MMAP configure fix; aka PR 19877. Backport
     from mainline.
   * Disable Fortran on m68k. Currently FTBFS.
   * Split multiarch-include/lib patches. Update multiarch-include patch.
   * Fix FTBFS of the hppa64-linux cross compiler. Don't add the
     multiarch include dirs when cross compiling.
   * Configure --with-java-home, as used by java-gcj-compat.
     Closes: #315646.
   * Make libgcj-dbg packages priority extra.
   * Set the path of classmap.db to /var/lib/gcj- at gcc_version@.
   * On m68k, do not create the default classmap.db in the gcj postinst.
     See #312830.
   * On amd64, install the 32bit libraries into /emul/ia32-linux/usr/lib.
     Restore the /usr/lib32 symlink.
   * On amd64, don't reference lib64, but instead lib (lib64 is a symlink
     to lib). Closes: #293050.
   * Remove references to build directories from the .la files.
   * Make cpp-X.Y conflict with earlier versions of gcc-X.Y, g++-X.Y, gobjc-X.Y,
     gcj-X.Y, gfortran-X.Y, gnat-X.Y, treelang-X.Y, if a path component in
     the gcc library path changes (i.e. version or target alias).
   * Disable Ada for sh3 sh3eb sh4 sh4eb.
   * For gcj-4.0, add a conflict to libgcj4-dev and libgcj5-dev.
     Closes: #316499.
 .
 gcc-4.0 (4.0.0ds1-11) unstable; urgency=low
 .
   * debian/rules.defs: Disable Ada for alpha.
   * debian/rules.conf: Fix typo in type-handling replacement code.
   * Don't ship an empty libgcj6-dbg package.
 .
 gcc-4.0 (4.0.0ds1-10) unstable; urgency=medium
 .
   * debian/patches/libstdc++-api-compat.dpatch: Apply proposed patch
     to fix libstdc++ 3.4.5/4.0 compatibility.
   * type-handling output became insane. Don't use it anymore.
   * Drop the reference to the stl-manual package (closes: #314983).
   * Disable java on GNU/kFreeBSD targets, requested by Robert Millan.
     Closes: #315140.
   * Terminate the acats-killer process, even if the build is aborted
     by the user (closes: #314405).
   * debian/rules.defs: Define DEB_TARGET_ARCH_{OS,CPU}.
   * Start converting the use of DEB_*_GNU_* to DEB_*_ARCH_* in the build
     files.
   * Do not configure with --enable-gtk-cairo. Needs newer gtk. Drop
     build dependency on libcairo-dev.
   * Fix setting of the system header directory for the hurd (Michael Banck).
     Closes: #315386.
   * Fix FTBFS on hurd-i386: MAXPATHLEN issue (Michael Banck). Closes: #315384.
 .
 gcc-4.0 (4.0.0ds1-9ubuntu2) breezy; urgency=low
 .
   * Fix version number in libgcj shlibs file.
 .
 gcc-4.0 (4.0.0ds1-9ubuntu1) breezy; urgency=low
 .
   * Update to 4.0.1, release candidate 2.
   * libstdc++ shlibs file: Require 4.0.0ds1-9ubuntu1 as minimum version.
   * Rename libawt to libgcjawt to avoid conflicts with other
     libawt implementations (backport from HEAD).
   * Update classpath awt, swing and xml parser for HTML support in swing.
     Taken from classpath CVS HEAD 2005-06-18. Patch provided by Michael Koch.
   * Remove the libgcj-buffer-strategy path, part of the classpath update.
   * libgcj shlibs file: Require 4.0.0ds1-9ubuntu1 as minimum version.
   * Require cairo-0.5 as build dependency.
   * gij-4.0: Provide java1-runtime.
   * gij-4.0: Provide an rmiregistry alternative (using grmiregistry-4.0).
   * gcj-4.0: Provide an rmic alternative (using grmic-4.0).
   * libgcj6-dev conflicts with libgcj5-dev, libgcj4-dev, not libgcj6.
     Closes: #312741.
   * libmudflap-entry-point.dpatch: Correct name of entry point on mips/mipsel.
   * Apply proposed patch for PR 18421 and PR 18719 (m68k only).
   * Apply proposed path for PR 21562.
   * Add build dependency on dpkg (>= 1.13.7).
   * On linux systems, configure for <cpu>-linux-gnu.
   * Configure the hppa64 cross compiler to target hppa64-linux-gnu.
   * (Build-)depend on binutils-2.16.1.
   * libstdc{32,64}++6-4.0-dbg: Depend on libstdc++6-4.0-dev.
   * gnat-4.0: only depend on libgnat, when a shared libgnat is built.
   * gfortran-4.0: Depend on libgmp3c2 | libgmp3.
   * On hppa, explicitely use gcc-3.3 as a build dependency in the case
     that Ada is disabled.
   * libmudflap: Always build the library for the non-default biarch
     architecture, or else the test results show link failures.
 .
 gcc-4.0 (4.0.0-9) unstable; urgency=low
 .
   * Upload to unstable.
 .
 gcc-4.0 (4.0.0-8ubuntu3) breezy; urgency=low
 .
   * debian/control: Regenerate.
 .
 gcc-4.0 (4.0.0-8ubuntu2) breezy; urgency=low
 .
   * Fix powerpc-config-ml patch.
 .
 gcc-4.0 (4.0.0-8ubuntu1) breezy; urgency=low
 .
   * powerpc biarch support:
     - Enable powerpc biarch support, build lib64gcc1 on powerpc.
     - Add patch to disable libstdc++'s configure checking, if it can't run
       64bit binaries on 32bit kernels (Sven Luther).
     - Apply the same patch to the other runtime librararies as well.
     - Run the testsuite with -m64, if we can execute 64bit binaries.
     - Add libc6-dev-ppc64 as build dependency for powerpc.
   * 32bit gcj libs for amd64.
   * debian/logwatch.sh: Don't remove logwatch pid file on exit (suggested
     by Ryan Murray).
   * Update to CVS 20050603, taken from the gcc-4_0-branch.
   * g++-4.0 provides c++abi2-dev.
   * Loosen dependencies on packages of architecture `all' to not break
     binary only uploads.
   * Build libgfortran for biarch as well, else the testsuite will fail.
 .
 gcc-4.0 (4.0.0-8) experimental; urgency=low
 .
   * Synchronize with Ubuntu.
 .
 gcc-4.0 (4.0.0-7ubuntu7) breezy; urgency=low
 .
   * Fix build failures for builds with disabled testsuite.
   * Adjust debian/rules conditionals to work with all dpkg versions.
   * Build separate lib32stdc6-4.0-dbg/lib64stdc6-4.0-dbg packages.
   * Add the debugging symbols of the optimzed libstdc++ build in the
     lib*stdc++6-dbg packages as well.
   * Build a libgcj6-dbg package.
   * Update to CVS 20050522, taken from the gcc-4_0-branch.
   * Add Ada support for the ppc64 architecture (Andreas Jochens):
     * debian/patches/ppc64-ada.dpatch
       - Add gcc/ada/system-linux-ppc64.ads, which has been copied from
         gcc/ada/system-linux-ppc.ads and changed to use 'Word_Size' 64
         instead of 32.
       - gcc/ada/Makefile.in: Use gcc/ada/system-linux-ppc64.ads on powerpc64.
     * debian/rules.patch
       - Use ppc64-ada patch on ppc64.
     * debian/rules.d/binary-ada.mk
       Place the symlinks libgnat.so, libgnat-4.0.so, libgnarl.so,
       libgnarl-4.0.so in '/usr/lib' instead of '<gcc_lib_dir>/adalib'.
     Closes: #308948.
   * Add libc6-dev-i386 as an alternative build dependency for amd64.
     Closes: #305690.
 .
 gcc-4.0 (4.0.0-7ubuntu6) breezy; urgency=low
 .
   * Don't trust dpkg-architecture (1.13.4), it "hurds" ...
 .
 gcc-4.0 (4.0.0-7ubuntu5) breezy; urgency=low
 .
   * libgcj6-dev: Don't provide libgcj-dev.
 .
 gcc-4.0 (4.0.0-7ubuntu4) breezy; urgency=low
 .
   * Update to CVS 20050517, taken from the gcc-4_0-branch.
   * Apply proposed patch for PR21293.
 .
 gcc-4.0 (4.0.0-7ubuntu2) breezy; urgency=low
 .
   * Update to CVS 20050515, taken from the gcc-4_0-branch.
 .
 gcc-4.0 (4.0.0-7ubuntu1) breezy; urgency=low
 .
   * Synchronize with Debian.
 .
 gcc-4.0 (4.0.0-7) experimental; urgency=low
 .
   * Update to CVS 20050509, taken from the gcc-4_0-branch.
   * Remove the note from the fastjar package description, stating, that
     fastjar is incomplete compared to the "standard" jar utility.
   * Fix typo in build depends. dpkg-checkbuilddeps doesn't like a comma
     inside [].
   * Tighten shlibs dependencies to require the current version.
 .
 gcc-4.0 (4.0.0-6) experimental; urgency=low
 .
   * Update to CVS 20050508, taken from the gcc-4_0-branch.
 .
 gcc-4.0 (4.0.0-5ubuntu1) breezy; urgency=low
 .
   * Temporarily disable the i386 biarch build. Remove the amd64-libs-dev
     build dependency, add (build-)conflict (<= 1.1ubuntu1).
 .
 gcc-4.0 (4.0.0-5) breezy; urgency=low
 .
   * gnat-3.3 and gnat-4.0 are alternative build dependencies (closes: #308002).
   * Update to CVS 20050507, taken from the gcc-4_0-branch.
   * gcj-4.0: Install gjnih.
   * Add libgcj buffer strategy framework (Thomas Fitzsimmons), needed for OOo2.
     Backport from 4.1.
   * Fix all lintian errors and most of the warnings.
 .
 gcc-4.0 (4.0.0-4) breezy; urgency=low
 .
   * Still prefer gnat-3.3 over gnat-4.0 as a build dependency.
 .
 gcc-4.0 (4.0.0-3) breezy; urgency=low
 .
   * Update to CVS 20050506, taken from the gcc-4_0-branch.
   * Update priority of java alternatives to 40.
   * Move gcj-dbtool to gij package, move the default classmap.db to
     /var/lib/gcj-4.0/classmap.db. Create it in the postinst.
   * Fix gcc-4.0-hppa64 postinst (closes: #307762).
   * Fix gcc-4.0-hppa64, gij-4.0 and gcj-4.0 postinst, to not ignore errors
     from update-alternatives.
   * Fix gcc-4.0-hppa64, fastjar, gij-4.0 and gcj-4.0 prerm,
     to not ignore errors from update-alternatives.
 .
 gcc-4.0 (4.0.0-2) experimental; urgency=low
 .
   * GCC 4.0.0 release.
   * Update to CVS 20050503, taken from the gcc-4_0-branch.
   * Add gnat-4.0 as an alternative build dependency (closes: #305690).
 .
 gcc-4.0 (4.0.0-1) experimental; urgency=low
 .
   * GCC 4.0.0 release.
 .
 gcc-4.0 (4.0ds11-0pre11) breezy; urgency=low
 .
   * CVS 20050413, taken from the gcc-4_0-branch.
   * Add proposed patches for PR20126, PR20490, PR20929.
 .
 gcc-4.0 (4.0ds10-0pre10) experimental; urgency=low
 .
   * gcc-4.0.0-20050410 release candidate 1, built from the prerelease tarball.
     - C++ fix for "optimizer breaks function inlining". Closes: #302989.
   * Append the GCC version to the fastjar/grepjar version string.
   * Use short file names in the libstdc++ docs (closes: #301140).
   * Fix libstdc++-dbg dependencies (closes: #303866).
 .
 gcc-4.0 (4.0ds9-0pre9) experimental; urgency=low
 .
   * CVS 20050326, taken from the gcc-4_0-branch.
   * Reenable Ada on ia64.
   * Build libgnat on hppa, sparc, s390 again.
   * ppc64 support (Andreas Jochens):
     * debian/control.m4
       - Add libc6-dev-powerpc [ppc64] to the Build-Depends.
       - Change the Description for lib32gcc1: s/ia32/32 bit Version/
     * debian/rules.defs
       - Define 'biarch_ia32' for ppc64 to use the same 32 bit multilib
         facilities as amd64.
     * debian/rules.d/binary-gcc.mk
       - Correct an error in the 'files_gcc' definition for biarch_ia32
         (replace '64' by '32').
     * debian/rules2
       - Do not use '--disable-multilib' on powerpc64-linux.
         Use '--disable-nof --disable-softfloat' instead.
     * debian/rules.d/binary-libstdcxx.mk
       - Put the 32 bit libstdc++ files in '/usr/lib32'.
     * debian/rules.patch
       - Apply 'ppc64-biarch' patch on ppc64.
     * debian/patches/ppc64-biarch.dpatch
       - MULTILIB_OSDIRNAMES: Use /lib for native 64 bit libraries and
         /lib32 for 32 bit libraries.
       - Add multilib handling to src/config-ml.in (taken from
         amd64-biarch.dpatch).
   * Rename biarch_ia32 to biarch32, as suggsted by Andreas.
   * Use /bin/dash on hppa.
   * Reenable the build of the hppa64 compiler.
   * Enable parallel builds by defaults (set environment variale USE_NJOBS=no
     or USE_NJOBS=<number> to modify the default, which is to use the
     number of available processors).
 .
 gcc-4.0 (4.0ds8-0pre8) experimental; urgency=low
 .
   * CVS 20050322, taken from the gcc-4_0-branch.
     - Add proposed fix for PR19406.
   * Configure --with-gtk-cairo only if version 0.3.0 is found.
   * Split out gcc-4.0-locales package. Better chance of getting
     bug reports in english language.
 .
 gcc-4.0 (4.0ds7-0pre7) experimental; urgency=low
 .
   * CVS 20050304, taken from the gcc-4_0-branch.
   * Build the treelang compiler.
 .
 gcc-4.0 (4.0ds6-0pre6ubuntu6) hoary; urgency=low
 .
   * Fix lib32gcc1 symlink on amd64. Ubuntu #7099.
 .
 gcc-4.0 (4.0ds6-0pre6ubuntu5) hoary; urgency=low
 .
   * Add patch from PR20160, avoid creating archives with components
     that have duplicate basenames.
 .
 gcc-4.0 (4.0ds6-0pre6ubuntu4) hoary; urgency=low
 .
   * CVS 20050301, taken from the gcc-4_0-branch.
     Test builds on i386, amd64, powerpc, ia64, check libgcc_s.so.1.
   * Add fastjar-4.0 binary and manpage. Some java packages append it
     for all java related tools.
   * Add libgcj6-src package for source code availability in IDE's.
   * On hppa, disable the build of the hppa64 cross compiler, disable
     java, disable running the testsuite (request by Lamont).
   * On amd64, lib32gcc1 replaces ia32-libs.openoffice.org (<< 1ubuntu3).
   * Build-Depend on libcairo1-dev, configure with --enable-gtk-cairo.
     Work around libtool problems install libjawt.
     Install jawt header files in libgcj6-dev.
   * Add workaround for PR debug/19769.
 .
 gcc-4.0 (4.0ds5-0pre6ubuntu3) hoary; urgency=low
 .
   * Drop libgmp3-dev (<< 4.1.4-3) as an alterntative build dependency.
 .
 gcc-4.0 (4.0ds5-0pre6ubuntu2) hoary; urgency=low
 .
   * Disable Ada for powerpc.
 .
 gcc-4.0 (4.0ds5-0pre6ubuntu1) hoary; urgency=low
 .
   * Avoid build dependency on type-handling.
   * Install 32bit libs on amd64 in /lib32 and /usr/lib32.
 .
 gcc-4.0 (4.0ds5-0pre6) experimental; urgency=low
 .
   * gcc-4.0 snapshot, taken from the HEAD branch CVS 20050208.
   * Build-depend on graphviz (moved to main), remove the pregenerated
     libstdc++ docs from the diff.
   * Fix PR19162, libobjc build failure on arm-linux (closes: #291497).
 .
 gcc-4.0 (4.0ds4-0pre5) experimental; urgency=low
 .
   * gcc-4.0 snapshot, taken from the HEAD branch CVS 20050125.
   * Call the 4.0 gcx versions in the java wrappers (closes: #291075).
   * Correctly install libgij (closes: #291077).
   * libgcj6-dev: Add conflicts to other libgcj-dev packages (closes: #290950).
 .
 gcc-4.0 (4.0ds3-0pre4) experimental; urgency=low
 .
   * gcc-4.0 snapshot, taken from the HEAD branch CVS 20050115.
   * Update cross build patches (Nikita V. Youshchenko).
   * Enable Ada on i386, amd64, mips, mipsel, powerpc, sparc, s390.
     Doesn't yet bootstrap on alpha, hppa, ia64.
 .
 gcc-4.0 (4.0ds2-0pre3) experimental; urgency=low
 .
   * gcc-4.0 snapshot, taken from the HEAD branch CVS 20041224.
 .
 gcc-4.0 (4.0ds1-0pre2) experimental; urgency=low
 .
   * gcc-4.0 snapshot, taken from the HEAD branch CVS 20041205.
   * Lot's of merges and updates from the gcc-3.4 packages.
 .
 gcc-4.0 (4.0ds0-0pre1) experimental; urgency=low
 .
   * gcc-4.0 snapshot, taken from the HEAD branch CVS 20041114.
     - Addresses many issues with the libstdc++ man pages (closes: #278549).
   * Disable Ada on hppa, ia64, mips, mipsel, powerpc, s390 and sparc, at least
     these are known to be broken at the time of the snapshot.
   * Minor kbsd.gnu build fixes (Robert Millan). Closes: #273004.
   * For amd64, add missing libstdc++ files to 'libstdc++6-dev' package.
     (Andreas Jochens). Fixes: #274362.
   * Update libffi-mips patch (closes: #274096).
   * Updated i386-biarch patch. Don't build 64bit libstdc++, ICE.
   * Update sparc biarch patch.
   * Fix symlinks for gfortran manpage (closes: #278548).
   * Update cross build patches (Nikita V. Youshchenko).
   * Update Ada patches (Ludovic Brenta).
 .
 gcc-4.0 (4.0-0pre0) experimental; urgency=low
 .
   * gcc-4.0 snapshot, taken from the HEAD branch CVS 20040912.
 .
   * Matthias Klose <doko at debian.org>
 .
     - Integrate accumulated packaging patches from gcc-3.4.
     - Rename libstdc++6-* packages to libstdc++6-4-* (closes: #261693).
     - libffi4-dev: conflict with libffi3-dev (closes: #265939).
 .
   * Robert Millan <rmh at debian.org>
 .
     * control.m4: 
       - s/locale_no_archs !hurd-i386/locale_no_archs/g 
         (This is now handled in rules.defs. [1]) 
       - s/procps [check_no_archs]/procps [linux_gnu_archs]/g [2] 
       - Add type-handling to build-deps. [3] 
     * rules.conf: 
       - Don't require (>= $(libc_ver)) for libc0.1-dev. [4] 
       - Generate *_no_archs variables with type-handling and use them for 
         for m4's -D parameters. [3] 
     * rules.defs: 
       - use filter instead of findstring [1]. 
       - s/netbsd-elf-gnu/netbsdelf-gnu/g [5]. 
       - enable java for kfreebsd-gnu [6] 
       - enable ffi for kfreebsd-gnu and knetbsd-gnu [6] 
       - enable libgc for kfreebsd-gnu [6] 
       - enable checks for kfreebsd-gnu and knetbsd-gnu [7] 
       - enable locales for kfreebsd-gnu and gnu [1] [8]. 
     * Closes: #264025.
 .
 gcc-3.5 (3.5ds1-0pre1) experimental; urgency=low
 .
   * gcc-3.5 snapshot, taken from the HEAD branch CVS 20040724.
   * Install locale data with versioned package name (closes: #260497).
   * Fix libgnat symlinks.
 .
 gcc-3.5 (3.5-0pre0) experimental; urgency=low
 .
   * gcc-3.5 snapshot, taken from the HEAD branch CVS 20040718.
 .
 gcc-3.4 (3.4.1-1) experimental; urgency=low
 .
   * gcc-3.4.1 final release.
     - configured wth --enable-libstdcxx-allocator=mt.
   * Fixes for generating cross compiler packages (Jeff Bailey).
 .
 gcc-3.4 (3.4.0-4) experimental; urgency=low
 .
   * gcc-3.4.1 release candidate 1.
   * Add logic to build biarch compiler on powerpc (disabled, needs lib64c).
   * Don't build the libg2c0 package on mipsel-linux (no clear answer on
     debian-mips, if the libg2c0's built by gcc-3.3 and gcc-3.4 are compatible
     (post-sarge issue).
   * Don't use gcc-2.95 as bootstrap compiler on m68k anymore.
 .
 gcc-3.4 (3.4.0-3) experimental; urgency=low
 .
   * Update to gcc-3.4 CVS 20040613.
   * On sparc, set the the build target to sparc64-linux, build with
     switch defaulting to code generation for v7. To generate code for
     sparc64, use the -m64 switch.
   * Add missing doc-base files to -doc packages.
   * Add portability patches and kbsd-gnu patch (Robert Millan).
     Closes: #251293, #251294.
   * Apply fixes for cross build (Nikita V. Youshchenko).
   * Do not include the precompiled libstdc++ header files into the -dev
     package (still experimental). Closes: #251707.
   * Reflect renaming of Ada user's guide.
   * Move AWT peer libraries for libgcj into it's own package (fixes: #247791).
 .
 gcc-3.4 (3.4.0-2) experimental; urgency=low
 .
   * Update to gcc-3.4 CVS 20040516.
   * Do not provide the /usr/hppa64-linux/include in the gcc-hppa64 package,
     migrated to libc6-dev. Adjust dependencies.
   * Integrate gpc test results into the GCC test summary.
   * gnatchop calls gcc-3.4 (closes: #245438).
   * debian/locale-gen.sh: Update for recent libstdc+++ testsuite.
   * debian/copyright: Add libstdc++-v3's exception clause.
   * Add libffi update for mips (Thiemo Seufer).
   * Reference Debian specific bug reporting instructions.
   * Update README.Bugs.
   * Fix FTBFS for libstdc++-doc.
   * Update libjava patch for hppa (Randolph Chung).
   * Fix installation of ffitarget.h header file.
   * On amd64-linux, configure --without-multilib, disable Ada.
 .
 gcc-3.4 (3.4.0-1) experimental; urgency=low
 .
   * gcc-3.4.0 final release.
 .
   * Why experimental?
     - Do not interfer with packages currently built from gcc-3.3 sources,
       i.e. libgcc1, libobjc1, libffi2, libffi2-dev, libg2c0.
     - Biarch sparc compiler doesn't built yet.
     - Use of configure flags affecting binary ABI's not yet determined.
     - Several ABI bugs have been fixed. Unfortunately, these changes will break
       binary compatibility with earlier releases on several architectures:
       alpha, mips, sparc, 
     - hppa and m68k changed sjlj based exception handling to dwarf2 based
       exception handling.
 .
       See NEWS.html or http://gcc.gnu.org/gcc-3.4/changes.html for more
       specific information.
 .
 gcc-3.4 (3.4ds3-0pre4) experimental; urgency=low
 .
   * Update to gcc-3.4 CVS 20040403.
   * Add gpc tarball, gpc patches for 3.4 (Waldek Hebisch).
   * Reenable sparc-biarch patches (closes: #239856).
   * Build the shared libgnat library, needed to fix FTBFS for some
     Ada library packages (Ludovic Brenta).
     Currently enabled for hppa, i386, ia64.
 .
 gcc-3.4 (3.4ds1-0pre2) experimental; urgency=low
 .
   * Update to gcc-3.4 CVS 20040320.
   * For libstdc++6-doc, add a conflict to libstdc++5-3.3-doc (closes: #236560).
   * For libstdc++6-dbg, add a conflict to libstdc++5-3.3-dbg (closes: #236798).
   * Reenable s390-biarch patches.
   * Update the cross compiler build files (Nikita V. Youshchenko).
 .
 gcc-3.4 (3.4ds0-0pre1) experimental; urgency=low
 .
   * Start gcc-3.4 packaging, get rid of the epoch for most of the
     packages.
 .
 gcc-3.3 (1:3.3.3ds6-6) unstable; urgency=medium
 .
   * Update to gcc-3_3-branch CVS 20040401.
     - Fixed ICE in emit_move_insn_1 on legal code (closed: #223215).
     - Fix PR 14755, miscompilation of loops with bitfield counter.
       Closes: #241255.
     - Fix PR 16040, crash in function initializing const data with
       reinterpret_cast-ed pointer-to-member function crashes (closes: #238621).
     - Remove patches integrated upstream.
   * Reenable build of gpidump on powerpc and s390.
 .
 gcc-3.3 (1:3.3.3ds6-5) unstable; urgency=medium
 .
   * Update to gcc-3_3-branch CVS 20040321.
     - Fix PR target/13889 (ICE on valid code on m68k).
   * Fix FTFBS on s390. Do not build gpc's gpidump on s390.
   * Reenable gpc on arm.
 .
 gcc-3.3 (1:3.3.3ds6-4) unstable; urgency=low
 .
   * Update to gcc-3_3-branch CVS 20040320.
     - Revert patch for PR14640 (with this, at least mozilla-firefox was
       miscompiled on x86 (closes: #238621).
   * Update the gpc tarball (there were two releases with the same name ...).
   * Reenable gpc on alpha and ia64.
 .
 gcc-3.3 (1:3.3.3ds5-3) unstable; urgency=low
 .
   * Update to gcc-3_3-branch CVS 20040314.
     - Fixes miscompilation with -O -funroll-loops on powerpc (closes: #229567).
     - Fix ICE in dwarf-2 on code using altivec (closes: #203835).
   * Update hurd-changes patch.
   * Add libgcj4-dev as a recommendation for gcj (closes: #236547).
   * debian/copyright: Added exemption to static linking of libgcc.
 .
   * Phil Blundell:
     - debian/patches/arm-ldm.dpatch, debian/patches/arm-gotoff.dpatch: Update.
 .
 gcc-3.3 (1:3.3.3ds5-2) unstable; urgency=low
 .
   * Update to gcc-3_3-branch CVS 20040306.
     - Fixes bootstrap comparision error on ia64.
     - Allows ghc build with gcc-3.3.
     - On amd64, don't imply 3DNow! for -m64 by default.
     - Some arm specific changes
     - Fix C++/13944: exception in constructor of a class to be thrown is not
       caught. Closes: #228099.
   * Enable the build of gcc-3.3-hppa64 on hppa.
     Add symlinks for as and ld to point to hppa64-linux-{as,ld}.
   * gcj-3.3 depends on g++-3.3, recommends gij-3.3. gij-3.3 suggests gcj-3.3.
   * Fix libgc2c-pic compatibility links (closes: #234333).
     The link will be removed for gcc-3.4.
   * g77-3.3: Conflict with other g77-x.y packages.
   * Tighten shlibs dependencies to latest released versions.
 .
   * Phil Blundell:
     - debian/patches/arm-233633.dpatch: New  Fixes problems with half-word
       loads on ARMv3 architecture.  (Closes: #233633)
     - debian/patches/arm-ldm.dpatch: New.  Avoids inefficient epilogue for
       leaf functions in PIC code on ARM.
 .
 gcc-3.3 (1:3.3.3ds5-1) unstable; urgency=medium
 .
   * gcc-3.3.3 final release.
     See /usr/share/doc/gcc-3.3/NEWS.{gcc,html}.
 .
 gcc-3.3 (1:3.3.3ds4-0pre4) unstable; urgency=low
 .
   * Update to gcc-3.3.3 CVS 20040214 (2nd gcc-3.3.3 prerelease).
   * Fix title of libstdc++'s html main index (closes: #196381).
   * Move libg2c libraray files out of the gcc specific libdir to /usr/lib.
     For g77-3.3 add conflicts to other g77 packages. Closes: #224848.
   * Update the stack protector patch to 3.3-7, but don't apply it by default.
     Closes: #230338.
   * On arm, use arm6 as the cpu default (backport from mainline, PR12527).
   * Add libffi and libjava support for hppa (Randolph Chung). Closes: #232615.
 .
 gcc-3.3 (1:3.3.3ds3-0pre3) unstable; urgency=low
 .
   * Update to gcc-3.3.3 CVS 20040125.
     - Fixed PR11350, undefined labels with -Os -fPIC (closes: #195911).
     - Fixed PR11793, ICE in extract_insn, at recog.c (closes: #203835).
     - Fixed PR13544, removed backport for PR12862.
     - Integrated backport for PR12441.
   * Fixed since 3.3: java: not implemented interface methods of abstract
     classes not found (closes: #225438).
   * Disable pascal on arm architecture (currently broken).
   * Update the build files to build a cross compiler (Nikita V. Youshchenko).
     See debian/README.cross in the source package.
   * Apply revised patch to make -mieee the default on alpha-linux,
     and add -mieee-disable switch to turn the default off (closes: #212912).
     (Tyson Whitehead)
 .
 gcc-3.3 (1:3.3.3ds2-0pre2) unstable; urgency=medium
 .
   * Update to gcc-3.3.3 CVS 20040110.
     - Fixes compilation not terminating at -O1 on hppa (closes: #207516).
   * Add backport to fix PR12441 (closes: #224576).
   * Revert backport to 3.3 branch to fix PR12862, which introduced another
     regression (PR13544). Closes: #225663.
   * Tighten dependency of gnat-3.3 on gcc-3.3 (closes: #226273).
   * Disable treelang build for cross compiler build.
   * Disable pascal on alpha and ia64 architectures (currently broken).
 .
 gcc-3.3 (1:3.3.3ds1-0pre1) unstable; urgency=low
 .
   * Update to gcc-3.3.3 CVS 20031229.
     - Fixes bootstrap error on ia64-linux.
     - Fix -pthread on mips{,el}-linux (closes: #224875).
     - Fix -Wformat for C++ (closes: #217075).
   * Backport from mainline: Preserve inline-ness when redeclaring
     a function template (closes: #195264).
   * Add missing intrinsics headers on ix86 (closes: #224593).
   * Fix location of libg2c libdir in libg2c.la file (closes: #224848).
 .
 gcc-3.3 (1:3.3.3ds0-0pre0.1) unstable; urgency=high
 .
    * NMU
    * Fixed mips(el) spec file for -pthread: (Closes: #224875)
    * [debian/patches/mips-pthread.dpatch] New.
    * [debian/rules.patch] Added it to debian_patches.
 .
 gcc-3.3 (1:3.3.3ds0-0pre0) unstable; urgency=low
 .
   * Update to gcc-3.3.3 CVS 20031206.
     - Fixes ICE in verify_local_live_at_start (hppa). Closes: #201550.
     - Fixes miscompilation of linux-2.6/sound/core/oss/rate.c.
       Closes: #219949.
   * Add missing unwind.h to gcc package (closes: #220846).
   * Regenerate control file to fix build dependencies for m68k.
   * More gpc only patches to fix test failures on m68k.
   * Reenable gpc for the Hurd (closes: #189851).
 .
 gcc-3.3 (1:3.3.2ds5-4) unstable; urgency=low
 .
   * Update libffi-dev package description (closes: #219508).
   * For gij and libgcj fix dependency on the libstdc++ package, if
     the latter isn't installed during the build.
   * Apply patch to emit .note.GNU-stack section on linux arches
     which by default need executable stack.
   * Prefer gnat-3.3 over gnat-3.2 as a build dependency.
   * Update the pascal tarball (different version released with the
     same name).
   * Add pascal patches to address various gpc testsuite failures.
     On alpha and ia64, build gpc from the 20030830 version. Reenable
     the build on m68k.
     Remove the 20030507 gpc version from the tarball.
   * Apply patch to build the shared ada libs and link the ada tools
     against the shared libs. Not enabled by default, because gnat
     and gnatlib are rebuilt during install. (Ludovic Brenta)
 .
 gcc-3.3 (1:3.3.2ds4-3) unstable; urgency=low
 .
   * Fix rules to omit inclusion of gnatpsta in mips(el) gnat package.
 .
 gcc-3.3 (1:3.3.2ds4-2) unstable; urgency=medium
 .
   * s390-ifcvt patch added. Fixes gcl miscompilation (closes: #217240).
     (Gerhard Tonn)
   * Fix an infinite loop in g++ compiling lufs, regression from 3.3.1.
   * Fix a wrong code generation bug on alpha.
     (Falk Hueffner)
   * Update NEWS files.
   * Add Falk Hueffner to the Debian GCC maintainers.
   * Enable ada on mips and mipsel, but don't build the gnatpsta tool.
 .
 gcc-3.3 (1:3.3.2ds4-1) unstable; urgency=medium
 .
   * Update to gcc-3.3.2.
   * Update NEWS files.
   * Miscompilation in the pari package at -O3 fixed (closes: #198172).
   * On alpha-linux, revert -mieee as the default (Falk Hueffner).
     Reopens: #212912.
   * Add ia64-unwind patch (Jeff Bailey).
   * Closed reports reported against gcc-2.96 (ia64), fixed at least in gcc-3.3:
     - ICE in verify_local_live_at_start, at flow.c:2733 (closes: #135404).
     - Compilation failure of stlport (closes: #135224).
     - Infinite loop compiling cssc's pfile.cc with -O2 (closes: #115390).
     - Added missing some string::compare() members (closes: #141199).
     - <cmath> header declares std::pow (closes: #161853).
     - <vector> does have at() method (closes: #59776).
     - Fixed error in stl_deque.h (closes: #69530).
     - Fixed problem with bastring (closes: #75759, #96539).
     - bad_alloc and std:: namespace problem (closes: #75120).
     - Excessive warnings from headers with -Weffc++ (closes: #76827).
 .
 gcc-3.3 (1:3.3.2ds3-0pre5) unstable; urgency=low
 .
   * Update to gcc-3.3.2 CVS 20031005.
     - Fixes cpp inserting a spurious newline (closes: #210478, #210482).
     - Fixes generation of unrecognizable insn compiling kernel source
       on alpha (closes: #202762).
     - Fixes ICE in add_abstract_origin_attribute (closes: #212406).
     - Fixes forward declaration in libstdc++ (closes: #209386).
     - Fixes ICE in in extract_insn, at recog.c on alpha (closes: #207564).
   * Make libgcj-common architecture all (closes: #211909).
   * Build depend on: flex-old | flex (<< 2.5.31).
   * Fix spec linking libraries with -pthread on powerpc (closes: #211054).
   * debian/patches/arm-gotoff.dpatch: fix two kinds of PIC lossage.
     (Phil Blundell)
   * debian/patches/arm-common.dpatch: fix excessive alignment of common
     blocks causing binutils testsuite failures.
     (Phil Blundell)
   * Update priorities in debian/control to match the archive.
     (Ryan Murray)
   * s390-nonlocal-goto patch added. Fixes some pascal testcase failures. 
     (Gerhard Tonn)
   * On alpha-linux, make -mieee default and add -mieee-disable switch
     to turn default off (closes: #212912).
     (Tyson Whitehead)
   * Add gpc upstream patch for memory corruption fix.
 .
 gcc-3.3 (1:3.3.2ds2-0pre4) unstable; urgency=low
 .
   * Add gcc-unsharing_lhs patch (closes: #210848)
 .
 gcc-3.3 (1:3.3.2ds2-0pre3) unstable; urgency=low
 .
   * Update to gcc-3.3.2 CVS 20030908.
   * PR11716 (Michael Eager, Dan Jacobowitz):
     Make GCC think that the maximum length of a short branch is
     64K instead of 128K.  It's a big hammer, but it works.
     Closes: #207915.
   * Downgrade gpc to 20030507 on alpha and ia64 (closes: #208717).
 .
 gcc-3.3 (1:3.3.2ds1-0pre2) unstable; urgency=low
 .
   * Update to gcc-3.3.2 CVS 20030831.
     - Fix java NullPointerException detection with 2.6 kernels.
       Closes: #206377.
     - Fix bug in C++ typedef handling (closes: #205402).
     - Fix -Wunreachable-code giving false complaints (closes: #196600).
   * Update to gpc-20030830.
   * Don't include /usr/share/java/repository into the class path according
     to the new version of th Debian Java policy (closes: #205643).
   * Build-Depend/Depend on libgc-dev.
 .
 gcc-3.3 (1:3.3.2ds0-0pre1) unstable; urgency=low
 .
   * Remove the build dependency on locales for now.
 .
 gcc-3.3 (1:3.3.2ds0-0pre0) unstable; urgency=medium
 .
   * Update to gcc-3.3.2 CVS 20030812.
     - Fixes generation of wrong code for XDM-AUTHORIZATION-1 key generation
       and/or validation. Closes: #196090.
   * Update NEWS files.
   * Change ix86 default CPU type for code generation:
     - i386-linux       -> i486-linux
     - i386-gnu         -> i586-gnu
     - i386-freebsd-gnu -> i486-freebsd-gnu
     Use -march=i386 to target i386 CPUs.
 .
 gcc-3.3 (1:3.3.1ds3-1) unstable; urgency=low
 .
   * gcc-3.3.1 (taken from CVS 20030805).
     - C++: Fix declaration conflicts (closes: #203351).
     - Fix ICE on ia64 (closes: #203840).
 .
 gcc-3.3 (1:3.3.1ds2-0rc2) unstable; urgency=low
 .
   * Update to gcc-3.3.1 CVS 20030728.
     - Fix ICE in extract_insn, at recog.c:2148 on m68k.
       Closes: #177840, #180375, #190818.
     - Fix ICE while building libquicktime on alpha (closes: #192576).
     - Fix failure to deal with using and private inheritance (closes: #202696).
   * On sparc, /usr/lib was added to the library search path. Fix it.
   * Closed reports reported against gcc-3.2.x and fixed in gcc-3.3:
     - Fix error building the gcl package on arm (closes: #199835).
 .
 gcc-3.3 (1:3.3.1ds1-0rc1) unstable; urgency=low
 .
   * Update to gcc-3.3.1 CVS 20030722 (3.3.1 release candidate 1).
     - Fix ICE in copy_to_mode_reg on 64-bit targets (closes: #189365).
     - Remove documentation about multi-line strings (closes: #194391).
     - Correctly document -falign-* parameters (closes: #198269).
     - out-of-class specialization of a private nested template class.
       Closes: #193830.
     - Tighten shlibs dependency due to new symbols in libgcc.
   * README.Debian for libg2c0, describing the need for g77-x.y when
     working with the g2c header and library (closes: #189059).
   * Call make with -j<number of CPU's>, if USE_NJOBS is set and non-empty
     in the environment.
   * Add another two m68k patches, partly replacing the workarounds provided
     by Roman Zippel.
   * Add the stack protector patch, but don't apply it by default. Edit
     debian/rules.patch to apply it (closes: #171699, #189494).
   * Remove wrong symlinks from gnat package (closes: #201882).
   * Closed reports reported against gcc-2.95 and fixed in newer versions:
     - SMP kernel compilation on alpha (closes: #134197, #146883).
     - ICE on arm while building imagemagick (closes: #173475).
   * Closed reports reported against gcc-3.2.x and fixed in gcc-3.3:
     - Miscompilation of octave2.1 on hppa (closes: #192296, #193804).
 .
 gcc-3.3 (1:3.3.1ds0-0pre0) unstable; urgency=medium
 .
   * Update to gcc-3.3.1 CVS 20030626.
     - Fix ICE on arm compiling xfree86 (closes: #195424).
     - Fix ICE on arm compiling fftw (closes: #186185).
     - Fix ICE on arm in change_address_1, affecting a few packages.
       Closes: #197099.
     - Fix ICE in merge_assigned_reloads building Linux 2.4.2x sched.c.
       Closes: #195237.
     - Do not warn about failing to inline functions declared in system headers.
       Closes: #193049.
     - Fix ICE on mips{,el} in propagate_one_insn (closes: #194330, #196091).
     - Fix ICE on m68k in reg_overlap_mentioned_p (closes: #194749).
     - Build crtbeginT.o on m68k (closes: #197613).
   * Fix g++ man page symlink (closes: #196271).
   * mips/mipsel: Depend on binutils (>= 2.14.90.0.4). Closes: #196744.
   * Disable treelang on powerpc (again). Closes: #196915.
   * Pass -encoding in gcj-wrapper.
 .
 gcc-3.3 (1:3.3ds9-3) unstable; urgency=low
 .
   * Closing more reports, fixed in 3.2/3.3:
     - ICE building texmacs on m68k (closes: #177433).
     - libstdc++: <cmath> doesn't define trunc(...) (closes: #105285).
     - libstdc++: setw is ignored for strings output (closes: #52382, #76645).
   * Add build support to omit the manual pages and info docs from the
     packages, disabled by default. Wait for a Debian statement, which can
     be cited. Adresses: #193787.
   * Reenable the m68k-const patch, don't run the g77 testsuite on m68k.
     Addresses ICEs (#177840, #190818).
   * Update arm-xscale patch.
   * libstdc++: use __attribute__(__unknown__), instead of (unknown).
     Closes: #195796.
   * Build-Depend on glibc (>= 2.3.1) to prevent incorrect builds on woody.
     Request from Adrian Bunk.
   * Add treelang-update patch (Tim Josling), reenable treelang on powerpc.
   * Add <GNU_TYPE>-{cpp,gcc,g++,gcj,g77} symlinks (addresses: #189466).
   * Make sure not to build using binutils-2.14.90.0.[12].
 .
 gcc-3.3 (1:3.3ds9-2) unstable; urgency=medium
 .
   * Correct autoconf-related snafu in newly added ARM patches (Phil Blundell).
   * Correct libgcc1 dependency (closes: #193689).
   * Work around ldd/dpkg-shlibs failure on s390x.
 .
 gcc-3.3 (1:3.3ds9-1) unstable; urgency=low
 .
   * gcc-3.3 final release.
     See /usr/share/doc/gcc-3.3/NEWS.{gcc,html}.
   * First merge of i386/x86-64 biarch support (Arnd Bergmann).
     Disabled by default. Closes: #190066.
   * New gpc-20030507 version.
   * Upstream gpc update to fix netbsd build failure (closes: #191407).
   * Add arm-xscale.dpatch, arm-10730.dpatch, arm-tune.dpatch, copied
     from gcc-3.2 (Phil Blundell).
   * Closing bug reports reported against older gcc versions (some of them
     still present in Debian, but not anymore as the default compiler).
     Usually, forwarded bug reports are linked to
         http://gcc.gnu.org/PR<upstream bug number>
     The upstream bug number usually can be found in the Debian reports.
 .
   * Closed reports reported against gcc-3.1.x, gcc-3.2.x and fixed in gcc-3.3:
     - General:
       + GCC accepts multi-line strings without \ or " " &c (closes: #2910).
       + -print-file-name sometimes fails (closes: #161615).
       + ICE: reporting routines re-entered (closes: #179597, #180937).
       + Misplaced paragraph in gcc documentation (closes: #179363).
       + Error: suffix or operands invalid for `div' (closes: #150558).
       + builtin memcmp() could be optimised (closes: #85535).
     - Ada:
       + Preelaborate, exceptions, and -gnatN (closes: #181679).
     - C:
       + Duplicate loop conditions even with -Os (closes: #94701).
       + ICE (signal 11) (closes: #65686).
     - C++:
       + C++ error on virtual function which uses ... (closes: #165829).
       + ICE when warning about cleanup nastiness in switch statements
         (closes: #184108).
       + Fails to compile virtual inheritance with variable number of
         argument method (closes: #151357).
       + xmmintrin.h broken for c++ (closes: #168310).
       + Stack corruption with variable-length automatic arrays and virtual
         destructors (closes: #188527).
       + ICE on illegal code (closes: #184862).
       + _attribute__((unused)) is ignored in C++ (closes: #45440).
       + g++ handles &(void *)foo bizzarely (closes: #79225).
       + ICE (with wrong code, though) (closes: #81122).
     - Java:
       + Broken zip file handling (closes: #180567).
     - ObjC:
       + @protocol forward definitions do not work (closes: #80468).
     - Architecture specific:
       - alpha
         + va_start is off by one (closes: #186139).
         + ICE while building kseg/ddd (closes: #184753).
         + g++ -O2 optimization error (closes: #70743).
       - arm
         + ICE with -O2 in change_address_1 (closes: #180750).
         + gcc optimization error with -O2, affecting bison (closes: #185903).
       - hppa
         + ICE in insn_default_length (closes: #186447).
       - ia64
         + gcc-3.2 fails w/ optimization (closes: #178830).
       - i386
         + unnecessary generation of instruction cwtl (closes: #95318).
         + {athlon} ICE building mplayer (closes: #184800).
         + {pentium4} ICE while compiling mozilla with -march=pentium4
           (closes: #187910).
         + i386 optimisation: joining tests (closes: #105309).
       - m68k
         + ICE in instantiate_virtual_regs_1 (closes: #180493).
         + gcc optimizer bug on m68k (closes: #64832).
       - powerpc
         + ICE in extract_insn, at recog.c:2175 building php3 (closes: #186299).
         + ICE with -O -Wunreachable-code (closes: #189702).
       - s390
         + Operand out of range at assembly time when using -O2
           (closes: #178596).
       - sparc
         + gcc-3.2 regression (wrong code) (closes: #176387).
         + ICE in mem_loc_descriptor when optimizing (closes: #178909).
         + ICE in gen_reg_rtx when optimizing (closes: #178965).
         + Optimisation leads to unaligned access in memcpy (closes: #136659).
 .
   * Closed reports reported against gcc-3.0 and fixed in gcc-3.2.x:
     - General:
       + Use mkstemp instead of mktemp (closed: #127802).
     - Preprocessor:
       + Fix redundant error message from cpp (closed: #100722).
     - C:
       + Optimization issue on ix86 (pointless moving) (closed: #97904).
       + Miscompilation of allegro on ix86 (closed: #105741).
       + Fix generation of ..ng references for static aliases (alpha-linux).
         (closed: #108036).
       + ICE compiling pari on hppa (closed: #111613).
       + ICE on ia64 in instantiate_virtual_regs_1 (closed: #121668).
       + ICE in c-typeck.c (closed: #123687).
       + ICE in gen_subprogram_die on alpha (closed: #127890).
       + SEGV in initialization of flexible char array member (closed: #131399).
       + ICE on arm compiling lapack (closed: #135967).
       + ICE in incomplete_type_error (closed: #140606).
       + Fix -Wswitch (also part of -Wall) (closed: #140995).
       + Wrong code in mke2fs on hppa (closed: #150232).
       + sin(a) * sin(b) gives wrong result (closed: #164135).
     - C++:
       + Error in std library headers on arm (closed: #107633).
       + ICE nr. 19970302 (closed: #119635).
       + std::wcout does not perform encoding conversions (closed: #128026).
       + SEGV, when compiling iostream.h with -fPIC (closed: #134315).
       + Fixed segmentation fault in included code for <rope> (closed: #137017).
       + Fix with exception handling and -O (closed: #144232).
       + Fix octave-2.1 build failure on ia64 (closed: #144584).
       + nonstandard overloads in num_get facet (closed: #155900).
       + ICE in expand_end_loop with -O (closed: #158371).
     - Fortran:
       + Fix blas build failure on arm (closed: #137959).
     - Java:
       + Interface members are public by default (closed: #94974).
       + Strange message with -fno-bounds-check in combination with -W.
         (closed: #102353).
       + Crash in FileWriter using IOException (closed: #116128).
       + Fix ObjectInputStream.readObject() calling constructors.
         (closed: #121636).
       + gij: better error reporting on `class not found' (closed: #125649).
       + Lockup during .java->.class compilation (closed: #141899).
       + Compile breaks using temporary inner class instance (closed: #141900).
       + Default constructor for inner class causes broken bytecode.
         (closed: #141902).
       + gij-3.2 linked against libgcc1 (closed: #165180).
       + gij-wrapper understands -classpath parameter (closed: #146634).
       + gij-3.2 doesn't ignore -jar when run as "java" (closed: #167673).
     - ObjC:
       + ICE on alpha (closed: #172353).
 .
   * Closed reports reported against gcc-2.95 and fixed in newer versions:
     - General:
       + Undocumented option -pthread (closes: #165110).
       + stdbool.h broken (closes: #167439).
       + regparm/profiling breakage (closes: #20695).
       + another gcc optimization error (closes: #51456).
       + ICE in `output_fix_trunc' (closes: #55967).
       + Fix "Unable to generate reloads for" (closes: #58219, #131890).
       + gcc -c -MD x/y.c -o x/y.o leaves y.d in cwd (closes: #59232).
       + Compiler error with -O2 (closes: #67631).
       + ICE (unrecognizable insn) compiling php4 (closes: #83550, #84969).
       + Another ICE (closes: #90666).
       + man versus info inconsistency (-W and -Wall) (closes: #93708).
       + ICE on invalid extended asm (closes: #136630).
       + ICE in `emit_no_conflict_block' compiling perl (closes: #154599).
       + ICE in `gen_tagged_type_instantiation_die'(closes: #166766).
       + ICE on __builtin_memset(s, 0, -1) (closes: #170994).
       + -Q option to gcc appears twice in the documentation (closes: #137382).
       + New options for specifying targets:- -MQ and -MT (closes: #27878).
       + Configure using --enable-nls (closes: #51651).
       + gcc -dumpspecs undocumented (closes: #65406).
     - Preprocessor:
       + cpp fails to parse macros with varargs correctly(closes: #154767).
       + __VA_ARGS__ stringification crashes preprocessor if __VA_ARGS__ is
         empty (closes: #152709).
       + gcc doesn't handle empty args in macro function if there is only
         one arg(closes: #156450).
     - C:
       + Uncaught floating point exception causes ICE (closes: #33786).
       + gcc -fpack-struct doesn't pack structs (closes: #64628).
       + ICE in kernel (matroxfb) code (closes: #151196).
       + gcc doesn't warn about unreachable code (closes: #158704).
       + Fix docs for __builtin_return_address(closes: #165992).
       + C99 symbols in limits.h not defined (closes: #168346).
       + %zd printf spec generates warning, even in c9x mode (closes: #94891).
       + Update GCC attribute syntax (closes: #12253, #43119).
     - C++ & libstdc++-v3:
       + template and virtual inheritance bug (closes: #152315).
       + g++ has some troubles with nested templates (closes: #21255).
       + vtable thunks implementation is broken (closes: #34876, #35477).
       + ICE for templated friend (closes: #42662).
       + ICE compiling mnemonic (closes: #42989).
       + Deprecated: result naming doesn't work for functions defined in a
         class (closes: #43170).
       + volatile undefined ... (closes: #50529).
       + ICE concerning templates (closes: #53698).
       + Program compiled -O3 -malign-double segfaults in ofstream::~ofstream
         (closes: #56867).
       + __attribute__ ((constructor)) doesn't work with C++ (closes: #61806).
       + Another ICE (closes: #65687).
       + ICE in `const_hash' (closes: #72933).
       + ICE on illegal code (closes: #83221).
       + Wrong code with -O2 (closes: #83363).
       + ICE on template class (closes: #85934).
       + No warning for missing return in non-void member func (closes: #88260).
       + Not a bug/fixed in libgcc1: libgcc.a symbols end up exported by
         shared libraries (closes: #118670).
       + ICE using nested templates (closes: #118781).
       + Another ICE with templates (closes: #127489).
       + More ICEs (closes: #140427, #141797).
       + ICE when template declared after use(closes: #148603).
       + template function default arguments are not handled (closes: #157292).
       + Warning when including stl.h (closes: #162074).
       + g++ -pedantic-errors -D_GNU_SOURCE cannot #include <complex>
         (closes: #151671).
       + c++ error message improvement suggestion (closes: #46181).
       + Compilation error in stl_alloc.h with -fhonor-std (closes: #59005).
       + libstdc++ has no method at() in stl_= (closes: #68963).
     - Fortran:
       + g77 crash (closes: #130415).
     - ObjC:
       + ICE: program cc1obj got fatal signal 11 (closes: #62309).
       + Interface to garbage collector is undocumented. (closes: #68987).
     - Architecture specific:
       - alpha
         + Can't compile with define gnu_source with stdio and curses
           (closes: #97603).
         + Header conflicts on alpha (closes: #134558).
         + lapack-dev: cannot link on alpha (closes: #144602).
         + ICE `fixup_var_refs_1' (closes: #43001).
         + Mutt segv on viewing list of attachments (closes: #47981).
         + ICE building open-amulet (closes: #48530).
         + ICE compiling hatman (closes: #55291).
         + dead code removal in switch() broken (closes: #142844).
       - arm
         + Miscompilation using -fPIC on arm (closes: #90363).
         + infinite loop with -O on arm (closes: #151675).
       - i386
         + ICE when using -mno-ieee-fp and -march=i686 (closes: #87540).
       - m68k
         + Optimization (-O2) broken on m68k (closes: #146006).
       - mips
         + g++ exception catching does not work... (closes: #105569).
         + update-menus gets Bus Error (closes: #120333).
       - mipsel
         + aspell: triggers ICE on mipsel (closes: #128367).
       - powerpc
         + -O2 produces wrong code (gnuchess example) (closes: #131454).
       - sparc
         + Misleading documentation for -malign-{jump,loop,function}s
           (closes: #114029).
         + Sparc GCC issue with -mcpu=ultrasparc (closes: #172956).
         + flightgear: build failure on sparc (closes: #88694).
 .
 gcc-3.3 (1:3.3ds8-0pre9) unstable; urgency=high
 .
   * gcc-3.3 second prerelease.
     - Fixing exception handling on s390 (urgency high).
   * Reenabled gpc build (I had it disabled ...). Closes: #192347.
 .
 gcc-3.3 (1:3.3ds8-0pre8) unstable; urgency=low
 .
   * gcc-3.3 prerelease.
     - Fixes gcj ICE (closes: #189545).
   * For libstdc++ use the i486 atomicity implementation, introduced with
     0pre6, left out in 0pre7 (closes: #191684).
   * Add README.Debian for treelang (closes: #190812).
   * Apply NetBSD changes (Joel Baker). Closes: #191551.
   * New symbols in libgcc1, tighten the shlibs dependency.
   * Disable testsuite run on mips/mipsel because of an outdated libc-dev
     package.
   * Do not build libffi with debug information, although configuring
     with --enable-debug.
 .
 gcc-3.3 (1:3.3ds7-0pre7) unstable; urgency=low
 .
   * gcc-3.3 prerelease taken from the gcc-3_3-branch (CVS 20030429).
   * Revert upstream libstdc++ change (closes: #191145, #191147, #191148,
     #191149, #149159, #149151, and other reports).
     Sorry for not detecting this before the upload, seems to be
     broken on i386 "only".
   * hurd-i386: Use /usr/include, not /include.
   * Disable gpc on hurd-i386 (closes: #189851).
   * Disable building the debug version of libstdc++ on powerpc-linux
     (fixes about 200 java test cases).
   * Install libstdc++v3 man pages (closes: #127263).
 .
 gcc-3.3 (1:3.3ds6-0pre6) unstable; urgency=high
 .
   * gcc-3.3 prerelease taken from the gcc-3_3-branch (CVS 20030426).
   * libstdc++-doc: Fix index.html link (closes: #189424).
   * Revert back to the i486 atomicity implementation, that was used
     for gcc-3.2 as well. Reopens: #184446, #185662. Closes: #189983.
     For this reason, tighten the libstdc++5 shlibs dependency. See
     http://lists.debian.org/debian-devel/2003/debian-devel-200304/msg01895.html
     Don't build the ix86 specfic libstdc++ libs anymore.
 .
 gcc-3.3 (1:3.3ds5-0pre5) unstable; urgency=low
 .
   * gcc-3.3 prerelease taken from the gcc-3_3-branch (CVS 20030415).
   * Disable treelang on powerpc.
   * Disable gpc on m68k.
   * Install locale data. Conflict with gcc-3.2 (<= 1:3.2.3-0pre8).
   * Fix generated bits/atomicity.h (closes: #189183).
   * Tighten libgcc1 shlibs dependency (new symbol _Unwind_Backtrace).
 .
 gcc-3.3 (1:3.3ds4-0pre4) unstable; urgency=low
 .
   * gcc-3.3 prerelease taken from the gcc-3_3-branch (CVS 20030412).
   * Avoid sparc64 dependencies for libgcc1 on sparc (Clint Adams).
   * Make the default sparc 32bit target v8 instead of v7. This mainly
     enables hardmul, which should speed up v8 and v9 systems by a large
     margin (Ben Collins).
   * Tighten binutils dependency for sparc.
   * On i386, build libstdc++ optimized for i486 and above. The library
     in /usr/lib is built for i386. Closes: #184446, #185662.
   * Add gpc build (from gcc-snapshot package).
   * debian/control: Include all packages, that _can_ be built from
     this source package (except the cross packages).
   * Add m68k patches: m68k-const, m68k-subreg, m68k-loop.
   * Run the 3.3 testsuite a second time with the installed gcc-3.2
     to check for regressions (promised, only this time, and for the
     final release ;). Add build dependencies (gobjc-3.2, g77-3.2, g++-3.2).
 .
 gcc-3.3 (1:3.3ds3-0pre3) unstable; urgency=low
 .
   * gcc-3.3 prerelease taken from the gcc-3_3-branch (CVS 20030331).
   * Reenable java on arm.
   * Build-Depend on binutils-2.13.90.0.18-1.3 on m68k. Fixes all
     bprob/gcov testsuite failures.
   * Enable C++ build on arm.
   * Enable the sparc64 build.
 .
 gcc-3.3 (1:3.3ds2-0pre2) unstable; urgency=low
 .
   * gcc-3.3 prerelease taken from the gcc-3_3-branch (CVS 20030317).
   * Disable building the gcc-3.3-nof package.
   * Disable Ada on mips and mipsel.
   * Remove the workaround to build Ada on powerpc.
   * Add GNU Free documentation license to copyright file.
   * Update the sparc64 build patches (Clint Adams). Not yet enabled.
   * Disable C++ on arm (Not yet tested).
   * Add fix for ICE on powerpc (see: #184684).
 .
 gcc-3.3 (1:3.3ds1-0pre1) unstable; urgency=low
 .
   * gcc-3.3 prerelease taken from the gcc-3_3-branch (CVS 20030310).
   * Add gccbug manpage.
   * Don't build libgnat package (no shared library).
   * Configure with --enable-sjlj-exceptions on hppa and m68k for
     binary compatibility with libstdc++ built with gcc-3.2.
   * Disable Java on arm-linux (never seen it sucessfully bootstrap).
   * Install non-conflicting baseline README.
   * multilib *.so and *.a moved to /usr/lib/gcc-lib/... , so that several
     compiler versions can be installed concurrently.
   * Remove libstdc++-incdir patch applied upstream.
   * libstdc++ 64 bit development files now handled in -dev target.
     (Gerhard Tonn)
   * Drop build dependencies for gpc (tetex-bin, help2man, libncurses5-dev).
   * Add libstdc++5-3.3-dev confict to libstdc++5-dev (<= 1:3.2.3-0pre3).
   * Enable builds on m68k (all but C++ for the moment). gcc-3.3 bootstraps,
     while gcc-3.2 doesn't.
 .
 gcc-3.3 (1:3.3ds0-0pre0) unstable; urgency=low
 .
   * First gcc-3.3 package, built for s390 only. All other architectures
     build the gcc-3.3-base package only.
     To build the package on other architectures, edit debian/rules.defs
     (macro no_dummy_archs).
   * gcc-3.3 prerelease taken from the gcc-3_3-branch (CVS 20030301).
   * Don't include the gcc locale files (would conflict with 3.2).
   * Remove libffi-install-fix patch.
   * Fix netbsd-i386 patches.
   * Change priority of libstdc++5 and gcc-3.2-base to important.
   * Install gcjh-wrapper for javah.
   * gij suggests fastjar, gcj recommends fastjar.
   * Allow builds using automake1.4 | automake (<< 1.5).
   * Backport fix for to output more correct line numbers.
   * Add help2man to build dependencies needed for some gpc man pages.
   * gpc: Install binobj and gpidump binaries and man pages.
   * Apply cross compilation patches submitted by Bastian Blank.
   * Replace s390-biarch patch and copy s390-config-ml patch from 3.2
     (Gerhard Tonn).
   * Configure using --enable-debug.
   * Add infrastructure to only build a subset of binary packages.
   * Rename libstdc++-{dev,dbg,pic,doc} packages.
   * Build treelang compiler.
 .
 gcc-3.2 (1:3.2.3ds2-0pre3) unstable; urgency=low
 .
   * gcc-3.2.3 prerelease (CVS 20030228)
     - Fixes bootstrap failure on alpha-linux.
     - Fixes ICE on m68k (closes: #177016).
   * Build Pascal with -O1 on powerpc, disable Pascal on arm, m68k and
     sparc (due to wrong code generation for fwrite in glibc,
     see PR optimization/9279).
   * Apply cross compilation patches submitted by Bastian Blank.
 .
 gcc-3.2 (1:3.2.3ds1-0pre2) unstable; urgency=medium
 .
   * gcc-3.2.3 prerelease (CVS 20030221)
     - Fixes ICE on hppa (closes: #181813).
   * Patch for ffitest in s390-java.dpatch deleted, since already fixed
     upstream. (Gerhard Tonn)
   * Build crtbeginT.o on m68k-linux (closes: #179807).
   * Install gcjh-wrapper for javah (closes: #180218).
   * gij suggests fastjar, gcj recommends fastjar (closes: #179298).
   * Allow builds using automake1.4 | automake (<< 1.5) (closes: #180048).
   * Backport fix for to output more correct line numbers (closes: #153965).
   * Add help2man to build dependencies needed for some gpc man pages.
   * gpc: Install binobj and gpidump binaries and man pages.
   * Disable gpc on arm due to wrong code generation for fwrite in
     glibc (see PR optimization/9279).
 .
 gcc-3.2 (1:3.2.3ds0-0pre1) unstable; urgency=low
 .
   * gcc-3.2.3 prerelease (CVS 20030210)
     - Fixes long millicode calls on hppa (closes: #180520)
   * New gpc-20030209 version.  Remove gpc-update.dpatch and gpc-testsuite.dptch
     as they are no longer needed.
   * Fix netbsd-i386 patches (closes: #180129, #179931)
   * m68k-bootstrap.dpatch: backport gcse.c changes from 3.3/MAIN to 3.2
   * Change priority of libstdc++5 and gcc-3.2-base to important.
 .
 gcc-3.2 (1:3.2.2ds8-1) unstable; urgency=low
 .
   * gcc-3.2.2 release.
     - Fixes ICE, regression from 2.95 (closes: #176117).
     - Fixes ICE, regression from 2.95 (closes: #179161).
   * libstdc++ for biarch installs now upstream to usr/lib64,
     therefore mv usr/lib/64 usr/lib64 no longer necessary. (Gerhard Tonn)
 .
 gcc-3.2 (1:3.2.2ds7-0pre8) unstable; urgency=low
 .
   * gcc-3.2.2 prerelease (CVS 20030130).
   * update s390 libffi patch
   * debian/control: add myself to uploaders and change libc12-dev depends to
     libc-dev on i386 (closes: #179128)
   * Build-Depend on procps so that ps is available for logwatch
 .
 gcc-3.2 (1:3.2.2ds6-0pre7) unstable; urgency=low
 .
   * gcc-3.2.2 prerelease (CVS 20030128).
     - Update needed for hppa.
     - Fixes ICE on arm, regression from 2.95.x (closes: #168086).
     - Can use default bison (1.875).
   * Apply netbsd build patches (closes: #177674, #178328, #178325,
     #178326, #178327).
   * Run the logwatch script on "slow" architectures (arm, m68k) only.
   * autoreconf.dpatch: Only update libtool.m4, which is newer conceptually
     than libtool 1.4 (Ryan Murray).
   * Apply autoreconf patch universally (Ryan Murray).
   * More robust gij/gcj wrapper scripts, include /usr/lib/jni in default
     JNI search path (Ben Burton). Closes: #167932.
   * Build crtbeginT.o on m68k (closes: #177036).
   * Fixed libc-dev source dependency (closes: #178602).
   * Tighten shlib dependency to the current package version; should be
     1:3.2.2-1 for the final release (closes: #178867).
 .
 gcc-3.2 (1:3.2.2ds5-0pre6) unstable; urgency=low
 .
   * gcc-3.2 snapshot taken from the gcc-3_2-branch (CVS 20030123).
   * Build locales needed by the libstdc++ testsuite.
   * Update config.{guess,sub} files from autotools-dev (closes: #177674).
   * Disable Ada and Java on netbsd-i386 (closes: #177679).
   * gnat: Add suggests for gnat-doc and ada-reference-manual.
 .
 gcc-3.2 (1:3.2.2ds4-0pre5.1) unstable; urgency=low
 .
   * Readd build dependency `locales' on arm.  locales is now installable
   * Add autoreconf patch for mips{,el}. (closes: #176311)
 .
 gcc-3.2 (1:3.2.2ds4-0pre5) unstable; urgency=low
 .
   * Remove build dependency `libc6-dev-sparc64 [sparc]' for now.
   * Remove build dependency `locales' on arm. locales is uninstallable
     on arm due to the missing glibc-2.3.
   * Use bison-1.35. bison-1.875 causes an hard error on the reduce/reduce
     conflict in objc-parse.y.
 .
 gcc-3.2 (1:3.2.2ds4-0pre4) unstable; urgency=low
 .
   * Try building with gcc-2.95 on m68k-linux. Building gcc-3.2 with gcc-3.2
     does not work for me. m68k-linux doesn't look good at all ...
   * Fix s390 build error.
   * Add locales to build dependencies. A still unsolved issue is the
     presence of the locales de_DE, en_PH, en_US, es_MX, fr_FR and it_IT,
     or else some tests in the libstdc++ testsuite will fail.
   * Put all -nof files in the -nof package (closes: #175253).
   * Correctly exit logwatch script (closes: #175251).
   * Install linker-map.gnu file for libstdc++_pic (closes: #175144).
   * Install versioned gpcs docs only (closes: #173844).
   * Include gpc test results in gpc package.
   * Link local libstdc++ documentation to local source-level documentation.
   * Clarify libstdc++ description (so version and library version).
     Closes: #175799.
   * Include library in libstdc++-dbg package (closes: #176005).
 .
 gcc-3.2 (1:3.2.2ds3-0pre3) unstable; urgency=low
 .
   * gcc-3.2 snapshot taken from the gcc-3_2-branch (CVS 20021231).
     - Fix loop count computation for preconditioned unrolled loops.
       Closes: #162919.
     - Fix xmmintrin.h (_MM_TRANSPOSE4_PS) CVS 20021027 (closes: #163647).
     - Fix [PR 8601] strlen/template interaction causes ICE CVS 20021201.
       Closes: #166143.
   * Watch the log files, which are written during the testsuite runs and print
     out a message, if there is still activity. No more buildd timeouts on arm
     and m68k ...
   * Remove gpc's reference to librx1g-dev package (closes: #172953).
   * Remove trailing dots on package descriptions.
   * Fix external reference to cpp.info in gcc.info (closes: #174598).
 .
 gcc-3.2 (1:3.2.2ds2-0pre2) unstable; urgency=medium
 .
   * Friday, 13th upload, so what do you expect ...
   * gcc-3.2 snapshot taken from the gcc-3_2-branch (CVS 20021212).
   * Fix gnat build (autobuild maintainers: please revert back to gnat-3.2
     (<= 1:3.2.1ds6-1) for building gnat-3.2, if the build fails building
     gnatlib and gnattools).
   * Really disable sparc64 support.
 .
 gcc-3.2 (1:3.2.2ds1-0pre1) unstable; urgency=low
 .
   * A candidate for the transition ...
   * gcc-3.2 snapshot taken from the gcc-3_2-branch (CVS 20021210).
     - doc/invoke.texi: Remove last reference to -a (closes: #171748).
   * Disable sparc64 support. For now please use egcs64 to build sparc64
     kernels.
   * Disable Pascal on the sparc architecture (doesn't bootstrap).
 .
 gcc-3.2 (1:3.2.2ds0-0pre0) unstable; urgency=low
 .
   * gcc-3.2 snapshot taken from the gcc-3_2-branch (CVS 20021202).
     - Should fix _Pragma expansion within macros (closes: #157416).
   * New gpc-20021128 version. Run check using EXTRA_TEST_PFLAGS=-g0
   * Add tetex-bin to build dependencies (gpc needs it). Closes: #171203.
 .
 gcc-3.2 (1:3.2.1ds6-1) unstable; urgency=low
 .
   * gcc-3.2.1 final release.
   * Build gpc-20021111 for all architectures. hppa and i386 are
     known to work. For the other architectures, send the usual FTBFS ...
     WARNING: this gpc version is an alpha version, especially debug info
     doesn't work well, so use -g0 for compiling. If you need a stable
     gpc compiler, use gpc-2.95.
   * Encode the gpc upstream version in the package name, the gpc release
     date in the version number (requested by gpc upstream).
   * Added libncurses5-dev and libgmp3-dev as build dependencies for the
     gpc tests and runtime.
   * Clean CVS files as well (closes: #169101).
   * s390-biarch.dpatch added, backported from CVS (Gerhard Tonn).
   * s390-config-ml.dpatch added, disables biarch for java,
     libffi and boehm-gc on s390. They need a 64 bit runtime
     during build which is not yet available on s390 (Gerhard Tonn).
   * Biarch support for packaging adapted (Gerhard Tonn).
     biarch variable added and with-sparc64 variable substituted in
     most places by biarch.
     dh_shlibdeps is applied only to 32 bit libraries on s390, since
     ldd for 64 bit libraries don't work on 32 bit runtime.
     Build dependency to libc6-dev-s390x added.
 .
 gcc-3.2 (1:3.2.1ds5-0pre6) unstable; urgency=medium
 .
   * gcc-3.2.1 prerelease.
   * Removed arm patch integrated upstream.
   * Adjust gnat build dependency (closes: #167116).
   * Always configure with --enable-clocale=gnu. The autobuilders do have
     locales installed, but not generated the "de_DE" locale needed for
     the autoconf test in libstdcc++-v3/aclocal.m4.
   * libstdc++ documentaion: Don't compresss '*.txt' referenced by html pages.
 .
 gcc-3.2 (1:3.2.1ds4-0pre5) unstable; urgency=medium
 .
   * gcc-3.2.1 snapshot (CVS 20021103).
   * sparc64-build.dpatch: Updated. Lets sparc boostrap again.
   * s390-loop.dpatch removed, already fixed upstream (Gerhard Tonn).
   * bison.dpatch: Removed, patch submitted upstream.
   * backport-java-6865.dpatch: Apply again during build.
   * Tighten glibc dependency (closes: #166703).
 .
 gcc-3.2 (1:3.2.1ds3-0pre4) unstable; urgency=high
 .
   * gcc-3.2.1 snapshot (CVS 20021020).
     - Expansion of _Pragma within macros fixed (closes: #157416).
   * FTBFS: With the switch to bison-1.50 (and 1.75), gcc-3.2 fails to build from
     source on Debian unstable systems. This is fixed in gcc HEAD, but not on
     the current release branch.
     HELP NEEDED:
     - check what is missing from the patches in debian/patches/bison.dpatch.
       This is a backport of the bison related patches, but showing regressions
       in the gcc testsuite, so it cannot be applied.
     - build gcc using byacc (bootstrap currently fails using byacc).
     - build bison-1.35 in it's own package (the current 1.35-3 package fails
       to build form source).
     - and finally ask upstream to backport the patch to the branch. It's not
       helpful not beeing able to follow the stable branch. Maybe we should
       just switch to gcc HEAD as BSD does ...
     As a terrible workaround, build the sources from CVS first on a machine,
     with bison-1.35 installed, then package the tarball, so the bison
     generated files are not rebuilt.
 .
   * re-add lost patch: configure with --enable-__cxa_atexit (closes: #163422),
     Therefore urgency high.
   * gcj-wrapper, gij-wrapper: Accept names starting with `.' (closes: #163172,
     #164009).
   * Point g++ manpage to correct g++ version (closes: #162843).
   * Support for i386-freebsd-gnu (closes: #163883).
   * s390-java.dpatch replaced with backport from cvs head (Gerhard Tonn).
   * Disable the testsuite run on the Hurd (closes: #159650).
   * s390-loop.dpatch added, fixes runtime problem (Gerhard Tonn).
   * debian/patches/bison.dpatch: Backport for bison-1.75 compatibility.
     Don't use it due to regressions.
   * debian/patches/backport-java-6865.dpatch: Directly applied in the
     included tarball because of bison problems.
   * Make fixincludes priority optional, so linda can depend on it.
   * Tighten binutils dependency.
 .
 gcc-3.2 (1:3.2.1ds2-0pre3) unstable; urgency=low
 .
   * gcc-3.2.1 snapshot (CVS 20020923).
   * Run the libstdc++ check-abi script. Results are put into the file
     /usr/share/doc/libstdc++5/README.libstdc++-baseline in the libstdc++5-dev
     package. This file contains a new baseline, if no baseline for this
     architecture is included in the gcc sources.
   * gcj-wrapper: Accept files starting with an underscore, accept
     path names (closes: #160859, #161517).
   * Explicitely call automake-1.4 when rebuilding Makefiles (closes: #161438).
   * Let installed fixincludes script find files in /usr/lib/fixincludes.
   * debian/rules.patch: Add .NOTPARALLEL as target, so that patches are
     applied sequentially (closes: #159395).
 .
 gcc-3.2 (1:3.2.1ds1-0pre2) unstable; urgency=low
 .
   * gcc-3.2.1 snapshot (CVS 20020913). Welcome back m68k in bootstrap land!
   * Fix arm-tune.dpatch (closes: #159354).
   * Don't overwrite LD_LIBRARY_PATH in build (closes: #158459).
   * --disable-__cxa_atexit on NetBSD (closes: #159620).
   * Reenable installation of message catalogs (disabled in 3.2-0pre2).
     Closes: #160175.
   * Ben Collins
     - Re-enable sparc64 build. This time, it's part of the default compiler.
       I have disabled 64/alt libraries as they are too much overhead. All
       libraries build 64bit, but currently only libgcc/libstdc++ include the
       64bit libraries.
     Closes: #160404.
   * Depend on autoconf2.13, instead of autoconf.
   * Phil Blundell
     - debian/patches/arm-update.dpatch: Fix python2.2 build failure.
 .
 gcc-3.2 (1:3.2.1ds0-0pre1) unstable; urgency=medium
 .
   * gcc-3.2.1 snapshot (CVS 20020829).
     New g++ option -Wabi:
       Warn when G++ generates code that is probably not compatible with the
       vendor-neutral C++ ABI.  Although an effort has been made to warn about
       all such cases, there are probably some cases that are not warned about,
       even though G++ is generating incompatible code.  There may also be
       cases where warnings are emitted even though the code that is generated
       will be compatible.
     The current version of the ABI is 102, defined by the __GXX_ABI_VERSION
     macro.
   * debian/NEWS.*: Updated.
   * Fix libstdc++-dev dependency on libc-dev for the Hurd (closes: #157004).
   * Add versioned expect build dependency.
   * Tighten binutils dependency to 2.13.90.0.4.
   * debian/patches/arm-tune.dpatch: Increase stack limit for configure.
   * 3.2-0pre4 did build gnat-3.2 compilers for all architectures. Build-Depend
     on gnat-3.2 now (closes: #156734).
   * Remove bashism's in gcj-wrapper (closes: #157982).
   * Add -cp and -classpath options to gij(1). Backport from HEAD (#146634).
   * Add fastjar documentation.
 .
 gcc-3.2 (1:3.2ds0-0pre4) unstable; urgency=low
 .
   * Correct build dependency on gnat-3.1.
 .
 gcc-3.2 (1:3.2ds0-0pre3) unstable; urgency=low
 .
   * gcc-3.2 upstream prerelease.
   * Disable all configure options, which are standard:
     --enable-threads=posix --enable-long-long, --enable-clocale=gnu
 .
 gcc-3.2 (1:3.2ds0-0pre2) unstable; urgency=low
 .
   * gcc-3.2 snapshot (CVS 20020802).
   * Fix g++-include dir.
   * Don't install the locale files (temporarily, until we don't build
     gcc-3.1 anymore).
   * New package libgcj-common to avoid conflict with classpath package.
 .
 gcc-3.2 (1:3.2ds0-0pre1) unstable; urgency=low
 .
   * gcc-3.2 snapshot (CVS 20020729).
 .
 gcc-3.1 (1:3.1.1ds3-1) unstable; urgency=low
 .
   * gcc-3.1.1 release. Following this release we will have a gcc-3.2
     release soon, which is gcc-3.1.1 plus some C++ ABI changes. Once
     gcc-3.2 hits the archives, gcc-3.1.1 will go away.
   * Don't build the sparc64 compiler. The packaging/patches are
     currently broken.
   * Add missing headers on m68k and powerpc.
   * Install libgcc_s_nof on powerpc.
   * Install libffi's copyright and doc files (closes: #152198).
   * Remove dangling symlink (closes: #149002).
   * libgcj3: Add a conflict to the classpath package (closes: #148664).
   * README.C++: Fix URLs.
   * libstdc++-dbg: Install into /usr/lib/debug, document it.
   * backport-java-6865.dpatch: backport from HEAD.
   * Fix typo in gcj docs (closes: #148890).
   * Change libstdc++ include dir: /usr/include/c++/3.1.
   * libstdc++-codecvt.dpatch: New patch (closes: #149776).
   * Build libstdc++-pic package.
   * Move 64bit libgcc in its own package libgcc1-64 (closes: #147249).
   * Tighten glibc dependency.
 .
 gcc-3.1 (1:3.1.1ds2-0pre3) unstable; urgency=low
 .
   * Updated to CVS 2002-06-06 (gcc-3_1-branch).
   * Updated s390-java patch (Gerhard Tonn).
   * Don't use -O in STAGE1_FLAGS on m68k.
   * Fix `-classpath' option in gcj-wrapper script (closes: #150142).
   * Remove g++-cxa-atexit patch, use --enable-__cxa_atexit configure option.
 .
 gcc-3.1 (1:3.1.1ds1-0pre2) unstable; urgency=low
 .
   * Updated to CVS 2002-06-06 (gcc-3_1-branch), fixing an ObjC regression.
   * Welcome m68k to bootstrap land (thanks to Andreas Schwab).
   * Add javac wrapper for gcj-3.1 (Michael Koch).
   * Remove dangling symlink in /usr/share/doc/gcc-3.1 (closes: #149002).
 .
 gcc-3.1 (1:3.1.1ds0-0pre1) unstable; urgency=low
 .
   * Updated to CVS 2002-05-31 (gcc-3_1-branch).
   * Change priorities from fastjar and gij-wrapper-3.1 from 30 to 31.
   * Update arm-tune patch.
   * Install xmmintrin.h header on i386 (closes: #148181).
   * Install altivec.h header on powerpc.
   * Call correct gij in gij-wrapper (closes: #148662, #148682).
 .
 gcc-3.1 (1:3.1ds2-2) unstable; urgency=low
 .
   * Tighten binutils dependency.
   * Fix libstdc include dir for multilibs (Dan Jacobowitz).
 .
 gcc-3.1 (1:3.1ds2-1) unstable; urgency=low
 .
   * GCC 3.1 release.
   * Ada cannot be built by the autobuilders for the first time. Do it by hand.
     gnatgcc and gnatbind need to be in the PATH.
   * Build with CC=gnatgcc, when building the Ada compiler.
   * Hurd fixes.
   * Don't build the sparc64 compiler; the hack isn't up to date and glibc
     isn't converted to use /lib64 and /usr/lib64.
   * m68k-linux shows bootstrap comparision failures. If you want to build
     the compiler anyway and ignore the bootstrap comparision failure, edit
     debian/rules.patch and uncomment the patch to ignore the failure. See
     /usr/share/doc/gcc-3.1/BOOTSTRAP_COMPARISION_FAILURE for the differences.
 .
 gcc-3.1 (1:3.1ds1-0pre6) unstable; urgency=low
 .
   * Build from the "final prerelease" tarball (gcc-3.1-20020508.tar.gz).
   * Build gnat-3.1-doc package.
   * Build fastjar package without building java packages.
   * Hurd fixes.
   * Updated sparc64-build patch.
   * Add s390-ada patch (Gerhard Tonn).
   * Undo the dwarf2 support for hppa from -0pre5.
 .
 gcc-3.1 (1:3.1ds0-0pre5) unstable; urgency=low
 .
   * Use /usr/include/g++-v3-3.1 as C++ include dir.
   * Update s390-java patch (Gerhard Tonn).
   * Tighten binutils dependency (gas patch for m68k-linux).
   * Use gnat-3.1 as the gnat package name (as found in gcc/ada/gnatvsn.ads).
   * dwarf2 support hppa: a snapshot of the gcc/config/pa directory
     from the trunk dated 2002-05-02.
 .
 gcc-3.1 (1:3.1ds0-0pre4) unstable; urgency=low
 .
   * Use gnat-5.00w as the gnat package name (as found in gcc/ada/gnatvsn.ads).
   * Don't build the shared libgnat library. It assumes an existing shared
     libiberty library.
   * Don't install the libgcjgc library.
 .
 gcc-3.1 (1:3.1ds0-0pre3) unstable; urgency=low
 .
   * Build fastjar on all architectures.
   * Update m68k patches.
   * Update s390-java patch (Gerhard Tonn).
 .
 gcc-3.1 (1:3.1ds0-0pre2) unstable; urgency=low
 .
   * Add Ada support. To successfully build, a working gnatbind and gcc
     driver with Ada support is needed.
   * Apply needed arm patches from 3.0.4.
 .
 gcc-3.1 (1:3.1ds0-0pre1) unstable; urgency=low
 .
   * First try for gcc-3.1.
 .
 gcc-3.0 (1:3.0.4ds3-6) unstable; urgency=medium
 .
   * Second try at fixing sparc build problems.
 .
 gcc-3.0 (1:3.0.4ds3-5) unstable; urgency=medium
 .
   * Enable java on ARM.
   * Create missing directory to fix sparc build.
 .
 gcc-3.0 (1:3.0.4ds3-4) unstable; urgency=low
 .
   * Link with system zlib (closes: #136359).
 .
 gcc-3.0 (1:3.0.4ds3-3) unstable; urgency=low
 .
   * Build libf2c (pic and non-pic) with -mieee on alpha-linux.
 .
 gcc-3.0 (1:3.0.4ds3-2) unstable; urgency=medium
 .
   * Apply hppa-build patch (Randolph Chung). Closes: #136731.
   * Make libgcc1 conflict/replace with libgcc1-sparc64. Closes: #135709.
   * gij-3.0 provides the `java' command. Closes: #128947.
   * Depend on binutils (>= 2.11.93.0.2-2), allows stripping of libgcj.a
     again. Closes: #99307.
   * Update README.cross pointing to the README of the toolchain-source
     package.
 .
 gcc-3.0 (1:3.0.4ds3-1) unstable; urgency=low
 .
   * Final gcc-3.0.4 release.
   * debian/rules.d/binary-java.mk: Fix dormant typo, exposed by removing the
     duplicate libgcj dependency and adding the gij-3.0 package.
     Closes: #134005.
   * New patch by Phil Blundell to fix scalapack build error on m68k.
 .
 gcc-3.0 (1:3.0.4ds2-0pre020210) unstable; urgency=low
 .
   * Make the base package dependent on the binary-arch target. Closes: #133433.
   * Get libstdc++ on arm woring (define _GNU_SOURCE). Closes: #133435.
 .
 gcc-3.0 (1:3.0.4ds2-0pre020209) unstable; urgency=high
 .
   * Update to CVS sources (20020209 gcc-3_0-branch).
   * Apply patch to fix bootstrap error on arm-linux (submitted upstream
     by Phil Blundell). Closes: #130422.
   * Make base package architecture any.
   * Decouple versioned shlib dependencies from release number for
     libobjc as well.
 .
 gcc-3.0 (1:3.0.4ds1-0pre020203) unstable; urgency=medium
 .
   * One release critical bug outstanding:
     - bootstrap error on arm.
   * Update to CVS sources (20020203 gcc-3_0-branch).
   * Fixed upstream: PR c/3504: Correct documentation of __alignof__.
     Closes: #85445.
   * Remove libgcc-powerpc patch, integrated upstream (closes: #131977).
   * Tighten binutils build dependency (to address #126162).
   * Move jv-convert to gcj package (closes: #131985).
 .
 gcc-3.0 (1:3.0.4ds0-0pre020127) unstable; urgency=low
 .
   * Two release critical bugs outstanding:
     - bootstrap error on arm.
     - bus errors for C++ and java executables on sparc (see the testsuite
       results).
   * Update to CVS sources (20020125 gcc-3_0-branch).
   * Enable java support for s390 architecture (patch from Gerhard Tonn).
   * Updated NEWS file for 3.0.3.
   * Disable building the gcc-sparc64, but build a multilibbed compiler
     for sparc as the default.
   * Disabled the subreg-byte patch for sparc (request from Ben Collins).
   * Fixed reference to libgcc1 package in README (closes: #126218).
   * Do recommend libc-dev, not depend on it. For low-end or embedded systems
     the dependency on libc-dev can make the difference between
     having enough or having too little space to build a kernel.
   * README.cross: Updated by Hakan Ardo.
   * Decouple versioned shlib dependencies from release number. Closes: #118391.
   * Fix diversions for gcc-3.0-sparc64 package (closes: #128178),
     unconditionally remove `sparc64-linux-gcc' alternative.
   * g77/README.libg2c.Debian: New file mentioning `libg2c-pic'. The next
     g77 version (3.1) does build a static and shared library (closes: #104250).
   * Fix formatting errors in the synopsis of the java man pages. Maybe the
     reason for #127571. Closes: #127571.
   * fastjar: Fail for the (currently incorrect) -u option. Addresses: #116145.
     Add alternative for `jar' using priority 30 (closes: #118648).
   * jv-convert: Add --help option and man page. Backport from HEAD branch.
   * libgcj2-dev: Remove duplicate dependency (closes: #127805).
   * Giving up and make just another new package gij-X.Y with only the gij-X.Y
     binary for policy conformance (closes: #127111).
   * gij: Provides an alternative for `java' (priority 30) using a wrapper
     script (Stephen Zander) (closes: #128974). Added simple manpage.
 .
 gcc-3.0 (1:3.0.3ds3-1) unstable; urgency=low
 .
   * Final gcc-3.0.3 release.
   * Do not compress .txt files in libstdc++ docs referenced from html
     pages (closes: #124136).
   * libstdc++-dev suggests libstdc++-doc.
   * debian/patches/gcc-ia64-NaT.dpatch: Update (closes: #123685).
 .
 gcc-3.0 (1:3.0.3ds2-0pre011215) unstable; urgency=low
 .
   * Update to CVS sources (011215).
   * libstdc++ documentation updated upstream (closes: #123790).
   * debian/patches/gcc-ia64-NaT.dpatch: Disable. Fixes bootstrap error
     on ia64 (#123685).
 .
 gcc-3.0 (1:3.0.3ds1-0pre011210) unstable; urgency=medium
 .
   * Update to CVS sources (011208).
   * Supposed to fix powerpc build error (closes: #123155).
 .
 gcc-3.0 (1:3.0.3ds0-0pre011209) unstable; urgency=medium
 .
   * Update to CVS sources (011208). Frozen for upstream 3.0.3 release.
   * Apply contrib/PR3145.patch, a backport of Nathan Sidwell's patch to
     fix PR c++/3145, the infamous "virtual inheritance" bug. This affected
     especially KDE2 (eg. artsd). Franz Sirl <Franz.Sirl-kernel at lauterbach.com>
   * cc1plus segfault in strength reduction fixed upstream. Closes: #122547.
   * debian/patches/gcc-ia64-NaT.dpatch: Add patch to avoid a bug that can
     cause miscompiled userapps to crash the kernel. Closes: #121924.
   * Reenable shared libgcc for powerpc. Fixed upstream.
     http://gcc.gnu.org/ml/gcc-patches/2001-11/msg00340.html
     debian/patches/libgcc-powerpc.dpatch: New patch.
   * Add upstream changelogs.
   * Remove gij alternative. Move to gij package.
 .
 gcc-3.0 (1:3.0.2ds4-4) unstable; urgency=medium
 .
   * Disable building of libffi on mips and mipsel.
     (closes: #117503).
   * Enable building of shared libgcc on s390
     (closes: #120452).
 .
 gcc-3.0 (1:3.0.2ds4-3) unstable; urgency=medium
 .
   * Fix logic to build libffi without java (closes: #117503).
 .
 gcc-3.0 (1:3.0.2ds4-2) unstable; urgency=medium
 .
   * Enable java for ia64 (Jeff Licquia). Closes: #116798.
   * Allow building of libffi without gcj (Jeff Licquia).
     New libffi packages for arm hurd-i386 mips mipsel,
     still missing: hppa, s390.
   * debian/NEWS.gcc: Add 3.0.2 release notes.
   * debian/patches/hppa-align.dpatch: New patch from Alan Modra,
     submitted by Randolph Tausq.
 .
 gcc-3.0 (1:3.0.2ds4-1) unstable; urgency=medium
 .
   * Final gcc-3.0.2 release. The source tarball is not the released
     tarball, but taken from CVS 011024).
   * Remove patch for s390, included upstream.
 .
 gcc-3.0 (1:3.0.2ds3-0pre011014) unstable; urgency=low
 .
   * Update to CVS sources (011014). Frozen for upstream 3.0.2 release.
     Closes: #109351, #114099, #114216, #105741 (allegro3938).
   * Added debian/patches/fastjar.dpatch, which makes fastjar extract
     filenames correctly (previously, some had incorrect names on extract).
     Closes: #113236.
   * Priorities fixed in the past (closes: #94404).
 .
 gcc-3.0 (1:3.0.2ds2-0pre010923) unstable; urgency=low
 .
   * Bootstraps on powerpc again (closes: #112777).
 .
 gcc-3.0 (1:3.0.2ds2-0pre010922) unstable; urgency=low
 .
   * Update to CVS sources (010922).
   * Fixed upstream (closes: #111801). #105569 on hppa.
   * Update hppa patch (Matt Taggart).
   * Fix libstdc++-dev package description (closes: #112758).
   * debian/rules.d/binary-objc.mk: Fix build error (closes: #112462).
   * Make gobjc-3.0 conflict with gcc-3.0-sparc64 (closes: #111772).
 .
 gcc-3.0 (1:3.0.2ds1-0pre010908) unstable; urgency=low
 .
   * Update to CVS sources (010908).
   * Update hppa patch (Matt Taggart).
   * Depend on libgc6-dev, not libgc5-dev, which got obsolete (during
     the freeze ...). However adds s390 support (closes: #110189).
   * debian/patches/m68k-reload.dpatch: New patch (Roman Zippel).
     Fixes #89023.
   * debian/patches/gcc-sparc.dpatch: New patch ("David S. Miller").
     Fixes libstdc++ testsuite failures on sparc.
 .
 gcc-3.0 (1:3.0.2ds0-0pre010826) unstable; urgency=low
 .
   * gcc-3.0-nof: Fix symlink to gcc-3.0-base doc directory.
   * debian/patches/gcj-without-rpath: New patch.
   * Remove self dependency on libgcj package.
   * Handle diversions for upgrades from 3.0 and 3.0.1 -> 3.0.2
     in gcc-3.0-sparc64 package.
   * Build libg2c.a with -fPIC -DPIC and name the result libg2c-pic.a.
     Link with this library to avoid linking with non-pic code.
     Use this library when building dynamically loadable objects (python
     modules, gimp plugins, ...), which need to be linked against g2c or
     a library which is linked against g2c (i.e. lapack).
     Packages needing '-lg2c-pic' must have a build dependency on
     'g77-3.0 (>= 1:3.0.2-0pre010826).
 .
 gcc-3.0 (1:3.0.2ds0-0pre010825) unstable; urgency=low
 .
   * Update to CVS sources (010825).
   * Add libc6-dev-sparc64 to gcc-3.0-sparc64 and to sparc build dependencies.
   * Remove conflicts on egcc package (closes: #109718).
   * Fix gcc-3.0-nof dependency.
   * s390 patches against gcc-3.0.1 (Gerhard Tonn).
   * debian/control: Require binutils (>= 2.11.90.0.27)
 .
 gcc-3.0 (1:3.0.1ds3-1) unstable; urgency=low
 .
   * Final gcc-3.0.1 release.
   * Changed upstream: default of -flimit-inline is 600 (closes: #106716).
   * Add fastjar man page (submitted by "The Missing Man Pages Project",
     http://www.netmeister.org/misc/m2p2i/) (closes: #103051).
   * Fixed in last upload as well: #105246.
   * debian/patches/cpp-memory-leak.dpatch: New patch
   * Disable installation of shared libgcc on s390 (Gerhard Tonn).
 .
 gcc-3.0 (1:3.0.1ds2-0pre010811) unstable; urgency=high
 .
   * Update to CVS sources (010811). Includes s390 support.
   * Add xlibs-dev to Build-Depends (libgcj).
   * Enable java for powerpc, disable java for ia64.
   * Enable ObjC garbage collection for all archs, which have a libgc5-dev
     package.
   * New patch libstdc++-codecvt (Michael Piefel) (closes: #104614).
   * Don't strip static libgcj library (work around binutils bug #107812).
   * Handle diversions for upgrade 3.0 -> 3.0.1 in gcc-3.0-sparc64 package
     (closes: #107569).
 .
 gcc-3.0 (1:3.0.1ds1-0pre010801) unstable; urgency=high
 .
   * Update to CVS sources (010801). (closes: #107012).
   * Remove build dependency on non-free graphviz and include pregenerated
     docs (closes: #107124).
   * Fixed in 3.0.1 (closes: #99307).
   * Updated m68k-updates patch (Roman Zippel).
   * Another fix for ia64 packaging bits (Randolph Chung).
 .
 gcc-3.0 (1:3.0.1ds0-0pre010727) unstable; urgency=high
 .
   * Update to CVS sources (010727).
   * Add epoch to source version. Change '.dsx' to 'dsx', so that
     3.1.1ds0 gt 3.1ds7 (closes: #106538).
 .
 gcc-3.0 (3.0.1.ds0-0pre010723) unstable; urgency=high
 .
   * ia64 packaging bits (Randolph Chung) (closes: #106252).
 .
 gcc-3.0 (3.0.1.ds0-0pre010721) unstable; urgency=high
 .
   * Update to CVS sources (010721).
     - Remove patches applied upstream: libstdc++-limits.dpatch,
       objc-data-references
     - Updated other patches.
   * Fix gij alternative (closes: #103468, #103883).
   * Patch to fix bootstrap on sparc (closes: #103568).
   * Corrected (closes: #105371) and updated README.Debian.
   * m68k patches for sucessful bootstrap (Roman Zippel).
   * Add libstdc++v3 porting hints to README.Debian and README.C++.
   * m68k md fix (#105622) (Roman Zippel).
   * debian/rules2: Disable non-functional ulimit on Hurd (#105884).
   * debian/control: Require binutils (>= 2.11.90.0.24)
   * Java is enabled for alpha (closes: #87300).
 .
 gcc-3.0 (3.0.ds9-4) unstable; urgency=high
 .
   * Move this version to testing ASAP. testing still has a prerelease
     version with now incompatible ABI's. If sparc doesn't build,
     then IMHO it's better to remove it from testing.
   * debian/control.m4: Set uploaders field. Adjust description of
     gcc-3.0 (binary) package (closes: #102271, #102620).
   * Separate gij.1 in it's own pseudo man page (closes: #99523).
   * debian/patches/java-manpages.dpatch: New patch.
   * libgcj: Install unversioned gij.
 .
 gcc-3.0 (3.0.ds9-3) unstable; urgency=high
 .
   * Reenable configuration with posix threads on i386 (lost in hurd-i386
     merge).
 .
 gcc-3.0 (3.0.ds9-2) unstable; urgency=medium
 .
   * Move this version to testing ASAP. testing still has a prerelease
     version with now incompatible ABI's.
   * Add libgcc0 and libgcc300 to the build conflicts (#102041).
   * debian/README.FIRST: Removed (#101534).
   * Updated subreg-byte patch (doc files).
   * Disable java for the Hurd, mips and mipsel (#101570).
   * Patch for building on the Hurd (#101708) (Jeff Bailey <jbailey at nisa.net>).
   * Packaging fixes for the Hurd (#101711) (Jeff Bailey <jbailey at nisa.net>).
   * Include pregenerated doxygen (1.2.6) docs for libstdc++-v3 (#101557).
     The current doxygen-1.2.8.1 segaults.
   * C++: Enable -fuse-cxa-atexit by default (#101901).
   * Correct mail address in gccbug (#101743).
   * Make rules resumable after failure in binary-xxx targets (#101637).
 .
 gcc-3.0 (3.0.ds9-1) unstable; urgency=low
 .
   * Final 3.0 release.
   * Update libgcc version number (#100983, #100988, #101069, #101115, #101328).
   * Updated hppa-build patch (Matt Taggart <taggart at carmen.fc.hp.com>).
   * Disable java for hppa.
   * Updated subreg-byte patch for sparc (Ben Collins).
 .
 gcc-3.0 (3.0.ds8-0pre010613) unstable; urgency=low
 .
   * Update patches for recent (010613 23:13 +0200) CVS sources.
   * Fix packaging bugs (#100459, #100447, #100483).
   * Build-Depend on gawk, mawk doesn't work well with test_summary.
 .
 gcc-3.0 (3.0.ds7-0pre010609) unstable; urgency=low
 .
   * Fix build dependency for the hurd (#99164).
   * Update patches for recent (010609) CVS sources.
   * Disable java on powerpc (link error in libjava).
   * gcc-3.0-base.postinst: Don't prompt for non-interactive installs (#100110).
 .
 gcc-3.0 (3.0.ds6-0pre010526) unstable; urgency=high
 .
   * Urgency "high" for replacing the gcc-3.0 snapshots in testing, which
     now are incompatile due to the changed ABIs.
   * Upstream begins tagging with "gcc-3_0_pre_2001mmdd".
   * Tighten dependencies to install only binary packages derived from
     one source (#98851). Tighten libc6-dev dependency to match libc6.
 .
 gcc-3.0 (3.0.ds6-0pre010525) unstable; urgency=low
 .
   * ATTENTION: The ABI (exception handling) changed. No upgrade path from
     earlier snapshots (you had been warned in the postinst ...)
     Closing #93597, #94576, #96448, #96461.
     You have to rebuild
   * HELP is appreciated for scanning the Debian BTS and sending followups
     to bug reports!!!
   * Should we name debian gcc uploads? What about a "still seeking
     g++ maintainer" upload?
   * Fixed in gcc-3.0: #97030
   * Update patches for recent (010525) CVS sources.
   * Make check depend on build target (fakeroot problmes).
   * debian/rules.d/binary-libgcc.mk: new file, build first.
   * Free memory detection on the hurd for running the testsuite.
   * Update debhelper build dependency.
   * libstdc++-doc: Include doxygen generated docs.
   * Fix boring packaging bugs, too tired for appropriate changelogs ...
     #93343, #96348, #96262, #97134, #97905, #96451, #95812, #93157
   * Fixed bugs: #87000.
 .
 gcc-3.0 (3.0.ds5-0pre010510) unstable; urgency=low
 .
   * Update patches for recent (010506) CVS sources.
   * New version of source, as of 2001-05-10
   * New version of gpc source, as of 2001-05-06 (disabled by default).
   * Make gcc-3.0-sparc64 provide an alternative for sparc64-linux-gcc,
     since it can build kernels just fine (it seems)
   * Add hppa patch from Matt Taggart
   * Fix objc info inclusion...now merged with gcc info
   * Do not install the .la for libstdc++, since it confuses libtool linked
     applications when libstdc++3-dev and libstdc++2.10-dev are both
     installed (closes #97905).
   * Fixed gcc-base and libgcc section/prio to match overrides
 .
 gcc-3.0 (3.0.ds5-0pre010427) unstable; urgency=low
 .
   * Fixed priority for fastjar from optional to extra
   * New version of source, as of 2001-04-27
   * Fix description of libgcj-dev
   * libffi-install: Make libffi installable
   * Add libffi and libffi-dev packages. libffi is only enabled for java
     targets right now. Perhaps more will be enabled later.
   * Fixes to build cross compiler package (for avr)
     (Hakan Ardo <hakan at debian.org>).
   * Better fixincludes description (#93157).
   * Remove all remnants of libg++
   * Remove all hacks around libstdc++ version. Since we are strictly v3 now,
     we can treat it like a normal shared lib, and not worry about all those
     ABI changes.
   * Remove all cruft control scripts. Note, debhelper will create scripts
     that it needs to. It will do the doc link stuff and the ldconfig stuff
     explicitly.
   * Clean up the SONAME parsing stuff, make it a little more cleaner over
     all the lib packages
   * Make libffi install when built (IOW, whenever java is enabled). This
     should obsolete the libffi package, which is old and broken
   * Revert to normal sonames, except for ia64 (for now)
   * Remove all references to dh_testversion, since they are deprecated for
     Build-Depends
   * Fix powerpc nof build
   * Remove all references to the MULTILIB stuff, since the arches are
     using specialized builds anyway (nof, softfloat).
   * Added 64bit sparc64 package (gcc-3.0-sparc64, libgcc0-sparc64)
   * Removed obsolete shlibs.local file
 .
 gcc-3.0 (3.0.ds4-0pre010403) unstable; urgency=low
 .
   * debian/README: Updated for gcc-3.0
   * debian/rules.patch: Added subreg-byte patch for sparc
   * debian/rules.unpack: Update to current CVS for gcc tarball name
   * debian/patches/subreg-byte.dpatch: sparc subreg-byte support
   * debian/patches/gcc-rawhide.dpatch: Removed
     debian/patches/gpc-2.95.dpatch: Removed
     debian/patches/sparc32-rfi.dpatch: Removed
     debian/patches/temporary.dpatch: Removed
   * Moving to unstable now
   * debian/patches/gcc-ppc-disable-shared-libgcc.dpatch: New patch,
     disables shared libgcc for powerpc target, since it isn't compatible
     with the EABI objects.
   * Create $(with_shared_libgcc) var
   * debian/rules.d/binary-gcc.mk: Use this new variable to determine if
     the libgcc package actually has any files
 .
 gcc-3.0 (3.0.ds2-0pre010223) experimental; urgency=low
 .
   * New snapshot. Use distinct shared object names for shared libraries:
     we don't know if binary API's still change until the final release.
   * Versioned package names.
   * debian/control.m4: New file. Add gcc-base, libgcc0, libobjc1,
     libstdc++-doc, libgcj1, libgcj1-dev, fastjar, fixincludes packages.
     Remove gcc-docs package.
   * debian/gcov.1: Remove.
   * debian/*: Remove 2.95.x support. Prepare for 3.0.
   * debian/patches: Remove 2.95.x patches.
   * Changed source package name. It's not allowed anymore to overwrite
     source packages with different content. Introducing a 'debian source
     element' (.ds<num>), which is stripped again from the version number
     for the binary packages.
   * Fixed bugs and added functionality:
     #26436, #27878, #33786, #34876, #35477, #42662, #46181, #42989,
     #47981, #48530, #50529, #51227, #51456, #51651, #52382, #53698,
     #55291, #55967, #56867, #58219, #59005, #59232, #59776, #64628,
     #65687, #67631, #68632, #68963, #68987, #69530, #72933, #75120,
     #75759, #76645, #76827, #83221, #87540
   * libgcj fixes: 42894, #51266, #68560, #71187, #79984
 .
 gcc-2.95 (2.95.3-2.001222) experimental; urgency=low
 .
   * New upstream version 2.95.3 experimental (CVS 20001222).
   * debian/control.in: Versioned package names, removal of snapshot logic.
     Remove fake gcc-docs package.
   * Reserve -1 release numbers for woody.
   * Updated to gpc-20001218.
 .
 gcc (2.95.2-20) unstable; urgency=low
 .
     * Apply patch from gcc-2_95-branch; remove ulimit for make check.
 .
 gcc (2.95.2-19) unstable; urgency=low
 .
   * Added testsuite-20001207 from current snapshots. We'll need results
     for 2.95.2 to make sure there are no regressions against that release.
     Dear build daemons and porters to other architectures, please send an
     email to gcc-testresults at gcc.gnu.org.
     You can do this by running "debian/rules mail-summary".
   * Updated to gpc-20001206.
   * Added S/390 patch prepared by Chu-yeon Park <kokids at debian.org> (#78983).
   * debian/patches/libio.dpatch: Fix iostream doc (fixes #77647).
   * debian/patches/gcc-doc.dpatch: Update URL (fixes #77542).
   * debian/patches/gcc-reload1.dpatch Patch from the gcc-bug list which
     fixes a problem in "long long" on i[345]86 (i686 was not affected).
 .
 gcc (2.95.2-18) unstable; urgency=low
 .
   * debian/control.in: Fix syntax errors (fixes #76146, #76458).
     Disable gpc on the hurd by request (#75686).
   * debian/patches/arm-various.dpatch: Patches from Philip Blundell
     for ARM arch (fixes #75801).
   * debian/patches/gcc-alpha-mi-thunk.dpatch: Patches from Chris Chimelis
     for alpha arch.
   * debian/patches/g77-docs.dpatch: Adjust g77 docs (fixes #72594).
   * Update gpc to gpc-20001118.
   * Reenable gpc for alpha.
   * debian/README.C++: Merge debian/README.libstdc++ and C++ FAQ information
     provided by Matt Zimmermann.
   * Build gcj only on architectures, where libgcj-2.95.1 can be built as well.
     Probably needs some adjustments ...
   * Conditionalize for chill, fortran, java, objc and chill.
 .
   * NOT APPLIED:
     debian/patches/libstdc++-bastring.dpatch: Apply fix (fixes #75759).
 .
 gcc (2.95.2-17) unstable; urgency=low
 .
   * Disable gpc for alpha.
   * Include gpc-cpp in gpc package (fixes #74492).
   * Don't build gcc-docs compatibility package anymore.
 .
 gcc (2.95.2-16) unstable; urgency=low
 .
   * Applied the emdebian/cross compiler patch and documentation
     (Frank Smith <smith at amirix.com>).
   * Applied patch for avr target (Hakan Ardo <hakan at debian.org>).
   * debian/control.in: Add awk to Build-Depends.
     Tighten libc6-dev dependency for libstdc++-dev (fixes #73031,
     #72531, #72534).
   * Disable libobjc_gc for m68k again (fixes #74380).
   * debian/patches/arm-namespace.dpatch: Apply patch from Philip
     Blundell <pb at futuretv.com> to fix name space pollution on arm
     (fixes #70937).
   * Fix more warnings in STL headers (fixes #69352, #71943).
 .
 gcc (2.95.2-15) unstable; urgency=low
 .
   * debian/control.in: Add libgc5-dev to build depends (fixes #67015).
   * debian/rules.def: Build GC enabled ObjC runtime for sparc.
   * Bug #58741 fixed (in some version since 2.95.2-5).
   * debian/control.in: Recommend librx1g-dev, libgmp2-dev, libncurses5-dev
     (unit dependencies).
   * Patches from Marcus Brinkmann for the hurd (fixes #67763):
     - debian/rules.defs: Disable objc_gc on hurd-i386.
       Disable libg++ on GNU systems.
     - debian/rules2: Set correct names of libstdc++/libg++
       libraries on GNU systems.
       Write out correct shlibs and shlibs.local file content.
     - Keep _G_config.h for the Hurd.
   * Apply patch for ObjC linker warnings.
   * Don't apply gcj backport patch for sparc.
   * Apply libio compatability patch
   * debian/glibcver.sh: generate appropriate version for glibc
   * debian/rules.conf: for everything after glibc 2.1, we always append
     "-glibc$(ver)" to the C++ libs for linux.
   * Back down gpc to -13 version (-14 wont compile on anything but i386
     and m68k becuase of gpc).
   * Remove extraneous and obsolete sparc64 patches/files from debian/*
 .
 gcc-snapshot (20000901-2.2) experimental; urgency=low
 .
   * New snapshot.
   * debian/rules2: Move tradcpp0 to cpp package.
 .
 gcc-snapshot (20000802-2.1) experimental; urgency=low
 .
   * New snapshot.
   * debian/rules2: Fixes. tradcpp0 is in gcc package, not cpp.
 .
 gcc-snapshot (20000720-2) experimental; urgency=low
 .
   * New snapshot.
   * Enable libstdc++-v3.
   * debian/rules2: Don't use -D for /usr/bin/install.
 .
 gcc (2.95.2-14) unstable; urgency=low
 .
   * Update gpc patch.
 .
 gcc (2.95.2-13) frozen unstable; urgency=low
 .
   * Update debian/README: document how to compile 2.0.xx kernels; don't
     register gcc272 as an alternative for gcc (closes #62419).
     Clarify compiler setup (closes #65548).
   * debian/control.in: Make libstdc++-dev depend on current version of g++.
   * Undo CVS update from release -8 (problems on alpha, #55263).
 .
 gcc (2.95.2-12) frozen unstable; urgency=low
 .
   * debian/gpc.postinst: Correct typo introduced with -11 (fixes #64193).
   * debian/patches/gcc-rs600.dpatch: ppc codegen fix (fixes #63933).
 .
 gcc (2.95.2-11) frozen unstable; urgency=medium
 .
   * Upload to unstable again (fixes critical #63784).
   * Fix doc-base files (fixes important #63810).
   * gpc wasn't built in -10 (fixes #63977).
   * Make /usr/bin/pc an alternative (fixes #63888).
   * Add SYSCALLS.c.X to gcc package.
 .
 gcc (2.95.2-10) frozen; urgency=low
 .
   * debian/control.in: make gcc conflict on any version of egcc
     (slink to potato upgrade problem, fixes grave #62084).
   * Build protoize programs, separate out in new package (fixes #59436,
     #62911).
   * Create dummy gcc-docs package for smooth update from slink (fixes #62537).
   * Add doc-base support for all -doc packages (fixes #63380).
 .
 gcc (2.95.2-9) frozen unstable; urgency=low
 .
   * Disable the sparc-bi-arch.dpatch (patch from Ben Collins, built
     for sparc as NMU 8.1) (fixes critical #61529 and #61511).
     "Seems that when you compile gcc 2.95.x for sparc64-linux and compile
      sparc32 programs, the code is not the same as sparc-linux compile for
      sparc32 (this is a bug, and is fixed in gcc 2.96 CVS)."
   * debian/patches/gcj-vs-iconv.dpatch: Option '--encoding' for
     encoding of input files. Patch from Tom Tromey  <tromey at cygnus.com>
     backported to 2.95.2 (fixes #42895).
     Compile a Latin-1 encoded file with `gcj --encoding=Latin1 ...'.
   * debian/control.in: gcc, g++ and gobjc suggest their corresponding
     task packages (fixes #59623).
 .
 gcc (2.95.2-8) frozen unstable; urgency=low
 .
   * Post-2.95.2 CVS updates of the gcc-2_95-branch until 20000313.
   * debian/rules2: configure with --enable-java-gc=no for sparc. Fixes
     gcj side of #60535.
   * debian/rules.patch: Disable gcc-emit-rtl patch for all archs but
     alpha. Disable g++-is-tree patch ("just for 2.95.1").
   * debian/README: Update for gcc-2.95.
 .
 gcc (2.95.2-7) frozen unstable; urgency=low
 .
   * debian/patches/gcc-empty-struct-init.dpatch; Apply patch from
     http://gcc.gnu.org/ml/gcc-patches/2000-02/msg00637.html. Fixes
     compilation of 2.3.4x kernels.
   * debian/patches/gcc-emit-rtl.dpatch: Apply patch from David Huggins-Daines
     <dhuggins at linuxcare.com> (backport from 2.96 CVS to fix #55263).
   * debian/patches/gcc-pointer-arith.dpatch: Apply patch from Jim Kingdon
     <kingdon at redhat.com> (backport from 2.96 CVS to fix #54951).
 .
 gcc (2.95.2-6) frozen unstable; urgency=low
 .
   * Post-2.95.2 CVS updates of the gcc-2_95-branch until 20000220.
   * Remove dangling symlink probably left over from libstdc++2.9
     package (fixes #53661).
   * debian/patches/gcc-alpha-complex-float.dpatch: Fixed patch by
     David Huggins-Daines (fixes #58486).
   * debian/g++.{postinst,prerm}: Remove outdated g++FAQ registration
     (fixes #58253).
   * debian/control.in: gcc-doc replaces gcc-docs (fixes #58108).
   * debian/rules2: Include some fixed headers (asm, bits, linux, ...).
   * debian/patches/{gcc-alpha-ev5-fix,libstdc++-valarray}.dpatch: Remove.
     Applied upstream.
   * debian/patches/libstdc++-bastring.dpatch: Add patch from
     sicard at bigruth.solsoft.fr (fixes #56715).
 .
 gcc (2.95.2-5) frozen unstable; urgency=low
 .
   * Post-2.95.2 CVS updates of the gcc-2_95-branch until 20000116.
   * Add more build dependencies (fixes #53204).
   * debian/patches/gcc-alpha-complex-float.dpatch: Patch from
     Joel Klecker <jk at espy.org> to compile glibc correctly on alpha.
     "Should fix the g77 problems too."
   * debian/patches/{libio,libstdc++-wall2}.dpatch. Remove patches
     applied upstream.
 .
 gcc (2.95.2-4) unstable; urgency=low
 .
   * debian/patches/libio.dpatch: Patch from Martin v. Loewis.
     (fixes: #35628).
   * debian/patches/libstdc++-deque.dpatch: Patch from Martin v. Loewis.
     (fixes: #52689).
   * debian/control.in: Updated Build-Depends, removed outdated README.build.
     Fixes #51246.
   * Tighten dependencies to cpp (>= 2.95.2-4) (closes: #50294).
   * debian/rules.patch: Really do not apply patches/gcj-backport.dpatch.
     Fixes #51636.
   * Apply updated sparc-bi-arch.dpatch from Ben Collins.
   * libstdc++: Define wstring type, if __ENABLE_WSTRING is defined. Request
     from the author of the War FTP Daemon for Linux ("Jarle Aase"
     <jgaa at jgaa.com>).
   * debain/g++.preinst: Remove dangling sysmlinks (fixes #52359).
 .
 gcc (2.95.2-3) unstable; urgency=low
 .
   * debian/rules2: Don't install $(gcc_lib_dir)/include/asm; these are
     headers fixed for glibc-1.x (closes: #49434).
   * debian/patches/cpp-dos-newlines.dpatch: Keep CR's without
     following LF (closes: #49186).
   * Bug #37358 (internal compiler errors when building vdk_0.6.0-5)
     fixed in gcc-2.95.? (closes: #37358).
   * Apply patch gcc-alpha-ev5-fix from Richard Henderson <rth at cygnus.com>
     (should fix #48527 and #46963).
   * debian/README.Bugs: Documented non bug #44554.
   * Applied patch from Alexandre Oliva to fix gpc boostrap on alpha.
     Reenabled gpc on all architectures.
   * Post-2.95.2 CVS updates of the gcc-2_95-branch until 19991108.
   * Explicitely generate postinst/prerm chunks for usr/doc transition.
     debhelper currently doesn't handle generation for packages with
     symlinked directories.
   * debian/patches/libstdc++-wall3.dpatch: Fix warnings in stl_deque.h
     and stl_rope.h (closes: #46444, #46720).
   * debian/patches/gcj-backport.dpatch: Add file, don't apply (yet).
 .
 gcc (2.95.2-2) unstable; urgency=low
 .
   * New gpc-19991030 snapshot.
   * Post-2.95.2 CVS updates of the gcc-2_95-branch until 19991103.
   * Reintegrated sparc patches (bcollins at debian.org), which were lost
     in 2.95.2-1.
   * debian/rules2: Only install $(gcc_lib_dir)/include/asm, when existing.
   * debian/patches/gpc-2.95.{dpatch,diff}: updated patch to drop
     initialization in stor-layout.c.
   * debian/NEWS.gcc: Updated for gcc-2.95.2.
   * debian/bugs/bug-...: Removed testcases for fixed bugs.
   * debian/patches/...dpatch: Removed patches applied upstream.
   * debian/{rules2,g++.postinst,g++.prerm}: Handle c++ alternative.
   * debian/changelog: Merged gcc272, egcs and snapshot changelogs.
 .
 gcc (2.95.2-1.1) unstable; urgency=low
 .
   * Most of the powerpc patches have been applied upstream.  Remove all
     but ppc-ice, ppc-andrew-dwarf-eh, and ppc-descriptions.
   * mulilib-install.dpatch was definitely a bad idea.  Fix it properly
     by using install -D.
   * Also, don't make directories before installing any more.  Simplifies
     rules a (tiny) bit.
   * Do not build with LDFLAGS=-s.  Everything gets stripped out anyway by
     dh_strip -a -X_debug; so leave the binaries in the build tree with
     debugging symbols for simplified debugging of the packages.
 .
 gcc (2.95.2-1) unstable; urgency=low
 .
   * gcc-2.95.2 release (taken from the CVS archive). -fstrict-aliasing
     is disabled upstream.
 .
 gcc (2.95.2-0pre4) unstable; urgency=low
 .
   * Updated to cvs updates of the gcc-2_95-branch until 19991021.
   * Updated gpc to gpc-19991018 snapshot (closes: #33037, #47453).
     Enable gpc for all architectures ...
   * Document gcc exit codes (closes: #43863).
   * According to the bug submitter (Sergey V Kovalyov <sqk0316 at scires.nyu.edu>)
     the original source of these CERN librarties is outdated now. The latest
     version of cernlibs compiles and works fine with slink (closes #31546).
   * According to the bug submitter (Gergely Madarasz <gorgo at sztaki.hu>),
     the problem triggered on i386 cannot be reproduced with the current
     jade and php3 versions anymore (closes: #35215).
   * Replace corrupted m68k-pic.dpatch (from Roman Hodek and Andreas Schwab
     <Roman.Hodek at informatik.uni-erlangen.de> <schwab at suse.de> and apply to
     all architectures (closes: #48011).
   * According to the bug submitter (Herbert Xu <herbert at gondor.apana.org.au>)
     this bug "probably has been fixed". Setting it to severity "fixed"
     (fixes: #39616), will close it later ...
   * debian/README.Bugs: Document throwing C++ exceptions "through" C
     libraries (closes: #22769).
 .
 gcc (2.95.2-0pre3) unstable; urgency=low
 .
   * Updated to cvs updates of the gcc-2_95-branch until 19991019.
   * Apply NMU patches (closes: #46217).
   * debian/control.in: Fix egcs64 conflict-dependency for sparc
     architecture (closes: #47088).
   * debian/rules2: dbg-packages share doc dir with lib packages
     (closes #45067).
   * debian/patches/gcj-debian-policy.dpatch: Patch from Stephane
     Bortzmeyer to conform to Debian policy (closes: #44463).
   * debian/bugs/bug-*: Added test cases for new bug reports.
   * debian/patches/libstdc++-bastring.dpatch: Patch by Richard Kettlewell
     (closes #46550).
   * debian/rules.patch: Apply libstdc++-wall2 patch (closes #46609).
   * debian/README: Fix typo (closes: #45253).
   * debian/control.in: Remove primary/secondary distinction;
     dbg-packages don't provide their normal counterparts (closes #45206).
   * debian/rules.patch: gcc-combine patch applied upstream.
   * debian/rules2: Only use mail if with_check is set (off by default).
   * debian/rules.conf: Tighten binutils dependency to 2.9.5.0.12.
 .
 gcc (2.95.2-0pre2.0.2) unstable; urgency=HIGH (for m68k)
 .
   * Binary-only NMU for m68k as quick fix for another bug; the patch
     is in CVS already, too.
   * Applied another patch by Andreas Schwab to fix %a5 restauration in
     some cases.
 .
 gcc (2.95.2-0pre2.0.1) unstable; urgency=HIGH (for m68k)
 .
   * Binary-only NMU for m68k as quick fix for serious bugs; the patches
     are already checked into gcc CVS and should be in the next official
     version, too.
   * Applied two patches by Andreas Schwab to fix -fpic and loop optimization.
 .
 gcc (2.95.2-0pre2) unstable; urgency=low
 .
   * Fixed in 2.95.2 (closes: #43478).
   * Previous version had Pascal examples missing in doc directory.
 .
 gcc (2.95.2-0pre1) unstable; urgency=low
 .
   * Updated to cvs updates of the gcc-2_95-branch until 19990828.
   * Apply work around memory corruption (just for 2.95.1)  by
     Daniel Jacobowitz <dan at debian.org>.
   * debian/patches/libstdc++-wall2.dpatch: Patch from Franck Sicard
     <sicard at miniruth.solsoft.fr> to fix some warnings (closes: #44670).
   * debian/patches/libstdc++-valarray.dpatch: Patch from Hideaki Fujitani
     <fjtani at flab.fujitsu.co.jp> to fix a bug in valarray_array.h.
   * Applied NMU from Jim Pick minus the jump.c and fold-const.c patches
     already in the gcc-2_95-branch (closes: #44690).
   * Conform to debian-java policy (closes: #44463).
   * Move docs to /usr/share/doc (closes: #44782).
   * Remove debian/patches/gcc-align.dpatch applied upstream.
   * debian/*.postinst: Call install-info only, when configuring.
   * debian/*.{postinst,prerm}: Add #DEBHELPER# comments to handle
     /usr/doc -> /usr/share/doc transition.
 .
 gcc (2.95.1-2.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * ARM platform no longer needs library-prefix patch.
   * Updated patches from Philip Blundell.
 .
 gcc (2.95.1-2) unstable; urgency=low
 .
   * debian/gcc.{postinst,prerm}: gcc provides an alternative for
     sparc64-linux-gcc.
   * Applied patch from Ben Collins to enable bi-architecture (32/64)
     support for sparc.
   * Rebuild debian/control and debian/rules.parameters after unpacking.
   * debian/rules2: binary-indep. Conditionalize on with_pascal.
 .
 gcc (2.95.1-1) unstable; urgency=low
 .
   * Updated to release gcc-2.95.1 and cvs updates of the gcc-2_95-branch
     until 19990828.
   * debian/README.gcc: Updated NEWS file to include 2.95 and 2.95.1 news.
   * debian/README.java: New file.
   * debian/rules.defs: Disabled gpc for alpha, arm. Disabled ObjC-GC
     for alpha.
   * debian/rules [clean]: Remove debian/rules.parameters.
   * debian/rules2 [binary-arch]: Call dh_shlibdeps with LD_LIBRARY_PATH set
     to installation dir of libstdc++. Why isn't this the default?
   * debian/control.in: *-dev packages do not longer conflict with
     libg++272-dev package.
   * Apply http://egcs.cygnus.com/ml/gcc-patches/1999-08/msg00599.html.
   * Only define BAD_THROW_ALLOC, when using exceptions (fixes #43462).
   * For ObjC (when configured with GC) recommend libgc4-dev, not libgc4.
   * New version of 68060 build patch.
   * debian/rules.conf: For m68k, depend on binutils version 2.9.1.
 .
 gcc (2.95.1-0pre2) unstable; urgency=medium
 .
   * gpc is back again (fixes grave #43022).
   * debian/patches/gpc-updates.dpatch: Patches sent to upstream authors.
   * Work around the fatal dependtry assertion failure bug in dpkg (hint
     from "Antti-Juhani Kaijanaho" <ajk at debian.org>, fixes important #43072).
 .
 gcc (2.95.1-0pre1) unstable; urgency=low
 .
   * Updated to cvs 19990815 gcc-2_95-branch; included install docs and
     FAQ from 2.95 release; upload source package as well.
   * Source package contains tarballs only (gcc, libg++, installdocs).
   * debian/rules: Splitted into debian/rules{,.unpack,.patch,.conf,2}.
   * debian/gcc.postinst: s/any key/RETURN; warn only when upgrading from
     pre 2.95 version; reference /usr/doc, not /usr/share/doc.
   * Checked syntax for attributes of functions; checked for #35068;
     checked for bad gmon.out files (at least with libc6 2.1.2-0pre5 and
     binutils 2.9.1.0.25-2 the problem doesn't show up anymore).
   * debian/patches/cpp-macro-doc.dpatch: Document macro varargs in cpp.texi.
   * gcc is primary compiler for all platforms but m68k. Setting
     severity of #22513 to fixed.
   * debian/patches/gcc-default-arch.dpatch: New patch to enable generation
     of i386 instruction as default (fixes #42743).
   * debian/rules: Removed outdated gcc NEWS file (fixes #42742).
   * debian/patches/libstdc++-out-of-mem.dpatch: Throw exception instead
     of aborting when out of memory (fixes #42622).
   * debian/patches/cpp-dos-newlines.dpatch: Handle ibackslashes after
     DOS newlines (fixes #29240).
   * Fixed in gcc-2.95.1: #43001.
   * Bugs closed in this version:
     Closes: #11525, #12253, #22513, #29240, #35068, #36182, #42584, #42585,
     #42602, #42622, #42742 #42743, #43001, #43002.
 .
 gcc (2.95-3) unstable; urgency=high
 .
   * Provide /lib/cpp again (fixes important bug #42524).
   * Updated to cvs 19990805 gcc-2_95-branch.
   * Build with the default scheduler.
   * Apply install-multilib patch from Dan Jacobowitz.
   * Apply revised cpp-A- patch from Dan Jacobowitz.
 .
 gcc (2.95-2) unstable; urgency=low
 .
   * Remove /lib/cpp. This driver uses files from /usr/lib/gcc-lib anyway.
   * The following bugs are fixed (compared to egcs-1.1.2).
     Closes: #4429, #20889, #21122, #26369, #28417, #28261, #31416, #35261,
     #35900, #35906, #38246, #38872, #39098, #39526, #40659, #40991, #41117,
     #41290, #41302, #41313.
   * The following by Joel Klecker:
     - Adopt dpkg-architecture variables.
     - Go back to SHELL = bash -e or it breaks where /bin/sh is not bash.
     - Disabled the testsuite, it is not included in the gcc 2.95 release.
 .
 gcc (2.95-1) unstable; urgency=low
 .
   * Update for official gcc-2.95 release.
   * Built without gpc.
   * debian/rules: Remove g++FAQ from rules, which is outdated.
     For ix86, build for i386, not i486.
   * Apply patch from Jim Pick for building multilib package on arm.
 .
 gcc (2.95-0pre10) unstable; urgency=low
 .
   * Use ../builddir-gcc-$(VER) by default instead of ./builddir; upstream
     strongly advises configuring outside of the source tree, and it makes
     some things much easier.
   * Add patch to prevent @local branches to weak symbols on powerpc (fixes
     apt compilation).
   * Add patch to make cpp -A- work as expected.
   * Renamed debian/patches/ppc-library-prefix.dpatch to library-prefix.dpatch;
     apply on all architectures.
   * debian/control.in: Remove snapshot dependencies.
   * debian/*.postinst: Reflect use of /usr/share/{info,man}.
 .
 gcc (2.95-0pre9) unstable; urgency=low
 .
   * The following bugs are fixed (compared to egcs-1.1.2): #4429, #20889,
     #21122, #26369, #28417, #28261, #35261, #38246, #38872, #39526, #40659,
     #40991, #41117, #41290.
   * Updated to CVS gcc-19990718 snapshot.
   * debian/control.in: Removed references to egcs in descriptions.
     Changed gcj's Recommends libgcj-dev to Depends.
   * debian/rules: Apply ppc-library-prefix for alpha as well.
   * debian/patches/arm-config.dpatch: Updated patch sent by Jim Pick.
 .
 gcc (2.95-0pre8) unstable; urgency=low
 .
   * Updated CVS.
   * debian/copyright: s%doc/copyright%share/common-licenses%
   * debian/README.Bugs: s/egcs.cygnus.com/gcc.gnu.org/ s/egcs-bugs/gcc-bugs/
   * debian/patches/reporting.dpatch: Remake diff for current sources.
   * debian/libstdc++-dev.postinst: It's /usr/share/info/iostream.info.
   * debian/rules: Current dejagnu snapshot reports a framework version
     of 1.3.1.
 .
 gcc-snapshot (19990714-0pre6) experimental; urgency=low
 .
   * Updated to CVS gcc-19990714 snapshot.
   * Applied ARM patch (#40515).
   * Converted DOS style linefeeds in debian/patches/ppc-* files.
   * debian/rules: Reflect change in gcc/version.c; use sh -e as shell:
     for some obscure reason, bash -e doesn't work.
   * Reflect version change for libstdc++ (2.10). Remove libg++-name
     patch; libg++ now has version 2.8.1.3. Removed libc version from
     the package name.
 .
 gcc-snapshot (19990625-0pre5.1) experimental; urgency=low
 .
   * Non-maintainer upload.
   * Added ARM specific patch.
 .
 gcc-snapshot (19990625-0pre5) experimental; urgency=low
 .
   * Updated to CVS gcc-19990625 snapshot.
 .
 gcc-snapshot (19990609-0pre4.1) experimental; urgency=low
 .
   * Added and re-added a few last PPC patches.
 .
 gcc-snapshot (19990609-0pre4) experimental; urgency=low
 .
   * Updated to CVS egcs-19990611 snapshot.
 .
 gcc-snapshot (19990609-0pre3) experimental; urgency=low
 .
   * CVS gcc-19990609 snapshot.
   * New gpc-19990607 snapshot.
 .
 gcc-snapshot (19990524-0pre1) experimental; urgency=low
 .
   * egcs-19990524 snapshot.
   * First snapshot of the gcc-2_95-branch. egcs-1.2 is renamed to gcc-2.95,
     which is now the "official" successor to gcc-2.8.1. The full version
     name is: gcc-2.95 19990521 (prerelease).
   * debian/control.in: Changed maintainers to `Debian GCC maintainers'.
   * Moved all version numbers to epoch 1.
   * debian/rules: Major changes. The support for secondary compilers
     was already removed for the egcs-1.2 snapshots. Many fixes by
     Joel Klecker <espy at debian.org>.
     - Send mail to Debian maintainers for successful builds.
     - Fix VER and VERNO sed expressions.
     - Replace remaining GNUARCH occurrences.
   * New gpc snapshot (but don't build).
   * debian/patches/valarray.dpatch: Backport from libstdc++-v3.
   * debian/gcc-doc.*: Info is now gcc.info* (Joel Klecker <espy at debian.org>).
   * Use cpp driver provided by the package.
   * New script c89 (fixes #28261).
 .
 egcs (1.1.2-2) unstable; urgency=low
 .
   * Integrate NMU's for arm and sparc (fixes #37582, #36857).
   * Apply patch for the Hurd (fixes #37753).
   * Describe open bugs in TODO.Debian. Please have a look if you can help.
   * Update README / math functions section (fixes #35906).
   * Done by J.H.M. Dassen (Ray) <jdassen at wi.LeidenUniv.nl>:
     - At Richard Braakman's request, made -dbg packages for libstdc++
       and libg++.
     - Provide egcc(1) (fixes lintian error).
 .
 egcs-snapshot (19990502-1) experimental; urgency=low
 .
   * New snapshot.
 .
 egcs-snapshot (19990418-2) experimental; urgency=low
 .
   * Merged Rays changes to build debug packages.
 .
 egcs-snapshot (19990418-1) experimental; urgency=low
 .
   * New snapshot.
   * Disable cpplib.
 .
 egcs (1.1.2-1.2) unstable; urgency=low
 .
   * NMU for arm
   * Added arm-optimizer.dpatch with optimizer workaround for ARM
 .
 egcs (1.1.2-1.1) unstable; urgency=low
 .
   * NMU for sparc
   * Included dpatch to modify the references to gcc/crtstuff.c so that
     __register_frame_info is not a weak reference. This allows potato to
     remain binary compatible with slink, while still retaining compatibility
     with other sparc/egcs1.1.2 distributions. Diff in .dpatch format has
     been sent to the maintainer with a note it may not be needed for 1.1.3.
 .
 egcs (1.1.2-1) unstable; urgency=low
 .
   * Final egcs-1.1.2 release built for potato as primary compiler
     for all architectures except m68k.
 .
 egcs-snapshot (19990321-1) experimental; urgency=low
 .
   * New snapshot.
   * Disable gpc.
   * debian/rules: Simplified (no secondary compiler, bumped all versions
     to same epoch, libapi patch is included upstream).
   * Separated out cpp documentation to cpp-doc package.
   * Fixed in this version: #28417.
 .
 egcs (1.1.2-0slink2) stable; urgency=low
 .
   * Applied H.J.Lu's egcs-19990315.linux patch.
   * Install faq.html and egcs-1.1.2 announcment.
 .
 egcs (1.1.2-0slink1) stable; urgency=low
 .
   * Final egcs-1.1.2 release; compiled with glibc-2.0 for slink on i386.
   * debian/control.in: gcc provides egcc, when FIRST_PRIMARY defined.
   * Fixes #30767, #32278, #34252, #34352.
   * Don't build the libstdc++.so.2.9 library on architectures, which have
     switched to glibc-2.1.
 .
 egcs (1.1.1.63-2.2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Incorporate patch from Joel Klecker to fix snapshot packages
     by moving/removing the application of libapi.
   * Disable the new libstdc++-dev-config and the postinst message in
     glibc 2.1 versions.
 .
 egcs (1.1.1.63-2.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Compile with glibc 2.1 release version.
   * New upstream version egcs-1.1.2 pre3.
   * Miscellaneous rules updates (see changelog.snapshot).
   * New set of powerpc-related patches from Franz Sirl,
     <fsirl at kernel.crashing.org>.
   * Disable libgcc.dpatch (new solution implemented upstream).  Remove it.
   * Also pass $target to config.if.
   * Enable Dwarf2 EH for powerpc.  Bump the C++ binary version.  No
     loss in -backwards- compatibility as far as I can tell, so add a
     compatibility symlink, and add to shlibs file.
   * Add --no-backup-if-mismatch to the debian/patches/*.dpatch files,
     to prevent bogus .orig's in diffs.
   * Merged with (unreleased) 1.1.1.62-1 and 1.1.1.63-{1,2} packages from
     Matthias Klose <doko at debian.org>.
   * Stop adding a backwards compatibility link for egcs-nof on powerpc.
     To my knowledge, nothing uses it.  Do add the libstdc++ API change
     link, though.
 .
 egcs (1.1.1.63-2) stable; urgency=low
 .
   * Provide a libstdc++ with a shared object name, which is compatible
     to other distributions. Documented the change in README.Debian,
     the libstdc++-2.9.postinst and the libstdc++-dev-config script.
 .
 egcs (1.1.1.63-1.1) unstable; urgency=low
 .
   * Non-Maintainer release.
   * Build against glibc 2.1.
   * Make egcs the primary compiler on i386.
   * Also confilct with egcc (<< FIRST_PRIMARY)
     if FIRST_PRIMARY is defined.
     (this tells dpkg that gcc completely obsoletes egcc)
   * Remove hjl-12 patch again, HJL says it should not be
     necessary with egcs 1.1.2.
     (as per forwarded reply from Christopher Chimelis)
   * Apply libapi patch in clean target before regenerating debian/control
     and remove the patch afterward. Otherwise, the libstdc++ and libg++
     package names are generated wrong on a glibc 2.1 system.
 .
 egcs (1.1.1.63-1) unstable; urgency=low
 .
   * New upstream version egcs-1.1.1-pre3.
   * Applied improved libstdc++ warning patch from Rob Browning.
 .
 egcs (1.1.1.62-1) unstable; urgency=low
 .
   * New upstream version egcs-1.1.1-pre2.
   * New upstream version libg++-2.8.1.3.
   * Readded ARM support
   * Readded hjl-12 per request from Christopher C Chimelis
     <chris at classnet.med.miami.edu>
 .
 egcs-snapshot (19990224-0.1) experimental; urgency=low
 .
   * New snapshot.
   * Add the ability to disable CPPLIB by setting CPPLIB=no in
     the environment.
   * Disable gpc for powerpc; I spent a long time getting it to
     make correctly, and then it goes and ICEs.
 .
 egcs (1.1.1.61-1) unstable; urgency=low
 .
   * New upstream version egcs-1.1.1-pre1.
   * debian/control.in: Applied patch from bug report #32987.
   * Split up H.J.Lu's hjl-19990115-linux patch into several small
     chunks: libapi, arm-mips, libgcc, hjl-other. The changelog.Linux
     aren't included in the separate chunks. Please refer to the
     unmodified hjl-19990115-linux patch file in the egcs source pkg.
   * Apply warning patch to fix the annoying spew you get if you try to
     use ropes or deques with -Wall (which makes -Wall mostly useless for
     spotting errors in your own code). Fixes #32996.
   * debian/rules: Unapply patches in the exact reverse order they were
     applied.
 .
 egcs (1.1.1-5) frozen unstable; urgency=medium
 .
   * Move libgcc.map file to g++ package, where gcc is the secondary
     compiler (fixes #32329, #32605, #32631).
   * Prepare to rename libstdc++2.9 package for glibc-2.1 (fixes #32148).
   * Apply NMU patch for arm architecure (fixes #32367).
   * Don't apply hjl-12 patch for alpha architectures (requested by the
     alpha developers, Christopher C Chimelis <chris at classnet.med.miami.edu>).
   * Call makeinfo with --no-validate to fix obscure build failure on alpha.
   * Build gpc info files in doc subdirectory.
   * Remove c++filt diversion (C++ name demangling patch is now in binutils,
     fixes #30820 and #32502).
 .
 egcs (1.1.1-4.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Pascal doesn't build for ARM.
 .
 egcs (1.1.1-4) frozen unstable; urgency=high
 .
   * Don't strip compiler libraries libgcc.a libobjc.a libg2c.a libgpc.a
   * Move Pascal examples to the right place (fixes #32149, part 1).
   * Add dependencies for switching from secondary to primary compiler,
     if FIRST_PRIMARY is defined (fixes #32149, part 2).
 .
 egcs (1.1.1-3) frozen unstable; urgency=low
 .
   * Updated with the H.J.Lu's hjl-19990115-linux patch (fixes the
     __register_frame_info problems, mips and arm port included).
   * Update gpc to 19990118 (beta release candidate).
   * Strip static libraries (fixes #31247 and #31248).
   * Changed maintainer address.
 .
 egcs (1.1.1-2) frozen unstable; urgency=low
 .
   * Moved egcs-docs, g77-doc and gpc-doc packages to doc section.
   * Downgraded Recommends: egcs-docs to Suggests: egcs-docs dependencies
     (for archs, where egcs is the primary compiler).
   * Add 'Suggests: stl-manual' dependency to libstdc++2.9-dev.
   * Applied one more alpha patch:
     ftp://ftp.yggdrasil.com/private/hjl/egcs/1.1.1/egcs-1.1.1.diff.12.gz
   * Applied PPro optimization patch.
   * Apply emit-rtl-nan patch.
   * Upgraded to libg++-2.8.1.2a-19981218.tar.gz.
   * Upgraded to gpc-19981218.
   * Make symlinks for gobjc, libstdc++2.9-dev and libg++2.8.2 doc directories.
 .
 egcs-snapshot (19981211-1) experimental; urgency=low
 .
   * New snapshot.
   * Adapted gpc to egcs-2.92.x (BOOT_CFLAGS must include -g).
   * New libg++-2.8.1.2a-19981209.tar.gz.
   * debian/rules: new target mail-summary.
 .
 egcs (1.1.1-1) frozen unstable; urgency=high
 .
   * Final egcs-1.1.1 release.
   * The last version depended on a versioned libc6 again.
   * Add lost dependency for libg++ on libstdc++.
   * Added debian-libstdc++.sh script to generate a libstdc++ on a Linux
     system, which doesn't use the libapi patch.
 .
 egcs (1.1.0.91.59-2) frozen unstable; urgency=high
 .
   * Fixes bugs from libc6 2.0.7u-6 upload without dependency line
     Conflicts: libstdc++-2.9 (<< 2.91.59): #30019, #30066, #30078.
   * debian/copyright: Updated URLs.
   * gcc --help now mentions /usr/doc/debian/bug-reporting.txt.
   * Install README.Debian and include information about patches applied.
   * Depend on unversioned libc6 on i386, such that libstdc++2.9 can be used
     on a hamm system.
 .
 egcs (1.1.0.91.59-1) frozen unstable; urgency=low
 .
   * This is egcs-1.1.1 prerelease #3, compiled with libc6 2.0.7u-6.
   * Added dependency for libstdc++2.9-dev on g++ (fixes #29631).
   * Package g77 provides f77 (fixes #29817).
   * Already fixed in earlier egcs-1.1 releases: #2493, #25271, #10620.
   * Bugs reported for gcc-2.7.x and fixed in the egcs version of gcc:
     #2493, #4430, #4954, #5367, #6047, #10612, #12375, #20606, #24788, #26100.
   * Upgraded libg++ to libg++-2.8.1.2a-19981114.
   * Upgraded gpc to gpc-19981124.
   * Close #25869: egcs and splay maintainers are unable to reproduce this
     bug with the current Debian packages. Bug submitter doesn't respond.
   * Close #25407: egcs maintainer cannot reproduce this bug with the current
     Debian compiler. Bug submitter doesn't respond.
   * Use debhelper 1.2.7 for building.
   * Replace the libstdc++ and libg++ compatibility links with fake libraries.
 .
 egcs (1.1.0.91.58-5) frozen unstable; urgency=low
 .
   * Applied patch to build on the m68060.
   * Added c++filt and c++filt.1 to the g++ package.
   * Updated gpc to gpc-981105; fixes some regressions compared to egcs-1.1.
   * Separated out g77 and gpc doumentation to new packages g77-doc and gpc-doc.
   * Closed bugs (#22158).
   * Close #20248; on platforms where gas and gld are the default versions,
     it makes no difference to configure with or without enable-ld.
   * Close #24349. The bugs are in the amulet source.
     See http://www.cs.cmu.edu/afs/cs/project/amulet/www/FAQ.html#GCC28x
   * Rename gcc.info* files to egcs.info* (fixes #24088).
   * Documented known bugs (and workarounds) in BUGS.Debian.
   * Fixed demangling of C++ names (fixes #28787).
   * Applied patch form aspell to libstdc++/stl/stl_rope.h.
   * Updated from cvs 16 Nov 1998.
 .
 egcs-snapshot (19981115-2) experimental; urgency=low
 .
   * New snapshot. Disabled gpc.
   * New packages g77-doc and gpc-doc.
 .
 egcs (1.1.0.91.58-3) frozen unstable; urgency=low
 .
   * Previous version installed in potato, not slink.
   * Updated from cvs 3 Nov 1998.
 .
 egcs (1.1.0.91.58-2) unstable; urgency=low
 .
   * [debian/rules]: added targets to apply and unapply patches.
   * [debian/README.patches]: New file.
   * Moved patches dir to debian/patches. debian/rules has to select
     the patches to apply.
   * Manual pages for genclass and gcov (fixes #5995, #20950, #22196).
   * Apply egcs-1.1-reload patch needed for powerpc architecture.
   * Fixed bugs (#17768, #20252, #25508, #27788).
   * Reapplied alpha patch (#20875).
   * Fixes first part of #22513, extended README.Debian (combining C & C++).
   * Already fixed in earlier egcs-1.1 releases: #17963, #20252, #20524,
     #20640, #22450, #24244, #24288, #28520.
 .
 egcs (1.1.0.91.58-1) experimental; urgency=low
 .
   * New upstream version. That's the egcs-1.1.1 prerelease plus patches from
     the cvs archive upto 29 Oct 1998.
   * Merged files from the egcs and snapshot packages.
   * Updated libg++ to libg++-2.8.1.2 (although the Debian package name is still
     2.8.2).
   * Moved patches dir to patches-1.1.
   * Dan Jacobowitz:
     * This is a snapshot from the egcs_1_1_branch, with
       libapi, reload, builtin-apply, and egcs patches from
       the debian/patches/ dir applied, along with the egcs-gpc-patches
       and gcc/p/diffs/gcc-egcs-2.91.55.diff.
     * Conditionalize gcj and chill (since they aren't in this branch).
     * Fake snapshots drop the -snap-main.
 .
 egcs-snapshot (1.1-19981019-5.1) experimental; urgency=low
 .
   * This is a snapshot from the egcs_1_1_branch, with
     libapi, reload, builtin-apply, and egcs patches from
     the debian/patches/ dir applied, along with the egcs-gpc-patches
     and gcc/p/diffs/gcc-egcs-2.91.55.diff.
   * Conditionalize gcj and chill (since they aren't in this
     branch).
   * Fake snapshots drop the -snap-main.
 .
 egcs (1.1b-5) unstable; urgency=low
 .
   * [debian/control.in] Fixed typo in dependencies (#28076, #28087, #28092).
 .
 egcs (1.1b-4) unstable; urgency=low
 .
   * Strengthened g++ dependency on libstdc++_LIB_SO_-dev from
     `Recommends' to `Depends'.
   * Updated README.Debian for egcs-1.1.
   * Updated TODO.
 .
 egcs-snapshot (19981005-0.1) experimental; urgency=low
 .
   * Make libstdc++2.9-snap-main and libg++-snap-main provide
     their mainstream equivalents and put those equivalents into
     their shlibs file.
   * Package gcj, the GNU Compiler for Java(TM).
 .
   * New upstream version of egcs (The -regcs_latest_snapshot branch).
   * Build without libg++ entirely.
   * Leave out gpc for now - the internals are sufficiently different
     that it does not trivially compile.
   * Include an experimental reload patch for powerpc - this is,
     in the words of its author, not release quality, but it allows
     powerpc linuxthreads to function.
   * On architectures where we are the primary compiler, let snapshots
     build with --prefix=/usr and conflict with the stable versions.
   * Package chill, a front end for the language Chill.
   * Other applied patches from debian/patches/: egcs-patches and
     builtin-apply-patch.
   * Use reload.c revision 1.43 to avoid a nasty bug.
 .
 egcs (1.1b-3.1) unstable; urgency=low
 .
   * NMU to fix the egcc -> gcc link once and for all
 .
 egcs (1.1b-3) unstable; urgency=low
 .
   * Oops. The egcc -> gcc link on archs where gcc is egcc was broken.
     Thanks to Chris Chimelis for pointing this out.
 .
 egcs (1.1b-2) unstable; urgency=low
 .
   * New upstream spellfix release (Debian revision is 2 as the internal
     version numbers didn't change).
   * Added egcc -> gcc symlink on architectures where egcc is the primary C
     compiler. Thus, maintainers of packages that require egcc, can now
     simply use "egcc" without conditionals.
   * Porters: we hope/plan to make egcs's gcc the default C compiler on all
     platforms once the 2.2.x kernels are available. Please test this version
     thoroughly, and give us a GO / NO GO for your architecture.
   * Some symbols cpp used to predefine were removed upstream in order to clean
     up the cpp namespace, but imake requires them for determining the proper
     settings for LinuxMachineDefines (see /usr/X11R6/lib/X11/{Imake,linux}.cf),
     thus we put them back. Thanks to Paul Slootman for reporting his imake
     problems on Alpha.
     * [gcc/config/alpha/linux.h] Added -D__alpha to CPP_PREDEFINES .
       Thanks to Chris Chimelis for the alpha-only 1.1a-1.1 NMU which fixed
       this already.
     * [gcc/config/i386/linux.h] Added -D__i386__ to CPP_PREDEFINES .
     * [gcc/config/sparc/linux.h] Has -Dsparc in CPP_PREDEFINES .
     * [gcc/config/sparc/linux64.h] Has -Dsparc in CPP_PREDEFINES .
     * [gcc/config/m68k/linux.h] Has -Dmc68000 in CPP_PREDEFINES .
     * [gcc/config/rs6000/linux.h] Has -Dpowerpc in CPP_PREDEFINES .
     * [gcc/config/arm/linux.h] Has -Darm in CPP_PREDEFINES .
     * [gcc/config/i386/gnu.h] Has -Di386 in CPP_PREDEFINES .
   * Small fixes and updates in README.
   * Changes affecting the source package only:
     * [gcc/Makefile.in, gcc/cp/Make-lang.in, gcc/p/Make-lang.in]
       Daniel Jacobowitz: Ugly hacks of various kinds to make cplib2.txt get
       properly regenerated with multilib.
     * [debian/TODO] Created.
     * [INSTALL/index.html] Fixed broken link.
 .
 egcs (1.1a-1) unstable; urgency=low
 .
   * New upstream release.
   * Added README.libstdc++ .
   * Updated Standards-Version.
   * Matthias:
     * Downgraded gobjc dependency on egcs-docs from Recommends: to Suggests: .
     * [libg++/Makefile.in] Patched not to rely on a `-f' flag of `ln'.
 .
 egcs (1.1-1) unstable; urgency=low
 .
   * egcs-1.1 prerelease (from the last Debian package only the version file
     changed).
   * "Final" gpc Beta 2.1 gpc-19980830.
   * Included libg++ and gpc in the .orig tarball. so that diffs are getting
     smaller.
   * debian/control.in: Changed maintainer address to galenh-egcs at debian.org.
   * debian/copyright: Updated URLs.
 .
 egcs (1.0.99.56-0.1) unstable; urgency=low
 .
   * New upstream snapshot 19980830 from CVS (called egcs-1.1 19980830).
   * New libg++ snapshot 980828.
   * Put all patches patches subdirectory; see patches/README in the source.
   * debian/control.in: readded for libg++2.8.2-dev:
     Replaces: libstdc++2.8-dev (<= 2.90.29-0.5)
   * Renamed libg++2.9 package to libg++2.8.2.
   * gcc/p/gpc-decl.c: Fix from Peter at Gerwinski.de; fixes optimization errors.
   * patches/gpc-patch2: Fix from Peter at Gerwinski.de; fixes alpha errors.
   * debian/rules: New configuration flag for building with and without
     libstdc++api patch; untested without ...
 .
 egcs (1.0.99-0.6) unstable; urgency=low
 .
   * PowerPC fixes.
   * On powerpc, generate the -msoft-float libs and package them
     as egcs-nof.
   * Fix signed char error in gpc.
   * Create a libg++.so.2.9 compatibility symlink.
 .
 egcs (1.0.99-0.5) unstable; urgency=low
 .
   * New upstream snapshot 19980824.
   * New gpc snapshot gpc-980822; reenabled gpc for alpha.
 .
 egcs (1.0.99-0.4) unstable; urgency=low
 .
   * New upstream snapshot 19980819. Should build glibc 2.0.9x on PPC.
 .
 egcs (1.0.99-0.3) unstable; urgency=low
 .
   * New upstream snapshot 19980816.
   * debian/rules: build correct debian/control and debian/*.shlibs
   * Enabled Haifa scheduler for ix86.
 .
 egcs (1.0.99-0.2) unstable; urgency=low
 .
   * New upstream snapshot: egcs-19980812, minor changes only.
   * Fixes for building on `primary' targets.
   * Disabled gpc on `alpha' architecture.
   * Uses debhelper 1.1.6
   * debian/control.in: Replace older snapshot versions in favor of newer
     normal versions.
   * debian/rules: Fixes building of binary-arch target only.
 .
 egcs (1.0.99-0.1) unstable; urgency=low
 .
   * New upstream version: pre egcs-1.1 version.
   * Many changes ... for details see debian/changelog.snapshot in the
     source package.
   * New packages libstdc++2.9 and libstdc++2.9-dev.
   * New libg++ snapshot 980731: new packages libg++2.9 and libg++2.9-dev.
   * New gpc snapshot gpc-980729: new package gpc.
   * Uses debhelper 1.1
 .
 egcs-snapshot (19980803-4) experimental; urgency=low
 .
   * rebuilt debian/control.
 .
 egcs-snapshot (19980803-3) experimental; urgency=low
 .
   * debian/rules: fix installation locations of NEWS, header and
     `undocumented' files.
   * man pages aren't compressed for the snapshot package.
 .
 egcs-snapshot (19980803-2) experimental; urgency=low
 .
   * debian/rules: Uses debhelper. Old in debian/rules.old.
     renamed postinst, prerm files for use with debhelper.
   * debian/{libg++2.9,libstdc++2.9}/postinst: call ldconfig only,
     when called for configure.
   * egcs-docs is architecture independent package.
   * new libg++ snapshot 980731.
   * installed libstdc++ api patch (still buggy).
 .
 egcs-snapshot (19980729-1) experimental; urgency=low
 .
   * New snapshot version 19980729 from CVS archive.
   * New gpc snapshot gpc-980729.
   * Let gcc/configure decide about using the Haifa scheduler.
   * Remove -DDEBIAN. That was needed for the security improvements with
     regard to the /tmp problem. egcs-1.1 chooses another approach.
   * Save test-protocol and extract gpc errors to gpc-test-summary.
   * Tighten binutils dependency to 2.9.1.
   * debian/rules: new build-info target
   * debian/{control.in,rules}: _SO_ and BINUTILSV substitution.
   * debian/rules: add dependency for debian/control.
   * debian/rules: remove bin/c++filt
   * TODO: next version will use debhelper; the unorganized moving of
     files becomes unmanageable ...
   * TODO: g++ headers in stdc++ package? check!
 .
 egcs-snapshot (19980721-1) experimental; urgency=low
 .
   * Unreleased. Infinite loops in executables made by gpc.
 .
 egcs-snapshot (19980715-1) experimental; urgency=low
 .
   * New snapshot version from CVS archive.
   * New gpc snapshot gpc-980715.
   * New libg++ version libg++-2.8.2-980708. Changed versioning
     schema for library. The major versions of libc, libstdc++ and the
     g++ interface are coded in the library name. Use this new schema,
     but provide a symlink to our previous schema, since the library
     seems to be binary compatible.
   * [debian/rules]: Fixed bug in build target, when bootstrap returns
     with an error
 .
 egcs-snapshot (19980701-1) experimental; urgency=low
 .
   * New snapshot version from CVS archive.
     Two check programs in libg++ had to be manually killed to finish the
     testsuite (tBag and tSet).
   * New gpc snapshot gpc-980629.
   * Incorporated debian/rules changes from egcs-1.0.3a-0.5 (but don't remove
     gcc/cp/parse.c gcc/c-parse.c gcc/c-parse.y gcc/objc/objc-parse.c
     gcc/objc/objc-parse.y, since these files are part of the release).
   * Disable the -DMKTEMP_EACH_FILE -DHAVE_MKSTEMP -DDEBIAN flags for the
     snapshot. egcs-1.1 will have another solution.
   * Don't bootstrap the snapshot with -fno-force-mem. Internal compiler
     error :-(
   * libf2c.a and f2c.h have changed names to libg2c.a and g2c.h and
     have moved again into the gcc-lib dir. They are installed under
     libg2c.a and g2c.h. Is it necessary to provide links f2c -> g2c ?
   * debian/rules: reflect change of build dir of libraries.
 .
 egcs-snapshot (19980628-0.1) experimental; urgency=low
 .
   * New upstream snapshot version.
   * Non-maintainer upload; Matthias appears to be absent currently.
   * Updated shlibs.
   * Merged changes from regular egcs:
     * [debian/control] Tightened dependency on binutils to 2.8.1.0.23 or
       newer, as according to INSTALL/SPECIFIC PowerPC (and possibly Sparc)
       need this.
     * [debian/rules] Clean up some generated files outside builddir,
       so the .diff.gz becomes smaller.
     * [debian/rules] Partial sync/update with the one for the regular egcs
       version.
   * [debian/rules] Make gcc/p/configure executable.
 .
 egcs (1.0.3a-0.6) frozen unstable; urgency=low
 .
   * Some libg++ development files were in libstdc++2.8-dev rather than
     libg++2.8-dev. Fixed this and dealt with upgrading from the earlier
     versions (fixes #23908; this bug is not marked release-critical, but
     is annoying and can be quite confusing for users. Therefore, I think
     this fix should go in 2.0).
 .
 egcs (1.0.3a-0.5) frozen unstable; urgency=low
 .
   * Fixed location of .hP files (Fixes #23448).
   * [debian/rules] simplified extraction of the files for libg++2.8-dev.
 .
 egcs (1.0.3a-0.4) frozen unstable; urgency=low
 .
   * [gcc/gcc.c] There is one call to choose_temp_base for determining the
     tempdir to be used only; #ifdef HAVE_MKSTEMP delete the tempfile created
     as a side effect. (fixes #23123 for egcs).
   * [gcc/collect2.c] There's still a vulnerability here; I don't see how
     I can fix it without leaving behind tempfiles though.
   * [debian/control] Tightened dependency on binutils to 2.8.1.0.23 or
     newer, as according to INSTALL/SPECIFIC PowerPC (and possibly Sparc)
     need this.
   * [debian/rules] Clean up some generated files outside builddir, so the
     .diff.gz becomes smaller.
 .
 egcs-snapshot (19980608-1) experimental; urgency=low
 .
   * New snapshot version.
 .
 egcs (1.0.3a-0.3) frozen unstable; urgency=high (security fixes)
 .
   * [gcc/toplev.c] set flag_force_mem to 1 at optimisation level 3 or higher.
     This works around #17768 which is considered release-critical.
   * Changes by Matthias:
     * [debian/README] Documentation of the compiler situation for Objective C.
     * [debian/rules, debian/control.*] Generate control file from a master
       file.
     * [debian/rules] Updates for Pascal and Fortran parts; brings it in sync
       with the one for the egcs snapshots.
   * Use the recommended settings LDFLAGS=-s CFLAGS= BOOT_CFLAGS='-O2'.
   * Really compile -DMKTEMP_EACH_FILE -DHAVE_MKSTEMP (really fixes #19453
     for egcs).
   * [gcc/gcc.c] A couple of temp files weren't marked for deletion.
 .
 egcs (1.0.3a-0.2) frozen unstable; urgency=high (security fixes)
 .
   * Security improvements with regard to the /tmp problem
     (gcc opens predictably named files in TMPDIR which can be abused via
     symlinks)  (Fixes #19453 for egcs).
     * Compile -DMKTEMP_EACH_FILE to ensure the %u name is generated randomly
       every time; affects gcc/gcc.c .
     * [gcc/choose-temp.c, libiberty/choose-temp.c]: use mktemp(3) if compiled
       -DUSE_MKSTEMP .
     * Security improvements: don't use the result of choose_temp_base in a
       predictable fashion.
       [gcc/gcc.c]:
       * @c, @objective-c: use random name rather then tempbasename.i for
         intermediate preprocessor output (%g.i -> %d%u).
       * @c, @objective-c: use random name rather then tempbasename.s for
         intermediate compiler output (%g.s -> %d%u).
       * @c, @objective-c, @cpp-output, @assembler-with-cpp: switched
         "as [-o output file] <input file>" to
         "as <input file> [-o output file]".
       * @c, @objective-c, @assembler-with-cpp: use previous random name
         (cc1|cpp output) rather then tempbasename.s for intermediate assembler
         input (%g.s -> %U)
       [gcc/f/lang-specs.h]:
       * @f77-cpp-input: use random name rather then tempbasename.i for
         intermediate cpp output (%g.i -> %d%u).
       * @f77-cpp-input: use previous random name (cpp output) rather than
         tempbasename.i for f771 input (%g.i -> %U).
       * @f77-cpp-input: switched
         "as [-o output file] <input file>" to
         "as <input file> [-o output file]".
       * @f77-cpp-input: use random name rather then tempbasename.s for
         intermediate compiler output (%g.s -> %d%u).
       * @ratfor: use random name rather then tempbasename.i for
         intermediate ratfor output (%g.f -> %d%u).
       * @ratfor: use previous random name (ratfor output) rather than
         tempbasename.i for f771 input (%g.f -> %U).
       * @ratfor: use random name rather then tempbasename.s for
         intermediate compiler output (%g.s -> %d%u).
       * @ratfor: switched
         "as [-o output file] <input file>" to
         "as <input file> [-o output file]".
       * @ratfor: use previous random name
         (ratfor output) rather then tempbasename.s for intermediate assembler
         input (%g.s -> %U).
       * @f77: use random name rather then tempbasename.s for
         intermediate ratfor output (%g.f -> %d%u).
       * @ratfor: use previous random name (ratfor output) rather than
         tempbasename.i for f771 input (%g.f -> %U).
       * @ratfor: use random name rather then tempbasename.s for
         intermediate compiler output (%g.s -> %d%u).
       * @ratfor: switched
         "as [-o output file] <input file>" to
         "as <input file> [-o output file]".
       * @ratfor: use previous random name
         (ratfor output) rather then tempbasename.s for intermediate assembler
         input (%g.s -> %U).
       * @f77: use random name rather then tempbasename.s for
         intermediate compiler output (%g.s -> %d%u).
       * @f77: switched
         "as [-o output file] <input file>" to
         "as <input file> [-o output file]".
       * @ratfor: use random name rather then tempbasename.s for
         intermediate compiler output (%g.s -> %U).
   * Run the testsuite (this requires the dejagnu package in experimental;
     unfortunately, it is difficult to distinguish this version from the one
     in frozen).
     if possible, and log the results in warn_summary and bootstrap-summary.
   * [gcc/choose-temp.c, libiberty/choose-temp.c]: s|returh|return| in
     comment.
   * Added notes on the Debian compiler setup [debian/README] to the
     development packages.
   * Matthias:
     * [libg++/etc/lf/Makefile.in] Replaced "-ltermcap" by "-lncurses".
     * [debian/rules] Updated so it can be used for both egcs releases and
       snapshots easily; added support for the GNU Pascal Compiler gpc.
     * [contrib/test_summary, contrib/warn_summary] Added from CVS.
     * Run compiler checks and include results in /usr/doc/<package>.
     * Updates to the README.
     * [debian/rules] Use assignments to speed up startup.
   * [debian/rules] Show the important variables at the start of the build
     process.
   * [debian/control.secondary] Added a dependency of gobjc on egcc on
     architectures where egcs provides the secondary compiler, as
     /usr/bin/egcc is the compiler driver for gobjc. (Fixes #22829).
   * [debian/control.*] Bumped Standards-Version; used shorter version
     numbers in the dependency relationships (esthetic difference only);
     fixed typo.
 .
 egcs-snapshot (19980525-1) experimental; urgency=low
 .
   * New snapshot version.
 .
 egcs-snapshot (19980517-1) experimental; urgency=low
 .
   * "Initial" release of the egcs-snapshot package; many debian/* files
     derived from the egcs-1.0.3a-0.1 package (maintained by Galen Hazelwood
     <galenh at micron.net>, NMU's by J.H.M. Dassen (Ray) <jdassen at wi.LeidenUniv.nl>)
   * The egcs-snapshot packages can coexist with the packages of the
     egcs release. Package names have a '-ss' appended.
   * All packages are installed in a separate tree (/usr/lib/egcs-ss following
     the FHSS).
   * Made all snapshot packages extra, all snapshot packages conflict
     with correspondent egcs packages, which are newer than the snapshot.
   * Included libg++-2.8.1-980505.
   * Included GNU Pascal (gpc-980511).
   * Haifa scheduler enabled for all snapshot packages.
   * Run compiler checks and include results in /usr/doc/<package>.
   * Further information in /usr/doc/<package>/README.snapshot.
 .
 egcs (1.0.3a-0.1) frozen unstable; urgency=low
 .
   * New upstream release egcs-2.90.29 980515 (egcs-1.0.3 release)
     (we were using 1.0.3-prerelease).  This includes the Haifa patches
     we had since 1.0.3-0.2 and the gcc/objc/thr-posix.c patch we had
     since 1.0.3-0.1; the differences with 1.0.3-prerelease + patches
     we had is negligable.
   * iostream info documentation was in the wrong package (libg++2.8-dev).
     Now it's in libstdc++2.8-dev. (Thanks to Jens Rosenboom for bringing
     this to my attention). As 1.0.3-0.3 didn't make it out of Incoming,
     I'm not adding "Replaces:" for this; folks who had 1.0.3-0.3 installed
     already know enough to use --force-overwrite.
   * [gcc/objc/objc-act.c] Applied patch Matthias Klose supplied me with that
     demangles Objective C method names in gcc error messages.
   * Explicitly disable Haifa scheduling on Alpha, to make it easier to use
     this package's diff with egcs snapshots, which may turn on Haifa
     scheduling even though it is still unstable. (Requested by Chris Chimelis)
   * Don't run "configure" again if builddir already exists (makes it faster
     to restart builds in case one is hacking internals). Requested by
     Johnnie Ingram.
   * [gcc/gbl-ctors.h] Don't use extern declaration for atexit on glibc 2.1
     and higher (the prototype has probably changed; having the declaration
     broke Sparc compiles).
   * [debian/rules] Determine all version number automatically (from the
     version string in gcc/version.c).
   * [debian/copyright] Updated FTP locations; added text about libg++ (fixes
     #22465).
 .
 egcs (1.0.3-0.3) frozen unstable; urgency=low
 .
   * Made an "egcs-doc" package containing documentation for egcs (e)gcc,
     g++, gobjc, so that administrators can choose whether to have this
     documenation or the documentation that comes with the GNU gcc package.
     Dependency on this is Recommends: on architectures where egcs provides
     the primary C compiler; Suggests: on the others (where GNU gcc is still
     the primary C compiler).
   * Use the g++ FAQ from gcc/cp rather than libg++, as that version is more
     up to date.
   * Added iostream info documentation to libstdc++2.8-dev.
 .
 egcs (1.0.3-0.2) frozen unstable; urgency=low
 .
   * Added libg++ that works with egcs, found at
     ftp://ftp.yggdrasil.com/private/hjl/libg++-2.8.1-980505.tar.gz
     (fixes #20587 (Severity: important)).
   * The "libg++" and "libg++-dev" virtual packages now refer to the GNU
     extensions.
   * Added the g++ FAQ that comes with libg++ to the g++ package.
   * libg++/Makefile.in: added $(srcdir) to rule for g++FAQ.info so that it
     builds OK in builddir.
   * Added -D__i386__ to the cpp predefines on intel.
   * Patches Matthias supplied me with:
     * Further 1.0.3 prerelease patches from CVS.
       This includes patches to the Haifa scheduler. Alpha porters, please
       check if this makes the Haifa scheduler OK again.
     * Objective C patches from CVS.
 .
 egcs (1.0.3-0.1) frozen unstable; urgency=low (high for maintainers that use objc)
 .
   * bug fixes only in new upstream version
   * Applied patches from egcs CVS archive (egcs_1_03_prerelease)
     (see gcc/ChangeLog in the egcs source package).
   * libstdc++2.8-dev no longer Provides: libg++-dev (fixes #21153).
   * libstdc++2.8-dev now Conflicts: libg++27-dev (bo),
     libg++272-dev (hamm) [regular packages] rather than
     Conflicts: libg++-dev [virtual package] to prepare the way for "libg++"
     to be used as a virtual package for a new libg++ package (i.e. an up to
     date one, which not longer contains libstdc++, but only the GNU
     extensions) that is compatible with the egcs g++ packages. Such a package
     isn't available yet. Joel Klecker tried building libg++2.8.1.1a within
     egcs's libstdc++ setup, but it appears to need true gcc 2.8.1 .
   * Filed Severity: important bugs against wxxt1-dev (#21707) because these
     still depend on libg++-dev, which is removed in this version.
     A fixed libsidplay1-dev has already been uploaded.
   * libstdc++2.8 is now Section: base and Priority: required (as dselect is
     linked against it).
   * Disabled Haifa scheduling on Alpha again; Chris Chimelis reported
     that this caused problems on some machines.
   * [gcc/extend.texi]
     ftp://maya.idiap.ch/pub/tmb/usenix88-lexic.ps.Z is no longer available;
     use http://master.debian.org/~karlheg/Usenix88-lexic.pdf .
     (fixes the egcs part of #20002).
   * Updated Standards-Version.
   * Changed chmod in debian/rules at Johnie Ingram's request.
   * Rather than hardwire the Debian part of the packages' version number,
     extract it from debian/changelog .
   * Use gcc/objc/thr-posix.c from 980418 egcs snapshot to make objc work.
     (Fixes #21192).
   * Applied workaround for the GNUstep packages on sparc systems.
     See README.sparc (on sparc packages only) in the doc directory.
     This affects the other compilers as well.
   * Already done in 1.0.2-0.7: the gobjc package now provides a virtual
     package objc-compiler.
 .
 egcs (1.0.2-0.7) frozen unstable; urgency=low
 .
   * Separated out Objective-C compiler.
   * Applied patch from http://www.cygnus.com/ml/egcs/1998-Apr/0614.html
 .
 egcs (1.0.2-0.6) frozen unstable; urgency=low
 .
   * Due to upstream changes (libg++ is now only the GNU specific C++
     classes, and is no longer maintained; libstdc++ contains the C++
     standard library, including STL), the virtual "libg++-dev"
     package's meaning has become confusing. Therefore, new or updated
     packages should no longer use the virtual "libg++-dev" package.
   * Corrected g++'s Recommends to libstdc++2.8-dev (>=2.90.27-0.1).
     The previous version had Recommends: libstdc++-dev (>=2.90.27-0.1)
     which doesn't work, as libstc++-dev is a virtual package.
   * Bumped Standards-Version.
 .
 egcs (1.0.2-0.5) frozen unstable; urgency=low (high for maintainers of packages that use libstdc++)
 .
   * Modified shlibs file for libstdc++ to generate versioned dependencies,
     as it is not link compatible with the 1.0.1-x versions in
     project/experimental. (Fixes #20247, #20033)
     Packages depending on libstd++ should be recompiled to fix their
     dependencies.
   * Strenghtened g++'s Recommends: libstdc++-dev to the 1.0.2 version or
     newer.
   * Fixed problems with the unknown(7) symlink for gcov.
   * Reordering links now works.
 .
 egcs (1.0.2-0.4) frozen unstable; urgency=low
 .
   * Unreleased. This is the version Adam Heath received from me.
   * Replaces: gcc (<= 2.7.2.3-3) so that the overlap with the older gcc
     packages (including bo's gcc_2.7.2.1-8) is handled properly
     (fixes #19931, #19672, #20217, #20593).
   * Alpha architecture (fixes #20875):
     * Patched gcc/config/alpha/linux.h for the gmon functions to operate
       properly.
     * Made egcs the primary C compiler.
     * Enabled Hafia scheduling.
   * Lintian-detected problems:
     * E: libstdc++2.8: ldconfig-symlink-before-shlib-in-deb usr/lib/libstdc++.so.2.8
     * E: egcc: binary-without-manpage gcov
       Reported as wishlist bug; added link to undocumented(7).
     * W: libstdc++2.8: non-standard-executable-perm usr/lib/libstdc++.so.2.8.0 0555
     * E: libstdc++2.8: shlib-with-executable-bit usr/lib/libstdc++.so.2.8.0 0555
 .
 egcs (1.0.2-0.3) frozen unstable; urgency=low
 .
   * Really fixed dependencies.
 .
 egcs (1.0.2-0.2) frozen unstable; urgency=low
 .
   * Fixed dependencies.
 .
 egcs (1.0.2-0.1) frozen unstable; urgency=low
 .
   * New upstream version; it now has -Di386 in CPP_PREDEFINES.
   * Only used the debian/* patches from 1.0.1-2; the rest of it appears
     to be in 1.0.2 already.
 .
 egcs (1.0.1-2) unstable; urgency=low
 .
   * Integrated pre-release 1.0.2 patches
   * Split out g++
   * egcs may now provide either the primary or secondary C compiler
 .
 egcs (1.0.1-1) unstable; urgency=low
 .
   * New upstream version
   * egcs is now the standard Debian gcc!
   * gcc now provides c-compiler (#15248 et al.)
   * g77 now provides fortran77-compiler
   * g77 dependencies now correct (#16991)
   * /usr/doc/gcc/changelog.gz now has correct permissions (#16139)
 .
 egcs (1.0-1) experimental; urgency=low
 .
   * First official release
 .
 egcs (970917-1) experimental; urgency=low
 .
   * New upstream snapshot (There's a lot of stuff here as well, including
     a new libstdc++, but it _still_ won't build...)
   * eg77 driver now works properly
 .
 egcs (970904-1) experimental; urgency=low
 .
   * New upstream snapshot
 .
 egcs (ss-970814-1) experimental; urgency=low
 .
   * Initial packaging (of initial snapshot!)
 .
 gcc272 (2.7.2.3-12) unstable; urgency=low
 .
   * Compiled on a glibc-2.0 based system.
   * Reflect move of manpage to /usr/share in gcc.postinst as well.
   * Moved gcc272-docs to section doc, priority optional.
 .
 gcc272 (2.7.2.3-11) unstable; urgency=low
 .
   * Follow Debian policy for GNU system type (fixes #42657).
   * config/i386/linux.h: Remove %[cpp_cpu] from CPP_SPEC. Stops gcc-2.95
     complaining about obsolete spec operators (using gcc -V 2.7.2.3).
     Patch suggested by Zack Weinberg <zack at bitmover.com>.
 .
 gcc272 (2.7.2.3-10) unstable; urgency=low
 .
   * Renamed source package to gcc272. The egcs source package is renamed
     to gcc, because it's now the "official" GNU C compiler.
   * Changed maintainer address to "Debian GCC maintainers".
   * Install info and man stuff to /usr/share.
 .
 gcc (2.7.2.3-9) unstable; urgency=low
 .
   * debian/{postinst,prerm}-doc: handle gcc272.info, not gcc.info.
     Fixes #36306.
 .
 gcc (2.7.2.3-8) unstable; urgency=low
 .
   * Make gcc-2.7 the secondary compiler. Rename gcc package to gcc272.
     On i386, sparc and m68k, this package is compiled against glibc2.0.
   * The cpp package is built from the egcs source package.
 .
 gcc (2.7.2.3-7) frozen unstable; urgency=low
 .
   * Separated out ObjC compiler to gobjc27 package.
   * Changed maintainer address.
   * Synchronized README.Debian with egcs-1.1.1-3.
 .
 gcc (2.7.2.3-6) frozen unstable; urgency=low
 .
   * Link with -lc on i386, m68k, sparc, when building shared libraries
     (fixes #25122).
 .
 gcc (2.7.2.3-5) frozen unstable; urgency=low
 .
   * Updated maintainer info.
   * Updated Standards-Version; made lintian-clean.
   * gcc-docs can coexist with the latest egcs-docs, so added (<= version) to
     the Conflicts.
   * Updated the README and renamed it to README.Debian .
   * Put a reference to /usr/doc/gcc/README.Debian in the info docs.
   * Updated description of g++272 .
   * Clean up generated info files, to keep the diff small.
 .
 gcc (2.7.2.3-4.8) frozen unstable; urgency=high
 .
   * Non-maintainer release
   * Fix type in extended description
   * Removed wrong test in postinst
   * Add preinst to clean up some stuff from an older gcc package properly
     and stop man complaining about dangling symlinks
 .
 gcc (2.7.2.3-4.7) frozen unstable; urgency=high
 .
   * Really fixed gcc-docs postinst (Fixes #23470), so that `gcc-docs'
     becomes installable.
 .
 gcc (2.7.2.3-4.6) frozen unstable; urgency=high
 .
   * [gcc.c] There is one call to choose_temp_base for determining the
     tempdir to be used only;
     #ifdef HAVE_MKSTEMP delete the tempfile created as a side effect.
     (fixes #23123 for gcc).
   * gcc-docs postinst was broken (due to a broken line) (fixes #23391, #23401).
   * [debian/control] description for gcc-docs said `egcs' where it should have
     said `gcc' (fixes #23396).
 .
 gcc (2.7.2.3-4.5) frozen unstable; urgency=high
 .
   * The previous version left temporary files behind, as they were not
     marked for deletion afterwards.
 .
 gcc (2.7.2.3-4.4) frozen unstable; urgency=high (security fixes)
 .
   * Security improvements with regard to the /tmp problem
     (gcc opens predictably named files in TMPDIR which can be abused via
     symlinks)  (Fixes #19453 for gcc):
     * Compile -DMKTEMP_EACH_FILE to ensure the %u name is generated randomly
       every time; affects gcc/gcc.c .
     * [cp/g++.c, collect2.c, gcc.c] If compiled -DHAVE_MKSTEMP use mkstemp(3)
       rather than mktemp(3).
     * Security improvements: don't use the result of choose_temp_base in a
       predictable fashion.
       [gcc.c]:
       * @c, @objective-c: use random name rather then tempbasename.i for
         intermediate preprocessor output (%g.i -> %d%u).
       * @c, @objective-c: use random name rather then tempbasename.s for
         intermediate compiler output (%g.s -> %d%u).
       * @c, @objective-c, @cpp-output, @assembler-with-cpp: switched
         "as [-o output file] <input file>" to
         "as <input file> [-o output file]".
       * @c, @objective-c, @assembler-with-cpp: use previous random name
         (cc1|cpp output) rather then tempbasename.s for intermediate assembler
         input (%g.s -> %U)
       [f/lang-specs.h]:
       * @f77-cpp-input: use random name rather then tempbasename.i for
         intermediate cpp output (%g.i -> %d%u).
       * @f77-cpp-input: use previous random name (cpp output) rather than
         tempbasename.i for f771 input (%g.i -> %U).
       * @f77-cpp-input: switched
         "as [-o output file] <input file>" to
         "as <input file> [-o output file]".
       * @f77-cpp-input: use random name rather then tempbasename.s for
         intermediate compiler output (%g.s -> %d%u).
       * @ratfor: use random name rather then tempbasename.i for
         intermediate ratfor output (%g.f -> %d%u).
       * @ratfor: use previous random name (ratfor output) rather than
         tempbasename.i for f771 input (%g.f -> %U).
       * @ratfor: use random name rather then tempbasename.s for
         intermediate compiler output (%g.s -> %d%u).
       * @ratfor: switched
         "as [-o output file] <input file>" to
         "as <input file> [-o output file]".
       * @ratfor: use previous random name
         (ratfor output) rather then tempbasename.s for intermediate assembler
         input (%g.s -> %U).
       * @f77: use random name rather then tempbasename.s for
         intermediate ratfor output (%g.f -> %d%u).
       * @ratfor: use previous random name (ratfor output) rather than
         tempbasename.i for f771 input (%g.f -> %U).
       * @ratfor: use random name rather then tempbasename.s for
         intermediate compiler output (%g.s -> %d%u).
       * @ratfor: switched
         "as [-o output file] <input file>" to
         "as <input file> [-o output file]".
       * @ratfor: use previous random name
         (ratfor output) rather then tempbasename.s for intermediate assembler
         input (%g.s -> %U).
       * @f77: use random name rather then tempbasename.s for
         intermediate compiler output (%g.s -> %d%u).
       * @f77: switched
         "as [-o output file] <input file>" to
         "as <input file> [-o output file]".
       * @ratfor: use random name rather then tempbasename.s for
         intermediate compiler output (%g.s -> %U).
 .
 gcc (2.7.2.3-4.3) frozen unstable; urgency=high
 .
   * The "alpha" patches from -4 affected a lot more than alpha support,
     and in all likeliness broke compilation of libc6 2.0.7pre3-1
     and 2.0.7pre1-4 . I removed them by selective application of the
     diff between -4 and -4. (should fix #22292).
   * Fixed reference to the trampolines paper (fixes #20002 for Debian;
     this still needs to be forwarded).
   * This is for frozen too. (obsoletes #22390 (request to move -4.2 to
     frozen)).
   * Split of gcc-docs package, so that the gcc can be succesfully installed
     on systems that have egcs-docs installed.
   * Added the README on the compiler situation that's already in the egcs
     packages.
   * Use the recommended settings LDFLAGS=-s CFLAGS= BOOT_CFLAGS='-O2'.
 .
 gcc (2.7.2.3-4.2) unstable; urgency=low
 .
   * Still for unstable, as I have received no feedback about the g++272
     package yet.
   * gcc now Provides: objc-compiler .
   * Clean up /etc/alternatives/{g++,g++.1.gz} if they are dangling.
     (fixes #19765, #20563)
 .
 gcc (2.7.2.3-4.1) unstable; urgency=low
 .
   * Bumped Standards-Version.
   * Forked off a g++272 package (e.g. for code that uses the GNU extensions
     in libg++); for now this is in "unstable" only; feedback appreciated.
   * Some cleanup (lintian): permissions, absolute link, gzip manpage.
 .
 gcc (2.7.2.3-4) unstable; urgency=low
 .
   * Added alpha patches
   * Only build C and objective-c compilers, split off g++
 .
 gcc (2.7.2.3-3) unstable; urgency=low
 .
   * Added patches for m68k
   * Added patches for sparc (#13968)
 .
 gcc (2.7.2.3-2) unstable; urgency=low
 .
   * Added g77 support (g77 0.5.21)
 .
 gcc (2.7.2.3-1) unstable; urgency=low
 .
   * New upstream version
   * Now using pristine source
   * Removed misplaced paragraph in cpp.texi (#10877)
   * Fix security bug for temporary files (#5298)
   * Added Suggests: libg++-dev (#12335)
   * Patched objc/thr-posix.c to support conditions (#12502)
 .
 gcc (2.7.2.2-7) unstable; urgency=low
 .
   * Made cc and c++ managed through alternates mechanism (for egcs)
 .
 gcc (2.7.2.2-6) unstable; urgency=low
 .
   * Tweaked Objective-C thread support (#11069)
 .
 gcc (2.7.2.2-5) unstable; urgency=low
 .
   * More updated m68k patches
   * Now conflicts with libc5-dev (#10006, #10112)
   * More strict Depends: cpp, prevents version mismatch (#9954)
 .
 gcc (2.7.2.2-4) unstable; urgency=low
 .
   * Moved to unstable
   * Temporarily removed fortran support (waiting for new g77)
   * Updated m68k patches
 .
 gcc (2.7.2.2-3) experimental; urgency=low
 .
   * Built against libc6 (fixes bug #8511)
 .
 gcc (2.7.2.2-2) experimental; urgency=low
 .
   * Fixed configure to build crt{begin,end}S.o on i386
 .
 gcc (2.7.2.2-1) experimental; urgency=low
 .
   * Built for use with libc6-dev (experimental purposes only!)
   * Added m68k patches from Andreas Schwab
 .
 gcc (2.7.2.1-7) unstable; urgency=low
 .
   * Patched to support g77 0.5.20
 .
 gcc (2.7.2.1-6) unstable; urgency=low
 .
   * Added (small) manpage for protoize/unprotoize (fixes bug #6904)
   * Removed -lieee from specs file (fixes bug #7741)
   * No longer builds aout-gcc
 .
 gcc (2.7.2.1-5) unstable; urgency=low
 .
   * debian/control now lists cpp in section "interpreters"
   * Re-added Objective-c patches for unstable
 .
 gcc (2.7.2.1-4) stable unstable; urgency=low
 .
   * Changed original source file so dpkg-source -x works
   * Removed Objective-c patches (unsafe for stable)
   * Built against rex's libc, so fixes placed in -3 are available to
     those still using rex
 .
 gcc (2.7.2.1-3) unstable; urgency=low
 .
   * New (temporary) maintainer
   * Updated to new standards and source format
   * Integrated aout-gcc into gcc source package
   * Demoted aout-gcc to Priority "extra"
   * cpp package description more clear (fixes bug #5428)
   * Removed cpp "Replaces: gcc" (fixes bug #5762)
   * Minor fix to invoke.texi (fixes bug #2909)
   * Added latest Objective-C patches for GNUstep people (fixes bug #4657)
Files: 
 05aeff1de047242a828f4056eabdccc7 2332 devel optional gdc-4.1_0.25-20080616-4.1.2-23.2.dsc
 f25444626d2498ef28af9a7f48bb2754 1398736 devel optional gdc-4.1_0.25-20080616-4.1.2-23.2.diff.gz
 c84a503f550e50e7b3af9eda292851b2 2537139 devel optional gdc-4.1_0.25-20080616-4.1.2.orig.tar.gz


More information about the Karmic-changes mailing list