[Bug target/119373] RISC-V: missed unrolling opportunity

2025-04-23 Thread camel-cdr at protonmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119373 --- Comment #9 from camel-cdr --- Sorry, I missed that you attached the relevant C code. Here is a side by side with and without -m-rvv-lmul-max=dynamic: https://godbolt.org/z/MToxx813v Using LLVM-MCA as a quick and dirty performance model show

[Bug target/103750] [i386] GCC schedules KMOV instructions that destroys performance in loop

2025-04-23 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103750 --- Comment #18 from GCC Commits --- The master branch has been updated by hongtao Liu : https://gcc.gnu.org/g:599bca27dc37b3f7979bd6af30a357104f2b90c1 commit r16-105-g599bca27dc37b3f7979bd6af30a357104f2b90c1 Author: liuhongt Date: Mon Apr

[Bug target/119373] RISC-V: missed unrolling opportunity

2025-04-23 Thread camel-cdr at protonmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119373 camel-cdr changed: What|Removed |Added CC||camel-cdr at protonmail dot com --- Comment

[Bug fortran/79330] gfortran 5.4.0/6.3.0/7.0.0 misinterpret type of character literal bind(C,name=...)

2025-04-23 Thread kargls at comcast dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79330 kargls at comcast dot net changed: What|Removed |Added CC||kargls at comcast dot net ---

[Bug tree-optimization/119917] [Optimization Opportunity] Inefficient code generation for multiplication overflow detection with explicit zero checks

2025-04-23 Thread a1343922569 at outlook dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119917 --- Comment #1 from Jin Haobo --- Created attachment 61192 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61192&action=edit test.cpp source code test.cpp source code

[Bug c++/119917] New: [Optimization Opportunity] Inefficient code generation for multiplication overflow detection with explicit zero checks

2025-04-23 Thread a1343922569 at outlook dot com via Gcc-bugs
ation: compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP ②With GCC 16.0.0 - GCC version: GNU C++17 GNU C++17 (Compiler-Explorer-Build-gcc-3a3bcb6a233352ce2bfa9f6f49dc44d8ae5aa6cb-binutils-2.42) version 16.0.0 20250423 (experimental) (x86_64-

[Bug modula2/119915] Sprintf1 repeats the entire format string if it starts with a directive

2025-04-23 Thread gaius at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119915 --- Comment #2 from Gaius Mulley --- Created attachment 61191 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61191&action=edit Proposed fix which fixes %u and %x format specifiers in FormatStrings.mod Proposed patch with run time regressi

[Bug modula2/119915] Sprintf1 repeats the entire format string if it starts with a directive

2025-04-23 Thread gaius at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119915 Gaius Mulley changed: What|Removed |Added Ever confirmed|0 |1 Last reconfirmed|

[Bug fortran/79330] gfortran 5.4.0/6.3.0/7.0.0 misinterpret type of character literal bind(C,name=...)

2025-04-23 Thread jvdelisle at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79330 Jerry DeLisle changed: What|Removed |Added CC||jvdelisle at gcc dot gnu.org --- Comment

[Bug modula2/119914] Passing a constant to the unbounded array compiles and causes a.out to dump core

2025-04-23 Thread gaius at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119914 Gaius Mulley changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug modula2/119914] Passing a constant to the unbounded array compiles and causes a.out to dump core

2025-04-23 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119914 --- Comment #5 from GCC Commits --- The master branch has been updated by Gaius Mulley : https://gcc.gnu.org/g:e9a81addd5b7d018e173fa8d59aafc2f84e41d8b commit r16-104-ge9a81addd5b7d018e173fa8d59aafc2f84e41d8b Author: Gaius Mulley Date: Thu

[Bug modula2/119914] Passing a constant to the unbounded array compiles and causes a.out to dump core

2025-04-23 Thread gaius at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119914 Gaius Mulley changed: What|Removed |Added Attachment #61189|0 |1 is obsolete|

[Bug modula2/119914] Passing a constant to the unbounded array compiles and causes a.out to dump core

2025-04-23 Thread gaius at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119914 Gaius Mulley changed: What|Removed |Added Attachment #61183|0 |1 is obsolete|

[Bug tree-optimization/119903] [13/14/15/16 Regression] non-call exception vs traping comparison

2025-04-23 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119903 --- Comment #4 from Andrew Pinski --- (In reply to Richard Biener from comment #3) > There is likely similar issues with -ftrapv -fnon-call-exceptions and > > _1 = _2 + 3; > > _3 = _1 - 3; > > > where in general forwprop fails to properly

