This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 648c681 Infer and push new value ranges for x in y < x. gcc/ChangeLog: new 536b776 Accidentally failed to commit these earlier, as part of: new bc84e51 compiler: move Backend/Linemap creation out of front end. new cc6844a Daily bump.
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/DATESTAMP | 2 +- gcc/go/ChangeLog | 10 ++ gcc/go/go-c.h | 10 +- gcc/go/go-gcc.cc | 1 + gcc/{config/i386/winnt-stubs.c => go/go-gcc.h} | 30 ++-- gcc/go/go-lang.c | 3 + gcc/go/go-linemap.cc | 2 + gcc/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/backend.h | 4 - gcc/go/gofrontend/go-linemap.h | 4 - gcc/go/gofrontend/go.cc | 3 +- .../bug051.go => libgo/go/runtime/write_err.go | 14 +- libgo/go/runtime/write_err_android.go | 160 +++++++++++++++++++++ libgo/runtime/go-print.c | 36 ----- 14 files changed, 203 insertions(+), 78 deletions(-) copy gcc/{config/i386/winnt-stubs.c => go/go-gcc.h} (59%) copy gcc/testsuite/go.test/test/fixedbugs/bug051.go => libgo/go/runtime/write_err. [...] create mode 100644 libgo/go/runtime/write_err_android.go delete mode 100644 libgo/runtime/go-print.c