Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gcc/dist import GCC 4.8.4 release. this fixes...



details:   https://anonhg.NetBSD.org/src/rev/71d35c0546fb
branches:  trunk
changeset: 335493:71d35c0546fb
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sat Jan 10 00:47:09 2015 +0000

description:
import GCC 4.8.4 release.  this fixes at least these GCC PRs:
        fortran/61407
        sanitizer/64265
        tree-optimization/64269
        middle-end/64225
        tree-optimization/61686
        bootstrap/64213
        rtl-optimization/64037
        target/50751
        rtl-optimization/64037
        target/59593
        target/59593
        c++/56493
        target/64115
        middle-end/64111
        middle-end/64067
        rtl-optimization/63659
        libgomp/61200
        tree-optimization/61969
        tree-optimization/62031
        tree-optimization/63379
        tree-optimization/63605
        middle-end/63665
        target/60111
        target/63673
        target/63947
        tree-optimization/62167
        tree-optimization/63841
        ipa/63838
        c++/63455
        c++/63415
        c++/56710
        c++/58624
        preprocessor/60436
        target/55351
        fortran/63938
        libgomp/61200
        libstdc++/63840
        libstdc++/61947
        libstdc++/59603
        target/56846
        libstdc++/57440

diffstat:

 external/gpl3/gcc/dist/ChangeLog                                       |   14 +
 external/gpl3/gcc/dist/Makefile.def                                    |    4 +
 external/gpl3/gcc/dist/Makefile.in                                     |   32 +
 external/gpl3/gcc/dist/config/ChangeLog                                |    4 +
 external/gpl3/gcc/dist/contrib/ChangeLog                               |    4 +
 external/gpl3/gcc/dist/contrib/reghunt/ChangeLog                       |    4 +
 external/gpl3/gcc/dist/contrib/regression/ChangeLog                    |    4 +
 external/gpl3/gcc/dist/fixincludes/ChangeLog                           |   13 +
 external/gpl3/gcc/dist/fixincludes/fixincl.x                           |   55 ++-
 external/gpl3/gcc/dist/fixincludes/inclhack.def                        |   13 +
 external/gpl3/gcc/dist/fixincludes/tests/base/assert.h                 |    7 +
 external/gpl3/gcc/dist/gcc/DATESTAMP                                   |    2 +-
 external/gpl3/gcc/dist/gcc/DEV-PHASE                                   |    1 -
 external/gpl3/gcc/dist/gcc/c-family/ChangeLog                          |    4 +
 external/gpl3/gcc/dist/gcc/c/ChangeLog                                 |    4 +
 external/gpl3/gcc/dist/gcc/config.in                                   |    6 +
 external/gpl3/gcc/dist/gcc/config/aarch64/aarch64-elf-raw.h            |   11 +-
 external/gpl3/gcc/dist/gcc/config/aarch64/aarch64-linux.h              |   11 +-
 external/gpl3/gcc/dist/gcc/config/aarch64/aarch64-protos.h             |    2 +
 external/gpl3/gcc/dist/gcc/config/aarch64/aarch64.c                    |  138 ++++++
 external/gpl3/gcc/dist/gcc/config/aarch64/aarch64.h                    |   12 +
 external/gpl3/gcc/dist/gcc/config/aarch64/aarch64.opt                  |    4 +
 external/gpl3/gcc/dist/gcc/config/darwin-c.c                           |   25 +-
 external/gpl3/gcc/dist/gcc/config/darwin-driver.c                      |   35 +-
 external/gpl3/gcc/dist/gcc/config/pa/pa.md                             |   17 +-
 external/gpl3/gcc/dist/gcc/config/rs6000/altivec.h                     |    6 +
 external/gpl3/gcc/dist/gcc/config/rs6000/altivec.md                    |   56 ++-
 external/gpl3/gcc/dist/gcc/config/rs6000/rs6000-builtin.def            |   10 +
 external/gpl3/gcc/dist/gcc/config/rs6000/rs6000-c.c                    |  144 +++++++
 external/gpl3/gcc/dist/gcc/config/rs6000/rs6000-protos.h               |    1 +
 external/gpl3/gcc/dist/gcc/config/rs6000/vsx.md                        |  203 ++++++++++
 external/gpl3/gcc/dist/gcc/config/rs6000/xcoff.h                       |    9 +-
 external/gpl3/gcc/dist/gcc/config/sh/sh.md                             |    7 +-
 external/gpl3/gcc/dist/gcc/config/sparc/leon.md                        |   14 +-
 external/gpl3/gcc/dist/gcc/config/sparc/sparc-opts.h                   |    1 +
 external/gpl3/gcc/dist/gcc/config/sparc/sparc.c                        |    3 +
 external/gpl3/gcc/dist/gcc/config/sparc/sparc.h                        |   40 +-
 external/gpl3/gcc/dist/gcc/config/sparc/sparc.opt                      |    3 +
 external/gpl3/gcc/dist/gcc/config/sparc/t-rtems                        |   13 +-
 external/gpl3/gcc/dist/gcc/convert.c                                   |   26 +
 external/gpl3/gcc/dist/gcc/cp/ChangeLog                                |   24 +
 external/gpl3/gcc/dist/gcc/cp/parser.c                                 |    2 -
 external/gpl3/gcc/dist/gcc/cp/pt.c                                     |   13 +
 external/gpl3/gcc/dist/gcc/cp/semantics.c                              |    7 +-
 external/gpl3/gcc/dist/gcc/doc/extend.texi                             |  116 +++++-
 external/gpl3/gcc/dist/gcc/doc/install.texi                            |   14 +
 external/gpl3/gcc/dist/gcc/doc/md.texi                                 |    6 +-
 external/gpl3/gcc/dist/gcc/doc/tm.texi                                 |   32 +-
 external/gpl3/gcc/dist/gcc/doc/tm.texi.in                              |   28 +-
 external/gpl3/gcc/dist/gcc/fold-const.c                                |    5 +-
 external/gpl3/gcc/dist/gcc/graphite-clast-to-gimple.c                  |    5 +
 external/gpl3/gcc/dist/gcc/graphite-interchange.c                      |    6 +
 external/gpl3/gcc/dist/gcc/graphite-optimize-isl.c                     |    8 +
 external/gpl3/gcc/dist/gcc/graphite-poly.c                             |    4 +
 external/gpl3/gcc/dist/gcc/graphite-sese-to-poly.c                     |    5 +
 external/gpl3/gcc/dist/gcc/ipa-pure-const.c                            |    2 +-
 external/gpl3/gcc/dist/gcc/lto/ChangeLog                               |    4 +
 external/gpl3/gcc/dist/gcc/objc/ChangeLog                              |    4 +
 external/gpl3/gcc/dist/gcc/objcp/ChangeLog                             |    4 +
 external/gpl3/gcc/dist/gcc/omp-low.c                                   |   85 +++-
 external/gpl3/gcc/dist/gcc/ree.c                                       |   56 ++-
 external/gpl3/gcc/dist/gcc/stor-layout.c                               |    7 +-
 external/gpl3/gcc/dist/gcc/tree-data-ref.c                             |   37 +-
 external/gpl3/gcc/dist/gcc/tree-data-ref.h                             |    5 -
 external/gpl3/gcc/dist/gcc/tree-nrv.c                                  |    3 +-
 external/gpl3/gcc/dist/gcc/tree-ssa-forwprop.c                         |    6 +-
 external/gpl3/gcc/dist/gcc/tree-ssa-reassoc.c                          |    5 +-
 external/gpl3/gcc/dist/gcc/tree-ssa-strlen.c                           |    2 +-
 external/gpl3/gcc/dist/gcc/tree-ssa-tail-merge.c                       |    6 +-
 external/gpl3/gcc/dist/gcc/tree-vect-slp.c                             |   22 +-
 external/gpl3/gcc/dist/gcc/tree.c                                      |    2 +-
 external/gpl3/gcc/dist/gcc/tsan.c                                      |   15 +-
 external/gpl3/gcc/dist/gnattools/ChangeLog                             |    4 +
 external/gpl3/gcc/dist/include/ChangeLog                               |    4 +
 external/gpl3/gcc/dist/intl/ChangeLog                                  |    4 +
 external/gpl3/gcc/dist/libbacktrace/ChangeLog                          |    4 +
 external/gpl3/gcc/dist/libcpp/ChangeLog                                |   25 +
 external/gpl3/gcc/dist/libcpp/line-map.c                               |   10 +-
 external/gpl3/gcc/dist/libdecnumber/ChangeLog                          |    4 +
 external/gpl3/gcc/dist/libgcc/ChangeLog                                |   19 +
 external/gpl3/gcc/dist/libgcc/config/libbid/ChangeLog                  |    4 +
 external/gpl3/gcc/dist/libgcc/config/pa/linux-unwind.h                 |   34 +-
 external/gpl3/gcc/dist/libgcc/config/sh/lib1funcs.S                    |   18 +-
 external/gpl3/gcc/dist/libgomp/ChangeLog                               |   22 +
 external/gpl3/gcc/dist/libgomp/configure.tgt                           |    2 +-
 external/gpl3/gcc/dist/libiberty/ChangeLog                             |    4 +
 external/gpl3/gcc/dist/libitm/ChangeLog                                |    8 +
 external/gpl3/gcc/dist/libitm/configure.tgt                            |    2 +-
 external/gpl3/gcc/dist/libitm/libitm.info                              |  Bin 
 external/gpl3/gcc/dist/libmudflap/ChangeLog                            |    4 +
 external/gpl3/gcc/dist/libobjc/ChangeLog                               |    4 +
 external/gpl3/gcc/dist/libsanitizer/ChangeLog                          |    4 +
 external/gpl3/gcc/dist/libssp/ChangeLog                                |    4 +
 external/gpl3/gcc/dist/libstdc++-v3/ChangeLog                          |   54 ++
 external/gpl3/gcc/dist/libstdc++-v3/config/os/mingw32-w64/os_defines.h |    3 +
 external/gpl3/gcc/dist/libstdc++-v3/config/os/mingw32/os_defines.h     |    3 +
 external/gpl3/gcc/dist/libstdc++-v3/configure.host                     |    1 -
 external/gpl3/gcc/dist/libstdc++-v3/include/bits/stl_algo.h            |   13 +-
 external/gpl3/gcc/dist/libstdc++-v3/include/std/functional             |    2 +-
 external/gpl3/gcc/dist/libstdc++-v3/include/std/tuple                  |   28 +-
 external/gpl3/gcc/dist/libstdc++-v3/include/tr1/functional             |    4 +-
 external/gpl3/gcc/dist/libstdc++-v3/libsupc++/dyncast.cc               |   12 +
 external/gpl3/gcc/dist/libstdc++-v3/libsupc++/eh_personality.cc        |    6 +
 external/gpl3/gcc/dist/lto-plugin/ChangeLog                            |    4 +
 external/gpl3/gcc/dist/maintainer-scripts/ChangeLog                    |    4 +
 105 files changed, 1595 insertions(+), 225 deletions(-)

