This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b60761baa6f Preparing to use shifts to eliminate redundant test/compare [...] new 18d0fad77b5 BTF: Support for BTF_KIND_FLOAT new 84f7bab8927 Fix build_gt and build_lt for signed 1 bit values.
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/btfout.c | 2 ++ gcc/range-op.cc | 18 ++++++++-- gcc/testsuite/gcc.dg/debug/btf/btf-float-1.c | 20 +++++++++++ gcc/testsuite/gcc.dg/debug/btf/btf-function-3.c | 2 +- gcc/testsuite/gcc.dg/debug/btf/btf-struct-2.c | 2 +- gcc/testsuite/gcc.dg/debug/btf/btf-variables-2.c | 2 +- gcc/testsuite/gcc.dg/pr101223.c | 44 ++++++++++++++++++++++++ include/btf.h | 9 ++--- 8 files changed, 90 insertions(+), 9 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/debug/btf/btf-float-1.c create mode 100644 gcc/testsuite/gcc.dg/pr101223.c