[Bug target/112573] Suboptimal code generation with `-fdata-sections` on aarch64

2023-11-20 Thread wilco at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112573 Wilco changed: What|Removed |Added Last reconfirmed||2023-11-20 Ever confirmed|0

[Bug target/112640] [14 regression] Failed bootstrap on arm64 (libgcc/config/libbid/bid128_fma.c:3569:1: internal compiler error: in extract_base_offset_in_addr, at config/aarch64/aarch64.cc:26424)

2023-11-20 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112640 --- Comment #8 from Andrew Pinski --- (In reply to Sam James from comment #7) > # head -10 /proc/cpuinfo > processor : 0 > BogoMIPS: 50.08 > Features: fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp > asimdhp cpuid

[Bug sanitizer/112563] [14 regression] libsanitizer doesn't assemble with Solaris/sparc as

2023-11-20 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112563 --- Comment #5 from Jakub Jelinek --- Ah, I see, the problem is that the sanitizers use (both in GCC and Clang) -fno-builtin option, which makes it not work unless user uses just memcpy. Short testcase: extern "C" void *memcpy (void *, const voi

[Bug target/112640] [14 regression] Failed bootstrap on arm64 (libgcc/config/libbid/bid128_fma.c:3569:1: internal compiler error: in extract_base_offset_in_addr, at config/aarch64/aarch64.cc:26424)

2023-11-20 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112640 Andrew Pinski changed: What|Removed |Added Keywords||wrong-code --- Comment #9 from Andrew P

[Bug sanitizer/112563] [14 regression] libsanitizer doesn't assemble with Solaris/sparc as

2023-11-20 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112563 --- Comment #6 from Jakub Jelinek --- Maybe extern "C" { static void *memcpy (void *, const void *, decltype (sizeof 0)) __attribute__ ((weakref ("__sanitizer_internal_memcpy"))); static void *memmove (void *, const void *, decltype (sizeof

[Bug sanitizer/112563] [14 regression] libsanitizer doesn't assemble with Solaris/sparc as

2023-11-20 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112563 --- Comment #7 from Jakub Jelinek --- It doesn't work after the string.h declarations of those functions.

[Bug bootstrap/112643] New: Failure to build libitm with --disable-bootstrap after r14-5607-g2f8f7ee2db82a3

2023-11-20 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112643 Bug ID: 112643 Summary: Failure to build libitm with --disable-bootstrap after r14-5607-g2f8f7ee2db82a3 Product: gcc Version: 14.0 Status: UNCONFIRMED Severity

[Bug bootstrap/112643] Failure to build libitm with --disable-bootstrap after r14-5607-g2f8f7ee2db82a3

2023-11-20 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112643 --- Comment #1 from anlauf at gcc dot gnu.org --- Created attachment 56655 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=56655&action=edit config.status

[Bug bootstrap/112643] Failure to build libitm with --disable-bootstrap after r14-5607-g2f8f7ee2db82a3

2023-11-20 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112643 --- Comment #2 from anlauf at gcc dot gnu.org --- For clarification: I did not bisect, but yesterdays build did work, today's doesn't, and I am seeing warnings while building libgfortran most likely pointing to this change.

[Bug middle-end/112614] Compile-time float-to-_Decimal64 fails for -NAN

2023-11-20 Thread joseph at codesourcery dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112614 --- Comment #2 from joseph at codesourcery dot com --- The sign of a NaN isn't specified for conversions, only for a few operations such as absolute value, negation, copysign.

[Bug tree-optimization/111970] [14 regression] SLP for non-IFN gathers result in RISC-V test failure on gather since r14-4745-gbeab5b95c58145

2023-11-20 Thread tnfchris at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111970 Tamar Christina changed: What|Removed |Added CC||tnfchris at gcc dot gnu.org --- Comme

[Bug tree-optimization/111970] [14 regression] SLP for non-IFN gathers result in RISC-V test failure on gather since r14-4745-gbeab5b95c58145

2023-11-20 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111970 --- Comment #20 from Andrew Pinski --- (In reply to Tamar Christina from comment #19) > I have noticed some other gather related failures but haven't had time to > triage them to file bugs. Hoping to get to that soon. I had noticed the followi

[Bug libstdc++/112596] GCC regex error in Opentelemetry C++

2023-11-20 Thread svraghavan7 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112596 --- Comment #4 from Veeraraghavan Sekar --- Okay thanks

[Bug target/112583] RISC-V regression testsuite errors with rv64gcv_zvl128b

2023-11-20 Thread patrick at rivosinc dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112583 --- Comment #5 from Patrick O'Neill --- I built all the zvl variants as a multilib. It seems like that caused them to interfere with eachother (potentially picking up the wrong glibc?). I'll rerun with separate runs & update the issues with upda

