[Bug middle-end/112510] Regression: ASAN code injection breaks alignment of stack variables

2023-11-13 Thread sadko4u at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112510 --- Comment #6 from Vladimir Sadovnikov --- Here is disassembly of `test.cpp` function for GCC 7.5.0: ``` 00400727 <_Z13gate_x1_curvePfPKfPKN3dsp11gate_knee_tEm>: 400727: 4c 8d 54 24 08 lea0x8(%rsp),%r10 40072c:

[Bug lto/95194] bootstrap-lto fails on musl (bundled libintl uses asm aliases)

2023-11-13 Thread slyfox at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95194 Sergei Trofimovich changed: What|Removed |Added CC||slyfox at gcc dot gnu.org

[Bug rtl-optimization/112525] fail to eliminate unused store

2023-11-13 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112525 Richard Biener changed: What|Removed |Added Target||powerpc64le --- Comment #5 from

[Bug rtl-optimization/112525] fail to eliminate unused store

2023-11-13 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112525 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever confirmed|0

[Bug other/18303] Establish the intl directory as the single source for iconv configury information

2023-11-13 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=18303 Sam James changed: What|Removed |Added CC||arsen at gcc dot gnu.org,

[Bug target/112435] [14 regression] GCC generates assembly which gas rejects with AVX when building ncnn (Error: unsupported instruction `vblendps') since r14-96-gc2dac2e5fbbcdd

2023-11-13 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112435 Jakub Jelinek changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug lto/95194] bootstrap-lto fails on musl (bundled libintl uses asm aliases)

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

[Bug target/112435] [14 regression] GCC generates assembly which gas rejects with AVX when building ncnn (Error: unsupported instruction `vblendps') since r14-96-gc2dac2e5fbbcdd

2023-11-13 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112435 --- Comment #15 from CVS Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:6043bfbd89b335dd10f093a653ee58c5b1e08ed3 commit r14-5430-g6043bfbd89b335dd10f093a653ee58c5b1e08ed3 Author: Jakub Jelinek Date:

[Bug middle-end/59559] ICE: invalid RTX sharing in expmed.c:expand_divmod

2023-11-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59559 Andrew Pinski changed: What|Removed |Added Last reconfirmed|2021-12-18 00:00:00 |2023-11-13 --- Comment #2 from Andrew

[Bug rtl-optimization/112525] fail to eliminate unused store

2023-11-13 Thread guojiufu at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112525 --- Comment #3 from Jiu Fu Guo --- One possible method is fixing DSE to let is able to remove those 'store's. (but need to take care of the case that is using 'arg_pointer' to pass parameters.) Another method: there is a patch

[Bug target/112512] ICE in lra_split_hard_reg_for, at lra-assigns.cc:1861 with using RAX as global register

2023-11-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112512 Andrew Pinski changed: What|Removed |Added Known to fail||4.1.2, 4.8.1, 4.9.1, 7.1.0

[Bug rtl-optimization/110390] ICE on valid code on x86_64-linux-gnu with sel-scheduling: in av_set_could_be_blocked_by_bookkeeping_p, at sel-sched.cc:3609 since r13-3596-ge7310e24b1c0ca

2023-11-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110390 --- Comment #6 from Andrew Pinski --- (In reply to Thomas Koenig from comment #5) > Bisects to r13-3596-ge7310e24b1c0ca. > > No idea if this just exposed a latent bug, or introduced it. That almost definitely exposed it. Maybe someone could

[Bug rtl-optimization/112525] fail to eliminate unused store

2023-11-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112525 Andrew Pinski changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug rtl-optimization/112525] fail to eliminate unused store

2023-11-13 Thread guojiufu at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112525 --- Comment #1 from Jiu Fu Guo --- (In reply to Jiu Fu Guo from comment #0) > For below code: > ``` > typedef struct teststruct > { > double d; > int arr[15]; /* for ppc64le example foo1, 14: foo is just blr. 15: foo has > 8 'std's */ > }

[Bug rtl-optimization/110390] ICE on valid code on x86_64-linux-gnu with sel-scheduling: in av_set_could_be_blocked_by_bookkeeping_p, at sel-sched.cc:3609 since r13-3596-ge7310e24b1c0ca

