This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 2f06c88 2015-10-26 Claire Dross <dross(a)adacore.com>
new 4218b4e 2015-10-26 Hristian Kirtchev <kirtchev(a)adacore.com>
new d26e54e 2015-10-26 Ed Schonberg <schonberg(a)adacore.com>
new 5655be8 2015-10-26 Ed Schonberg <schonberg(a)adacore.com>
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/ada/ChangeLog | 126 +++++++++
gcc/ada/a-nudira.adb | 2 +-
gcc/ada/a-nudira.ads | 2 +-
gcc/ada/a-tienio.adb | 4 +-
gcc/ada/contracts.adb | 58 +---
gcc/ada/exp_aggr.adb | 8 +-
gcc/ada/exp_ch4.adb | 8 +-
gcc/ada/par-ch3.adb | 1 +
gcc/ada/s-fatgen.adb | 2 +-
gcc/ada/sem_aggr.adb | 6 +-
gcc/ada/sem_ch12.adb | 34 +--
gcc/ada/sem_ch13.adb | 262 +++++-------------
gcc/ada/sem_ch4.adb | 6 +-
gcc/ada/sem_ch6.adb | 17 +-
gcc/ada/sem_ch8.adb | 6 +-
gcc/ada/sem_eval.adb | 4 +-
gcc/ada/sem_prag.adb | 748 ++++++++++++++++++++++++++++++++------------------
gcc/ada/sem_res.adb | 39 +--
gcc/ada/sem_type.adb | 2 +-
gcc/ada/sem_util.adb | 4 +-
gcc/ada/sinfo.adb | 24 +-
gcc/ada/sinfo.ads | 30 +-
22 files changed, 806 insertions(+), 587 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 12b29cb 2015-10-26 Eric Botcazou <ebotcazou(a)adacore.com>
new ff92856 2015-10-26 Ed Schonberg <schonberg(a)adacore.com>
new 83d39cd 2015-10-26 Gary Dismukes <dismukes(a)adacore.com>
new 2f06c88 2015-10-26 Claire Dross <dross(a)adacore.com>
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/ada/ChangeLog | 141 +++++++++++
gcc/ada/contracts.adb | 2 +-
gcc/ada/einfo.adb | 131 ++++++----
gcc/ada/einfo.ads | 85 ++++---
gcc/ada/exp_ch3.adb | 15 +-
gcc/ada/exp_ch4.adb | 2 +-
gcc/ada/exp_ch9.adb | 155 ++++++------
gcc/ada/exp_disp.adb | 28 +++
gcc/ada/exp_unst.adb | 2 +-
gcc/ada/sem_attr.adb | 2 +-
gcc/ada/sem_aux.adb | 2 +-
gcc/ada/sem_aux.ads | 2 +-
gcc/ada/sem_ch10.adb | 24 +-
gcc/ada/sem_ch13.adb | 232 +++++++++++-------
gcc/ada/sem_ch6.adb | 45 +++-
gcc/ada/sem_ch7.adb | 12 +-
gcc/ada/sem_ch9.adb | 185 +++++++++------
gcc/ada/sem_prag.adb | 647 ++++++++++++++++++++++++++++++++++----------------
gcc/ada/sem_util.adb | 128 +++++-----
gcc/ada/sem_util.ads | 17 +-
gcc/ada/sinfo.adb | 24 +-
gcc/ada/sinfo.ads | 28 ++-
gcc/ada/treepr.adb | 8 +-
23 files changed, 1254 insertions(+), 663 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 5da0650 [optabs.c] Fix PR 67989: Handle const0_rtx target in expand_a [...]
new f2837ce 2015-10-26 Ed Schonberg <schonberg(a)adacore.com>
new 61a0447 Fix race on temp file in gfortran tests.
new 270ee9c 2015-10-26 Joel Brobecker <brobecker(a)adacore.com brobecker>
new 8be33fb 2015-10-26 Bob Duff <duff(a)adacore.com>
new 0670e0b Inline get_vi_for_tree into intra_create_variable_infos
new 9f3cbfd Add vars in intra_create_variables_info
new e923588 Add make_restrict_var_constraints
new 12b29cb 2015-10-26 Eric Botcazou <ebotcazou(a)adacore.com>
The 8 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 | 16 +++
gcc/ada/ChangeLog | 69 +++++++++++
gcc/ada/adaint.c | 18 +--
gcc/ada/einfo.ads | 134 ++++++++++-----------
gcc/ada/errout.ads | 3 -
gcc/ada/exp_ch3.adb | 7 +-
gcc/ada/freeze.adb | 108 ++++++++++-------
gcc/ada/sem_ch13.adb | 36 ++++--
gcc/ada/sem_ch3.adb | 18 ++-
gcc/ada/sem_ch6.adb | 9 +-
gcc/ada/sem_ch7.adb | 6 +-
gcc/ada/sem_util.ads | 7 +-
gcc/ada/sinfo.ads | 3 +
gcc/testsuite/ChangeLog | 22 ++++
gcc/testsuite/gfortran.dg/chmod_1.f90 | 2 +-
gcc/testsuite/gfortran.dg/chmod_2.f90 | 2 +-
gcc/testsuite/gfortran.dg/chmod_3.f90 | 2 +-
gcc/testsuite/gfortran.dg/direct_io_8.f90 | 2 +-
gcc/testsuite/gfortran.dg/f2003_inquire_1.f03 | 2 +-
gcc/testsuite/gfortran.dg/f2003_io_1.f03 | 2 +-
gcc/testsuite/gfortran.dg/f2003_io_2.f03 | 2 +-
gcc/testsuite/gfortran.dg/f2003_io_8.f03 | 2 +-
gcc/testsuite/gfortran.dg/inquire_size.f90 | 10 +-
gcc/testsuite/gfortran.dg/namelist_66.f90 | 2 +-
gcc/testsuite/gfortran.dg/namelist_82.f90 | 2 +-
gcc/testsuite/gfortran.dg/namelist_87.f90 | 2 +-
gcc/testsuite/gfortran.dg/open_negative_unit_1.f90 | 8 +-
gcc/testsuite/gfortran.dg/open_new.f90 | 6 +-
gcc/testsuite/gfortran.dg/stat_1.f90 | 2 +-
gcc/testsuite/gfortran.dg/stat_2.f90 | 2 +-
gcc/testsuite/gfortran.dg/streamio_15.f90 | 2 +-
gcc/testsuite/gfortran.dg/unf_read_corrupted_1.f90 | 4 +-
gcc/tree-ssa-structalias.c | 43 ++++---
33 files changed, 364 insertions(+), 191 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 da3cad0 2015-10-26 Gary Dismukes <dismukes(a)adacore.com>
new 9698c12 Fix race on temp file in gfortran streamio_*.f90 tests
new 44d567c 2015-10-26 Ed Schonberg <schonberg(a)adacore.com>
new 5da0650 [optabs.c] Fix PR 67989: Handle const0_rtx target in expand_a [...]
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/ChangeLog | 6 +++
gcc/ada/ChangeLog | 9 ++++
gcc/ada/sem_ch12.adb | 1 -
gcc/ada/sem_ch13.adb | 80 ++++++++++++++++++-------------
gcc/optabs.c | 12 +++--
gcc/testsuite/ChangeLog | 12 +++++
gcc/testsuite/g++.dg/pr67989.C | 75 +++++++++++++++++++++++++++++
gcc/testsuite/gfortran.dg/streamio_10.f90 | 2 +-
gcc/testsuite/gfortran.dg/streamio_12.f90 | 2 +-
gcc/testsuite/gfortran.dg/streamio_4.f90 | 4 +-
gcc/testsuite/gfortran.dg/streamio_5.f90 | 4 +-
gcc/testsuite/gfortran.dg/streamio_6.f90 | 2 +-
gcc/testsuite/gfortran.dg/streamio_7.f90 | 2 +-
13 files changed, 165 insertions(+), 46 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/pr67989.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 dda0845 2015-10-26 Christian Bruel <christian.bruel(a)st.com>
new da3cad0 2015-10-26 Gary Dismukes <dismukes(a)adacore.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/ada/ChangeLog | 27 +++++++++++++
gcc/ada/a-reatim.adb | 4 +-
gcc/ada/contracts.adb | 103 +++++++++++++++++++++++++-------------------------
gcc/ada/contracts.ads | 8 ++--
gcc/ada/exp_ch6.adb | 7 +++-
gcc/ada/gnat1drv.adb | 3 +-
gcc/ada/sem_ch13.adb | 12 +++++-
gcc/ada/sem_res.adb | 8 ++--
8 files changed, 107 insertions(+), 65 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 1117ed3 Move int rounding folds to match.pd
new 3bf3305 2015-10-26 Richard Biener <rguenther(a)suse.de>
new dda0845 2015-10-26 Christian Bruel <christian.bruel(a)st.com>
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 | 14 ++++++++++++++
gcc/alloc-pool.h | 7 ++++---
gcc/cp/decl.c | 11 +++--------
gcc/cp/lambda.c | 9 +--------
gcc/cp/method.c | 9 ++-------
gcc/function.h | 7 +++++++
gcc/java/class.c | 9 ++-------
7 files changed, 33 insertions(+), 33 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 d97142b ENABLE_CHECKING refactoring: pool allocators
new 5e324b8 Move cexp simplifications to match.pd
new 31496a6 Fix scripto
new 89ff0c8 Use macros to define built-in operator lists
new 1117ed3 Move int rounding folds to match.pd
The 4 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 | 23 ++
gcc/builtins.c | 286 ++++--------------------
gcc/genmatch.c | 8 +-
gcc/match.pd | 168 +++++++++++---
gcc/testsuite/ChangeLog | 4 +
gcc/testsuite/gcc.dg/torture/builtin-minmax-1.c | 1 +
6 files changed, 209 insertions(+), 281 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 566ec0e Daily bump.
new d97142b ENABLE_CHECKING refactoring: pool allocators
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/alloc-pool.h | 27 ++++++++++-----------------
2 files changed, 16 insertions(+), 17 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 9883c97 2015-01-25 Paul Thomas <pault(a)gcc.gnu.org>
new 566ec0e 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-5-branch
in repository gcc.
from c9f2a6a PR middle-end/68079 * dojump.c (do_compare_and_jump): Canon [...]
new ffb2c26 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.