[Bug tree-optimization/111970] [14 regression] SLP for non-IFN gathers result in RISC-V test failure on gather since r14-4745-gbeab5b95c58145

2023-11-20 Thread pan2.li at intel dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111970 --- Comment #21 from Li Pan --- (In reply to Robin Dapp from comment #18) > I did a quick testsuite run on rv32 and can confirm that this fixes the > issue for me. Confirmed that this fixes the issue on RV64 too.

[Bug libstdc++/100903] Bogus "zero as null pointer constant" warning

2023-11-20 Thread headch at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100903 --- Comment #13 from Christopher Head --- Could the error message be made more readable by trying to call an undefined-but-declared non-consteval function inside the consteval context in the error case, rather than throwing? The name of the func

[Bug tree-optimization/112325] Missed vectorization of reduction after unrolling

2023-11-20 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112325 --- Comment #8 from CVS Commits --- The master branch has been updated by hongtao Liu : https://gcc.gnu.org/g:e5e305e6048c042139037378fe6abfad5735b54f commit r14-5632-ge5e305e6048c042139037378fe6abfad5735b54f Author: liuhongt Date: Fri Nov

[Bug tree-optimization/112637] Bogus -Wmaybe-uninitialized warning

2023-11-20 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112637 Andrew Pinski changed: What|Removed |Added Last reconfirmed||2023-11-21 Status|UNCONFIRM

[Bug sanitizer/102144] hwsan has a hardcoded pagesize requirement for aarch64

2023-11-20 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102144 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |14.0 --- Comment #3 from Andrew Pinski

[Bug sanitizer/102144] hwsan has a hardcoded pagesize requirement for aarch64

2023-11-20 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102144 Andrew Pinski changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug tree-optimization/111972] [14 regression] missed vectorzation for bool a = j != 1; j = (long int)a;

2023-11-20 Thread liuhongt at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111972 liuhongt at gcc dot gnu.org changed: What|Removed |Added CC||liuhongt at gcc dot gnu.org

[Bug sanitizer/112644] New: [14 Regression] Some of the hwasan testcase fail after the recent merge

2023-11-20 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112644 Bug ID: 112644 Summary: [14 Regression] Some of the hwasan testcase fail after the recent merge Product: gcc Version: 14.0 Status: UNCONFIRMED Keywords: testsu

[Bug sanitizer/112644] [14 Regression] Some of the hwasan testcase fail after the recent merge

2023-11-20 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112644 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |14.0

[Bug sanitizer/112644] [14 Regression] Some of the hwasan testcase fail after the recent merge

2023-11-20 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112644 --- Comment #1 from Andrew Pinski --- for halt_on_error-1.c, it is trying to match: WRITE of size 17 at 0x[0-9a-f]+.*READ of size 1 at 0x[0-9a-f]+.*WRITE of size 1 at 0x[0-9a-f]+.*READ of size 1 at 0x[0-9a-f]+.* But we get just: WRITE of size

[Bug sanitizer/112644] [14 Regression] Some of the hwasan testcase fail after the recent merge

2023-11-20 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112644 --- Comment #2 from Andrew Pinski --- hwasan-thread-clears-stack.c looks like it now able to describe the location. So that seems like only a testsuite issue. halt_on_error-1.c does look like we just halt on a failure instead of continue ...

[Bug tree-optimization/111972] [14 regression] missed vectorzation for bool a = j != 1; j = (long int)a;

2023-11-20 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111972 --- Comment #13 from Andrew Pinski --- (In reply to liuhongt from comment #12) > > Is there any progress for this? I have a patch ready to post for this but since I changed employement a few weeks ago, I have to clear legal requirements still.

[Bug target/111170] [13/14 regression] Malformed manifest does not allow to run gcc on Windows XP (Accessing a corrupted shared library) since r13-6552-gd11e088210a551

2023-11-20 Thread lh_mouse at 126 dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70 --- Comment #9 from LIU Hao --- (In reply to Costas Argyris from comment #8) > (In reply to LIU Hao from comment #3) > > Costas, would you like to provide a configure option to exclude that > > manifest? > > I created a patch for that and attac

[Bug tree-optimization/112645] New: missed-optimization: cswitch optimization missed in nested if-statement

2023-11-20 Thread goon.pri.low at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112645 Bug ID: 112645 Summary: missed-optimization: cswitch optimization missed in nested if-statement Product: gcc Version: 13.2.1 Status: UNCONFIRMED Severity: norm

[Bug debug/112638] ICE: in add_dwarf_attr, at dwarf2out.cc:4501

