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 2f9fa91 2015-10-19 Steven G. Kargl kargl@gcc.gnu.org new 8a180b4 Fix default_binds_local_p_2 for extern protected data
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 | 8 ++++++ gcc/testsuite/ChangeLog | 9 +++++++ gcc/testsuite/gcc.target/aarch64/pr66912.c | 42 ++++++++++++++++++++++++++++++ gcc/testsuite/gcc.target/arm/pr66912.c | 42 ++++++++++++++++++++++++++++++ gcc/varasm.c | 5 ++-- 5 files changed, 104 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/pr66912.c create mode 100644 gcc/testsuite/gcc.target/arm/pr66912.c