This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/interrupt/master
in repository gcc.
from d79f261 Implement x86 interrupt attribute
new b111267 Always allow scratch register before epilogue
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/config/i386/i386.c | 5 +++--
1 file changed, 3 insertions(+), 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 8af40d4 2015-10-23 Hristian Kirtchev <kirtchev(a)adacore.com>
new 95009d6 2015-10-23 Arnaud Charlet <charlet(a)adacore.com>
new 6a7c16f 2015-10-23 Hristian Kirtchev <kirtchev(a)adacore.com>
new 7761c83 2015-10-23 Ed Schonberg <schonberg(a)adacore.com>
new bfd2db2 2015-10-23 Gary Dismukes <dismukes(a)adacore.com>
new c90564b 2015-10-23 Hristian Kirtchev <kirtchev(a)adacore.com>
new e4192fd 2015-10-23 Tristan Gingold <gingold(a)adacore.com>
The 6 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 | 71 ++++++++++++++++++++++++++++++++++++++++++
gcc/ada/a-exetim-posix.adb | 28 ++++++++++++++---
gcc/ada/a-exextr.adb | 8 +++--
gcc/ada/a-reatim.adb | 15 ++++++++-
gcc/ada/einfo.ads | 2 +-
gcc/ada/exp_ch6.adb | 23 ++++++++++----
gcc/ada/gcc-interface/utils2.c | 9 ++++--
gcc/ada/s-taskin.ads | 17 +++++-----
gcc/ada/sem_ch12.adb | 40 ++++++++++++++++++------
gcc/ada/sem_ch13.adb | 28 ++++++++++++++---
gcc/ada/sem_ch6.adb | 69 ++++++++++++++++++++++++++++++++++++++++
11 files changed, 272 insertions(+), 38 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 9003096 PR libgcc/66883 * config/epiphany/udivsi3-flo [...]
new 05805eb 2015-10-23 Hristian Kirtchev <kirtchev(a)adacore.com>
new e1458cf 2015-10-23 Ed Schonberg <schonberg(a)adacore.com>
new 92974b1 2015-10-23 Hristian Kirtchev <kirtchev(a)adacore.com>
new 41a8d10 2015-10-23 Arnaud Charlet <charlet(a)adacore.com>
new 17a1cf0 2015-10-23 Bob Duff <duff(a)adacore.com>
The 5 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 | 100 ++++++++++++++++
gcc/ada/a-convec.adb | 15 +--
gcc/ada/einfo.adb | 21 +++-
gcc/ada/einfo.ads | 11 ++
gcc/ada/exp_ch3.adb | 1 +
gcc/ada/exp_ch6.adb | 323 ++++++++++++++++++++++++++++++++++++++++++++++++---
gcc/ada/exp_dbug.adb | 2 +-
gcc/ada/exp_dbug.ads | 6 +-
gcc/ada/ghost.adb | 5 +-
gcc/ada/gnat1drv.adb | 6 +-
gcc/ada/gnatname.adb | 4 +-
gcc/ada/init.c | 50 ++++++++
gcc/ada/s-taasde.ads | 4 +-
gcc/ada/sem_attr.adb | 7 +-
gcc/ada/sem_ch13.adb | 9 --
gcc/ada/sem_prag.adb | 10 +-
gcc/ada/sem_util.adb | 96 +++++++++++----
gcc/ada/sem_util.ads | 7 +-
gcc/ada/tracebak.c | 2 +-
19 files changed, 601 insertions(+), 78 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 2f3c83b 2015-10-23 Richard Biener <rguenther(a)suse.de>
new 9003096 PR libgcc/66883 * config/epiphany/udivsi3-flo [...]
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:
libgcc/ChangeLog | 5 +++++
libgcc/config/epiphany/udivsi3-float.c | 4 ++--
2 files changed, 7 insertions(+), 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 c4462fa 2015-10-23 Arnaud Charlet <charlet(a)adacore.com>
new 2f3c83b 2015-10-23 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 | 5 +++++
gcc/Makefile.in | 3 ++-
2 files changed, 7 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 gcc.
from 084c307 2015-10-23 Arnaud Charlet <charlet(a)adacore.com>
new cec2532 2015-10-23 Ed Schonberg <schonberg(a)adacore.com>
new 053bfd1 Adjust previous change.
new 7257ddf 2015-10-23 Olivier Hainque <hainque(a)adacore.com>
new c4462fa 2015-10-23 Arnaud Charlet <charlet(a)adacore.com>
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/ada/ChangeLog | 59 +++++++++++++++++++++
gcc/ada/a-exetim-default.ads | 36 +++++++++----
gcc/ada/a-exetim-mingw.ads | 32 +++++++----
gcc/ada/a-exetim.ads | 36 +++++++++----
gcc/ada/a-extiin.ads | 4 +-
gcc/ada/a-interr.ads | 12 +++--
gcc/ada/a-reatim.ads | 103 +++++++++++++++++++++++-------------
gcc/ada/a-taside.ads | 12 +++--
gcc/ada/exp_ch6.adb | 62 ++++++----------------
gcc/ada/exp_unst.adb | 13 ++++-
gcc/ada/freeze.adb | 17 ++++++
gcc/ada/gnat1drv.adb | 1 +
gcc/ada/lib-xref-spark_specific.adb | 23 +++++++-
gcc/ada/sem_dim.adb | 7 ++-
gcc/ada/sem_prag.adb | 5 ++
gcc/ada/sem_util.adb | 54 +++++++++++++++++--
gcc/ada/sem_util.ads | 8 +++
gcc/ada/tracebak.c | 37 ++++---------
18 files changed, 368 insertions(+), 153 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 7bbdeb3 2015-10-23 Richard Biener <rguenther(a)suse.de> Naveen H [...]
new a10589e 2015-10-23 Bob Duff <duff(a)adacore.com>
new 1240b98 2015-10-23 Hristian Kirtchev <kirtchev(a)adacore.com>
new 953b82d 2015-10-23 Gary Dismukes <dismukes(a)adacore.com>
new eae2490 Add missing private clause in libgomp.c++/member-2.C
new 084c307 2015-10-23 Arnaud Charlet <charlet(a)adacore.com>
The 5 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 | 50 +++++
gcc/ada/bindgen.adb | 4 +-
gcc/ada/exp_ch11.adb | 8 +-
gcc/ada/exp_ch11.ads | 13 +-
gcc/ada/exp_ch6.adb | 94 +++++----
gcc/ada/exp_ch7.adb | 324 +++++++++++++++++++------------
gcc/ada/exp_intr.adb | 305 +++++++++++++++--------------
gcc/ada/gnat1drv.adb | 29 ++-
gcc/ada/restrict.adb | 18 +-
gcc/ada/scng.adb | 30 +--
gcc/ada/sem.adb | 4 -
gcc/ada/sem_res.adb | 58 +++---
libgomp/ChangeLog | 5 +
libgomp/testsuite/libgomp.c++/member-2.C | 2 +-
14 files changed, 561 insertions(+), 383 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 6f5f406 Move fold_trunc_transparent_mathfn to match.pd
new 9d568ab 2015-10-23 Arnaud Charlet <charlet(a)adacore.com>
new 39629e6 2015-10-23 Bob Duff <duff(a)adacore.com>
new 7bbdeb3 2015-10-23 Richard Biener <rguenther(a)suse.de> Naveen H [...]
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 | 18 +
gcc/ada/ChangeLog | 75 +
gcc/ada/debug.adb | 8 +-
gcc/ada/einfo.adb | 29 +-
gcc/ada/einfo.ads | 14 +-
gcc/ada/exp_ch13.adb | 19 +-
gcc/ada/exp_ch3.adb | 4410 +++++++++++++++++++++++++-------------------------
gcc/ada/exp_ch6.adb | 6 +
gcc/ada/exp_dbug.adb | 43 +-
gcc/ada/exp_dbug.ads | 11 +-
gcc/ada/exp_prag.adb | 22 +-
gcc/ada/exp_strm.adb | 4 +-
gcc/ada/g-awk.ads | 4 +-
gcc/ada/ghost.adb | 77 +-
gcc/ada/ghost.ads | 4 -
gcc/ada/sem_ch13.adb | 88 +-
gcc/ada/sem_ch3.adb | 56 +-
gcc/ada/sem_ch6.adb | 13 +-
gcc/ada/sem_ch7.adb | 8 +-
gcc/ada/sem_ch8.adb | 89 +-
gcc/ada/sem_prag.adb | 15 +-
gcc/ada/sem_res.adb | 3 +-
gcc/ada/sem_util.adb | 26 +
gcc/ada/sem_util.ads | 2 +
gcc/fold-const.c | 44 -
gcc/match.pd | 23 +
26 files changed, 2682 insertions(+), 2429 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.