[Bug c++/113381] FAIL: g++.dg/cpp2a/consteval-prop6.C -std=c++20 at line 58 (test for warnings, line 57)

2025-04-23 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113381 --- Comment #2 from John David Anglin --- That's with gcc-15.

[Bug c++/113381] FAIL: g++.dg/cpp2a/consteval-prop6.C -std=c++20 at line 58 (test for warnings, line 57)

2025-04-23 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113381 John David Anglin changed: What|Removed |Added Last reconfirmed|2025-01-03 00:00:00 |2025-4-23 --- Comment #1 from John

[Bug c++/114772] [12/13/14/15/16 Regression] pragma GCC target applied to earlier template function with __attribute__((warn_unused_result))

2025-04-23 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114772 --- Comment #7 from GCC Commits --- The releases/gcc-13 branch has been updated by Jason Merrill : https://gcc.gnu.org/g:a32919a478834f25b6f507ab974f4236fd0d8d7f commit r13-9611-ga32919a478834f25b6f507ab974f4236fd0d8d7f Author: Jason Merrill

[Bug c++/114772] [12/13/14/15/16 Regression] pragma GCC target applied to earlier template function with __attribute__((warn_unused_result))

2025-04-23 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114772 --- Comment #6 from GCC Commits --- The releases/gcc-14 branch has been updated by Jason Merrill : https://gcc.gnu.org/g:8d70737492a5bdec41c6ae2c351c6882896b16b1 commit r14-11680-g8d70737492a5bdec41c6ae2c351c6882896b16b1 Author: Jason Merrill

[Bug c++/101180] [12 Regression] Rejected code since r12-299-ga0fdff3cf33f7284

2025-04-23 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101180 --- Comment #9 from GCC Commits --- The releases/gcc-13 branch has been updated by Jason Merrill : https://gcc.gnu.org/g:a32919a478834f25b6f507ab974f4236fd0d8d7f commit r13-9611-ga32919a478834f25b6f507ab974f4236fd0d8d7f Author: Jason Merrill

[Bug preprocessor/108900] [libcpp] cpp gives wrong line number information with a file huge number of lines

2025-04-23 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108900 --- Comment #17 from GCC Commits --- The releases/gcc-14 branch has been updated by Jason Merrill : https://gcc.gnu.org/g:8a884140c2bcb738122e71d8d1c680f234de9843 commit r14-11679-g8a884140c2bcb738122e71d8d1c680f234de9843 Author: Jeremy Bettis

[Bug c++/114772] [12/13/14/15/16 Regression] pragma GCC target applied to earlier template function with __attribute__((warn_unused_result))

2025-04-23 Thread jason at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114772 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/114772] [12/13/14/15/16 Regression] pragma GCC target applied to earlier template function with __attribute__((warn_unused_result))

2025-04-23 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114772 --- Comment #8 from GCC Commits --- The releases/gcc-12 branch has been updated by Jason Merrill : https://gcc.gnu.org/g:b7748c371c596c6cc131c97a16fec6d39bb7407d commit r12-11067-gb7748c371c596c6cc131c97a16fec6d39bb7407d Author: Jason Merrill

[Bug c++/101180] [12 Regression] Rejected code since r12-299-ga0fdff3cf33f7284

2025-04-23 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101180 --- Comment #10 from GCC Commits --- The releases/gcc-12 branch has been updated by Jason Merrill : https://gcc.gnu.org/g:b7748c371c596c6cc131c97a16fec6d39bb7407d commit r12-11067-gb7748c371c596c6cc131c97a16fec6d39bb7407d Author: Jason Merrill

[Bug c++/111075] [13/14 Regression] ICE on g++.dg/torture/tail-padding1.C on darwin since r13-6145-gb2287a4d9a640fdc2caef6a067830ea65044deb7

2025-04-23 Thread jason at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111075 Jason Merrill changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug c++/111075] [13/14 Regression] ICE on g++.dg/torture/tail-padding1.C on darwin since r13-6145-gb2287a4d9a640fdc2caef6a067830ea65044deb7

2025-04-23 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111075 --- Comment #15 from GCC Commits --- The releases/gcc-13 branch has been updated by Jason Merrill : https://gcc.gnu.org/g:b14ae44ec26f932d019c5eb54c2867bd905c587f commit r13-9610-gb14ae44ec26f932d019c5eb54c2867bd905c587f Author: Jason Merrill