2023-11-13 Thread tkoenig at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110390 Thomas Koenig changed: What|Removed |Added URL||https://gcc.gnu.org/bugzill

[Bug rtl-optimization/112525] New: fail to eliminate unused store

2023-11-13 Thread guojiufu at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112525 Bug ID: 112525 Summary: fail to eliminate unused store Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug ada/112514] [14 Regression] All ACATS tests fail on trunk

2023-11-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112514 Andrew Pinski changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug middle-end/112510] Regression: ASAN code injection breaks alignment of stack variables

2023-11-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112510 --- Comment #5 from Andrew Pinski --- Could also be caused by r8-1786-g7b97253879973d .

[Bug target/112523] [14 regression] ICE in ipa_push_agg_values_from_jfunc, at ipa-cp.cc:2139 during bootstrap since r14-5385-g0a140730c97087

2023-11-13 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112523 Sam James changed: What|Removed |Added Last reconfirmed||2023-11-14 Status|UNCONFIRMED

[Bug middle-end/112510] Regression: ASAN code injection breaks alignment of stack variables

2023-11-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112510 --- Comment #4 from Andrew Pinski --- Looks like the first code generation change for this function is between GCC 7 and GCC 8. >It is not reproducible on other than ArchLinux systems with older compiler >because the compiler generates proper

[Bug tree-optimization/112509] [14 Regression] internal compiler error: in verify_range, at value-range.cc:1132

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

[Bug ada/112524] New: gnat crashes when initializing an array to a size determined by a vector's length

2023-11-13 Thread devotus at yahoo dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112524 Bug ID: 112524 Summary: gnat crashes when initializing an array to a size determined by a vector's length Product: gcc Version: 13.2.1 Status: UNCONFIRMED

[Bug fortran/106402] half preicision is not supported by gfortran(real*2).

2023-11-13 Thread crazylht at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106402 --- Comment #3 from Hongtao.liu --- (In reply to Thomas Koenig from comment #2) > It would make sense to have it, I guess. If somebody has access > to the relevant hardware, it could also be tested :-) x86 support _Float16 operations with

[Bug libfortran/110966] should matmul_c8_avx512f be updated with matmul_c8_x86-64-v4.

2023-11-13 Thread crazylht at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110966 --- Comment #6 from Hongtao.liu --- (In reply to Thomas Koenig from comment #5) > (In reply to Hongtao.liu from comment #4) > > (In reply to anlauf from comment #3) > > > (In reply to Hongtao.liu from comment #2) > > > > (In reply to Richard

[Bug c++/112515] [14 regression] ICE when building Transmission in standard_conversion with {} and type depdent and enum class and function call since r14-4793-gdad311874ac3b3

2023-11-13 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112515 Patrick Palka changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |ppalka at gcc dot gnu.org

[Bug target/112478] riscv: asm clobbers not honored

2023-11-13 Thread kito at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112478 Kito Cheng changed: What|Removed |Added Ever confirmed|0 |1 CC|

[Bug tree-optimization/105735] GCC failed to reduce &= loop_inv in loop.

2023-11-13 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105735 --- Comment #4 from CVS Commits --- The master branch has been updated by hongtao Liu : https://gcc.gnu.org/g:fd1596f9962569afff6c9298a7c79686c6950bef commit r14-5428-gfd1596f9962569afff6c9298a7c79686c6950bef Author: liuhongt Date: Mon Oct

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

2023-11-13 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111972 --- Comment #11 from CVS Commits --- The master branch has been updated by hongtao Liu : https://gcc.gnu.org/g:fd1596f9962569afff6c9298a7c79686c6950bef commit r14-5428-gfd1596f9962569afff6c9298a7c79686c6950bef Author: liuhongt Date: Mon

[Bug tree-optimization/112392] `a == nonnegative ? a : abs` -> abs

2023-11-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112392 --- Comment #2 from Andrew Pinski --- Created attachment 56579 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=56579=edit More complete testcase for the ones which should be detected

[Bug c/111811] [14 Regression] ICE with vector float bitfield after error