diffs (truncated from 3717 to 300 lines):

diff -r 9201235b340d -r 71d35c0546fb external/gpl3/gcc/dist/ChangeLog
--- a/external/gpl3/gcc/dist/ChangeLog  Fri Jan 09 22:02:18 2015 +0000
+++ b/external/gpl3/gcc/dist/ChangeLog  Sat Jan 10 00:47:09 2015 +0000
@@ -1,3 +1,17 @@
+2014-12-19  Release Manager
+
+       * GCC 4.8.4 released.
+
+2014-12-08  Richard Biener  <rguenther%suse.de@localhost>
+
+       Backport from 4.9 branch
+       2014-12-04  Tobias Burnus  <burnus%net-b.de@localhost>
+
+       * configure.ac: Permit also ISL 0.14 with CLooG.
+       * Makefile.def: Make more dependent on mpfr, mpc, isl, and cloog.
+       * Makefile.in: Regenerate.
+       * configure: Regenerate.
+
 2014-07-26  Uros Bizjak  <ubizjak%gmail.com@localhost>
 
        PR target/47230
diff -r 9201235b340d -r 71d35c0546fb external/gpl3/gcc/dist/Makefile.def
--- a/external/gpl3/gcc/dist/Makefile.def       Fri Jan 09 22:02:18 2015 +0000
+++ b/external/gpl3/gcc/dist/Makefile.def       Sat Jan 10 00:47:09 2015 +0000
@@ -292,6 +292,10 @@
 // Host modules specific to gcc.
 dependencies = { module=configure-gcc; on=configure-intl; };
 dependencies = { module=configure-gcc; on=all-gmp; };
