This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2e3534be44d 2019-08-14 Richard Biener rguenther@suse.de Uro [...] new d6491b527c7 Add generic support for noinit attribute.
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 | 9 ++++ gcc/c-family/ChangeLog | 7 +++ gcc/c-family/c-attribs.c | 60 +++++++++++++++++++++- gcc/config/msp430/msp430.c | 4 +- gcc/doc/extend.texi | 8 +++ gcc/doc/sourcebuild.texi | 3 ++ gcc/testsuite/ChangeLog | 6 +++ .../gcc.c-torture/execute/noinit-attribute.c | 59 +++++++++++++++++++++ gcc/testsuite/lib/target-supports.exp | 12 +++++ gcc/varasm.c | 11 ++++ 10 files changed, 176 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/execute/noinit-attribute.c