This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 32e4d7fa5f5 toplev: avoid recursive emergency_dump_function
new 29a45e93062 2017-08-03 Richard Biener <rguenther(a)suse.de>
new 6fd055d3c3f 2017-08-03 Richard Biener <rguenther(a)suse.de>
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 | 5 +++++
gcc/lto/ChangeLog | 7 +++++++
gcc/lto/lto-symtab.h | 8 ++++----
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/tree-ssa/reassoc-23.c | 7 ++++---
gcc/tree-ssa-reassoc.c | 4 +++-
6 files changed, 28 insertions(+), 8 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 77c8d2a783 [clang-format] Fix parsing of <>-style proto options
new 1557c7772f [mips] Implement -muninit-const-in-rodata
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/Driver/Options.td | 8 ++++++++
include/clang/Frontend/CodeGenOptions.def | 2 ++
lib/CodeGen/TargetInfo.cpp | 14 ++++++++++++++
lib/Driver/ToolChains/Clang.cpp | 8 ++++++++
lib/Frontend/CompilerInvocation.cpp | 2 ++
test/CodeGen/mips-uninit-const-in-ro.c | 10 ++++++++++
6 files changed, 44 insertions(+)
create mode 100644 test/CodeGen/mips-uninit-const-in-ro.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 binutils-gdb.
from fd9770d81f Add more targets to the list of architectures not supporting [...]
new 4a2b031d54 Introduce and use ui_out_emit_table
new d419f42dd3 Introduce and use gdb_file_up
new ed1669453b Change return type of find_and_open_script
new 7cd06d6e89 Use gdb_file_up in fbsd-nat.c
new 4a45905b82 Use gdb_file_up in source.c
new 6e7bc05c53 Change open_terminal_stream to return a gdb_file_up
new fad0444a57 Remove make_cleanup_fclose
new b80cf83844 Remove an unlink cleanup
new e3ad2841b1 Remove make_cleanup_restore_current_language
new b3bc84537b Remove make_cleanup_free_so
new 2ec845e758 More uses of scoped_restore
new 31b68d4ad7 Replace tui_restore_gdbout with scoped_restore
new 7c218e6c9c Use unique_xmalloc_ptr in jit.c
new 26fcd5d757 Use containers to avoid cleanups
new 898e0c8e87 Remove in_user_command
new ac991630ca Remove user_call_depth
new b51b225eb9 Use a scoped_restore for command_nest_depth
new 3c9ebddd93 Replace do_restore_instream_cleanup with scoped_restore
new 7f968c899f Avoid some manual memory management in Python
new 0d50bde32b Remove a cleanup in Python
new 773a1edcd1 Introduce gdb_argv, a class wrapper for buildargv
new 1c034b67a0 Use gdb_argv in Python
new 744e4fe1db Remove make_cleanup_freeargv and gdb_buildargv
The 23 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 | 217 +++++++++++++++++++++++++++++++++++++++++++++
gdb/ada-tasks.c | 6 +-
gdb/auto-load.c | 57 +++++-------
gdb/breakpoint.c | 133 +++++++++++++--------------
gdb/cli/cli-cmds.c | 87 +++++++-----------
gdb/cli/cli-cmds.h | 21 ++++-
gdb/cli/cli-dump.c | 39 +++-----
gdb/cli/cli-script.c | 99 ++++++---------------
gdb/common/filestuff.c | 4 +-
gdb/common/filestuff.h | 15 +++-
gdb/compile/compile.c | 65 +++++++-------
gdb/cp-valprint.c | 12 +--
gdb/dwarf2read.c | 18 +---
gdb/elfread.c | 24 ++---
gdb/exec.c | 14 +--
gdb/fbsd-nat.c | 6 +-
gdb/gcore.c | 13 ++-
gdb/gdb_bfd.c | 5 +-
gdb/guile/scm-string.c | 8 +-
gdb/inferior.c | 32 ++-----
gdb/infrun.c | 43 ++++-----
gdb/interps.c | 13 +--
gdb/jit.c | 19 ++--
gdb/language.h | 26 ++++++
gdb/linux-nat.c | 9 +-
gdb/linux-thread-db.c | 68 +++++++-------
gdb/mi/mi-cmd-info.c | 5 +-
gdb/mi/mi-main.c | 14 ++-
gdb/nat/linux-btrace.c | 9 +-
gdb/nat/linux-osdata.c | 78 ++++++----------
gdb/nat/linux-procfs.c | 18 ++--
gdb/osdata.c | 3 +-
gdb/parse.c | 18 ++--
gdb/printcmd.c | 10 +--
gdb/procfs.c | 18 ++--
gdb/progspace.c | 5 +-
gdb/psymtab.c | 5 +-
gdb/python/py-breakpoint.c | 15 ++--
gdb/python/py-cmd.c | 14 +--
gdb/python/py-param.c | 24 ++---
gdb/python/py-varobj.c | 9 +-
gdb/python/python.c | 67 ++++----------
gdb/remote-sim.c | 21 ++---
gdb/remote.c | 111 +++++++----------------
gdb/reverse.c | 19 +---
gdb/ser-mingw.c | 9 +-
gdb/skip.c | 16 +---
gdb/solib-svr4.c | 24 ++---
gdb/solib.c | 93 ++++++++++---------
gdb/solist.h | 12 +++
gdb/source.c | 75 +++++-----------
gdb/stack.c | 4 +-
gdb/symfile.c | 34 +++----
gdb/symmisc.c | 17 ++--
gdb/target.c | 37 +++-----
gdb/top.c | 57 ++++--------
gdb/top.h | 3 -
gdb/tracefile-tfile.c | 2 +-
gdb/tracefile.c | 6 +-
gdb/tracepoint.c | 30 ++-----
gdb/tui/tui-regs.c | 26 ++----
gdb/ui-file.c | 4 +-
gdb/ui-out.h | 26 ++++++
gdb/utils.c | 83 ++---------------
gdb/utils.h | 127 +++++++++++++++++++++++---
gdb/valarith.c | 28 +++---
gdb/valops.c | 11 +--
gdb/xml-support.c | 13 ++-
68 files changed, 1040 insertions(+), 1213 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 cf4c953d2c [mips] Add support -m(no-)embedded-data option
new 77c8d2a783 [clang-format] Fix parsing of <>-style proto options
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/Format/UnwrappedLineParser.cpp | 9 +++++++++
unittests/Format/FormatTestProto.cpp | 5 +++++
2 files changed, 14 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 ba9f2afe27d 2017-08-03 Richard Biener <rguenther(a)suse.de>
new 32e4d7fa5f5 toplev: avoid recursive emergency_dump_function
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/toplev.c | 12 ++++++++++++
2 files changed, 18 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-tools-extra.
from f6d9f476 Adapt clang-tidy checks to changing semantics of hasDeclaration.
new 57bc984c ClangdTests: Try to unbreak the case CLANG_DEFAULT_CXX_STDLIB [...]
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:
unittests/clangd/ClangdTests.cpp | 3 ++-
1 file changed, 2 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.
unknown user pushed a change to branch master
in repository clang.
from 9c710be28d Update for llvm change.
new cf4c953d2c [mips] Add support -m(no-)embedded-data option
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/Driver/Options.td | 6 ++++++
lib/Driver/ToolChains/Clang.cpp | 15 ++++++++++++++-
test/Driver/mips-features.c | 15 +++++++++++++++
3 files changed, 35 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.
unknown user pushed a change to branch master
in repository newlib.
from a1c2491f7 Importing wcstoumax inttypes method from FreeBSD.
new 54ed68a78 cygwin/signal.h: Remove SI_QUEUE unimplemented comment
new f41d402bd Revert "cygwin/signal.h: Remove SI_QUEUE unimplemented comment"
new a346a2679 cygwin/signal.h: Remove SI_QUEUE unimplemented comment
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:
winsup/cygwin/include/cygwin/signal.h | 3 +--
1 file changed, 1 insertion(+), 2 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 540d473eb91 Apply finish_options on DECL_FUNCTION_SPECIFIC_OPTIMIZATION [...]
new ba9f2afe27d 2017-08-03 Richard Biener <rguenther(a)suse.de>
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 | 11 +++
gcc/fold-const.c | 139 ++++++++++++++++++-----------
gcc/testsuite/ChangeLog | 5 ++
gcc/testsuite/c-c++-common/ubsan/pr81148.c | 9 ++
4 files changed, 112 insertions(+), 52 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/ubsan/pr81148.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.