Browse Source
This commit bumps GCC from 12.2.0 to 13.2.0 and adjusts the allowlist accordingly (for glibc and newlib multilib builds). Signed-off-by: Christoph Müllner <christoph.muellner@vrull.eu>pull/1344/head
committed by
Christoph Müllner
11 changed files with 35 additions and 65 deletions
@ -1 +1 @@ |
|||
Subproject commit 2ee5e4300186a92ad73f1a1a64cb918dc76c8d67 |
|||
Subproject commit c891d8dc23e1a46ad9f3e757d09e57b500d40044 |
|||
@ -1,47 +1,19 @@ |
|||
# |
|||
# Check for nop insns fails due to ".option nopic". |
|||
# |
|||
FAIL: c-c++-common/patchable_function_entry-decl.c |
|||
FAIL: c-c++-common/patchable_function_entry-default.c |
|||
FAIL: c-c++-common/patchable_function_entry-definition.c |
|||
# |
|||
# XXX: Need review. |
|||
# |
|||
XPASS: gcc.dg/attr-alloc_size-11.c |
|||
XPASS: gcc.dg/tree-ssa/ssa-fre-3.c |
|||
FAIL: gcc.dg/lto/save-temps |
|||
FAIL: gcc.dg/pr90838.c |
|||
FAIL: gcc.target/riscv/promote-type-for-libcall.c |
|||
FAIL: g++.dg/contracts/contracts-tmpl-spec2.C |
|||
FAIL: g++.dg/modules/xtreme-header-5_c.C |
|||
# |
|||
# We didn't define TARGET_HAVE_SPECULATION_SAFE_VALUE or |
|||
# speculation_barrier pattern |
|||
# |
|||
FAIL: c-c++-common/spec-barrier-1.c |
|||
# |
|||
# Upstream fail cases due to target check with 'vect_slp_v2hi_store_align' and 'vect_slp_v4hi_store_unalign' |
|||
# |
|||
FAIL: gcc.dg/Warray-bounds-48.c |
|||
FAIL: gcc.dg/Wzero-length-array-bounds-2.c |
|||
FAIL: gcc.dg/uninit-pred-9_b.c |
|||
XPASS: gcc.dg/uninit-pred-7_a.c |
|||
# Upstream regression, |
|||
# Patch by Palmer: |
|||
# https://gcc.gnu.org/pipermail/gcc-patches/2022-May/593995.html |
|||
# Discuss in: |
|||
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102892 |
|||
FAIL: gcc.dg/analyzer/pr104308.c |
|||
FAIL: gcc.dg/pr102892-1.c |
|||
# |
|||
# Upstream fail cases due to tree dump check |
|||
# |
|||
# Patch by Palmer: |
|||
# https://gcc.gnu.org/pipermail/gcc-patches/2022-September/600932.html |
|||
# |
|||
FAIL: gcc.dg/tree-ssa/ssa-sink-18.c |
|||
# |
|||
# Upstream fixed cases |
|||
# Fix upstream (9fde76a) but no backport |
|||
# |
|||
# By Palmer: |
|||
# https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=010af1040bcf4870c8f1aac88a7b1538f622858b |
|||
FAIL: gcc.dg/debug/btf/btf-datasec-1.c |
|||
# By Jiawei: |
|||
# https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=dc32901a0221a43e121591b9819b4e33bcc2fd0a |
|||
FAIL: g++.dg/opt/const7.C |
|||
# https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=b18e5d7e5f9df69759f0fbc2bed91d5e51313e79 |
|||
FAIL: gcc.target/riscv/pr105666.c |
|||
FAIL: gcc.target/riscv/arch-19.c |
|||
|
|||
@ -1,2 +0,0 @@ |
|||
FAIL: c-c++-common/goacc/kernels-decompose-pr100400-1-2.c |
|||
XPASS: c-c++-common/goacc/kernels-decompose-pr100400-1-2.c |
|||
@ -1,2 +0,0 @@ |
|||
FAIL: c-c++-common/goacc/kernels-decompose-pr100400-1-2.c |
|||
XPASS: c-c++-common/goacc/kernels-decompose-pr100400-1-2.c |
|||
@ -1,2 +0,0 @@ |
|||
# Relocation truncated. |
|||
FAIL: gcc.dg/torture/vec-cvt-1.c -O0 (test for excess errors) |
|||
@ -1,10 +0,0 @@ |
|||
# |
|||
FAIL: g++.dg/torture/pr86763.C |
|||
# |
|||
# It's new failed case since GCC 11, |
|||
# this case only failed on -O0 |
|||
# But...I (Kito) don't know fortran too much, |
|||
# so put this here for now until someday we have time to |
|||
# investigating... |
|||
# |
|||
FAIL: gfortran.dg/assumed_rank_bounds_3.f90 |
|||
@ -1,5 +0,0 @@ |
|||
# |
|||
# fesetround not work with soft-fp |
|||
# |
|||
#FAIL: gcc.dg/torture/fp-int-convert-timode-3.c |
|||
#FAIL: gcc.dg/torture/fp-int-convert-timode-4.c |
|||
@ -1,4 +0,0 @@ |
|||
# |
|||
# XXX: Need review |
|||
# |
|||
XPASS: gcc.dg/tree-ssa/ssa-fre-3.c |
|||
Loading…
Reference in new issue