2023-11-13 Thread joseph at codesourcery dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111811 --- Comment #4 from joseph at codesourcery dot com --- The checks are in check_bitfield_type_and_width. I expect the attribute - in this position a declaration attribute - gets applied after that (and while applying it results in a change to

[Bug libstdc++/112480] optional::reset emits inefficient code when T is trivially-destructible

2023-11-13 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112480 --- Comment #9 from CVS Commits --- The master branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:2c492f99fc1fcb5f598286c3f3a21a05bca69d9e commit r14-5421-g2c492f99fc1fcb5f598286c3f3a21a05bca69d9e Author: Jonathan Wakely

[Bug target/112523] [14 regression] ICE in ipa_push_agg_values_from_jfunc, at ipa-cp.cc:2139 during bootstrap since r14-5385-g0a140730c97087

2023-11-13 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112523 --- Comment #5 from Jonathan Wakely --- This also caused some new libstdc++ FAILs: FAIL: 20_util/duration/io.cc -std=gnu++20 execution test FAIL: 20_util/to_chars/1.cc -std=gnu++17 execution test For the first one the failure is:

[Bug target/112523] [14 regression] ICE in ipa_push_agg_values_from_jfunc, at ipa-cp.cc:2139

2023-11-13 Thread ro at CeBiTec dot Uni-Bielefeld.DE via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112523 --- Comment #4 from ro at CeBiTec dot Uni-Bielefeld.DE --- > --- Comment #2 from Andrew Pinski --- > (In reply to Rainer Orth from comment #0) >> Between 20231110 and 20231123, Solaris/x86 bootstrap got broken: both the 32 >> and 64-bit

[Bug target/112523] [14 regression] ICE in ipa_push_agg_values_from_jfunc, at ipa-cp.cc:2139

2023-11-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112523 Andrew Pinski changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug target/112523] [14 regression] ICE in ipa_push_agg_values_from_jfunc, at ipa-cp.cc:2139

2023-11-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112523 --- Comment #2 from Andrew Pinski --- (In reply to Rainer Orth from comment #0) > Between 20231110 and 20231123, Solaris/x86 bootstrap got broken: both the 32 > and 64-bit libgcc/unwind-dw2.c and unwind-dw2-fde-dip.c cause an ICE: What stage

[Bug target/112523] [14 regression] ICE in ipa_push_agg_values_from_jfunc, at ipa-cp.cc:2139

2023-11-13 Thread ro at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112523 --- Comment #1 from Rainer Orth --- Created attachment 56578 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=56578=edit reduced testcase

[Bug target/112523] [14 regression] ICE in ipa_push_agg_values_from_jfunc, at ipa-cp.cc:2139

2023-11-13 Thread ro at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112523 Rainer Orth changed: What|Removed |Added Target Milestone|--- |14.0

[Bug target/112523] New: [14 regression] ICE in ipa_push_agg_values_from_jfunc, at ipa-cp.cc:2139

2023-11-13 Thread ro at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112523 Bug ID: 112523 Summary: [14 regression] ICE in ipa_push_agg_values_from_jfunc, at ipa-cp.cc:2139 Product: gcc Version: 14.0 Status: UNCONFIRMED Keywords:

[Bug c/112449] Arithmetic operations can produce signaling NaNs

2023-11-13 Thread joseph at codesourcery dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112449 --- Comment #13 from joseph at codesourcery dot com --- On Fri, 10 Nov 2023, rguenth at gcc dot gnu.org via Gcc-bugs wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112449 > > --- Comment #11 from Richard Biener --- > (In reply to

[Bug target/112519] [14 Regression] wrong code with __builtin_sub_overflow_p() on x86_64-pc-linux-gnu

2023-11-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112519 --- Comment #3 from Andrew Pinski --- Failed at r14-5371-g93e92b2e5d6866 but passes at r14-5297-gd63282fa5b587f .

[Bug tree-optimization/112521] [11/12/13/14 Regression] __float128 miscompilation: assignment as an aggregate field

2023-11-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112521 --- Comment #8 from Andrew Pinski --- (In reply to Andrew Kelley from comment #7) > Thank you for looking into it! By the way the workaround is to use -fno-tree-sra to disable SRA. But that might cause other missed optimizations.

