This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ff6f7d8e005 tree-optimization/121320 - UBSAN error in ao_ref_init_from_ [...] new ccead81bbc3 i386: Ignore regparm attribute and warn for it in 64-bit mode new 55e71d2a553 i386: Fix incorrect comment about stdcall and fastcall comp [...] new 3b146853a3e i386: Fix incorrect handling of simultaneous regparm and th [...] new df82965344f i386: Fix typo in diagnostic about simultaneous regparm and [...]
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/config/i386/i386-options.cc | 35 ++++++++++--------- gcc/testsuite/g++.dg/abi/regparm1.C | 2 +- gcc/testsuite/gcc.target/i386/20020224-1.c | 1 + gcc/testsuite/gcc.target/i386/attributes-error.c | 41 +++++++++++++++++++---- gcc/testsuite/gcc.target/i386/attributes-ignore.c | 8 +++++ gcc/testsuite/gcc.target/i386/pr103785.c | 5 ++- gcc/testsuite/gcc.target/i386/pr15184-2.c | 2 +- gcc/testsuite/gcc.target/i386/pr36533.c | 24 ++++++++++--- gcc/testsuite/gcc.target/i386/pr59099.c | 9 ++++- gcc/testsuite/gcc.target/i386/sibcall-8.c | 14 +++++--- gcc/testsuite/gcc.target/i386/sw-1.c | 5 ++- 11 files changed, 110 insertions(+), 36 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/attributes-ignore.c