This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from db47c87 * config/sparc/sparc.c (sparc_expand_vector_init): Only acce [...] new a27e391 PR ada/37139 PR ada/67205 * common.opt (-ftrampolines): Ne [...]
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 | 57 +++++++ gcc/ada/ChangeLog | 11 ++ gcc/ada/gcc-interface/misc.c | 2 + gcc/ada/gcc-interface/trans.c | 40 ++++- gcc/builtins.c | 62 +++++++- gcc/builtins.def | 2 + gcc/calls.c | 101 ++++++++++-- gcc/cfgexpand.c | 1 + gcc/common.opt | 5 + gcc/config/i386/i386.h | 3 + gcc/config/ia64/ia64.h | 3 + gcc/config/rs6000/rs6000.h | 3 + gcc/config/sparc/sparc.h | 3 + gcc/defaults.h | 11 +- gcc/doc/invoke.texi | 24 ++- gcc/doc/tm.texi | 18 +++ gcc/doc/tm.texi.in | 2 + gcc/gimple.c | 4 + gcc/gimple.h | 21 +++ gcc/langhooks-def.h | 2 + gcc/langhooks.h | 4 + gcc/rtl.h | 5 + gcc/rtlanal.c | 3 +- gcc/target.def | 19 +++ gcc/testsuite/ChangeLog | 5 + .../gnat.dg/{trampoline2.adb => trampoline3.adb} | 13 +- .../gnat.dg/{trampoline2.adb => trampoline4.adb} | 16 +- gcc/tree-core.h | 9 ++ gcc/tree-nested.c | 169 ++++++++++++++++++--- gcc/tree.c | 9 +- gcc/tree.h | 10 ++ 31 files changed, 568 insertions(+), 69 deletions(-) copy gcc/testsuite/gnat.dg/{trampoline2.adb => trampoline3.adb} (59%) copy gcc/testsuite/gnat.dg/{trampoline2.adb => trampoline4.adb} (50%)