+dependencies = { module=configure-gcc; on=all-mpfr; };
+dependencies = { module=configure-gcc; on=all-mpc; };
+dependencies = { module=configure-gcc; on=all-isl; };
+dependencies = { module=configure-gcc; on=all-cloog; };
 dependencies = { module=configure-gcc; on=all-lto-plugin; };
 dependencies = { module=configure-gcc; on=all-binutils; };
 dependencies = { module=configure-gcc; on=all-gas; };
diff -r 9201235b340d -r 71d35c0546fb external/gpl3/gcc/dist/Makefile.in
--- a/external/gpl3/gcc/dist/Makefile.in        Fri Jan 09 22:02:18 2015 +0000
+++ b/external/gpl3/gcc/dist/Makefile.in        Sat Jan 10 00:47:09 2015 +0000
@@ -45483,6 +45483,38 @@
 configure-stage4-gcc: maybe-all-stage4-gmp
 configure-stageprofile-gcc: maybe-all-stageprofile-gmp
 configure-stagefeedback-gcc: maybe-all-stagefeedback-gmp
+configure-gcc: maybe-all-mpfr
+
+configure-stage1-gcc: maybe-all-stage1-mpfr
+configure-stage2-gcc: maybe-all-stage2-mpfr
+configure-stage3-gcc: maybe-all-stage3-mpfr
+configure-stage4-gcc: maybe-all-stage4-mpfr
+configure-stageprofile-gcc: maybe-all-stageprofile-mpfr
+configure-stagefeedback-gcc: maybe-all-stagefeedback-mpfr
+configure-gcc: maybe-all-mpc
+
+configure-stage1-gcc: maybe-all-stage1-mpc
+configure-stage2-gcc: maybe-all-stage2-mpc
+configure-stage3-gcc: maybe-all-stage3-mpc
+configure-stage4-gcc: maybe-all-stage4-mpc
+configure-stageprofile-gcc: maybe-all-stageprofile-mpc
+configure-stagefeedback-gcc: maybe-all-stagefeedback-mpc
+configure-gcc: maybe-all-isl
+
+configure-stage1-gcc: maybe-all-stage1-isl
+configure-stage2-gcc: maybe-all-stage2-isl
+configure-stage3-gcc: maybe-all-stage3-isl
+configure-stage4-gcc: maybe-all-stage4-isl
+configure-stageprofile-gcc: maybe-all-stageprofile-isl
+configure-stagefeedback-gcc: maybe-all-stagefeedback-isl
+configure-gcc: maybe-all-cloog
+
+configure-stage1-gcc: maybe-all-stage1-cloog
+configure-stage2-gcc: maybe-all-stage2-cloog
+configure-stage3-gcc: maybe-all-stage3-cloog
+configure-stage4-gcc: maybe-all-stage4-cloog
+configure-stageprofile-gcc: maybe-all-stageprofile-cloog
+configure-stagefeedback-gcc: maybe-all-stagefeedback-cloog
 configure-gcc: maybe-all-lto-plugin
 
 configure-stage1-gcc: maybe-all-stage1-lto-plugin