2023-11-20 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112638 Andrew Pinski changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug debug/100530] [11/12/13/14 Regression] ICE with -g: in add_dwarf_attr with __seg_gs (Alternative address-space) global variable since r8-4385-ga297ccb52e0c894e

2023-11-20 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100530 Andrew Pinski changed: What|Removed |Added CC||iamanonymous.cs at gmail dot com --- C

[Bug c++/69549] Named Address Spaces does not compile in C++

2023-11-20 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69549 Andrew Pinski changed: What|Removed |Added Severity|normal |enhancement

[Bug target/112611] LoongArch: Test cases lsx-vshuf.c and lasx-xvshuf_b.c fails on LA664

2023-11-20 Thread xujiahao at loongson dot cn via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112611 Jiahao Xu changed: What|Removed |Added CC||xujiahao at loongson dot cn --- Comment #1

[Bug target/112597] RISC-V regression testsuite errors with rv64gcv_zvl256b

2023-11-20 Thread juzhe.zhong at rivai dot ai via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112597 --- Comment #4 from JuzheZhong --- Confirm on C/C++ RV32 and RV64 FAILs FAIL: gcc.dg/pr30957-1.c also happens on X86 so we need to ignore it. The other one is: FAIL: gcc.target/riscv/rvv/autovec/gather-scatter/gather_load_run-12.c execution t

[Bug target/112598] RISC-V regression testsuite errors with rv64gcv_zvl512b

2023-11-20 Thread juzhe.zhong at rivai dot ai via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112598 --- Comment #2 from JuzheZhong --- Since zvl128b and zvl256b bug fix are done. So I am gonna work on zvl512b now.

[Bug tree-optimization/111972] [14 regression] missed vectorzation for bool a = j != 1; j = (long int)a;

2023-11-20 Thread liuhongt at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111972 --- Comment #14 from liuhongt at gcc dot gnu.org --- (In reply to Andrew Pinski from comment #13) > (In reply to liuhongt from comment #12) > > > > Is there any progress for this? > > I have a patch ready to post for this but since I changed em

[Bug bootstrap/112643] Failure to build libitm with --disable-bootstrap after r14-5607-g2f8f7ee2db82a3

2023-11-20 Thread jvdelisle at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112643 Jerry DeLisle changed: What|Removed |Added CC||jvdelisle at gcc dot gnu.org --- Commen

[Bug middle-end/112406] [14 Regression] Several SPECCPU 2017 benchmarks fail with on internal compiler error: in expand_insn, at optabs.cc:8305 after g:01c18f58d37865d5f3bbe93e666183b54ec608c7

2023-11-20 Thread tnfchris at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112406 --- Comment #14 from Tamar Christina --- Thanks, Those cases seem fixed now. I do however still see another LTO failure that looks related in SPECCPU 2006: ratectl.c:1566:6: internal compiler error: in vect_transform_reduction, at tree-vect-l

[Bug plugins/112520] gcc.dg/plugin/cpython-plugin-test-PyList_Append.c -fplugin=./analyzer_cpython_plugin.so ICE (segmentation fault) with Python 3.12+

2023-11-20 Thread xry111 at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112520 Xi Ruoyao changed: What|Removed |Added CC||dmalcolm at redhat dot com Summa

[Bug plugins/112520] gcc.dg/plugin/cpython-plugin-test-PyList_Append.c -fplugin=./analyzer_cpython_plugin.so ICE (segmentation fault) with Python 3.12+

2023-11-20 Thread xry111 at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112520 --- Comment #3 from Xi Ruoyao --- (In reply to Xi Ruoyao from comment #2) > Not a target-specific issue. Starting from > https://github.com/python/cpython/commit/ > ea2c0016502472aa8baa3149050ada776d17a009 where an unnamed union is added. Full

[Bug bootstrap/112643] Failure to build libitm with --disable-bootstrap after r14-5607-g2f8f7ee2db82a3

2023-11-20 Thread haochen.jiang at intel dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112643 --- Comment #4 from Haochen Jiang --- It is weird since everything passed even under bootstrap. Could you provide the exact options you build GCC with --disable-bootstrap for me to reproduce? I suppose all of them are '--enable-libsanitizer' '

[Bug bootstrap/112643] Failure to build libitm with --disable-bootstrap after r14-5607-g2f8f7ee2db82a3

2023-11-20 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112643 Sam James changed: What|Removed |Added CC||sjames at gcc dot gnu.org --- Comment #5 fr

[Bug bootstrap/112643] Failure to build libitm with --disable-bootstrap after r14-5607-g2f8f7ee2db82a3

2023-11-20 Thread urs at akk dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112643 urs at akk dot org changed: What|Removed |Added CC||urs at akk dot org --- Comment #6 f

