This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 320bc33ba1d PR c++/82152 - ICE with class deduction and inherited ctor. new 28f588dcb91 PR target/85193 * config/i386/i386.md (define_attr "memor [...] new 1845bea21e2 Add another workaround to std::variant for Clang bug 31852
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/ChangeLog | 5 +++++ gcc/config/i386/i386.md | 4 ++-- gcc/testsuite/ChangeLog | 5 +++++ gcc/testsuite/gcc.target/i386/pr85193.c | 17 +++++++++++++++++ libstdc++-v3/ChangeLog | 7 ++++++- libstdc++-v3/include/std/variant | 4 ++-- 6 files changed, 37 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr85193.c