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@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