[Bug c++/101180] [12 Regression] Rejected code since r12-299-ga0fdff3cf33f7284

2025-04-23 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101180 --- Comment #8 from GCC Commits --- The releases/gcc-14 branch has been updated by Jason Merrill : https://gcc.gnu.org/g:8d70737492a5bdec41c6ae2c351c6882896b16b1 commit r14-11680-g8d70737492a5bdec41c6ae2c351c6882896b16b1 Author: Jason Merrill

[Bug c++/111075] [13/14 Regression] ICE on g++.dg/torture/tail-padding1.C on darwin since r13-6145-gb2287a4d9a640fdc2caef6a067830ea65044deb7

2025-04-23 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111075 --- Comment #14 from GCC Commits --- The releases/gcc-14 branch has been updated by Jason Merrill : https://gcc.gnu.org/g:70eaec53f3284488ee2e58991aa38a86748d8a24 commit r14-11678-g70eaec53f3284488ee2e58991aa38a86748d8a24 Author: Jason Merrill

[Bug c++/113360] [13/14 Regression] Truncated constexpr error messages with -std=c++23/26

2025-04-23 Thread jason at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113360 Jason Merrill changed: What|Removed |Added Target Milestone|13.4|15.0 Status|ASSIGNED

[Bug fortran/102900] ICE via gfc_class_data_get with alloc_comp_class_4.f03 or proc_ptr_52.f90 using -fcheck=all

2025-04-23 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102900 --- Comment #8 from anlauf at gcc dot gnu.org --- Created attachment 61187 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61187&action=edit Partial patch This is a partial patch that addresses the reduced testcase. However, it does not fix

[Bug c++/119916] [15 Regression] folly (2025.04.14.00 and earlier): coroutine tests fail with GCC 15

2025-04-23 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119916 --- Comment #3 from Andrew Pinski --- Can someone reduce it to at least one preprocessed file?

[Bug c++/97433] C++20 Coroutines, Unexpected reordering of await_resume, return_value and yield_value

2025-04-23 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97433 --- Comment #2 from Andrew Pinski --- Created attachment 61188 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61188&action=edit testcase

[Bug c++/119916] [15 Regression] folly (2025.04.14.00 and earlier): coroutine tests fail with GCC 15

2025-04-23 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119916 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |15.0

[Bug c++/119916] [15 Regression] folly (2025.04.14.00 and earlier): coroutine tests fail with GCC 15

2025-04-23 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119916 Andrew Pinski changed: What|Removed |Added Summary|folly (2025.04.14.00 and|[15 Regression] folly

[Bug c++/119916] folly (2025.04.14.00 and earlier): coroutine tests fail with GCC 15

2025-04-23 Thread sin-ack at protonmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119916 sin-ack changed: What|Removed |Added See Also||https://github.com/facebook

[Bug c++/119916] New: folly (2025.04.14.00 and earlier): coroutine tests fail with GCC 15

2025-04-23 Thread sin-ack at protonmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119916 Bug ID: 119916 Summary: folly (2025.04.14.00 and earlier): coroutine tests fail with GCC 15 Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal

[Bug fortran/102900] ICE via gfc_class_data_get with alloc_comp_class_4.f03 or proc_ptr_52.f90 using -fcheck=all

2025-04-23 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102900 --- Comment #7 from anlauf at gcc dot gnu.org --- Created attachment 61185 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61185&action=edit Reduced partial testcase This testcase resulted from trying to reduce issues with proc_ptr_52.f90 a

[Bug modula2/119915] New: Sprintf1 repeats the entire format string if it starts with a directive

2025-04-23 Thread bruno at clisp dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119915 Bug ID: 119915 Summary: Sprintf1 repeats the entire format string if it starts with a directive Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal

[Bug rust/119641] narrowing Warning during bootstrap in Rust::BIR::PlaceDB::lookup_or_add_variable

2025-04-23 Thread cohenarthur at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119641 Arthur Cohen changed: What|Removed |Added CC||cohenarthur at gcc dot gnu.org --- Comme

[Bug modula2/119914] Passing a constant to the unbounded array compiles and causes a.out to dump core

2025-04-23 Thread gaius at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119914 Gaius Mulley changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug modula2/119914] Passing a constant to the unbounded array compiles and causes a.out to dump core

2025-04-23 Thread gaius at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119914 --- Comment #2 from Gaius Mulley --- Created attachment 61183 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61183&action=edit Proposed v0 fix and patch The patch needs improving bug it does prevent the ICE and the compiler generates an e