[Bug tree-optimization/112521] [11/12/13/14 Regression] __float128 miscompilation: assignment as an aggregate field

2023-11-13 Thread andrew at ziglang dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112521 --- Comment #7 from Andrew Kelley --- Thank you for looking into it!

[Bug tree-optimization/112521] [11/12/13/14 Regression] __float128 miscompilation: assignment as an aggregate field

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

[Bug tree-optimization/93271] [11/12/13/14 regression] SRA producing wrong code on denormals

2023-11-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93271 Andrew Pinski changed: What|Removed |Added CC||andrew at ziglang dot org --- Comment

[Bug testsuite/112522] [14 regression] g++.dg/modules/bad-mapper-1.C fails with excess errors after r14-5310-g879cf9ff45d940

2023-11-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112522 Andrew Pinski changed: What|Removed |Added Keywords||testsuite-fail Resolution|---

[Bug tree-optimization/93271] [11/12/13/14 regression] SRA producing wrong code on denormals

2023-11-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93271 --- Comment #15 from Andrew Pinski --- It is even worse with `int128_t` and `long double` due to `long double` having padding bits (and a padding byte). So it is not only denormals but even bits in the padding bits/byte that might get lost.

[Bug other/112522] New: [14 regression] g++.dg/modules/bad-mapper-1.C fails with excess errors after r14-5310-g879cf9ff45d940

2023-11-13 Thread seurer at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112522 Bug ID: 112522 Summary: [14 regression] g++.dg/modules/bad-mapper-1.C fails with excess errors after r14-5310-g879cf9ff45d940 Product: gcc Version: 14.0 Status:

