This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-7-branch
in repository gcc.
from 8f326df202c Daily bump.
new 8b114d90a38 * gcc-interface/decl.c (gnat_to_gnu_entity): Skip regular [...]
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/ada/ChangeLog | 6 ++++++
gcc/ada/gcc-interface/decl.c | 11 ++++++-----
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gnat.dg/specs/not_null1.ads | 11 +++++++++++
4 files changed, 27 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gnat.dg/specs/not_null1.ads
--
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 7de91b0a025 * gcc-interface/decl.c (gnat_to_gnu_field): Do not enforce [...]
new 92efbed447e * sem_ch4.adb (Analyze_Call): In Ada2012 an incomplete typ [...]
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/ada/ChangeLog | 16 +++++
gcc/ada/gcc-interface/decl.c | 29 +++++++---
gcc/ada/gcc-interface/trans.c | 16 ++++-
gcc/ada/inline.adb | 90 +----------------------------
gcc/ada/sem_ch4.adb | 28 +++++----
gcc/testsuite/ChangeLog | 7 +++
gcc/testsuite/gnat.dg/limited_with5.adb | 11 ++++
gcc/testsuite/gnat.dg/limited_with5.ads | 6 ++
gcc/testsuite/gnat.dg/limited_with5_pkg.adb | 8 +++
gcc/testsuite/gnat.dg/limited_with5_pkg.ads | 8 +++
gcc/testsuite/gnat.dg/limited_with6.adb | 11 ++++
gcc/testsuite/gnat.dg/limited_with6.ads | 10 ++++
gcc/testsuite/gnat.dg/limited_with6_pkg.adb | 10 ++++
gcc/testsuite/gnat.dg/limited_with6_pkg.ads | 14 +++++
14 files changed, 154 insertions(+), 110 deletions(-)
create mode 100644 gcc/testsuite/gnat.dg/limited_with5.adb
create mode 100644 gcc/testsuite/gnat.dg/limited_with5.ads
create mode 100644 gcc/testsuite/gnat.dg/limited_with5_pkg.adb
create mode 100644 gcc/testsuite/gnat.dg/limited_with5_pkg.ads
create mode 100644 gcc/testsuite/gnat.dg/limited_with6.adb
create mode 100644 gcc/testsuite/gnat.dg/limited_with6.ads
create mode 100644 gcc/testsuite/gnat.dg/limited_with6_pkg.adb
create mode 100644 gcc/testsuite/gnat.dg/limited_with6_pkg.ads
--
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 7ff1c268d62 Revert "[ARM] Clear the constant pool cache on explicit .lt [...]
new 3c94f1d059f [MIPS] Add support to match more patterns for DINS instruction
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/Target/Mips/MipsISelLowering.cpp | 87 +++++++++++++++++++++++++-----------
test/CodeGen/Mips/dins.ll | 70 +++++++++++++++++++++++++++++
test/CodeGen/Mips/mips64-f128.ll | 9 ++--
3 files changed, 136 insertions(+), 30 deletions(-)
create mode 100644 test/CodeGen/Mips/dins.ll
--
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 test-suite.
from 1146081d SPEC2006 482.sphinx3: make sure entries in ctlfile are sorted.
new e4525a75 SPEC2006 447.dealII: tolerance level must also be applied to [...]
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:
External/SPEC/CFP2006/447.dealII/CMakeLists.txt | 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.
unknown user pushed a change to branch master
in repository llvm.
from 405d07a3a61 Regenerate expected result for test constant-combines.ll . NFC
new 9d3d9653489 Revert "Fix 24560: assembler does not share constant pool [...]
new 7ff1c268d62 Revert "[ARM] Clear the constant pool cache on explicit .lt [...]
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:
include/llvm/MC/ConstantPools.h | 5 --
lib/MC/ConstantPools.cpp | 23 +-----
lib/Target/ARM/MCTargetDesc/ARMTargetStreamer.cpp | 1 -
test/MC/AArch64/ldr-pseudo.s | 8 ++-
test/MC/ARM/ldr-pseudo-darwin.s | 87 ++++++++++++-----------
test/MC/ARM/ldr-pseudo-wide.s | 32 +++++----
test/MC/ARM/ldr-pseudo.s | 4 +-
test/MC/ARM/ltorg-range.s | 27 -------
8 files changed, 74 insertions(+), 113 deletions(-)
delete mode 100644 test/MC/ARM/ltorg-range.s
--
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 adf03c776b [Format] Add curly braces to suppress a -Wmisleading-indenta [...]
new beecc65581 clang-format: Allow customizing the penalty for breaking assignment
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/clang/Format/Format.h | 5 +++++
lib/Format/Format.cpp | 3 +++
lib/Format/TokenAnnotator.cpp | 7 ++++---
unittests/Format/FormatTest.cpp | 14 ++++++++++++++
4 files changed, 26 insertions(+), 3 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 binutils-gdb.
from ca49a96781 Automatic date update in version.in
new 0f068fb5e5 Add PPC_MAX_REGISTER_SIZE
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:
gdb/ChangeLog | 18 ++++++++++++++++++
gdb/ppc-linux-nat.c | 4 ++--
gdb/ppc-sysv-tdep.c | 34 +++++++++++++++++-----------------
gdb/ppc-tdep.h | 3 +++
gdb/rs6000-aix-tdep.c | 6 +++---
gdb/rs6000-lynx178-tdep.c | 6 +++---
gdb/rs6000-nat.c | 4 ++--
gdb/rs6000-tdep.c | 4 ++--
8 files changed, 50 insertions(+), 29 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 7b0e33c353b * configure.ac: Add check for sys/capability.h header. (h [...]
new 7de91b0a025 * gcc-interface/decl.c (gnat_to_gnu_field): Do not enforce [...]
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/ada/ChangeLog | 5 ++++
gcc/ada/gcc-interface/decl.c | 34 ++++++++++------------
gcc/testsuite/ChangeLog | 5 ++++
gcc/testsuite/gnat.dg/specs/clause_on_volatile.ads | 6 ++--
gcc/testsuite/gnat.dg/specs/volatile1.ads | 2 +-
5 files changed, 30 insertions(+), 22 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 llvm.
from 9031fd91990 libDebugInfo/DWARF: Apply relocations for debug_addr addres [...]
new 405d07a3a61 Regenerate expected result for test constant-combines.ll . NFC
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:
test/CodeGen/X86/constant-combines.ll | 16 +++++++++++-----
1 file changed, 11 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 04f0b5c533f Daily bump.
new dc54d0c9388 2017-05-22 Richard Biener <rguenther(a)suse.de>
new 7b0e33c353b * configure.ac: Add check for sys/capability.h header. (h [...]
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/df-scan.c | 17 +-
libada/ChangeLog | 7 +
libada/Makefile.in | 2 +-
libada/configure | 655 +++++++++++++++++++++++++++++++++++++++++++++++++++-
libada/configure.ac | 4 +
6 files changed, 681 insertions(+), 8 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.