This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from fff1535 Fix PR63758 by using the _NSGetEnviron() API on Darwin
new fb296c2 Darwin - Tidy mmacosx-version-min code and specs.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/ChangeLog | 10 +++++
gcc/config/darwin-driver.c | 110 ++++++++++++++++++++-------------------------
gcc/config/darwin.h | 10 ++---
gcc/config/darwin.opt | 5 +--
gcc/config/darwin12.h | 3 ++
gcc/config/i386/darwin.h | 10 -----
gcc/config/rs6000/darwin.h | 12 -----
7 files changed, 68 insertions(+), 92 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/iamcu/gcc-5-branch
in repository gcc.
omits 054dc25 Fix typos in comments in i386.c
omits fbf9028 Define x86 CALL_USED_REGISTERS_MASK
omits 4c0f39e Backport r228460 from mainline
omits a24caed Enable bt and and movzx for Lakemont
omits b716920 Rename IA MCU processor lakemount to lakemont
omits f21e191 Change IA MCU processor from iamcu to lakemount
omits fcc9147 Add a testcase for PR target/66821
omits 4bf0d52 Update MOVE_RATIO cost for IA MCU
omits ee9c7ff Define DBX_REGISTER_NUMBER for IA MCU
omits c3f75c9 Cleanup FPmode splitters a bit
omits 6b6fc5c More fix for PR rtl-optimization/66626
omits 10f6546 Fix PR rtl-optimization/66626
omits 33cd168 Replicate static chain on the stack
omits dbabb45 Add a testcase for PR target/66824
omits aa7829a Fix PR target/66824
omits 42a4931 Allow indirect sibcall with register arguments
omits f33f6b1 Fix PR target/65753
omits 002401a Adjust variable shift costs for IA MCU
omits fb7187f Update config/i386/iamcu.h
omits 8a3bf5a Define ATTRIBUTE_ALIGNED_VALUE to 32 for IA MCU
omits 2991aa5 Check int_size_in_bytes in ix86_return_in_memory
omits bddfb11 Allow <adxintrin.h> for IA MCU
omits 079e1f1 Don't pass/return vectors in registers for IAMCU
omits 7f31b1c Handle PROCESSOR_IAMCU in ix86_target_macros_internal
omits 88d80f2 Optimize i?86-*-elfiamcu for iamcu by default
omits d22f9a5 Add -march=iamcu to optimize for IA MCU
omits 7e14a6e Add IA MCU support to x86intrin.h
omits 95d9e9c IA MCU psABI support: testsuite
omits dea5d53 IA MCU psABI support: changes to libraries
omits 0f4a501 IA MCU psABI support: GCC changes
adds fd897ff Daily bump.
adds 401bba0 Daily bump.
adds a87978b PR target/67967 * config/i386/i386.c (ix86_emit_save_reg_us [...]
adds b812e3a Daily bump.
adds 34cc3c1 Backport from mainline 2015-10-14 Peter Bergner <bergner@ [...]
adds 7eeeb19 Daily bump.
adds 192eadf Daily bump.
adds d79feef 2015-10-16 Richard Sandiford <richard.sandiford(a)arm.com>
adds 30da5dc Daily bump.
new 79420f6 IA MCU psABI support: GCC changes
new 9757864 IA MCU psABI support: changes to libraries
new fd7b769 IA MCU psABI support: testsuite
new 08874d8 Add IA MCU support to x86intrin.h
new a09c95d Add -march=iamcu to optimize for IA MCU
new a9ce4ae Optimize i?86-*-elfiamcu for iamcu by default
new 1ae9b0c Handle PROCESSOR_IAMCU in ix86_target_macros_internal
new 5f8ed97 Don't pass/return vectors in registers for IAMCU
new f3b623f Allow <adxintrin.h> for IA MCU
new ffe6055 Check int_size_in_bytes in ix86_return_in_memory
new b39e36f Define ATTRIBUTE_ALIGNED_VALUE to 32 for IA MCU
new 98f3126 Update config/i386/iamcu.h
new f0616b7 Adjust variable shift costs for IA MCU
new 1fc2891 Fix PR target/65753
new 2d724c1 Allow indirect sibcall with register arguments
new 31aab9f Fix PR target/66824
new 837746a Add a testcase for PR target/66824
new 5abcd93 Replicate static chain on the stack
new cf7924f Fix PR rtl-optimization/66626
new c4d991a More fix for PR rtl-optimization/66626
new 228207c Cleanup FPmode splitters a bit
new 9f1edff Define DBX_REGISTER_NUMBER for IA MCU
new 8ffce01 Update MOVE_RATIO cost for IA MCU
new d89ba8a Add a testcase for PR target/66821
new 22a9856 Change IA MCU processor from iamcu to lakemount
new 16b097b9 Rename IA MCU processor lakemount to lakemont
new 03419a5 Enable bt and and movzx for Lakemont
new 0ac7b7f Backport r228460 from mainline
new 302ec8b Define x86 CALL_USED_REGISTERS_MASK
new ea9d20d Fix typos in comments in i386.c
new c2400ad Properly initialize u5
new b8f0acb Replace printf with __builtin_printf
new 965a6d2 Fix def_test_returning_type in iamcu/test_basic_returning.c
new cb620e2 Disable X86_TUNE_ALWAYS_FANCY_MATH_387 for Lakemont
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (054dc25)
\
N -- N -- N refs/heads/hjl/iamcu/gcc-5-branch (cb620e2)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 34 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/ChangeLog | 30 ++++
gcc/DATESTAMP | 2 +-
gcc/config/i386/i386.c | 11 +-
gcc/config/i386/x86-tune.def | 2 +-
gcc/config/rs6000/htm.md | 181 ++++++++++++++++++---
gcc/config/rs6000/rs6000-c.c | 6 +-
gcc/doc/extend.texi | 22 +++
gcc/testsuite/ChangeLog | 5 +
.../i386/iamcu/test_basic_64bit_returning.c | 2 +-
.../gcc.target/i386/iamcu/test_basic_returning.c | 5 +-
.../gcc.target/i386/iamcu/test_passing_unions.c | 2 +-
gcc/testsuite/gfortran.dg/pr66311.f90 | 60 +++++++
gcc/wide-int.cc | 13 +-
13 files changed, 302 insertions(+), 39 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr66311.f90
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-4_9-branch
in repository gcc.
from d83130e Daily bump.
new 89209d7 2015-10-18 Thomas Koenig <tkoenig(a)gcc.gnu.org>
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/fortran/ChangeLog | 7 +++++++
gcc/fortran/frontend-passes.c | 4 ++++
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gfortran.dg/forall_17.f90 | 17 +++++++++++++++++
4 files changed, 34 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/forall_17.f90
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from bc36279 Improve handling of -arch flag for Darwin
new fff1535 Fix PR63758 by using the _NSGetEnviron() API on Darwin
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
include/ChangeLog | 5 +++++
include/{timeval-utils.h => environ.h} | 39 ++++++++++++++--------------------
libiberty/ChangeLog | 9 ++++++++
libiberty/pex-unix.c | 5 ++---
libiberty/setenv.c | 10 +++------
libiberty/xmalloc.c | 5 +++--
6 files changed, 38 insertions(+), 35 deletions(-)
copy include/{timeval-utils.h => environ.h} (57%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 6f29994 2015-10-18 Paul Thomas <pault(a)gcc.gnu.org>
new bc36279 Improve handling of -arch flag for Darwin
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/ChangeLog | 8 +++-
gcc/config/darwin-driver.c | 98 ++++++++++++++++++++++++++++++++++++++++++++--
2 files changed, 101 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 1b7e7a0 Daily bump.
new 35ece5a fix Darwin bootstrap
new 6f29994 2015-10-18 Paul Thomas <pault(a)gcc.gnu.org>
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/ChangeLog | 4 +
gcc/config/darwin-driver.c | 1 +
gcc/fortran/ChangeLog | 18 ++++-
gcc/fortran/primary.c | 13 ++--
gcc/fortran/trans-expr.c | 5 ++
gcc/fortran/trans-intrinsic.c | 29 +++++++
gcc/testsuite/ChangeLog | 9 +++
.../deferred_character_assignment_1.f90 | 22 ++++++
gcc/testsuite/gfortran.dg/move_alloc_15.f90 | 88 ++++++++++++++++++++++
gcc/testsuite/gfortran.dg/move_alloc_16.f90 | 44 +++++++++++
10 files changed, 226 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/deferred_character_assignment_1.f90
create mode 100644 gcc/testsuite/gfortran.dg/move_alloc_15.f90
create mode 100644 gcc/testsuite/gfortran.dg/move_alloc_16.f90
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
robert.savoye pushed a change to branch array
in repository toolchain/abe.
from 4d4b1f6 checkout gcc stage 2 for mingw32
new d927f1a Use dnf instead of yum for Fedora
new c489878 And API for a toolchain component data structure with test cases.
new 5595e35 move common functions to a seperate file so they can be usd i [...]
new 94bc94c add test for get_component_branch()
new 9a0f35d include new component.sh functions.
new 5e4f358 Initialize the data array of components after checking out so [...]
new 9600b25 Add new component_dump() function to do a pretty print dump o [...]
new 64eab57 extract the subdirectory from a tarball URL so the path is complete.
new c58c29d use the full tarball name for latest.
new c0ff2d1 Add entries for the infrastructure files that get downloaded [...]
new 9d3f029 Drop now extraneous test for mutiple hits from sources.conf file.
new f41f5f4 Use the new component data structure instead of reparsing the [...]
new 91d6173 Download the .asc file for each tarball, and if it exists, us [...]
new 912b859 remove old and now bogus binutils URL
new 738b638 remove checking for tje md5sums file, which is no longer used.
new a4dfca0 Add function to collect al lthe data neded on each component. [...]
new e3ee3e5 use the basename of the tool instead of the full name.
new 042dd93 Work with the new component data structure when checkout via git.
new 4467066 don't prefix linux- to the latest version, it gets added by A [...]
new b11a98f drop using the git_config function, which is being depreciated.
new 5802a49 add data fields to the array for the settings in the .conf fi [...]
new f9fe80a collect component data for each file in infrastructure
new 9be0a09 Use the new component data array for everything
new 9234349 get_source() is now no longer used anywhere.
new d40218d get_source() is now no longer used anywhere.
new 65993d3 Remove the now unused fetch_md5sums function. Extract the pro [...]
new 741a23f add component name before the version
new a98a312 Add data for ABE itself as a component
new 72f7fc6 Use the data array in a loop to produce a manifest file. Add [...]
new 7a37a05 drop the escaped quotes as the screw up parsing later.
new 0dbd63f Add revision info for each component to the data array.
new f23cabc fix test, bad syntax
new b106bb6 reverse logic on file existance test.
new 8fbf95a use dirname of the srcdir for the extract stamp, not srcdir. [...]
new c4fde5b Use data array in make_docs() to get the builddir.
new 61cde3e Drop install-rdimon, now it's handled by adding all-target-li [...]
new 4b67fd6 Now that newlib uses all-target-libgloss, remove explicitly h [...]
new 4381b08 replace get_srcdir with get_component_srcdir. Remove unused * [...]
new 153843d remove get_srcdir() and get_builddier, as they've been replac [...]
new 91162ad Replace get_srcdir() with get_component_srcdir() and get_buil [...]
new 4fc8f36 Replace get_srcdir() with get_component_srcdir() and get_buil [...]
new 89dbd86 add default URLs for gcc and binutils for soure tarballs.
new aaa2dd7 drop now useless get_list() function that was md5sums specifi [...]
new 6821857 remove infrastructure() function, it's no longer used.
new 5eb4c81 Remove checkout_infrastructure, it's no longer used. Improve [...]
new d1e6179 All using a source tarball for any component in the data array.
new 0b1b132 Don't append the getfile to the URL when fetching.
new ef164ed build_all() now processes all the infrastructure files too.
new b534437 configure with --with-sysroot to avoid any problems.
new 5a0fd61 Pass the right component string to get_component_srcdir()
new 2d8f01c pass the right string so the stamp name is correct
new 5e7b845 pass the right string so the stamp name is correct, amd remov [...]
new b2a939d pass the right string so the stamp name is correct, cleanup t [...]
new a0dac3f fix typo in the setting of supdate.
new cc8521c pass the right string so the stamp name is correct, cleanup t [...]
new c80c0b5 Remove normalize_path() as it's now unused. Fix create_releas [...]
new db6f310 Fix create_release_tag() to work for glibc as well.
new b35ae90 Add glibc tests for create_release_tag().
new 5e6a4ed remove call to normalize_path(), which has been depreciated.
new 83deb5b Improve file copy to eliminate warning message
new b370259 Improve release string for glibc
new 34e6c2b use create_release_tag() consistently.
new 18fec15 modify to work with the new data array
new efaf487 don't build docs for gdbserver, they're already installed.
new 6014bdb Tarball uses xz, not bzip2
new e147115 Detached state isn't a branch name, so don't use it.
new e4a6763 Change from double to single quotes to embed the quote marks [...]
new 9c48ca4 Add python, remove ancient versions of gcc and gdb.
new 58118d9 Call the import_manifest() function instead of sourcing the m [...]
new d7b8350 remove now bogus comment, remove commented out zlib build.
new 4676ca4 Call build() with the component name (gcc), insted of gcc_version.
new 0b7bac3 Fix issues noticed when trying to reproduce a buid fro a mani [...]
new 3761708 Remove hack for infrastructure files, the now all download on [...]
new 5a9da75 Add GCC stage1 and stage2 configure flags. Add maeflags and c [...]
new 71d97f4 New function, import_manifest(), which reads a manifest file [...]
new d79f817 remove depreciated functions, read_config(), get_config(), li [...]
new 626b911 Don't try to checkout gdbserver, it's part of GDB. Remove svn [...]
new f709fd6 Drop the space in -j cpus, it's uneeded and causes problems later.
new d28940f Remove over zealous comment for a line we need.
new 94b981d When --checkout all is specified without --build, it fails to [...]
new d8ec1e5 Only checkout gcc once for both stages
new 47f6c46 Don't use local, it's not in a function.
new dc4e14e Don't use --fileserver, it conflicts with the data array.
new 9a432c5 Don't replace the / in the glibc path, only the @ character.
new 0ee59f3 Add the --fileserver option back in, but print a warning and [...]
new 3e89d1e Only error out if the file truly doesn't exist on remote fileserver.
new cd726c5 Fix handling of stage2, fix a few typos. Return and error if [...]
new 68150b3 return 1 to be more obvious that returning 1
new 276db0c checkout gcc stage 2 for mingw32
new 95c2da5 Fix ming32 support for GDB
The 90 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
config/{make.conf => expat.conf} | 4 ++--
config/gdb.conf | 2 +-
config/{make.conf => python.conf} | 4 ++--
config/sources.conf | 5 +++--
lib/checkout.sh | 34 ++++++++++++++++++++++++++++++++++
lib/fetch.sh | 2 +-
6 files changed, 43 insertions(+), 8 deletions(-)
copy config/{make.conf => expat.conf} (86%)
copy config/{make.conf => python.conf} (87%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 34bf7ba 2015-10-17 Steven G. Kargl <kargl(a)gcc.gnu.org>
new 1b7e7a0 Daily bump.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-5-branch
in repository gcc.
from d79feef 2015-10-16 Richard Sandiford <richard.sandiford(a)arm.com>
new 30da5dc Daily bump.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-4_9-branch
in repository gcc.
from ce16394 Daily bump.
new d83130e Daily bump.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.