[Bug middle-end/80922] #pragma diagnostic ignored not honoured with -flto

2025-04-23 Thread eggert at cs dot ucla.edu via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80922 Paul Eggert changed: What|Removed |Added CC||eggert at cs dot ucla.edu --- Comment #13

[Bug modula2/119914] New: Passing a constant to the unbounded array compiles and causes a.out to dump core

2025-04-23 Thread gaius at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119914 Bug ID: 119914 Summary: Passing a constant to the unbounded array compiles and causes a.out to dump core Product: gcc Version: 15.0 Status: UNCONFIRMED Severit

[Bug target/118890] ubsan bootstrap failure for powerpc64le-unknown-linux-gnu

2025-04-23 Thread bergner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118890 Peter Bergner changed: What|Removed |Added CC||jeevitha at gcc dot gnu.org,

[Bug testsuite/119382] [15 Regression] gcc.target/powerpc/vsx-builtin-7.c fail starting with r15-7961-gdc47161c1f32c3

2025-04-23 Thread jeevitha at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119382 Jeevitha changed: What|Removed |Added Resolution|FIXED |--- Status|RESOLVED

[Bug rtl-optimization/119913] Incorrect code with -ftrivial-auto-var-init=zero

2025-04-23 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119913 --- Comment #1 from Andrew Pinski --- Created attachment 61181 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61181&action=edit Better testcase As far as I can tell this is a RTL issue. The gimple IR looks the same independent of the `#if

[Bug c/44677] Warn for variables incremented but not used (+=, ++)

2025-04-23 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44677 Jakub Jelinek changed: What|Removed |Added Attachment #61175|0 |1 is obsolete|

[Bug tree-optimization/112307] Segmentation fault with -O1 -fcode-hoisting

2025-04-23 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112307 --- Comment #19 from Jonathan Wakely --- I still think this is just invalid, for the reasons given in comment 5.

[Bug middle-end/119913] New: Incorrect code with -ftrivial-auto-var-init=zero

2025-04-23 Thread fanghs666 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119913 Bug ID: 119913 Summary: Incorrect code with -ftrivial-auto-var-init=zero Product: gcc Version: 14.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Componen

[Bug target/119912] New: PPC: Inefficient vector immediate shifts

2025-04-23 Thread jens.seifert at de dot ibm.com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119912 Bug ID: 119912 Summary: PPC: Inefficient vector immediate shifts Product: gcc Version: 14.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: targe

[Bug tree-optimization/112307] Segmentation fault with -O1 -fcode-hoisting

2025-04-23 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112307 --- Comment #17 from Andrew Pinski --- Note the original didn't: ``` auto b = range_.begin(); bool result = (b != range_.end()); begin_ = std::move(b); return result; ```

[Bug rtl-optimization/119910] [15 regression] Commit 'combine: Allow 2->2 combinations...' causes regression in Snappy workload for -mcpu=neoverse-v2

2025-04-23 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119910 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug tree-optimization/112307] Segmentation fault with -O1 -fcode-hoisting

2025-04-23 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112307 --- Comment #16 from Andrew Pinski --- The reduced testcase has an uninitialized variable in it: ``` if (!begin_.has_value()) { bool result; return result; } ``` This might be the issue overall.

[Bug tree-optimization/112307] Segmentation fault with -O1 -fcode-hoisting

2025-04-23 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112307 --- Comment #18 from Andrew Pinski --- For the reduced testcase: ``` : In member function 'auto Intersections()::Enumerator::Next()': :65:16: warning: 'result' may be used uninitialized [-Wmaybe-uninitialized] 65 | return result;

[Bug fortran/119836] [15 Regression] Elemental intrinsic treated as IMPURE within BLOCK within DO CONCURRENT

2025-04-23 Thread jvdelisle at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119836 --- Comment #21 from Jerry DeLisle --- (In reply to kargls from comment #20) > Jerry, thanks for getting this in gcc15. Yes, Jakub gave me the OK. Thanks for your support as well.

[Bug target/119911] New: [RVV] Suboptimal code generation for multiple extracting 0-th elements of vector

2025-04-23 Thread wojciech_mula at poczta dot onet.pl via Gcc-bugs
Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: wojciech_mula at poczta dot onet.pl Target Milestone: --- I observed the issue on GCC 14.2, but it's still visible on the godbolt trunk, which is 16.0.0 202