[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-13 Thread juzhe.zhong at rivai dot ai via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111970 --- Comment #10 from JuzheZhong --- (In reply to Richard Biener from comment #9) > Does it still occur after the last round of fixes? Hi, Richard. The FAIL still exists. We will revisit it later to see whether it is RISC-V backend issue. It

[Bug tree-optimization/112521] [11/12/13/14 Regression] __float128 miscompilation: assignment as an aggregate field

2023-11-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112521 Andrew Pinski changed: What|Removed |Added Depends on||93271 --- Comment #5 from Andrew

[Bug tree-optimization/112521] [11/12/13/14 Regression] __float128 miscompilation: assignment as an aggregate field

2023-11-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112521 Andrew Pinski changed: What|Removed |Added Keywords||needs-bisection Last reconfirmed|

[Bug tree-optimization/112521] [11/12/13/14 Regression] __float128 miscompilation: assignment as an aggregate field

2023-11-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112521 Andrew Pinski changed: What|Removed |Added Keywords|alias |wrong-code Target|

[Bug middle-end/112521] __float128 miscompilation: assignment as an aggregate field

2023-11-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112521 --- Comment #2 from Andrew Pinski --- Created attachment 56577 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=56577=edit Testcase that is compatiable going back to at least GCC 6

[Bug target/112494] ICE in ix86_cc_mode, at config/i386/i386.cc:16477

2023-11-13 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112494 --- Comment #8 from CVS Commits --- The master branch has been updated by Uros Bizjak : https://gcc.gnu.org/g:c75bab7274fe60fb2def8acf06ee9f4f856ce1ac commit r14-5419-gc75bab7274fe60fb2def8acf06ee9f4f856ce1ac Author: Uros Bizjak Date: Mon

[Bug rtl-optimization/112415] [14 regression] Python 3.11 miscompiled on HPPA with new RTL fold mem offset pass, since r14-4664-g04c9cf5c786b94

2023-11-13 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112415 --- Comment #49 from John David Anglin --- Created attachment 56576 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=56576=edit Patch to improve reg+d address handling This patch revise pa_legitimate_address_p to allow 14-bit displacements

[Bug middle-end/112521] __float128 miscompilation: assignment as an aggregate field

2023-11-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112521 Andrew Pinski changed: What|Removed |Added Component|c |middle-end Keywords|

[Bug c/112521] New: __float128 miscompilation: assignment as an aggregate field

2023-11-13 Thread andrew at ziglang dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112521 Bug ID: 112521 Summary: __float128 miscompilation: assignment as an aggregate field Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: normal

[Bug target/112520] gcc.dg/plugin/cpython-plugin-test-PyList_Append.c -fplugin=./analyzer_cpython_plugin.so ICE (segmentation fault) on loongarch64-linux-gnu

2023-11-13 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 Keywords||ice-checking --- Comment #1 from Xi Ruoyao

[Bug fortran/106402] half preicision is not supported by gfortran(real*2).

2023-11-13 Thread tkoenig at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106402 Thomas Koenig changed: What|Removed |Added Last reconfirmed||2023-11-13 Ever confirmed|0

[Bug target/112520] New: gcc.dg/plugin/cpython-plugin-test-PyList_Append.c -fplugin=./analyzer_cpython_plugin.so ICE (segmentation fault) on loongarch64-linux-gnu

2023-11-13 Thread xry111 at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112520 Bug ID: 112520 Summary: gcc.dg/plugin/cpython-plugin-test-PyList_Append.c -fplugin=./analyzer_cpython_plugin.so ICE (segmentation fault) on loongarch64-linux-gnu Product:

[Bug libfortran/110966] should matmul_c8_avx512f be updated with matmul_c8_x86-64-v4.

2023-11-13 Thread tkoenig at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110966 Thomas Koenig changed: What|Removed |Added Ever confirmed|0 |1 CC|

[Bug c/112488] [14 Regression] ICE in make_ssa_name_fn with VLA inside type and inlining since r14-1142

2023-11-13 Thread uecker at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112488 --- Comment #7 from uecker at gcc dot gnu.org --- And this example also fails with this fix: extern void abort(void); int test(int *n, struct T { char a[*n], b[*n]; }*) { return sizeof(struct T) - sizeof(struct T); } void f1(int *p) { if

[Bug target/112478] riscv: asm clobbers not honored

2023-11-13 Thread Michael at MichaelKloos dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112478 Michael T. Kloos changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED

[Bug target/112519] [14 Regression] wrong code with __builtin_sub_overflow_p() on x86_64-pc-linux-gnu

2023-11-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112519 --- Comment #2 from Andrew Pinski --- (In reply to Andrew Pinski from comment #1) > This might be different. Due to not using int128_t.

[Bug target/112519] [14 Regression] wrong code with __builtin_sub_overflow_p() on x86_64-pc-linux-gnu

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

[Bug c/112488] [14 Regression] ICE in make_ssa_name_fn with VLA inside type and inlining since r14-1142

2023-11-13 Thread uecker at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112488 --- Comment #6 from uecker at gcc dot gnu.org --- So adding back the DECL_EXPR ( TYPE_DECL (t) ) in finish_struct fixes it, but I am not sure this is completely correct...

[Bug target/112519] New: [14 Regression] wrong code with __builtin_sub_overflow_p() on x86_64-pc-linux-gnu

2023-11-13 Thread zsojka at seznam dot cz via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112519 Bug ID: 112519 Summary: [14 Regression] wrong code with __builtin_sub_overflow_p() on x86_64-pc-linux-gnu Product: gcc Version: 14.0 Status: UNCONFIRMED

[Bug target/112518] [14 Regression] wrong code with __builtin_mul_overflow_p() and int128_t on x86_64-pc-linux-gnu

2023-11-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112518 Andrew Pinski changed: What|Removed |Added Summary|[14 Regression] wrong code |[14 Regression] wrong code

[Bug target/112481] [14 Regression] RISCV: ICE: Segmentation fault when compiling pr110817-3.c

2023-11-13 Thread patrick at rivosinc dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112481 Patrick O'Neill changed: What|Removed |Added CC||juzhe.zhong at rivai dot ai,

[Bug target/112518] [14 Regression] wrong code with __builtin_mul_overflow_p() on x86_64-pc-linux-gnu

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

[Bug target/112518] New: [14 Regression] wrong code with __builtin_mul_overflow_p() on x86_64-pc-linux-gnu

2023-11-13 Thread zsojka at seznam dot cz via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112518 Bug ID: 112518 Summary: [14 Regression] wrong code with __builtin_mul_overflow_p() on x86_64-pc-linux-gnu Product: gcc Version: 14.0 Status: UNCONFIRMED

[Bug target/112478] riscv: asm clobbers not honored

2023-11-13 Thread law at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112478 Jeffrey A. Law changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c/110682] [12/13/14 Regression] ICE: internal compiler error: in gimplify_expr after error

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

