This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 5e5dd23 PR c++/68763
new 9d85f83 * fi.po: Update.
new 875f281 Regenerate .pot files.
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/po/ChangeLog | 4 +
gcc/po/gcc.pot | 27928 +++++++++++++++++++++++++++----------------------
libcpp/po/ChangeLog | 8 +
libcpp/po/cpplib.pot | 271 +-
libcpp/po/fi.po | 376 +-
5 files changed, 15641 insertions(+), 12946 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 gcc-5-branch
in repository gcc.
from 1e0135a Daily bump.
new 759039c * fi.po: Update.
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:
libcpp/po/ChangeLog | 4 +
libcpp/po/fi.po | 376 ++++++++++++++++++++++++++--------------------------
2 files changed, 191 insertions(+), 189 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/interrupt/gcc-5-branch
in repository gcc.
discards 0e9833e Emit cld in interrupt handler if needed
discards 42859f2 Add an array of function pointer test for PR 68661
discards f1239e4 Rebuild array with the updated function pointer type
discards 8453976 Implement x86 interrupt attribute
new 5454571 Implement x86 interrupt attribute
new e416cf7 Rebuild array with the updated function pointer type
new 7b75c8d Add an array of function pointer test for PR 68661
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 (0e9833e)
\
N -- N -- N refs/heads/hjl/interrupt/gcc-5-branch (7b75c8d)
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 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:
--
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 6b5f131 PR c++/69009
new 5e5dd23 PR c++/68763
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/cp/ChangeLog | 7 +++++++
gcc/cp/tree.c | 38 ++++++++++++++++++++++++++++++++++----
2 files changed, 41 insertions(+), 4 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 cb3e5ac 2016-01-31 Paul Thomas <pault(a)gcc.gnu.org>
new 1c55498 Fix abi-tag17.C.
new b2c9555 Fix abi-tag16.C.
new 6b5f131 PR c++/69009
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/cp/ChangeLog | 13 +++++++++++
gcc/cp/mangle.c | 35 ++++++++++++++++++++++++++++-
gcc/cp/pt.c | 38 +++++++++++++++++++++++++++-----
gcc/testsuite/g++.dg/abi/abi-tag16.C | 19 ++++++++++++++++
gcc/testsuite/g++.dg/abi/abi-tag16a.C | 19 ++++++++++++++++
gcc/testsuite/g++.dg/abi/abi-tag17.C | 9 ++++++++
gcc/testsuite/g++.dg/cpp1y/var-templ47.C | 19 ++++++++++++++++
7 files changed, 145 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/abi/abi-tag16.C
create mode 100644 gcc/testsuite/g++.dg/abi/abi-tag16a.C
create mode 100644 gcc/testsuite/g++.dg/abi/abi-tag17.C
create mode 100644 gcc/testsuite/g++.dg/cpp1y/var-templ47.C
--
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 3df757b Daily bump.
new cb3e5ac 2016-01-31 Paul Thomas <pault(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/trans-expr.c | 3 +-
gcc/testsuite/ChangeLog | 5 +++
.../gfortran.dg/allocate_with_source_17.f03 | 36 ++++++++++++++++++++++
4 files changed, 50 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/allocate_with_source_17.f03
--
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/interrupt/gcc-5-branch
in repository gcc.
discards 491f4bc Emit cld in interrupt handler if needed
discards 613e8f3 Add an array of function pointer test for PR 68661
discards e6eb62f Rebuild array with the updated function pointer type
discards 0fc7510 Implement x86 interrupt attribute
discards c9b28c2 Update TARGET_FUNCTION_INCOMING_ARG documentation
discards 765d985 Add another testcase for x86 FLT_EVAL_METHOD
discards c99b74d Rewrite FLT_EVAL_METHOD to account for TARGET_SSE2
discards dd05cf1 Define STDINT_LONG32 and add predefined integer types for IAMCU
discards 44411e9 Set FLT_EVAL_METHOD to 2 only if 387 FPU is used
discards 71ce434 PR target/68263 * config/i386/i386.h (BIGGEST_ALIGNMENT): A [...]
discards fc81d45 Backport r229199 from trunk
discards d2f5e9f Skip local error_mark_node decls
discards 455820b Properly handle -miamcu and -march=lakemont
discards a45a02a Use GET_MODE_BITSIZE to get vector natural alignment
discards ef469a0 Don't leak ISA to __attribute__ ((target("arch=XXX")))
discards 848f2b6 Disable X86_TUNE_ALWAYS_FANCY_MATH_387 for Lakemont
discards 0e8c33a Fix def_test_returning_type in iamcu/test_basic_returning.c
discards 67315f3 Replace printf with __builtin_printf
discards 50cb151 Properly initialize u5
discards 02e0a5f Fix typos in comments in i386.c
discards 3f0f9e2 Define x86 CALL_USED_REGISTERS_MASK
discards 6ec593e Backport r228460 from mainline
discards 32f9178 Enable bt and and movzx for Lakemont
discards 834bd9a Rename IA MCU processor lakemount to lakemont
discards ddda485 Change IA MCU processor from iamcu to lakemount
discards aa6eb97 Add a testcase for PR target/66821
discards 155b756 Update MOVE_RATIO cost for IA MCU
discards ef39130 Define DBX_REGISTER_NUMBER for IA MCU
discards 94b0089 Cleanup FPmode splitters a bit
discards f46285c More fix for PR rtl-optimization/66626
discards 6000ead Fix PR rtl-optimization/66626
discards 8016dd9 Replicate static chain on the stack
discards e90e8b0 Add a testcase for PR target/66824
discards d96fdba Fix PR target/66824
discards cef39c2 Allow indirect sibcall with register arguments
discards 2111567 Fix PR target/65753
discards af7a6d8 Adjust variable shift costs for IA MCU
discards 2af208f Update config/i386/iamcu.h
discards 9a457d2 Define ATTRIBUTE_ALIGNED_VALUE to 32 for IA MCU
discards 3b01faa Check int_size_in_bytes in ix86_return_in_memory
discards e259af0 Allow <adxintrin.h> for IA MCU
discards b491ee9 Don't pass/return vectors in registers for IAMCU
discards d31ec17 Handle PROCESSOR_IAMCU in ix86_target_macros_internal
discards 1669532 Optimize i?86-*-elfiamcu for iamcu by default
discards f3d3e9f Add -march=iamcu to optimize for IA MCU
discards 0699b07 Add IA MCU support to x86intrin.h
discards f04df9d IA MCU psABI support: testsuite
discards 55d6ac9 IA MCU psABI support: changes to libraries
discards efd3084 IA MCU psABI support: GCC changes
adds 851e726 PR target/69459 * config/i386/constraints.md (C): Only acce [...]
adds a3cc5ac * doc/md.texi (Machine Constraints): Update description of [...]
adds d6d2c79 Daily bump.
adds a19ed9d 2016-01-29 Bill Schmidt <wschmidt(a)linux.vnet.ibm.com>
adds b401758 2016-01-30 Bud Davis <jmdavis(a)link.com> Mikael Morin [...]
adds 1e0135a Daily bump.
new 19175d7 IA MCU psABI support: GCC changes
new 77ee6f4 IA MCU psABI support: changes to libraries
new 90b62d2 IA MCU psABI support: testsuite
new c2708b1 Add IA MCU support to x86intrin.h
new 8daee9f Add -march=iamcu to optimize for IA MCU
new 5a16170 Optimize i?86-*-elfiamcu for iamcu by default
new e012f74 Handle PROCESSOR_IAMCU in ix86_target_macros_internal
new 97cf430 Don't pass/return vectors in registers for IAMCU
new 2027b19 Allow <adxintrin.h> for IA MCU
new 30d0d2b Check int_size_in_bytes in ix86_return_in_memory
new 15c8de3 Define ATTRIBUTE_ALIGNED_VALUE to 32 for IA MCU
new 830c6a3 Update config/i386/iamcu.h
new 703b85e Adjust variable shift costs for IA MCU
new 452df44 Fix PR target/65753
new 2231b26 Allow indirect sibcall with register arguments
new e168f90 Fix PR target/66824
new 89b598f Add a testcase for PR target/66824
new fe0d091 Replicate static chain on the stack
new 3966e54 Fix PR rtl-optimization/66626
new 15210a5 More fix for PR rtl-optimization/66626
new 1db26cc Cleanup FPmode splitters a bit
new 440775a Define DBX_REGISTER_NUMBER for IA MCU
new 3ca971f Update MOVE_RATIO cost for IA MCU
new fa62a8e Add a testcase for PR target/66821
new 46df27e Change IA MCU processor from iamcu to lakemount
new 63933d1 Rename IA MCU processor lakemount to lakemont
new 8bb83e4 Enable bt and and movzx for Lakemont
new f77be77 Backport r228460 from mainline
new 2e2c6e8 Define x86 CALL_USED_REGISTERS_MASK
new f6b8d56 Fix typos in comments in i386.c
new bf10f51 Properly initialize u5
new fdaf988 Replace printf with __builtin_printf
new b4f8089 Fix def_test_returning_type in iamcu/test_basic_returning.c
new 5eec2d2 Disable X86_TUNE_ALWAYS_FANCY_MATH_387 for Lakemont
new 4e2bfad Don't leak ISA to __attribute__ ((target("arch=XXX")))
new 47a68e8 Use GET_MODE_BITSIZE to get vector natural alignment
new c7edbd8 Properly handle -miamcu and -march=lakemont
new 4fb1bc5 Skip local error_mark_node decls
new 9bd193c Backport r229199 from trunk
new 38476d2 PR target/68263 * config/i386/i386.h (BIGGEST_ALIGNMENT): A [...]
new bad25ca Set FLT_EVAL_METHOD to 2 only if 387 FPU is used
new 4d895bd Define STDINT_LONG32 and add predefined integer types for IAMCU
new 07a25d3 Rewrite FLT_EVAL_METHOD to account for TARGET_SSE2
new ebc15ff Add another testcase for x86 FLT_EVAL_METHOD
new bbc808d Update TARGET_FUNCTION_INCOMING_ARG documentation
new 8453976 Implement x86 interrupt attribute
new f1239e4 Rebuild array with the updated function pointer type
new 42859f2 Add an array of function pointer test for PR 68661
new 0e9833e Emit cld in interrupt handler if needed
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 (491f4bc)
\
N -- N -- N refs/heads/hjl/interrupt/gcc-5-branch (0e9833e)
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 49 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 | 23 ++++++--
gcc/DATESTAMP | 2 +-
gcc/config/i386/constraints.md | 9 ++-
gcc/config/i386/sse.md | 2 +-
gcc/doc/md.texi | 2 +-
gcc/fortran/ChangeLog | 8 +++
gcc/fortran/symbol.c | 68 +++++++++++-----------
gcc/testsuite/ChangeLog | 36 ++++++++++--
.../gcc.dg/vect/costmodel/ppc/costmodel-vect-31a.c | 2 +-
gcc/testsuite/gcc.target/i386/interrupt-36.c | 14 +----
gcc/testsuite/gcc.target/i386/pr69459.c | 42 +++++++++++++
gcc/testsuite/gfortran.dg/common_22.f90 | 24 ++++++++
gcc/testsuite/gfortran.dg/common_23.f90 | 10 ++++
13 files changed, 178 insertions(+), 64 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr69459.c
create mode 100644 gcc/testsuite/gfortran.dg/common_22.f90
create mode 100644 gcc/testsuite/gfortran.dg/common_23.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 3b8b902 PR tree-optimization/69546 * wide-int.cc (wi::divmod_intern [...]
new 3df757b 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.