[Bug fortran/119836] [15 Regression] Elemental intrinsic treated as IMPURE within BLOCK within DO CONCURRENT

2025-04-23 Thread kargls at comcast dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119836 --- Comment #20 from kargls at comcast dot net --- Jerry, thanks for getting this in gcc15.

[Bug fortran/119836] [15 Regression] Elemental intrinsic treated as IMPURE within BLOCK within DO CONCURRENT

2025-04-23 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119836 --- Comment #19 from GCC Commits --- The releases/gcc-15 branch has been updated by Jerry DeLisle : https://gcc.gnu.org/g:3483a2b39591db06e3cbcdb4bdfa0db468ebc8ee commit r15-9577-g3483a2b39591db06e3cbcdb4bdfa0db468ebc8ee Author: Steven G. Karg

[Bug target/119731] systemd's restrict-fs causes bpf verifier to fail due to 32bit sign extend

2025-04-23 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119731 --- Comment #19 from Sam James --- Created attachment 61180 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61180&action=edit kernel.patch Just for completeness: the attached patch (which is what pinskia suggested) works. Plan is for jose/

[Bug testsuite/119909] gcc.dg/torture/pr119131-1.c fails since r15-7974-g0bbdffc5d4f723

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

[Bug target/95419] [vax-openbsd] internal compiler error: in assemble_integer, at varasm.c:2818 with -fexceptions

2025-04-23 Thread ibuclaw at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95419 Iain Buclaw changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug rtl-optimization/119785] [12/13 Regression] UBSAN errors in machmode.h on sparc

2025-04-23 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119785 --- Comment #10 from GCC Commits --- The releases/gcc-13 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:3abc678a266a5ae130b45591f09ba51618926001 commit r13-9607-g3abc678a266a5ae130b45591f09ba51618926001 Author: Jakub Jelinek

[Bug middle-end/119219] [15 Regression] ICE on c-c++-common/attr-nonstring-14.c

2025-04-23 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119219 --- Comment #12 from GCC Commits --- The releases/gcc-13 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:997b3e922f57219b6cc1f293bb57a84468fd5d9e commit r13-9599-g997b3e922f57219b6cc1f293bb57a84468fd5d9e Author: Jakub Jelinek

[Bug libgcc/101075] libatomic's libat_lock_n can deadlock from inconsistent locking order

2025-04-23 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101075 --- Comment #7 from GCC Commits --- The releases/gcc-13 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:7ac1a99ccffbb5449cca41668e40736f889bafd6 commit r13-9609-g7ac1a99ccffbb5449cca41668e40736f889bafd6 Author: Jakub Jelinek

[Bug c++/118763] [12/13 regression] memory leak involving early return from statement expressions since r12-6325

2025-04-23 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118763 --- Comment #11 from GCC Commits --- The releases/gcc-13 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:7cb46536f7aabdb43e69dc9b21471366f18026ae commit r13-9589-g7cb46536f7aabdb43e69dc9b21471366f18026ae Author: Jakub Jelinek

[Bug middle-end/119204] Internal Compiler Error (“verify_gimple” failed) when compiling code with the wrong return type on strcspn

2025-04-23 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119204 --- Comment #9 from GCC Commits --- The releases/gcc-13 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:997b3e922f57219b6cc1f293bb57a84468fd5d9e commit r13-9599-g997b3e922f57219b6cc1f293bb57a84468fd5d9e Author: Jakub Jelinek

[Bug c/119000] [OpenMP] Function parameter incorrectly reported as set but not used.

2025-04-23 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119000 --- Comment #5 from GCC Commits --- The releases/gcc-13 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:048a90fcc029f876437e6176d7dec7c3efaf951d commit r13-9592-g048a90fcc029f876437e6176d7dec7c3efaf951d Author: Jakub Jelinek

[Bug tree-optimization/118915] [12/13 Regression] Miscompile at -O2 since r5-4218-g73049af5fa62c7

2025-04-23 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118915 --- Comment #13 from GCC Commits --- The releases/gcc-13 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:9005efee26bf4a63a86953aeb6c0b93d7ceb2f0a commit r13-9591-g9005efee26bf4a63a86953aeb6c0b93d7ceb2f0a Author: Jakub Jelinek

[Bug libgcc/119796] Atomic Operations Can Deadlock Without Hardware Support

