This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 66a4bd5 Daily bump.
new e7fbac9 2016-03-12 Jerry DeLisle <jvdelisle(a)gcc.gnu.org> Harol [...]
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/fortran/ChangeLog | 10 ++++++++++
gcc/fortran/invoke.texi | 10 +++++++++-
gcc/fortran/options.c | 9 +++++++++
3 files changed, 28 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 gcc-5-branch
in repository gcc.
from 68b7d9e Daily bump.
new a2e88c2 Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 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 gcc.
from 7d7218d PR rtl-optimization/69307 * sel-sched.c (choose_best_pseudo [...]
new 66a4bd5 Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 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 gcc-4_9-branch
in repository gcc.
from b933c34 Daily bump.
new 4bf6e58 Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 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 dejagnu.
from 6aa75b1 * lib/remote.exp (remote_exec): Restore original timeout value.
new 2c352b2 * lib/dg.exp: Improve top-of-file documentation.
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:
ChangeLog | 4 ++++
lib/dg.exp | 15 +++++++--------
2 files changed, 11 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 gcc.
from 02ffd66 2016-03-12 Vladimir Makarov <vmakarov(a)redhat.com>
new 7d7218d PR rtl-optimization/69307 * sel-sched.c (choose_best_pseudo [...]
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/sel-sched.c | 59 ++++++++++++++++++++++++++----------------
gcc/testsuite/ChangeLog | 5 ++++
gcc/testsuite/gcc.dg/pr69307.c | 34 ++++++++++++++++++++++++
4 files changed, 81 insertions(+), 23 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr69307.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 76e207a 2016-03-12 Paul Thomas <pault(a)gcc.gnu.org>
new 02ffd66 2016-03-12 Vladimir Makarov <vmakarov(a)redhat.com>
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/lra-constraints.c | 22 +++++++++++++++++--
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/arm/pr69614.c | 39 ++++++++++++++++++++++++++++++++++
4 files changed, 70 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/arm/pr69614.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 1c1a1b9 PR ada/70017 * calls.c (emit_library_call_value_1): Clear t [...]
new 76e207a 2016-03-12 Paul Thomas <pault(a)gcc.gnu.org>
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/fortran/ChangeLog | 18 +++++
gcc/fortran/decl.c | 102 ++++++++++++++++-------------
gcc/fortran/resolve.c | 2 +-
gcc/fortran/trans-decl.c | 7 +-
gcc/testsuite/ChangeLog | 8 +++
gcc/testsuite/gfortran.dg/submodule_14.f08 | 49 ++++++++++++++
gcc/testsuite/gfortran.dg/submodule_15.f08 | 58 ++++++++++++++++
7 files changed, 197 insertions(+), 47 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/submodule_14.f08
create mode 100644 gcc/testsuite/gfortran.dg/submodule_15.f08
--
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 490ee78 Fix PR c++/70106 (type of parenthesized qualified-id has wron [...]
new 1c1a1b9 PR ada/70017 * calls.c (emit_library_call_value_1): Clear t [...]
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 | 8 ++++++++
gcc/calls.c | 4 ++--
gcc/explow.c | 2 +-
3 files changed, 11 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 aoliva/libcp1-templates
in repository gcc.
at e6893e2 extend API to support templates
This branch includes the following new commits:
new e6893e2 extend API to support templates
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.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.