[Bug libstdc++/114724] [Regression] libstdc++prettyprinters/debug.[cc|cxx11.cc] failing to build

2024-04-15 Thread carlos.seo at linaro dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114724

Carlos Eduardo Seo  changed:

   What|Removed |Added

 Status|WAITING |RESOLVED
 Resolution|--- |INVALID

[Bug libstdc++/114724] [Regression] libstdc++prettyprinters/debug.[cc|cxx11.cc] failing to build

2024-04-15 Thread carlos.seo at linaro dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114724

--- Comment #2 from Carlos Eduardo Seo  ---
OK, I'll reopen it there.

[Bug libstdc++/114724] New: [Regression] libstdc++prettyprinters/debug.[cc|cxx11.cc] failing to build

2024-04-15 Thread carlos.seo at linaro dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114724

Bug ID: 114724
   Summary: [Regression]
libstdc++prettyprinters/debug.[cc|cxx11.cc] failing to
build
   Product: gcc
   Version: unknown
Status: UNCONFIRMED
  Severity: normal
  Priority: P3
 Component: libstdc++
  Assignee: unassigned at gcc dot gnu.org
  Reporter: carlos.seo at linaro dot org
  Target Milestone: ---

The following tests are failing to build:

=== libstdc++ tests ===

Running libstdc++:libstdc++-prettyprinters/prettyprinters.exp ...
UNRESOLVED: libstdc++-prettyprinters/debug.cc compilation failed to produce
executable
UNRESOLVED: libstdc++-prettyprinters/debug_cxx11.cc compilation failed to
produce executable

Possible culprit, according to the post-commit CI is:

https://sourceware.org/git/?p=binutils-gdb.git;a=commitdiff;h=c0419c024bf922128131671e40de0aed736e38ed

CI logs:

https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/binutils/sha1/c0419c024bf922128131671e40de0aed736e38ed/tcwg_gnu_native_check_gcc/master-aarch64/details.txt

https://ci.linaro.org/job/tcwg_gnu_native_check_gcc--master-aarch64-build/1047/artifact/artifacts

[Bug testsuite/109596] [14 Regression] Lots of guality testcase fails on x86_64 after r14-162-gcda246f8b421ba

2024-04-12 Thread carlos.seo at linaro dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109596

--- Comment #17 from Carlos Eduardo Seo  ---
Noted. Thanks!

[Bug testsuite/109596] [14 Regression] Lots of guality testcase fails on x86_64 after r14-162-gcda246f8b421ba

2024-04-12 Thread carlos.seo at linaro dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109596

Carlos Eduardo Seo  changed:

   What|Removed |Added

 CC||carlos.seo at linaro dot org

--- Comment #15 from Carlos Eduardo Seo  ---
I see some failures after this patch on aarch64-linux-gnu:

FAIL: gcc.dg/guality/pr54693-2.c -O2 -flto -fuse-linker-plugin
-fno-fat-lto-objects  -DPREVENT_OPTIMIZATION line 21 x == 10 - i
FAIL: gcc.dg/guality/pr54693-2.c -O2 -flto -fuse-linker-plugin
-fno-fat-lto-objects  -DPREVENT_OPTIMIZATION line 21 y == 20 - 2 * i
FAIL: gcc.dg/guality/pr54693-2.c -O2 -flto -fuse-linker-plugin
-fno-fat-lto-objects  -DPREVENT_OPTIMIZATION line 21 z == 30 - 3 * i

Could you please take a look?

[Bug middle-end/110027] [11/12/13 regression] Stack objects with extended alignments (vectors etc) misaligned on detect_stack_use_after_return

2024-04-12 Thread carlos.seo at linaro dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110027

Carlos Eduardo Seo  changed:

   What|Removed |Added

 CC||carlos.seo at linaro dot org

--- Comment #23 from Carlos Eduardo Seo  ---
FYI, the new test is failing on aarch64-linux-gnu.

[Bug tree-optimization/111131] SLP of gathers incomplete

2023-10-20 Thread carlos.seo at linaro dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=31

Carlos Eduardo Seo  changed:

   What|Removed |Added

 CC||carlos.seo at linaro dot org

--- Comment #5 from Carlos Eduardo Seo  ---
This patch caused a few extra failures:

=== gcc tests ===

Running gcc:gcc.target/aarch64/sve/aarch64-sve.exp ...
FAIL: gcc.target/aarch64/sve/mask_gather_load_8.c (internal compiler error: in
vect_get_and_check_slp_defs, at tree-vect-slp.cc:667)
FAIL: gcc.target/aarch64/sve/mask_gather_load_8.c (test for excess errors)
UNRESOLVED: gcc.target/aarch64/sve/mask_gather_load_8.c scan-assembler-times
\\tld1d\\tz[0-9]+\\.d, p[0-7]/z, \\[x[0-9]+, z[0-9]+\\.d, lsl #?3\\] 1
UNRESOLVED: gcc.target/aarch64/sve/mask_gather_load_8.c scan-assembler-times
\\tld1w\\tz[0-9]+\\.d, p[0-7]/z, \\[x[0-9]+, z[0-9]+\\.d, lsl #?2\\] 1
UNRESOLVED: gcc.target/aarch64/sve/mask_gather_load_8.c scan-assembler-times
\\tld1w\\tz[0-9]+\\.s, p[0-7]/z, \\[x[0-9]+, z[0-9]+\\.s, sxtw #?2\\] 1
UNRESOLVED: gcc.target/aarch64/sve/mask_gather_load_8.c scan-assembler-times
\\tld1w\\tz[0-9]+\\.s, p[0-7]/z, \\[x[0-9]+, z[0-9]+\\.s, uxtw #?2\\] 1

Could you please check?

[Bug libstdc++/110859] New: [14 Regression] New FAIL: 23_containers/vector/bool/110807.cc

2023-07-31 Thread carlos.seo at linaro dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110859

Bug ID: 110859
   Summary: [14 Regression] New FAIL:
23_containers/vector/bool/110807.cc
   Product: gcc
   Version: 14.0
Status: UNCONFIRMED
  Severity: normal
  Priority: P3
 Component: libstdc++
  Assignee: unassigned at gcc dot gnu.org
  Reporter: carlos.seo at linaro dot org
  Target Milestone: ---

Commit f30e62b0ee05befd20863466d1fb55a34d15c228 introduced a new failure:

FAIL: 23_containers/vector/bool/110807.cc (test for excess errors)

Confirmed on arm linux by the CI -
https://ci.linaro.org/job/tcwg_gnu_native_check_gcc--master-arm-build/488/

[Bug c/110858] New: [14 Regression] gcc.dg/unroll-1.c UNRESOLVED

2023-07-31 Thread carlos.seo at linaro dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110858

Bug ID: 110858
   Summary: [14 Regression] gcc.dg/unroll-1.c UNRESOLVED
   Product: gcc
   Version: 14.0
Status: UNCONFIRMED
  Severity: normal
  Priority: P3
 Component: c
  Assignee: unassigned at gcc dot gnu.org
  Reporter: carlos.seo at linaro dot org
  Target Milestone: ---

Commit a7d4310aed539b04345894ebafb49ca364780653 caused a new UNRESOLVED test
output on trunk:

UNRESOLVED: gcc.dg/unroll-1.c scan-rtl-dump-not loop2_unroll "Invalid sum"

Confirmed on arm linux, found by the precommit CI -
https://ci.linaro.org/job/tcwg_gcc_check--master-arm-precommit/2405/artifact/artifacts/artifacts.precommit/