2025-04-23 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119796 --- Comment #14 from GCC Commits --- The releases/gcc-13 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:1982540eb26bf416a4e99e311e31f546d8df36c1 commit r13-9608-g1982540eb26bf416a4e99e311e31f546d8df36c1 Author: Jakub Jelinek

[Bug lto/119625] lto1: fatal error: open failed: No such file or directory

2025-04-23 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119625 --- Comment #8 from GCC Commits --- The releases/gcc-13 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:622d17191f916e153f2b9bd5305295e605d108af commit r13-9603-g622d17191f916e153f2b9bd5305295e605d108af Author: Jakub Jelinek

[Bug driver/119727] -freport-bug vs. ASLR

2025-04-23 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119727 --- Comment #10 from GCC Commits --- The releases/gcc-13 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:c3c451bcb0d1900068cfe9d1bb3cb76fce95284b commit r13-9605-gc3c451bcb0d1900068cfe9d1bb3cb76fce95284b Author: Jakub Jelinek

[Bug libstdc++/117406] std::ilogb should return INT_MAX when argument is infinite also for 16-bit floats

2025-04-23 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117406 --- Comment #10 from GCC Commits --- The releases/gcc-13 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:e88a25ded953e2712e53d6038f676e34b9a6ba44 commit r13-9567-ge88a25ded953e2712e53d6038f676e34b9a6ba44 Author: Jakub Jelinek

[Bug target/71233] [ARM, AArch64] missing AdvSIMD intrinsics

2025-04-23 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71233 --- Comment #77 from GCC Commits --- The trunk branch has been updated by Christophe Lyon : https://gcc.gnu.org/g:46d19986a3d85728a5a515d3654cf64ab35b0602 commit r16-97-g46d19986a3d85728a5a515d3654cf64ab35b0602 Author: Christophe Lyon Date:

[Bug c/119582] ICE in gimplify_expr, at gimplify.cc:18708 with -fsanitize=pointer-subtract

2025-04-23 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119582 --- Comment #6 from GCC Commits --- The releases/gcc-13 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:d6988faab91b30b8c07ea414be648a0cb9aacb6b commit r13-9602-gd6988faab91b30b8c07ea414be648a0cb9aacb6b Author: Jakub Jelinek

[Bug middle-end/119204] Internal Compiler Error (“verify_gimple” failed) when compiling code with the wrong return type on strcspn

2025-04-23 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119204 --- Comment #8 from GCC Commits --- The releases/gcc-13 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:f82a279e0e6bb792f70cce1f9451537c9b5eb8be commit r13-9598-gf82a279e0e6bb792f70cce1f9451537c9b5eb8be Author: Richard Biener

[Bug rtl-optimization/119291] [12/13 regression] wrong code at -O{2,3} on x86_64-linux-gnu

2025-04-23 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119291 --- Comment #21 from GCC Commits --- The releases/gcc-13 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:7c4b8027480af39546ddd172b4674452eaa40cb8 commit r13-9601-g7c4b8027480af39546ddd172b4674452eaa40cb8 Author: Jakub Jelinek

[Bug libgcc/119151] [13 Regression] unwind-dw2-btree maintains separators wrong

2025-04-23 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119151 --- Comment #18 from GCC Commits --- The releases/gcc-13 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:bfdd0e68a045d206c6053ddcdb18290d61b949dd commit r13-9596-gbfdd0e68a045d206c6053ddcdb18290d61b949dd Author: Jakub Jelinek

[Bug libgcc/101075] libatomic's libat_lock_n can deadlock from inconsistent locking order

2025-04-23 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101075 --- Comment #6 from GCC Commits --- The releases/gcc-13 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:1982540eb26bf416a4e99e311e31f546d8df36c1 commit r13-9608-g1982540eb26bf416a4e99e311e31f546d8df36c1 Author: Jakub Jelinek

[Bug c++/98533] [12/13 Regression] ICE when building actiona with -g ('verify_type' failed) with lambda as default (method) argument in a template member function

2025-04-23 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98533 --- Comment #22 from GCC Commits --- The releases/gcc-13 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:1b6045c3c4fe0a0024abe9215ced2e4a2ac55fd2 commit r13-9595-g1b6045c3c4fe0a0024abe9215ced2e4a2ac55fd2 Author: Jakub Jelinek

[Bug c++/119123] [12/13/14/15 Regression] ICE when building llvm-20.1.0 with -g

2025-04-23 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119123 --- Comment #10 from GCC Commits --- The releases/gcc-13 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:1b6045c3c4fe0a0024abe9215ced2e4a2ac55fd2 commit r13-9595-g1b6045c3c4fe0a0024abe9215ced2e4a2ac55fd2 Author: Jakub Jelinek

