This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from cf07842 Cleanup -fdec.
new 501b58b Treat form feed as whitespace.
new 006943e Support TYPE as alias for PRINT with -fdec.
new 12c0b82 Enable %LOC as an rvalue with -std=legacy.
new b1e8c86 Enable .XOR. operator with -std=legacy.
new d9fbb1e Fix error handling in copy_file and equivalent
new 2fa9dfd Handle negative times in filesystem::last_write_time
The 6 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 | 24 +++++
gcc/fortran/decl.c | 94 ++++++++++++++++
gcc/fortran/gfortran.h | 2 +-
gcc/fortran/gfortran.texi | 58 +++++++++-
gcc/fortran/match.c | 16 +++
gcc/fortran/match.h | 1 +
gcc/fortran/parse.c | 6 ++
gcc/fortran/primary.c | 17 ++-
gcc/testsuite/ChangeLog | 21 ++++
gcc/testsuite/gfortran.dg/dec_loc_rval_1.f90 | 19 ++++
gcc/testsuite/gfortran.dg/dec_loc_rval_2.f90 | 14 +++
gcc/testsuite/gfortran.dg/dec_loc_rval_3.f03 | 13 +++
gcc/testsuite/gfortran.dg/dec_logical_xor_1.f90 | 40 +++++++
gcc/testsuite/gfortran.dg/dec_logical_xor_2.f90 | 12 +++
gcc/testsuite/gfortran.dg/dec_logical_xor_3.f03 | 12 +++
gcc/testsuite/gfortran.dg/dec_type_print.f90 | 84 +++++++++++++++
gcc/testsuite/gfortran.dg/feed_1.f90 | 12 +++
gcc/testsuite/gfortran.dg/feed_2.f90 | 12 +++
libstdc++-v3/ChangeLog | 23 ++++
libstdc++-v3/src/filesystem/ops.cc | 53 ++++++---
.../experimental/filesystem/operations/copy.cc | 34 ++++++
.../filesystem/operations/copy_file.cc | 3 +
.../{create_directory.cc => equivalent.cc} | 47 ++++----
.../{temp_directory_path.cc => is_empty.cc} | 118 +++++++++------------
.../filesystem/operations/last_write_time.cc | 40 +++++++
.../filesystem/operations/read_symlink.cc | 2 +
.../filesystem/operations/remove_all.cc | 92 ++++++++++++++++
libstdc++-v3/testsuite/util/testsuite_fs.h | 2 +-
28 files changed, 767 insertions(+), 104 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/dec_loc_rval_1.f90
create mode 100644 gcc/testsuite/gfortran.dg/dec_loc_rval_2.f90
create mode 100644 gcc/testsuite/gfortran.dg/dec_loc_rval_3.f03
create mode 100644 gcc/testsuite/gfortran.dg/dec_logical_xor_1.f90
create mode 100644 gcc/testsuite/gfortran.dg/dec_logical_xor_2.f90
create mode 100644 gcc/testsuite/gfortran.dg/dec_logical_xor_3.f03
create mode 100644 gcc/testsuite/gfortran.dg/dec_type_print.f90
create mode 100644 gcc/testsuite/gfortran.dg/feed_1.f90
create mode 100644 gcc/testsuite/gfortran.dg/feed_2.f90
copy libstdc++-v3/testsuite/experimental/filesystem/operations/{create_directory.c [...]
copy libstdc++-v3/testsuite/experimental/filesystem/operations/{temp_directory_pat [...]
create mode 100644 libstdc++-v3/testsuite/experimental/filesystem/operations/remov [...]
--
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 llvm.
from 16ce778 [X86][SSE] Add support for (V)PMOVSX* constant folding
new ce0f082 [InstCombine] add test and code comment to show potentially m [...]
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:
lib/Transforms/InstCombine/InstCombineCompares.cpp | 3 +++
test/Transforms/InstCombine/icmp.ll | 13 +++++++++++++
2 files changed, 16 insertions(+)
--
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 clang.
from 0e776a3 CodeGen: mark protocols as common data
new 9f298dd [Driver] Support obtaining active toolchain from gcc-config o [...]
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:
lib/Driver/ToolChains.cpp | 37 ++++++++++++++++++++++
.../etc/env.d/gcc/config-x86_64-pc-linux-gnu | 1 +
.../etc/env.d/gcc/x86_64-pc-linux-gnu-4.9.3 | 10 ++++++
.../etc/gentoo-release | 1 +
.../usr/include}/.keep | 0
.../lib/gcc/x86_64-pc-linux-gnu/4.9.3}/crtbegin.o | 0
.../4.9.3/include/g++-v4.9.3}/.keep | 0
.../lib/gcc/x86_64-pc-linux-gnu/5.4.0}/crtbegin.o | 0
.../5.4.0/include/g++-v5.4.0}/.keep | 0
.../usr/x86_64-pc-linux-gnu/lib}/.keep | 0
test/Driver/linux-header-search.cpp | 9 ++++++
11 files changed, 58 insertions(+)
create mode 100644 test/Driver/Inputs/gentoo_linux_gcc_multi_version_tree/etc/env. [...]
create mode 100644 test/Driver/Inputs/gentoo_linux_gcc_multi_version_tree/etc/env. [...]
create mode 100644 test/Driver/Inputs/gentoo_linux_gcc_multi_version_tree/etc/gent [...]
copy test/Driver/Inputs/{CUDA/usr/local/cuda/bin => gentoo_linux_gcc_multi_version [...]
copy test/Driver/Inputs/{basic_android_ndk_tree/lib/gcc/aarch64-linux-android/4.9 [...]
copy test/Driver/Inputs/{CUDA/usr/local/cuda/bin => gentoo_linux_gcc_multi_version [...]
copy test/Driver/Inputs/{basic_android_ndk_tree/lib/gcc/aarch64-linux-android/4.9 [...]
copy test/Driver/Inputs/{CUDA/usr/local/cuda/bin => gentoo_linux_gcc_multi_version [...]
copy test/Driver/Inputs/{CUDA/usr/local/cuda/bin => gentoo_linux_gcc_multi_version [...]
--
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 5359845 Add BZ marker to recent commit
new cf07842 Cleanup -fdec.
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 | 12 ++++++++++++
gcc/fortran/decl.c | 8 ++++----
gcc/fortran/gfortran.h | 2 --
gcc/fortran/gfortran.texi | 3 ++-
gcc/fortran/invoke.texi | 7 +++++--
gcc/fortran/lang.opt | 4 ++--
gcc/fortran/match.c | 2 +-
gcc/fortran/options.c | 24 ++++++++++++++++++------
8 files changed, 44 insertions(+), 18 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 newlib.
from 11b7f94 Fix ShellExecuteW comment
new 4e91600 Fix typo in <sys/_stdint.h>
new b1f3215 Provide __intmax_t and __uintmax_t
new 40f07f7 Provide rman_res_t for RTEMS via <machine/types.h>
new 2b496cf Provide vm_page_t for RTEMS via <machine/_types.h>
The 4 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:
newlib/libc/include/machine/_default_types.h | 30 ++++++++++++++++++++++++++
newlib/libc/include/stdint.h | 19 ----------------
newlib/libc/include/sys/_intsup.h | 14 ------------
newlib/libc/include/sys/_stdint.h | 12 ++++++++++-
newlib/libc/sys/rtems/include/machine/_types.h | 1 +
newlib/libc/sys/rtems/include/machine/types.h | 2 ++
6 files changed, 44 insertions(+), 34 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 d61f03f go-lang.c: remove a redundant cast
new 5359845 Add BZ marker to recent commit
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:
contrib/ChangeLog | 1 +
1 file changed, 1 insertion(+)
--
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.
Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/abe.
from 1f4921a jenkins.sh: Split build and test into 2 abe.sh invocations
new 753c6a4 jenkins.sh: Pass --testcontainer option to abe.sh
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:
jenkins.sh | 18 +++++++++++++++++-
1 file changed, 17 insertions(+), 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.
Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/abe.
from 7278265 Support binutils execution tests.
new 1f4921a jenkins.sh: Split build and test into 2 abe.sh invocations
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:
jenkins.sh | 53 ++++++++++++++++++++++++++++++++---------------------
1 file changed, 32 insertions(+), 21 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 clang.
from d255fae Fix MSVC unused variable warning.
new 0e776a3 CodeGen: mark protocols as common data
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:
lib/CodeGen/CGObjCMac.cpp | 42 +++++++++++++++++++++++++++-----------
test/CodeGenObjC/protocol-comdat.m | 20 ++++++++++++++++++
2 files changed, 50 insertions(+), 12 deletions(-)
create mode 100644 test/CodeGenObjC/protocol-comdat.m
--
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 a07d533 Fix not caught use-after-scope with -O1 (PR sanitize/78106)
new 1fddbae * config/m68k/m68k.c (m68k_get_reloc_decoration): Add gcc_un [...]
new d431f54 * config/v850/v850.c (v850_handle_data_area_attribute): Fix [...]
new d61f03f go-lang.c: remove a redundant cast
The 3 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/m68k/m68k.c | 1 +
gcc/config/v850/v850.c | 3 ++-
gcc/go/ChangeLog | 5 +++++
gcc/go/go-lang.c | 5 ++---
5 files changed, 18 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.