This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from b35f0c3 compiler: Accept numeric literals with leading zeroes.
new fac94f4 Fix build for targets not defining EXTRA_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 | 5 +++++
gcc/gcc.c | 2 ++
2 files changed, 7 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 gcc.
from b10f32f compiler: Allow string slices with start index == length.
new b35f0c3 compiler: Accept numeric literals with leading zeroes.
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/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/lex.cc | 10 ++++++++--
2 files changed, 9 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 gcc.
from ec501b4 * gcc.c-torture/execute/builtins/20010124-1.x: New.
new 159a52e Revert my change to commit with PR reference again.
new 26a4a13 Support embedding the driver in-process within libgccjit
new 39ba392 2015-08-24 François Dumont <fdumont(a)gcc.gnu.org>
new 9e6bcad PR middle-end/67330 * varasm.c (declare_weak): Return after [...]
new b10f32f compiler: Allow string slices with start index == length.
The 5 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 | 41 +++
gcc/c-family/ChangeLog | 6 +
gcc/c-family/c-common.c | 7 +-
gcc/gcc-main.c | 3 +-
gcc/gcc.c | 400 +++++++++++++++++++--
gcc/gcc.h | 3 +
gcc/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/expressions.cc | 5 +-
gcc/jit/ChangeLog | 33 ++
gcc/jit/docs/cp/topics/contexts.rst | 20 ++
.../docs/internals/test-hello-world.exe.log.txt | 6 +-
gcc/jit/docs/topics/compatibility.rst | 7 +
gcc/jit/docs/topics/contexts.rst | 20 ++
gcc/jit/jit-common.h | 1 +
gcc/jit/jit-playback.c | 52 ++-
gcc/jit/jit-playback.h | 14 +
gcc/jit/jit-recording.c | 3 +-
gcc/jit/libgccjit++.h | 8 +
gcc/jit/libgccjit.c | 17 +
gcc/jit/libgccjit.h | 24 ++
gcc/jit/libgccjit.map | 5 +
gcc/jit/notes.txt | 8 +-
gcc/testsuite/ChangeLog | 10 +
gcc/testsuite/gcc.dg/weak/weak-18.c | 9 +
.../jit.dg/test-error-pr63969-missing-driver.c | 4 +
gcc/varasm.c | 5 +-
libstdc++-v3/ChangeLog | 1 +
27 files changed, 671 insertions(+), 43 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/weak/weak-18.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 c8fc2ce * optabs.c (emit_indirect_jump): Don't try an emit a jump if [...]
new ec501b4 * gcc.c-torture/execute/builtins/20010124-1.x: New.
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/testsuite/ChangeLog | 2 ++
gcc/testsuite/gcc.c-torture/execute/builtins/20010124-1.x | 10 ++++++++++
2 files changed, 12 insertions(+)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/builtins/20010124-1.x
--
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 0eabf58 rs6000: Fix PR67344
new 382db22 rs6000: Fix PR67346
new d0eb271 compiler: Don't crash on erroneous array types.
new c8fc2ce * optabs.c (emit_indirect_jump): Don't try an emit a jump if [...]
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 | 10 ++++++++++
gcc/config/rs6000/rs6000.md | 9 +++++----
gcc/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/types.cc | 2 ++
gcc/optabs.c | 12 +++++++-----
5 files changed, 25 insertions(+), 10 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 ef53579 * io/unit.c (get_internal_unit): Make default sign mode unsp [...]
new 0eabf58 rs6000: Fix PR67344
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 | 6 ++++++
gcc/config/rs6000/rs6000.md | 29 ++++++++---------------------
2 files changed, 14 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 gcc.
from 28e5a4e * libgfortran.h (check_buffered): Remove unused prototype.
new cdedf7c * gcc.dg/20001117-1.c: Needs return_address. * gcc.dg/20020 [...]
new ef53579 * io/unit.c (get_internal_unit): Make default sign mode unsp [...]
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/testsuite/ChangeLog | 17 +++++++++++++++++
gcc/testsuite/gcc.dg/20001117-1.c | 1 +
gcc/testsuite/gcc.dg/20020415-1.c | 2 +-
gcc/testsuite/gcc.dg/graphite/id-pr44676.c | 1 +
gcc/testsuite/gcc.dg/graphite/pr60979.c | 1 +
gcc/testsuite/gcc.dg/graphite/run-id-pr47653.c | 2 ++
gcc/testsuite/gcc.dg/pr63186.c | 2 ++
gcc/testsuite/gcc.dg/stack-usage-1.c | 2 ++
gcc/testsuite/gcc.dg/stack-usage-2.c | 2 ++
gcc/testsuite/gcc.dg/torture/pr33848.c | 2 +-
gcc/testsuite/gcc.dg/unused-5.c | 2 ++
gcc/testsuite/gcc.dg/unwind-1.c | 2 +-
gcc/testsuite/lib/target-supports.exp | 8 ++++++++
libgfortran/ChangeLog | 5 +++++
libgfortran/io/unit.c | 8 ++++----
15 files changed, 50 insertions(+), 7 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 hsa
in repository gcc.
from d4b784c Fix omp declare target support
new a325093 PR target/67272 PR target/67296 * hsa.h (hsa_function_repr [...]
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.hsa | 23 +++++++++++++++++++++++
gcc/hsa-dump.c | 3 +--
gcc/hsa-gen.c | 26 +++++++++++++++-----------
gcc/hsa-regalloc.c | 16 ++++++----------
gcc/hsa.h | 4 ----
5 files changed, 45 insertions(+), 27 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 fd7b19d Expand comment on struct switchstr.
new 28e5a4e * libgfortran.h (check_buffered): Remove unused prototype.
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:
libgfortran/ChangeLog | 4 ++++
libgfortran/libgfortran.h | 3 ---
2 files changed, 4 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 gcc.
from de0c53e * config/nvptx/nvptx.c (nvptx_write_function_decl): Reformat [...]
new fd7b19d Expand comment on struct switchstr.
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 | 5 +++++
gcc/gcc.c | 11 ++++++++---
2 files changed, 13 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.