This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from df7f52b3a4c Fortran: fix string length for array constructors with type [...] new 313ac5c049d Ada: Fix too small component size for fixed-point array inc [...] new 3350e383b05 Ada: Fix bogus "potentially unsynchronized barrier" warning
The 2 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/exp_ch9.adb | 2 +- gcc/ada/freeze.adb | 18 +++++++++++++++ gcc/testsuite/gnat.dg/protected_type1.adb | 25 +++++++++++++++++++++ gcc/testsuite/gnat.dg/specs/component_size1.ads | 30 +++++++++++++++++++++++++ 4 files changed, 74 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/gnat.dg/protected_type1.adb create mode 100644 gcc/testsuite/gnat.dg/specs/component_size1.ads