[Bug rtl-optimization/112483] [14 Regression] gfortran.dg/ieee/ieee_2.f90 fails on loongarch64-linux-gnu at -O1 or above

2023-11-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112483 --- Comment #18 from Andrew Pinski --- (In reply to Xi Ruoyao from comment #17) > Works for me. Will you send the simplify_gen_unary -> > simplify_unary_operation change to gcc-patches? I don't have a platform where it makes a difference to

[Bug tree-optimization/112507] Missed optimization of strcpy(3) (or stpcpy(3)) with previous strnlen(3)

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

[Bug c/112488] [14 Regression] ICE in make_ssa_name_fn with VLA inside type and inlining since r14-1142

2023-11-13 Thread uecker at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112488 --- Comment #5 from uecker at gcc dot gnu.org --- Oh well, more to fix. I wonder whether we could validate the trees created by the front-end FE somehow.

[Bug c/112488] [14 Regression] ICE in make_ssa_name_fn with VLA inside type and inlining since r14-1142

2023-11-13 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112488 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org

[Bug ipa/112517] [14 regression] ICE when buliding xen-tools (internal compiler error: in make_ssa_name_fn, at tree-ssanames.cc:354)

2023-11-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112517 --- Comment #2 from Andrew Pinski --- The reduced testcase contains: ``` size_t tmp_len = ({ size_t mod_multiply_len = ({ sizeof(struct {struct {} temp_modulus; }); }); sizeof(struct { struct {

[Bug c/112488] [14 Regression] ICE in make_ssa_name_fn with VLA inside type and inlining

2023-11-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112488 Andrew Pinski changed: What|Removed |Added CC||sjames at gcc dot gnu.org --- Comment

[Bug ipa/112517] [14 regression] ICE when buliding xen-tools (internal compiler error: in make_ssa_name_fn, at tree-ssanames.cc:354)

2023-11-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112517 Andrew Pinski changed: What|Removed |Added Resolution|--- |DUPLICATE

[Bug middle-end/111497] [11/12/13/14 Regression] ICE building mariadb on i686 since r8-470

2023-11-13 Thread vmakarov at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111497 --- Comment #7 from Vladimir Makarov --- (In reply to Jakub Jelinek from comment #6) > Is this backportable to release branches or too risky? I don't think it is risky. LRA was designed to have unshared rtl. So copying rtl in LRA is not

[Bug ipa/112517] New: [14 regression] ICE when buliding xen-tools (internal compiler error: in make_ssa_name_fn, at tree-ssanames.cc:354)

2023-11-13 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112517 Bug ID: 112517 Summary: [14 regression] ICE when buliding xen-tools (internal compiler error: in make_ssa_name_fn, at tree-ssanames.cc:354) Product: gcc

[Bug c++/112515] [14 regression] ICE when building Transmission in standard_conversion with {} and type depdent and enum class

2023-11-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112515 Andrew Pinski changed: What|Removed |Added Summary|[14 regression] ICE when|[14 regression] ICE when

[Bug c++/112427] [14 regression] ICE when building Minetest (internal compiler error: tree check: expected tree that contains ‘decl common’ structure, have ‘identifier_node’ in get_inner_reference, at

2023-11-13 Thread mpolacek at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112427 --- Comment #3 from Marek Polacek --- *** Bug 112516 has been marked as a duplicate of this bug. ***

[Bug c++/112516] [14 regression] ICE when building MySQL (ree check: expected tree that contains ‘decl common’ structure, have ‘identifier_node’ in get_inner_reference, at expr.cc:7943)

2023-11-13 Thread mpolacek at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112516 Marek Polacek changed: What|Removed |Added CC||mpolacek at gcc dot gnu.org

[Bug c++/112515] [14 regression] ICE when building Transmission in standard_conversion

2023-11-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112515 --- Comment #2 from Andrew Pinski --- Reduced testcase: ``` enum class Ordering { SMALLER = -1, EQUAL, LARGER }; template Ordering compare_vfunc(T t) { return Ordering{compare(t)}; } ```

[Bug target/112481] [14 Regression] RISCV: ICE: Segmentation fault when compiling pr110817-3.c

2023-11-13 Thread ams at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112481 Andrew Stubbs changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug c++/112516] [14 regression] ICE when building MySQL (ree check: expected tree that contains ‘decl common’ structure, have ‘identifier_node’ in get_inner_reference, at expr.cc:7943)