[Bug driver/119727] -freport-bug vs. ASLR

2025-04-23 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119727 --- Comment #11 from GCC Commits --- The releases/gcc-13 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:b00d87fcc4fcb23fb8c7f1928b5067bd73a9 commit r13-9606-gb00d87fcc4fcb23fb8c7f1928b5067bd73a9 Author: Jakub Jelinek

[Bug libgcc/119796] Atomic Operations Can Deadlock Without Hardware Support

2025-04-23 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119796 --- Comment #15 from GCC Commits --- The releases/gcc-13 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:7ac1a99ccffbb5449cca41668e40736f889bafd6 commit r13-9609-g7ac1a99ccffbb5449cca41668e40736f889bafd6 Author: Jakub Jelinek

[Bug c++/119045] ICE when using _Complex accessors, in cxx_eval_store_expression, at cp/constexpr.cc:6418

2025-04-23 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119045 --- Comment #7 from GCC Commits --- The releases/gcc-13 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:34249853c6d24bcafd1b07f3eb1638c9c42e256c commit r13-9594-g34249853c6d24bcafd1b07f3eb1638c9c42e256c Author: Jakub Jelinek

[Bug c++/118661] [12/13 regression] Reading volatile qualified std::nullptr_t should be valid in a constant expression

2025-04-23 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118661 --- Comment #10 from GCC Commits --- The releases/gcc-13 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:eb3e7de323a67e5a92f1c2224f3251cb47b49c0b commit r13-9588-geb3e7de323a67e5a92f1c2224f3251cb47b49c0b Author: Jakub Jelinek

[Bug target/118776] [12/13 regression] ICE when building xvid-1.3.7 with LTO (extract_insn, at recog.cc:2882)

2025-04-23 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118776 --- Comment #18 from GCC Commits --- The releases/gcc-13 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:301d5e23c5ad6dfa9d63af093c8dba34bdfec773 commit r13-9590-g301d5e23c5ad6dfa9d63af093c8dba34bdfec773 Author: Jakub Jelinek

[Bug c/119183] [12/13 Regression] Compilation takes a long time on semi big inner expression

2025-04-23 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119183 --- Comment #12 from GCC Commits --- The releases/gcc-13 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:34c76e51ce76c0ffc0f6152a2b9f7881a51d21eb commit r13-9597-g34c76e51ce76c0ffc0f6152a2b9f7881a51d21eb Author: Jakub Jelinek

gcc-bugs@gcc.gnu.org

2025-04-23 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114877 --- Comment #11 from GCC Commits --- The releases/gcc-13 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:38f4559a6a80f2cd79fd72949576ab0e2de2aaee commit r13-9583-g38f4559a6a80f2cd79fd72949576ab0e2de2aaee Author: Jakub Jelinek

[Bug ipa/117432] [12/13 Regression] IPA ICF disregards types of variadic arguments since r10-4643-ga37f58f506e436

2025-04-23 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117432 --- Comment #20 from GCC Commits --- The releases/gcc-13 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:b4b559ab9dc35dc80fc05f840a63381defd2f7a5 commit r13-9587-gb4b559ab9dc35dc80fc05f840a63381defd2f7a5 Author: Jakub Jelinek

[Bug c++/117827] [12/13 regression] Incorrect destructor calls after array-new-expression since r12-6328-gbeaee0a871b648

2025-04-23 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117827 --- Comment #10 from GCC Commits --- The releases/gcc-13 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:c7f51dc49399023830787e5eec18649b5c2fabc5 commit r13-9584-gc7f51dc49399023830787e5eec18649b5c2fabc5 Author: Jakub Jelinek

[Bug c/114870] [13 Regression] stddef.h problem with -Wsystem-headers and -std=gnu23 (which is the default since GCC 15)

2025-04-23 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114870 --- Comment #6 from GCC Commits --- The releases/gcc-13 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:7980ce5dcf14eee0b3b937b9783fb02597cef384 commit r13-9593-g7980ce5dcf14eee0b3b937b9783fb02597cef384 Author: Jakub Jelinek

[Bug c++/116108] [12/13 Regression] GCC crashes on incorrect code with -std=c++20 since r10-4719