diff -r 9201235b340d -r 71d35c0546fb external/gpl3/gcc/dist/config/ChangeLog
--- a/external/gpl3/gcc/dist/config/ChangeLog   Fri Jan 09 22:02:18 2015 +0000
+++ b/external/gpl3/gcc/dist/config/ChangeLog   Sat Jan 10 00:47:09 2015 +0000
@@ -1,3 +1,7 @@
+2014-12-19  Release Manager
+
+       * GCC 4.8.4 released.
+
 2014-07-26  Uros Bizjak  <ubizjak%gmail.com@localhost>
 
        PR target/47230
diff -r 9201235b340d -r 71d35c0546fb external/gpl3/gcc/dist/contrib/ChangeLog
--- a/external/gpl3/gcc/dist/contrib/ChangeLog  Fri Jan 09 22:02:18 2015 +0000
+++ b/external/gpl3/gcc/dist/contrib/ChangeLog  Sat Jan 10 00:47:09 2015 +0000
@@ -1,3 +1,7 @@
+2014-12-19  Release Manager
+
+       * GCC 4.8.4 released.
+
 2014-07-07  Richard Biener  <rguenther%suse.de@localhost>
 
         * gennews: Use gcc-3.0/index.html.
diff -r 9201235b340d -r 71d35c0546fb external/gpl3/gcc/dist/contrib/reghunt/ChangeLog
--- a/external/gpl3/gcc/dist/contrib/reghunt/ChangeLog  Fri Jan 09 22:02:18 2015 +0000
+++ b/external/gpl3/gcc/dist/contrib/reghunt/ChangeLog  Sat Jan 10 00:47:09 2015 +0000
@@ -1,3 +1,7 @@
+2014-12-19  Release Manager
+
+       * GCC 4.8.4 released.
+
 2014-05-22  Release Manager
 
        * GCC 4.8.3 released.
