This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/pr67963/master in repository gcc.
discards 95e71f1 Fix PRs 67963/67985 discards baec8d7 Use GET_MODE_BITSIZE to get vector natural alignment discards d77a386 Fix def_test_returning_type in iamcu/test_basic_returning.c new 5ab93da Fix def_test_returning_type in iamcu/test_basic_returning.c new 0279669 Use GET_MODE_BITSIZE to get vector natural alignment new 4e0c587 Don't leak ISA to __attribute__ ((target("arch=XXX"))) new 3a6a8d0 Fix PRs 67963/67985
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (95e71f1) \ N -- N -- N refs/heads/hjl/pr67963/master (3a6a8d0)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
The 4 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/common/config/i386/i386-common.c | 2 +- gcc/testsuite/gcc.target/i386/pr67995-1.c | 16 ++++++++++++++++ gcc/testsuite/gcc.target/i386/pr67995-2.c | 16 ++++++++++++++++ gcc/testsuite/gcc.target/i386/pr67995-3.c | 16 ++++++++++++++++ 4 files changed, 49 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr67995-1.c create mode 100644 gcc/testsuite/gcc.target/i386/pr67995-2.c create mode 100644 gcc/testsuite/gcc.target/i386/pr67995-3.c