This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 86574d66efe 2017-12-15 Eric Botcazou ebotcazou@adacore.com new 1937db45cca gcc/ada/
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 | 32 ++++ gcc/ada/einfo.ads | 2 +- gcc/ada/libgnat/s-vercon.adb | 2 +- gcc/ada/libgnat/s-vercon.ads | 4 +- gcc/ada/sem_ch6.adb | 7 +- gcc/ada/sem_prag.adb | 359 +++++++++++++++++++++++------------ gcc/ada/sem_res.adb | 14 +- gcc/ada/sem_util.adb | 241 ++++++++++++++++------- gcc/testsuite/ChangeLog | 4 + gcc/testsuite/gnat.dg/expr_func2.adb | 5 + gcc/testsuite/gnat.dg/expr_func2.ads | 22 +++ 11 files changed, 493 insertions(+), 199 deletions(-) create mode 100644 gcc/testsuite/gnat.dg/expr_func2.adb create mode 100644 gcc/testsuite/gnat.dg/expr_func2.ads