This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/omp/gcc-13 in repository gcc.
from 4baf97f9a79 libgomp/testsuite: Add requires-unified-addr-1.{c,f90} [PR109837] new 0b617542bac OpenMP: Set default-device-var with OMP_TARGET_OFFLOAD=mandatory adds b69596f7cc5 Daily bump. adds 5e5b66f49d6 fix frange_nextafter odr violation adds 6955c36ab31 Fix disambiguation against .MASK_STORE adds 09c6f003aaa Fix disambiguation against .MASK_LOAD adds 0cdaf87f03f Daily bump. adds 66f8f9b35f0 Use x instead of v for alternative 2 (v, BH) in mov<mode>_i [...] adds a79f49f934b i386: Fix up whitespace in assembly new a544c4a400f Merge branch 'releases/gcc-13' into devel/omp/gcc-13 new 0c9297acf8a Fix typo in 'libgomp.c/target-51.c' new bdfa9a8d2cd Align a 'OMP_TARGET_OFFLOAD=mandatory' diagnostic with others
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/ChangeLog | 35 ++++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/config/i386/i386.cc | 6 ++--- gcc/config/i386/sse.md | 2 +- gcc/range-op-float.cc | 6 ++--- gcc/testsuite/gcc.target/i386/pr110227.c | 11 ++++++++ gcc/tree-ssa-alias.cc | 6 +++++ libgomp/ChangeLog.omp | 42 +++++++++++++++++++++++++++++++ libgomp/env.c | 13 ++++++++-- libgomp/icv-device.c | 4 +++ libgomp/libgomp.texi | 4 ++- libgomp/target.c | 15 ++++++++++- libgomp/testsuite/libgomp.c/target-48.c | 31 +++++++++++++++++++++++ libgomp/testsuite/libgomp.c/target-49.c | 18 +++++++++++++ libgomp/testsuite/libgomp.c/target-50.c | 27 ++++++++++++++++++++ libgomp/testsuite/libgomp.c/target-50a.c | 43 ++++++++++++++++++++++++++++++++ libgomp/testsuite/libgomp.c/target-51.c | 24 ++++++++++++++++++ libgomp/testsuite/libgomp.c/target-52.c | 25 +++++++++++++++++++ libgomp/testsuite/libgomp.c/target-53.c | 22 ++++++++++++++++ libgomp/testsuite/libgomp.c/target-54.c | 20 +++++++++++++++ 20 files changed, 344 insertions(+), 12 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr110227.c create mode 100644 libgomp/testsuite/libgomp.c/target-48.c create mode 100644 libgomp/testsuite/libgomp.c/target-49.c create mode 100644 libgomp/testsuite/libgomp.c/target-50.c create mode 100644 libgomp/testsuite/libgomp.c/target-50a.c create mode 100644 libgomp/testsuite/libgomp.c/target-51.c create mode 100644 libgomp/testsuite/libgomp.c/target-52.c create mode 100644 libgomp/testsuite/libgomp.c/target-53.c create mode 100644 libgomp/testsuite/libgomp.c/target-54.c