This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d96b8556e56 reassoc: Optimize x > 0x1fff || y > 0x1fff into (x | y) > 0 [...] new a9ec9902d7f fold-const: Avoid (cast) ((cast2) x p+ y) folding for -fsan [...]
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/fold-const.c | 14 ++++++++++++-- gcc/testsuite/g++.dg/ubsan/align-4.C | 31 +++++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/g++.dg/ubsan/align-4.C