2023-11-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112516 Andrew Pinski changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug c++/112516] [14 regression] ICE when building MySQL (ree check: expected tree that contains ‘decl common’ structure, have ‘identifier_node’ in get_inner_reference, at expr.cc:7943)

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

[Bug c++/112515] [14 regression] ICE when building Transmission in standard_conversion

2023-11-13 Thread mpolacek at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112515 Marek Polacek changed: What|Removed |Added Priority|P3 |P1 Last reconfirmed|

[Bug c++/112516] New: [14 regression] ICE when building MySQL (ree check: expected tree that contains ‘decl common’ structure, have ‘identifier_node’ in get_inner_reference, at expr.cc:7943)

2023-11-13 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112516 Bug ID: 112516 Summary: [14 regression] ICE when building MySQL (ree check: expected tree that contains ‘decl common’ structure, have ‘identifier_node’ in get_inner_reference, at

[Bug c++/112515] [14 regression] ICE when building Transmission in standard_conversion

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

[Bug c++/112513] Misoptimization of argument

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

[Bug rtl-optimization/97756] [11/12/13/14 Regression] Inefficient handling of 128-bit arguments

2023-11-13 Thread tkoenig at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97756 --- Comment #15 from Thomas Koenig --- (In reply to CVS Commits from comment #14) > Admittedly a single "mov" isn't much of a saving on modern architectures, > but as demonstrated by the PR, people still track the number of them.

[Bug c++/112515] New: [14 regression] ICE when building Transmission in standard_conversion

2023-11-13 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112515 Bug ID: 112515 Summary: [14 regression] ICE when building Transmission in standard_conversion Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: normal

[Bug libstdc++/110944] std::variant & optional GDB representation is too verbose

2023-11-13 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110944 Jonathan Wakely changed: What|Removed |Added Target Milestone|14.0|13.3 --- Comment #4 from Jonathan

[Bug middle-end/111497] [11/12/13/14 Regression] ICE building mariadb on i686 since r8-470

2023-11-13 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111497 --- Comment #6 from Jakub Jelinek --- Is this backportable to release branches or too risky?

[Bug libstdc++/110944] std::variant & optional GDB representation is too verbose

2023-11-13 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110944 --- Comment #3 from CVS Commits --- The releases/gcc-13 branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:3a3d3d2361e3c44dad472a5a12318cba19b6e643 commit r13-8047-g3a3d3d2361e3c44dad472a5a12318cba19b6e643 Author: Jonathan

[Bug rtl-optimization/112415] [14 regression] Python 3.11 miscompiled on HPPA with new RTL fold mem offset pass, since r14-4664-g04c9cf5c786b94

2023-11-13 Thread manolis.tsamis at vrull dot eu via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112415 --- Comment #48 from Manolis Tsamis --- (In reply to dave.anglin from comment #47) > On 2023-11-13 4:33 a.m., manolis.tsamis at vrull dot eu wrote: > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112415 > > > > --- Comment #44 from Manolis

[Bug modula2/110779] SysClock can not read the clock

2023-11-13 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110779 --- Comment #22 from CVS Commits --- The master branch has been updated by Gaius Mulley : https://gcc.gnu.org/g:0036702555195d3fd8089577b7c1e2ce5f2ff5b1 commit r14-5416-g0036702555195d3fd8089577b7c1e2ce5f2ff5b1 Author: Gaius Mulley Date:

[Bug bootstrap/54179] please split insn-emit.c !

2023-11-13 Thread brjd_epdjq36 at kygur dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54179 Brjd changed: What|Removed |Added CC||brjd_epdjq36 at kygur dot com --- Comment #38

  1   2   >