diff -r 9201235b340d -r 71d35c0546fb external/gpl3/gcc/dist/contrib/regression/ChangeLog
--- a/external/gpl3/gcc/dist/contrib/regression/ChangeLog       Fri Jan 09 22:02:18 2015 +0000
+++ b/external/gpl3/gcc/dist/contrib/regression/ChangeLog       Sat Jan 10 00:47:09 2015 +0000
@@ -1,3 +1,7 @@
+2014-12-19  Release Manager
+
+       * GCC 4.8.4 released.
+
 2014-05-22  Release Manager
 
        * GCC 4.8.3 released.
diff -r 9201235b340d -r 71d35c0546fb external/gpl3/gcc/dist/fixincludes/ChangeLog
--- a/external/gpl3/gcc/dist/fixincludes/ChangeLog      Fri Jan 09 22:02:18 2015 +0000
+++ b/external/gpl3/gcc/dist/fixincludes/ChangeLog      Sat Jan 10 00:47:09 2015 +0000
@@ -1,3 +1,16 @@
+2014-12-19  Release Manager
+
+       * GCC 4.8.4 released.
+
+2014-12-13  David Edelsohn  <dje.gcc%gmail.com@localhost>
+
+       Backport from mainline:
+       2013-09-02  David Edelsohn  <dje.gcc%gmail.com@localhost>
+
+       * inclhack.def (aix_assert): New fix.
+       * fixincl.x: Regenerate.
+       * tests/base/assert.h [AIX_ASSERT_CHECK]: New check.
+
 2014-05-22  Release Manager
 
        * GCC 4.8.3 released.
diff -r 9201235b340d -r 71d35c0546fb external/gpl3/gcc/dist/fixincludes/fixincl.x
--- a/external/gpl3/gcc/dist/fixincludes/fixincl.x      Fri Jan 09 22:02:18 2015 +0000
+++ b/external/gpl3/gcc/dist/fixincludes/fixincl.x      Sat Jan 10 00:47:09 2015 +0000
@@ -2,11 +2,11 @@
  * 
  * DO NOT EDIT THIS FILE   (fixincl.x)
  * 
- * It has been AutoGen-ed  Thursday May 16, 2013 at 03:34:25 PM MEST
+ * It has been AutoGen-ed  December 13, 2014 at 05:31:32 AM by AutoGen 5.12
  * From the definitions    inclhack.def
  * and the template file   fixincl
  */
-/* DO NOT SVN-MERGE THIS FILE, EITHER Thu May 16 15:34:25 MEST 2013
+/* DO NOT SVN-MERGE THIS FILE, EITHER Sat Dec 13 05:31:32 PST 2014
  *
  * You must regenerate it.  Use the ./genfixes script.
  *
@@ -15,7 +15,7 @@
  * certain ANSI-incompatible system header files which are fixed to work
  * correctly with ANSI C and placed in a directory that GNU C will search.
  *
- * This file contains 226 fixup descriptions.
+ * This file contains 227 fixup descriptions.
  *
  * See README for more information.
  *
@@ -736,6 +736,45 @@
 
 /* * * * * * * * * * * * * * * * * * * * * * * * * *
  *
+ *  Description of Aix_Assert fix
+ */
+tSCC zAix_AssertName[] =
+     "aix_assert";
+
+/*
+ *  File name selection pattern
+ */
+tSCC zAix_AssertList[] =
+  "assert.h\0";
+/*
+ *  Machine/OS name selection pattern
+ */
+tSCC* apzAix_AssertMachs[] = {
+        "*-*-aix*",
+        (const char*)NULL };
+
+/*
+ *  content selection pattern - do fix if pattern found
+ */
+tSCC zAix_AssertSelect0[] =
+       "#define[ \t]static_assert[ \t]_Static_assert";
+
+#define    AIX_ASSERT_TEST_CT  1
+static tTestDesc aAix_AssertTests[] = {
+  { TT_EGREP,    zAix_AssertSelect0, (regex_t*)NULL }, };
+
+/*
+ *  Fix Command Arguments for Aix_Assert
+ */
+static const char* apzAix_AssertPatch[] = {
+    "format",
+    "#ifndef __cplusplus\n\
+%0\n\
+#endif",
+    (char*)NULL };
+
+/* * * * * * * * * * * * * * * * * * * * * * * * * *
+ *
  *  Description of Aix_Complex fix
  */
 tSCC zAix_ComplexName[] =
@@ -9265,9 +9304,9 @@
  *
  *  List of all fixes
  */
-#define REGEX_COUNT          264
+#define REGEX_COUNT          265
 #define MACH_LIST_SIZE_LIMIT 187