2025-04-23 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116108 --- Comment #9 from GCC Commits --- The releases/gcc-13 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:28646ac56a32556a53c39750dbe05ffa6e3c4458 commit r13-9580-g28646ac56a32556a53c39750dbe05ffa6e3c4458 Author: Jakub Jelinek

[Bug middle-end/118024] ICE when building openssh-9.9_p1 with -fstrub=all (internal compiler error: tree check: expected tree_list, have identifier_node in matching_alloc_calls_p, at gimple-ssa-warn-a

2025-04-23 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118024 --- Comment #9 from GCC Commits --- The releases/gcc-13 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:4bbd1ab1f9ed7f55e9f506bc07b256cebb4f9d92 commit r13-9579-g4bbd1ab1f9ed7f55e9f506bc07b256cebb4f9d92 Author: Jakub Jelinek

[Bug sanitizer/117960] [13 Regression] "Note that the only target -fsanitize=hwaddress is currently supported on is AArch64." is not true

2025-04-23 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117960 --- Comment #7 from GCC Commits --- The releases/gcc-13 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:c71616c8cc975636315f55f1d47b53a89862c586 commit r13-9577-gc71616c8cc975636315f55f1d47b53a89862c586 Author: Jakub Jelinek

[Bug modula2/115032] gm2/iso/run/pass/packed.mod FAILs

2025-04-23 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115032 --- Comment #9 from GCC Commits --- The releases/gcc-13 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:0691f7517ef50538c182eb623cd5d1cb1680f6cf commit r13-9586-g0691f7517ef50538c182eb623cd5d1cb1680f6cf Author: Jakub Jelinek

[Bug tree-optimization/118689] [15 regression] Abort compiling m2pim_NumberIO_BinToStr since r15-7223-g92a5c5100c2519

2025-04-23 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118689 --- Comment #8 from GCC Commits --- The releases/gcc-13 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:0691f7517ef50538c182eb623cd5d1cb1680f6cf commit r13-9586-g0691f7517ef50538c182eb623cd5d1cb1680f6cf Author: Jakub Jelinek

[Bug target/117642] [12/13 Regression] __sync_lock_release() on 128bit integer does not behave according to documentation

2025-04-23 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117642 --- Comment #13 from GCC Commits --- The releases/gcc-13 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:4dc7a5eb6e3d49d11d9adc8085702b0bcc1540c1 commit r13-9576-g4dc7a5eb6e3d49d11d9adc8085702b0bcc1540c1 Author: Jakub Jelinek

[Bug d/118477] [12/13 Regression] Race condition in 'd' Make-lang.in

2025-04-23 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118477 --- Comment #11 from GCC Commits --- The releases/gcc-13 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:9e27bc5a751dc61a1b2a2b13756ca07db8b209ee commit r13-9585-g9e27bc5a751dc61a1b2a2b13756ca07db8b209ee Author: Arsen Arsenovi

[Bug rtl-optimization/117095] [13 Regression] Wrong code since r13-5103-g7c9f20fcfdc2d8

2025-04-23 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117095 --- Comment #11 from GCC Commits --- The releases/gcc-13 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:e244bebdb70632c24032ef649f956fdc1a1f5a21 commit r13-9578-ge244bebdb70632c24032ef649f956fdc1a1f5a21 Author: Jakub Jelinek

[Bug c++/118509] [14 regression] Front-end produced uninitialized memory reference when compiling Nektar since r15-4595-gb25d3201b6338d

2025-04-23 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118509 --- Comment #17 from GCC Commits --- The releases/gcc-13 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:3d70d8b6042aed2fdaa1bf1b06a1fe98dd5fe663 commit r13-9582-g3d70d8b6042aed2fdaa1bf1b06a1fe98dd5fe663 Author: Jakub Jelinek

[Bug libstdc++/117406] std::ilogb should return INT_MAX when argument is infinite also for 16-bit floats

2025-04-23 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117406 --- Comment #11 from GCC Commits --- The releases/gcc-13 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:dbe57b12c5b30f7ad4fab6352a1b293349750575 commit r13-9568-gdbe57b12c5b30f7ad4fab6352a1b293349750575 Author: Jakub Jelinek

[Bug c++/117825] [12/13 Regression] ICE on template with -Wformat-security (error reporting routines re-entered.)

2025-04-23 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117825 --- Comment #11 from GCC Commits --- The releases/gcc-13 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:e49c0a19e2f275c982e3c63df2b29af92718c16d commit r13-9581-ge49c0a19e2f275c982e3c63df2b29af92718c16d Author: Jakub Jelinek

  1   2   >