This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/autopar_devel in repository gcc.
from ef9d764a47f Fix bootstrap when promote_statics is disabled new 47981062961 Intergrate with GNU Jobserver
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 | 12 ++ gcc/Makefile.in | 1 + gcc/cgraphunit.c | 255 +++++++++++++++---------- gcc/common.opt | 8 + gcc/gcc.c | 2 +- gcc/jobserver.cc | 185 ++++++++++++++++++ gcc/{config/i386/winnt-stubs.c => jobserver.h} | 32 ++-- gcc/toplev.c | 7 + 8 files changed, 384 insertions(+), 118 deletions(-) create mode 100644 gcc/jobserver.cc copy gcc/{config/i386/winnt-stubs.c => jobserver.h} (63%)