-#define FIX_COUNT            226
+#define FIX_COUNT            227
 
 /*
  *  Enumerate the fixes
@@ -9285,6 +9324,7 @@
     AAB_VXWORKS_REGS_VXTYPES_FIXIDX,
     AAB_VXWORKS_STDINT_FIXIDX,
     AAB_VXWORKS_UNISTD_FIXIDX,
+    AIX_ASSERT_FIXIDX,
     AIX_COMPLEX_FIXIDX,
     AIX_MALLOC_FIXIDX,
     AIX_NET_IF_ARP_FIXIDX,
@@ -9562,6 +9602,11 @@
      AAB_VXWORKS_UNISTD_TEST_CT, FD_MACH_ONLY | FD_REPLACEMENT,
      aAab_Vxworks_UnistdTests,   apzAab_Vxworks_UnistdPatch, 0 },
 
+  {  zAix_AssertName,    zAix_AssertList,
+     apzAix_AssertMachs,
+     AIX_ASSERT_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
+     aAix_AssertTests,   apzAix_AssertPatch, 0 },
+
   {  zAix_ComplexName,    zAix_ComplexList,
      apzAix_ComplexMachs,
      AIX_COMPLEX_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
diff -r 9201235b340d -r 71d35c0546fb external/gpl3/gcc/dist/fixincludes/inclhack.def
--- a/external/gpl3/gcc/dist/fixincludes/inclhack.def   Fri Jan 09 22:02:18 2015 +0000
+++ b/external/gpl3/gcc/dist/fixincludes/inclhack.def   Sat Jan 10 00:47:09 2015 +0000
@@ -574,6 +574,19 @@
        _EndOfHeader_;
 };
 
+/*
+ * assert.h on AIX 7 redefines static_assert as _Static_assert without
+ * protecting C++.
+ */
+fix = {
+    hackname  = aix_assert;
+    mach      = "*-*-aix*";
+    files     = assert.h;
+    select    = "#define[ \t]static_assert[ \t]_Static_assert";
+    c_fix     = format;
+    c_fix_arg = "#ifndef __cplusplus\n%0\n#endif";
+    test_text = "#define static_assert _Static_assert";
+};
 
 /*
  * complex.h on AIX 5 and AIX 6 define _Complex_I and I in terms of __I,
diff -r 9201235b340d -r 71d35c0546fb external/gpl3/gcc/dist/fixincludes/tests/base/assert.h
--- a/external/gpl3/gcc/dist/fixincludes/tests/base/assert.h    Fri Jan 09 22:02:18 2015 +0000
+++ b/external/gpl3/gcc/dist/fixincludes/tests/base/assert.h    Sat Jan 10 00:47:09 2015 +0000
@@ -19,6 +19,13 @@
 #include <stdio.h>
 
 
+#if defined( AIX_ASSERT_CHECK )
+#ifndef __cplusplus
+#define static_assert _Static_assert
+#endif
+#endif  /* AIX_ASSERT_CHECK */
+
+
 #if defined( ALPHA___ASSERT_CHECK )
 extern void __assert(const char *, const char *, int);
 #endif  /* ALPHA___ASSERT_CHECK */
diff -r 9201235b340d -r 71d35c0546fb external/gpl3/gcc/dist/gcc/DATESTAMP
--- a/external/gpl3/gcc/dist/gcc/DATESTAMP      Fri Jan 09 22:02:18 2015 +0000
+++ b/external/gpl3/gcc/dist/gcc/DATESTAMP      Sat Jan 10 00:47:09 2015 +0000
@@ -1,1 +1,1 @@
-20141009
+20141219
diff -r 9201235b340d -r 71d35c0546fb external/gpl3/gcc/dist/gcc/DEV-PHASE
--- a/external/gpl3/gcc/dist/gcc/DEV-PHASE      Fri Jan 09 22:02:18 2015 +0000
+++ b/external/gpl3/gcc/dist/gcc/DEV-PHASE      Sat Jan 10 00:47:09 2015 +0000
@@ -1,1 +0,0 @@
-prerelease
diff -r 9201235b340d -r 71d35c0546fb external/gpl3/gcc/dist/gcc/c-family/ChangeLog
--- a/external/gpl3/gcc/dist/gcc/c-family/ChangeLog     Fri Jan 09 22:02:18 2015 +0000
+++ b/external/gpl3/gcc/dist/gcc/c-family/ChangeLog     Sat Jan 10 00:47:09 2015 +0000
@@ -1,3 +1,7 @@



Home | Main Index | Thread Index | Old Index