[Bug bootstrap/112643] Failure to build libitm with --disable-bootstrap after r14-5607-g2f8f7ee2db82a3

2023-11-20 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112643 --- Comment #7 from Andrew Pinski --- I suspect the common theme here is enable-default-pie . In the case of the original report was built with a compiler that had enabled and --disable-bootstrap got it.

[Bug tree-optimization/111970] [14 regression] SLP for non-IFN gathers result in RISC-V test failure on gather since r14-4745-gbeab5b95c58145

2023-11-20 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111970 --- Comment #22 from CVS Commits --- The master branch has been updated by Richard Biener : https://gcc.gnu.org/g:c656d268c9dac8b6f710b9bbd399214cb11b3287 commit r14-5635-gc656d268c9dac8b6f710b9bbd399214cb11b3287 Author: Richard Biener Date:

[Bug bootstrap/112643] Failure to build libitm with --disable-bootstrap after r14-5607-g2f8f7ee2db82a3

2023-11-20 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112643 --- Comment #8 from anlauf at gcc dot gnu.org --- (In reply to Haochen Jiang from comment #4) > Could you provide the exact options you build GCC with --disable-bootstrap > for me to reproduce? > > I suppose all of them are '--enable-libsanitize

[Bug tree-optimization/111970] [14 regression] SLP for non-IFN gathers result in RISC-V test failure on gather since r14-4745-gbeab5b95c58145

2023-11-20 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111970 Richard Biener changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug bootstrap/112643] Failure to build libitm with --disable-bootstrap after r14-5607-g2f8f7ee2db82a3

2023-11-20 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112643 --- Comment #9 from Andrew Pinski --- I will look into this tomorrow but maybe there is some gc issue going on.

[Bug bootstrap/112643] [14 regression] failure to build libitm with --disable-bootstrap after r14-5607-g2f8f7ee2db82a3

2023-11-20 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112643 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |14.0 Summary|Failure to buil

[Bug bootstrap/112643] [14 regression] failure to build libitm with --disable-bootstrap after r14-5607-g2f8f7ee2db82a3

2023-11-20 Thread haochen.jiang at intel dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112643 --- Comment #10 from Haochen Jiang --- (In reply to Andrew Pinski from comment #7) > I suspect the common theme here is enable-default-pie . > > In the case of the original report was built with a compiler that had > enabled and --disable-boots

[Bug bootstrap/112643] [14 regression] failure to build libitm with --disable-bootstrap after r14-5607-g2f8f7ee2db82a3

2023-11-20 Thread urs at akk dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112643 --- Comment #11 from urs at akk dot org --- I'm using gcc -v Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-linux-gnu/13/lto-wrapper OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa OFFLOAD_TARGET_DEFAULT=1

[Bug middle-end/112406] [14 Regression] Several SPECCPU 2017 benchmarks fail with on internal compiler error: in expand_insn, at optabs.cc:8305 after g:01c18f58d37865d5f3bbe93e666183b54ec608c7

2023-11-20 Thread rdapp at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112406 --- Comment #15 from Robin Dapp --- Hmm, that's definitely related to the original change but most likely not to the fixes. gcc_assert (code == IFN_COND_ADD || code == IFN_COND_SUB || code == IFN_COND_MUL || code == IFN_

[Bug bootstrap/112643] [14 regression] failure to build libitm with --disable-bootstrap after r14-5607-g2f8f7ee2db82a3

2023-11-20 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112643 --- Comment #12 from Andrew Pinski --- Wait -march=native . Are these all on cores that have avx on it? If this is a dup of that other bug.

[Bug bootstrap/112643] [14 regression] failure to build libitm with --disable-bootstrap after r14-5607-g2f8f7ee2db82a3

2023-11-20 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112643 --- Comment #13 from Andrew Pinski --- It might be that the issue has been latent for a long time and only started to show up with newer sources and that bootstrap actually is the only way to workaround it now (well when it is fixed).

[Bug bootstrap/112643] [14 regression] failure to build libitm with --disable-bootstrap after r14-5607-g2f8f7ee2db82a3

2023-11-20 Thread haochen.jiang at intel dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112643 --- Comment #14 from Haochen Jiang --- Intel(R) Core(TM) i5-8250U and AMD Ryzen 7 PRO 6850U both have AVX. I am trying to reproduce that on building trunk with GCC 13.

[Bug bootstrap/112643] [14 regression] failure to build libitm with --disable-bootstrap after r14-5607-g2f8f7ee2db82a3

2023-11-20 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112643 --- Comment #15 from Andrew Pinski --- See pr 112572 .

<    1   2