[Bug analyzer/117667] -flto=auto prevents -fanalyzer from reporting any warnings on a build of systemd

2024-11-18 Thread kdudka at redhat dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117667 Kamil Dudka changed: What|Removed |Added CC||kdudka at redhat dot com See Al

[Bug analyzer/102233] LTO with -fanalyzer on a smallish binary causes very very long compile times

2024-11-18 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102233 Sam James changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever confirmed|0

[Bug analyzer/117667] -flto=auto prevents -fanalyzer from reporting any warnings on a build of systemd

2024-11-18 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117667 Sam James changed: What|Removed |Added CC||eschwartz93 at gmail dot com --- Comment #2

[Bug analyzer/117667] -flto=auto prevents -fanalyzer from reporting any warnings on a build of systemd

2024-11-18 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117667 Andrew Pinski changed: What|Removed |Added Ever confirmed|0 |1 Last reconfirmed|

[Bug analyzer/117667] -flto=auto prevents -fanalyzer from reporting any warnings on a build of systemd

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

[Bug analyzer/117667] New: -flto=auto prevents -fanalyzer from reporting any warnings on a build of systemd

2024-11-18 Thread kdudka at redhat dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117667 Bug ID: 117667 Summary: -flto=auto prevents -fanalyzer from reporting any warnings on a build of systemd Product: gcc Version: 15.0 Status: UNCONFIRMED Severit

[Bug target/117666] Audit the aarch64 builtins for adding leaf and/or nothrow attribute

2024-11-18 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117666 Andrew Pinski changed: What|Removed |Added Ever confirmed|0 |1 Last reconfirmed|

[Bug target/117666] New: Audit the aarch64 builtins for adding leaf and/or nothrow attribute

2024-11-18 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117666 Bug ID: 117666 Summary: Audit the aarch64 builtins for adding leaf and/or nothrow attribute Product: gcc Version: 15.0 Status: UNCONFIRMED Keywords: internal-i

[Bug target/117665] [15 regression] ICE when building crypto++ (single_succ_edge, at basic-block.h:332)

2024-11-18 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117665 --- Comment #10 from Andrew Pinski --- (In reply to Andrew Pinski from comment #9) > Actually I think a better way of fixing this is adding nothrow and leaf > attributes to __builtin_aarch64_im_lane_boundsi . Since this function will > either er

[Bug target/117665] [15 regression] ICE when building crypto++ (single_succ_edge, at basic-block.h:332)

2024-11-18 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117665 Andrew Pinski changed: What|Removed |Added Target||aarch64 Component|ipa

[Bug ipa/117665] [15 regression] ICE when building crypto++ (single_succ_edge, at basic-block.h:332)

2024-11-18 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117665 --- Comment #8 from Andrew Pinski --- diff --git a/gcc/tree-inline.cc b/gcc/tree-inline.cc index d16ad6a28de..ee089ee67cc 100644 --- a/gcc/tree-inline.cc +++ b/gcc/tree-inline.cc @@ -5417,6 +5417,7 @@ static void fold_marked_statements (int fir

[Bug ipa/117665] [15 regression] ICE when building crypto++ (single_succ_edge, at basic-block.h:332)

2024-11-18 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117665 --- Comment #7 from Andrew Pinski --- And fixes the original one too. Let me clean it up tomorrow.

[Bug ipa/117665] [15 regression] ICE when building crypto++ (single_succ_edge, at basic-block.h:332)

2024-11-18 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117665 Andrew Pinski changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |pinskia at gcc dot gnu.org

[Bug ipa/117665] [15 regression] ICE when building crypto++ (single_succ_edge, at basic-block.h:332)

2024-11-18 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117665 --- Comment #5 from Andrew Pinski --- .

[Bug ipa/117665] [15 regression] ICE when building crypto++ (single_succ_edge, at basic-block.h:332)

2024-11-18 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117665 --- Comment #4 from Andrew Pinski --- (In reply to Andrew Pinski from comment #3) > (In reply to Sam James from comment #2) > > I assume it's because of the abnormal edge from setjmp? > > It is also due to this __builtin_aarch64_im_lane_boundsi

[Bug ipa/117665] [15 regression] ICE when building crypto++ (single_succ_edge, at basic-block.h:332)

2024-11-18 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117665 Andrew Pinski changed: What|Removed |Added Ever confirmed|0 |1 Last reconfirmed|

[Bug target/107704] [13/14/15 Regression] Testsuite regression after recent DCE changes

2024-11-18 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107704 Andrew Pinski changed: What|Removed |Added CC||rsandifo at gcc dot gnu.org --- Comment

[Bug ipa/117665] [15 regression] ICE when building crypto++ (single_succ_edge, at basic-block.h:332)

2024-11-18 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117665 --- Comment #2 from Sam James --- I assume it's because of the abnormal edge from setjmp? ``` long vgetq_lane_u64___a; long vgetq_lane_u64(int __b) { __builtin_aarch64_im_lane_boundsi(sizeof(vgetq_lane_u64___a), sizeof(0), __b); } int _setjmp

[Bug ipa/117665] [15 regression] ICE when building crypto++ (single_succ_edge, at basic-block.h:332)

2024-11-18 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117665 --- Comment #1 from Andrew Pinski --- Almost definitely r15-5336-gcee7d080d5c2a5 .

[Bug ipa/117665] [15 regression] ICE when building crypto++ (single_succ_edge, at basic-block.h:332)

2024-11-18 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117665 Andrew Pinski changed: What|Removed |Added Keywords||ice-on-valid-code Target Milestone|--

[Bug target/107704] [13/14/15 Regression] Testsuite regression after recent DCE changes

2024-11-18 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107704 --- Comment #7 from Andrew Pinski --- So here is the reason why it regressed: Before the patch, ce1 is able to find the ifcvt. After the patch, gcc is not to find the ifcvt until ce2. Since ce2 happens after combine. Nothing "combines": (insn 4

[Bug ipa/117665] New: [15 regression] ICE when building crypto++ (single_succ_edge, at basic-block.h:332)

2024-11-18 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117665 Bug ID: 117665 Summary: [15 regression] ICE when building crypto++ (single_succ_edge, at basic-block.h:332) Product: gcc Version: 15.0 Status: UNCONFIRMED Seve

[Bug target/106240] [13/14/15 Regression] missed vectorization opportunity (cond move) on mips since r13-707-g68e0063397ba82

2024-11-18 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106240 --- Comment #8 from Andrew Pinski --- (In reply to Richard Biener from comment #4) > Note I expect the issue to eventually show up elsewhere, too, so I do plan > to look into this eventually. Just as with other targets now that we have > vec_cm

[Bug target/117477] Register allocator chooses a slot location instead a new callee saved register and not taking inot account pair allocation

2024-11-18 Thread dhruvc at nvidia dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117477 --- Comment #4 from Dhruv Chawla --- (In reply to Andrew Pinski from comment #3) > Do you have a testcase which comes from some real code that shows the issue > or is this just noticed from the small testcase you produced? Hi, I noticed this oc

บริการสินเชื่อสำหรับผู้ประกอบการทุกประเภท ไม่มีโอนก่อน ไม่มีมัดจำ

2024-11-18 Thread มาสุข สดใส via Gcc-bugs
บริษัท TPL Group จำกัด สินเชื่อเพื่อคนไทย สำหรับเจ้าของธุรกิจทุกๆประเภท ที่ต้องการทุนหมุนเวียน วงเงินอนุมัติสูงสุด 50,000-10,000,000 บาท ใครไม่เชื่อ แต่สินเชื่อเราได้จริง ✔️จดเป็นรูปแบบบริษัท ใบทะเบียนพาณิชย์ ใบประกอบการ ✔️อัตราดอกเบี้ยเริ่มต้นที่ 1.3 % ✔️ลดต้น-ลดดอก ✔️ไม่เช็คเครดิต บูโร ✔️ไม่ต้อง

[Bug middle-end/55283] EON performance regression at -O2 due to loop unrolling changes since r0-120092-g519cac4a7a6ca5

2024-11-18 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55283 --- Comment #2 from Andrew Pinski --- Has this been resolved? Or is there still an issue with the unroller?

[Bug tree-optimization/51049] ccmp not generated due to r180109

2024-11-18 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51049 --- Comment #4 from Andrew Pinski --- (In reply to Andrew Pinski from comment #3) > Let me take a look into fixing that for GCC 16. Since aarch64 should > generate ccmp here (with a csel). I might be able to get it into GCC 15 but I am not 100%

[Bug tree-optimization/51049] ccmp not generated due to r180109

2024-11-18 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51049 Andrew Pinski changed: What|Removed |Added Target||x86_64 aarch64 Assignee|unassi

[Bug middle-end/107190] [aarch64] regression with optimization -fexpensive-optimizations

2024-11-18 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107190 Andrew Pinski changed: What|Removed |Added Resolution|--- |FIXED Target Milestone|---

[Bug middle-end/110833] gamess regression on Ice Lake with -Ofast -march=native between g:1c6231c05bdccab3 (2023-07-21 03:06) and g:bbc1a102735c72e3 (2023-07-23 04:55)

2024-11-18 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110833 --- Comment #2 from Andrew Pinski --- I think we can close this as fixed

[Bug c/117664] [15 regression] incompatible pointer type [-Wincompatible-pointer-types]

2024-11-18 Thread juergen.reuter at desy dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117664 --- Comment #2 from Jürgen Reuter --- (In reply to Sam James from comment #1) > GCC trunk now defaults to -std=gnu23. C23 removes unprototyped functions, so > `void foo()` now means `void foo(void)`. Thanks, Sam, for the immediate reply. Is tha

[Bug preprocessor/103027] Implement warning for homoglyphs in identifiers

2024-11-18 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103027 --- Comment #7 from Andrew Pinski --- (In reply to Sundeep KOKKONDA from comment #6) > This bug is still not in Confirmed status. Is it still active and is there a > fix planned? For bugzilla New is the confirmed status. While there is an uncon

[Bug c/117664] [15 regression] incompatible pointer type [-Wincompatible-pointer-types]

2024-11-18 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117664 Andrew Pinski changed: What|Removed |Added Resolution|--- |INVALID Status|UNCONFIRMED

[Bug ipa/61270] max-inline-insns-single is too high

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

[Bug c/117664] [15 regression] incompatible pointer type [-Wincompatible-pointer-types]

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

[Bug preprocessor/103027] Implement warning for homoglyphs in identifiers

2024-11-18 Thread sundeep.kokkonda at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103027 Sundeep KOKKONDA changed: What|Removed |Added CC||sundeep.kokkonda at gmail dot com -

[Bug c/117664] [15 regression] incompatible pointer type [-Wincompatible-pointer-types]

2024-11-18 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117664 --- Comment #1 from Sam James --- GCC trunk now defaults to -std=gnu23. C23 removes unprototyped functions, so `void foo()` now means `void foo(void)`.

[Bug c/117664] New: [15 regression] incompatible pointer type [-Wincompatible-pointer-types]

2024-11-18 Thread juergen.reuter at desy dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117664 Bug ID: 117664 Summary: [15 regression] incompatible pointer type [-Wincompatible-pointer-types] Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: norma

[Bug ipa/91736] [12/13/14/15 Regression] Runtime regression for SPEC2000 252.eon on Haswell since r9-5763

2024-11-18 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91736 Andrew Pinski changed: What|Removed |Added Component|target |ipa Target Milestone|---

[Bug c/112556] Null pointer constants with enumeration type are not accepted

2024-11-18 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112556 --- Comment #8 from Sam James --- Thanks. I'll take a look.

[Bug c/112556] Null pointer constants with enumeration type are not accepted

2024-11-18 Thread jsm28 at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112556 --- Comment #7 from Joseph S. Myers --- I don't object to a backport if someone wishes to backport it. (Technically this is a regression between GCC 10 where false in had type int and GCC 11 where it had type _Bool in C2X mode, so resulting in

[Bug c/112556] Null pointer constants with enumeration type are not accepted

2024-11-18 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112556 --- Comment #6 from Sam James --- This needs backporting to GCC 14 too, no? We have a lot of upstream maintainers using GCC 14 with -std=gnu23 or -std=c23 to reproduce and fix problems. If they can only reproduce "real" C23 problems with unrelea

[Bug target/117649] [15 regression] [RISC-V] binutils miscompiled by r15-4224-gc8957c8779954c

2024-11-18 Thread law at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117649 Jeffrey A. Law changed: What|Removed |Added Last reconfirmed||2024-11-19 Status|UNCONFIR

[Bug tree-optimization/87031] [12/13/14/15 Regression] nios2 optimization for size - two cases of regression relatively to 5.3.0 (loop unrolling)

2024-11-18 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87031 Andrew Pinski changed: What|Removed |Added Summary|nios2 optimization for size |[12/13/14/15 Regression]

[Bug rtl-optimization/49807] Missed byte (subreg) extraction when storing to volatile mem

2024-11-18 Thread gjl at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49807 Georg-Johann Lay changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug target/117657] [15 Regression][gcn] ICE during in-tree newlib build: error: unrecognizable insn

2024-11-18 Thread burnus at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117657 Tobias Burnus changed: What|Removed |Added Target Milestone|--- |15.0 --- Comment #5 from Tobias Burnus

[Bug testsuite/117663] [15 regression] Several "old-style function definition" warnings starting with r15-5327-g55e3bd376b2214

2024-11-18 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117663 --- Comment #1 from Andrew Pinski --- gcc.dg/graphite/*.c was fixed with r15-5332-g714f7d8e3ace3f

[Bug testsuite/117663] [15 regression] Several "old-style function definition" warnings starting with r15-5327-g55e3bd376b2214

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

[Bug c/112556] Null pointer constants with enumeration type are not accepted

2024-11-18 Thread jsm28 at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112556 Joseph S. Myers changed: What|Removed |Added Resolution|--- |FIXED Target Milestone|---

[Bug c/112556] Null pointer constants with enumeration type are not accepted

2024-11-18 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112556 --- Comment #4 from GCC Commits --- The master branch has been updated by Joseph Myers : https://gcc.gnu.org/g:3d525fce70fa0ffa0b22af6e213643e1ceca5ab5 commit r15-5431-g3d525fce70fa0ffa0b22af6e213643e1ceca5ab5 Author: Joseph Myers Date: Mon

[Bug testsuite/117663] New: [15 regression] Several "old-style function definition" warnings starting with r15-5327-g55e3bd376b2214

2024-11-18 Thread seurer at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117663 Bug ID: 117663 Summary: [15 regression] Several "old-style function definition" warnings starting with r15-5327-g55e3bd376b2214 Product: gcc Version: 15.0

[Bug sarif-replay/96032] RFE: add a way to use output from --fdiagnostics-format=json or sarif as input

2024-11-18 Thread dmalcolm at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96032 David Malcolm changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |dmalcolm at gcc dot gnu.org

[Bug other/96032] RFE: add a way to use output from --fdiagnostics-format=json or sarif as input

2024-11-18 Thread dmalcolm at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96032 David Malcolm changed: What|Removed |Added Resolution|--- |FIXED Status|REOPENED

[Bug other/96032] RFE: add a way to use output from --fdiagnostics-format=json or sarif as input

2024-11-18 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96032 --- Comment #5 from GCC Commits --- The master branch has been updated by David Malcolm : https://gcc.gnu.org/g:ea1506adbe7544bb51fc74a0fae3fa6fa0c68661 commit r15-5430-gea1506adbe7544bb51fc74a0fae3fa6fa0c68661 Author: David Malcolm Date: Mo

[Bug tree-optimization/60145] [AVR] Suboptimal code for byte order shuffling using shift and or

2024-11-18 Thread gjl at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60145 Georg-Johann Lay changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug target/117357] ICE: in extract_insn, at recog.cc:2882 (unrecognizable insn: UNSPEC_RSQRT) with -mfpmath=387 and __builtin_ia32_rsqrtf()

2024-11-18 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117357 --- Comment #4 from GCC Commits --- The releases/gcc-14 branch has been updated by Uros Bizjak : https://gcc.gnu.org/g:fee461613856c98946e15ef55d813831a73d2485 commit r14-10940-gfee461613856c98946e15ef55d813831a73d2485 Author: Uros Bizjak Dat

[Bug fortran/82660] Bounds checking in conversions of intrinsic functions

2024-11-18 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82660 --- Comment #2 from anlauf at gcc dot gnu.org --- Sidenote: on 15-trunk, try: -fcheck=bounds -finline-intrinsics=maxloc At line 8 of file pr82660.f90 Fortran runtime error: Array bound mismatch for dimension 1 of array 'res' (3/2) Error terminat

[Bug target/117357] ICE: in extract_insn, at recog.cc:2882 (unrecognizable insn: UNSPEC_RSQRT) with -mfpmath=387 and __builtin_ia32_rsqrtf()

2024-11-18 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117357 --- Comment #3 from GCC Commits --- The master branch has been updated by Uros Bizjak : https://gcc.gnu.org/g:344356f781ddb7bf0abb11edf9bdd13f6802dea8 commit r15-5426-g344356f781ddb7bf0abb11edf9bdd13f6802dea8 Author: Uros Bizjak Date: Mon N

[Bug fortran/117661] Possible inconsistency with ns traversals in type-bound procedures

2024-11-18 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117661 anlauf at gcc dot gnu.org changed: What|Removed |Added Ever confirmed|0 |1 Last reconfirmed|

[Bug ipa/117350] [15 Regression] ICE with autoprofiledbootstrap and bootstrap-lto after r15-4610-gbf43fe6aa966ea

2024-11-18 Thread ak at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117350 ak at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug target/116587] [14/15 Regression] ICE: in lra_split_hard_reg_for, at lra-assigns.cc:1868 (unable to find a register to spill) {*andndi3_doubleword_bmi} with custom flags

2024-11-18 Thread vmakarov at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116587 --- Comment #11 from Vladimir Makarov --- I consider it is a LRA bug. We have 281: {r360:DI=~227:DI&[r363:SI+r362:SI];clobber flags:CC;} and choose alternative "(0) &r (1) r (2) o" LRA assigns (hr0,hr1) to spilled p227, then assigns (hr4,h

[Bug gcov-profile/116743] [12/13/14/15 regression] Commit r12-5817-g3d9e6767939e96 causes ~10% perf regression w AutoFDO

2024-11-18 Thread erozen at microsoft dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116743 --- Comment #17 from Eugene Rozenfeld --- Rama, just a note that I have this on my list and will look into this as soon as I can.

[Bug fortran/53357] Add -fcheck=bounds for character type-spec in ALLOCATE

2024-11-18 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53357 anlauf at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED Target Milestone|-

[Bug libgomp/117626] [15 Regression] plugin-nvptx.c contains invalid C23 code in it, treating false as nullptr

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

[Bug fortran/117654] block construct in openmp single parallel

2024-11-18 Thread nickpapior at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117654 Nick changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug testsuite/117419] test failures for enum-alias-{1,2,3} on arm-eabi

2024-11-18 Thread uecker at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117419 uecker at gcc dot gnu.org changed: What|Removed |Added Resolution|--- |FIXED Status|ASS

[Bug testsuite/117419] test failures for enum-alias-{1,2,3} on arm-eabi

2024-11-18 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117419 --- Comment #6 from GCC Commits --- The master branch has been updated by Martin Uecker : https://gcc.gnu.org/g:a3098b9a7281adef2028c2be3674094697557c2c commit r15-5425-ga3098b9a7281adef2028c2be3674094697557c2c Author: Martin Uecker Date: T

[Bug other/116253] RFE: support for nested diagnostics

2024-11-18 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116253 --- Comment #8 from GCC Commits --- The master branch has been updated by David Malcolm : https://gcc.gnu.org/g:a5af2ec16fa75941a39a5a339d13590cd13c54e9 commit r15-5417-ga5af2ec16fa75941a39a5a339d13590cd13c54e9 Author: David Malcolm Date: M

[Bug c++/117651] Read of an uninitialized subobject not detected in constant expression

2024-11-18 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117651 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW See Also|

[Bug bootstrap/103459] Make configury regenerate cleanly with `autoreconf -Wall`

2024-11-18 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103459 Eric Gallager changed: What|Removed |Added URL||https://gcc.gnu.org/piperma

[Bug c++/117620] Problem passing rvalue to co_yield (maybe?)

2024-11-18 Thread mwd at md5i dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117620 --- Comment #2 from Michael Duggan --- I'm willing to help debug this if someone can point me to the right way to set a breakpoint in the error reporting code such that I can walk back up the stack and see why the error is being triggered.

[Bug modula2/117555] [15 regression] libgm2 build failure after r15-5081-g95960cd473297c

2024-11-18 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117555 --- Comment #9 from GCC Commits --- The master branch has been updated by Gaius Mulley : https://gcc.gnu.org/g:6d90f5d0ae928320e6e4ce9fce8e658404d8cb72 commit r15-5416-g6d90f5d0ae928320e6e4ce9fce8e658404d8cb72 Author: Gaius Mulley Date: Mon

[Bug target/66511] [avr] whole-byte shifts not optimized away for uint64_t

2024-11-18 Thread gjl at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66511 Georg-Johann Lay changed: What|Removed |Added Resolution|--- |FIXED Target Milestone|---

[Bug target/117645] [15 Regression] FAIL: gcc.dg/graphite/pr29581-2.c execution test with late-combine

2024-11-18 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117645 --- Comment #3 from John David Anglin --- I tried the following to disable late_combine2: diff --git a/gcc/config/pa/pa.cc b/gcc/config/pa/pa.cc index 941ef3a7128..4dfc7da0f2f 100644 --- a/gcc/config/pa/pa.cc +++ b/gcc/config/pa/pa.cc @@ -586,6

[Bug target/84211] [avr] Perform a post-reload register optimization pass

2024-11-18 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84211 --- Comment #1 from GCC Commits --- The master branch has been updated by Georg-Johann Lay : https://gcc.gnu.org/g:c3db52bb47913a35900f0ae99469fec521003a49 commit r15-5415-gc3db52bb47913a35900f0ae99469fec521003a49 Author: Georg-Johann Lay Date

[Bug modula2/117555] [15 regression] libgm2 build failure after r15-5081-g95960cd473297c

2024-11-18 Thread gaius at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117555 Gaius Mulley changed: What|Removed |Added Attachment #59625|0 |1 is obsolete|

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

2024-11-18 Thread jeremy at bettis dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108900 --- Comment #10 from Jeremy Bettis --- Sent: https://gcc.gnu.org/pipermail/gcc-patches/2024-November/669322.html

[Bug fortran/53357] Add -fcheck=bounds for character type-spec in ALLOCATE

2024-11-18 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53357 --- Comment #5 from GCC Commits --- The master branch has been updated by Harald Anlauf : https://gcc.gnu.org/g:386f6d98ba0d438d65da1ad5b203f7b2743fc6da commit r15-5414-g386f6d98ba0d438d65da1ad5b203f7b2743fc6da Author: Harald Anlauf Date: Su

[Bug analyzer/117662] Weird -fanalyzer behavior with code split across multiple files

2024-11-18 Thread frantisek at sumsal dot cz via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117662 Frantisek Sumsal changed: What|Removed |Added Resolution|--- |WORKSFORME Status|UNCONF

[Bug target/117594] [14 regression] RISC-V: Miscompile at -O3 since r15-4012-gba7632674a2

2024-11-18 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117594 Richard Biener changed: What|Removed |Added Priority|P1 |P2 Target Milestone|15.0

[Bug modula2/117660] Errors referring to variables of type array could display full declaration

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

[Bug target/117595] ICE: SIGSEGV in mark_jump_label_1 (jump.cc:1051) with -mbig-endian and _Atomic enum

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

[Bug target/117594] [15 regression] RISC-V: Miscompile at -O3 since r15-4012-gba7632674a2

2024-11-18 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117594 --- Comment #9 from GCC Commits --- The master branch has been updated by Richard Biener : https://gcc.gnu.org/g:c108785c425b2042f63fa975c58c274d19a8d160 commit r15-5413-gc108785c425b2042f63fa975c58c274d19a8d160 Author: Richard Biener Date:

[Bug target/117595] ICE: SIGSEGV in mark_jump_label_1 (jump.cc:1051) with -mbig-endian and _Atomic enum

2024-11-18 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117595 --- Comment #1 from GCC Commits --- The master branch has been updated by Jeff Law : https://gcc.gnu.org/g:f5ceca96278b2ffaff838216aa6644fedb603573 commit r15-5412-gf5ceca96278b2ffaff838216aa6644fedb603573 Author: Jeff Law Date: Mon Nov 18

[Bug c/117652] [14/15 regression] ICE: tree check: expected class ‘type’, have ‘exceptional’ (error_mark) in tagged_types_tu_compatible_p, at c/c-typeck.cc:1919

2024-11-18 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117652 Andrew Pinski changed: What|Removed |Added Last reconfirmed||2024-11-18 Target Milestone|---

[Bug middle-end/117458] ICE: in gen_lowpart_general, at rtlhooks.cc:63 when reinterpreting _Complex float as _BitInt(33)

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

[Bug c/117652] ICE: tree check: expected class ‘type’, have ‘exceptional’ (error_mark) in tagged_types_tu_compatible_p, at c/c-typeck.cc:1919

2024-11-18 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117652 --- Comment #1 from Andrew Pinski --- Created attachment 59626 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=59626&action=edit Reduced testcase

[Bug modula2/117660] Errors referring to variables of type array could display full declaration

2024-11-18 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117660 --- Comment #3 from GCC Commits --- The master branch has been updated by Gaius Mulley : https://gcc.gnu.org/g:ab7abf1db09519a92f4a02af30ed6b834264c45e commit r15-5411-gab7abf1db09519a92f4a02af30ed6b834264c45e Author: Gaius Mulley Date: Mon

[Bug c++/102610] [C++23] P2036R3 - Change scope of lambda trailing-return-type

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

[Bug target/117659] [avr] Wrong code for u24 << 16

2024-11-18 Thread gjl at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117659 Georg-Johann Lay changed: What|Removed |Added Target Milestone|--- |14.3 Resolution|---

[Bug modula2/117660] Errors referring to variables of type array could display full declaration

2024-11-18 Thread gaius at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117660 --- Comment #2 from Gaius Mulley --- Created attachment 59624 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=59624&action=edit Proposed fix Here is the proposed fix, currently bootstrap build checking.

[Bug modula2/117555] [15 regression] libgm2 build failure after r15-5081-g95960cd473297c

2024-11-18 Thread gaius at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117555 --- Comment #7 from Gaius Mulley --- Created attachment 59625 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=59625&action=edit Proposed fix Here is a proposed fix, currently bootstrap checking.

[Bug target/117659] [avr] Wrong code for u24 << 16

2024-11-18 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117659 --- Comment #4 from GCC Commits --- The releases/gcc-12 branch has been updated by Georg-Johann Lay : https://gcc.gnu.org/g:a2725b4ed6f248e1239aace322a78ee4d45db110 commit r12-10820-ga2725b4ed6f248e1239aace322a78ee4d45db110 Author: Georg-Johan

[Bug target/117659] [avr] Wrong code for u24 << 16

2024-11-18 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117659 --- Comment #3 from GCC Commits --- The releases/gcc-13 branch has been updated by Georg-Johann Lay : https://gcc.gnu.org/g:3c15b26d5f072cd083d469df976cf6adf3e68fb3 commit r13-9198-g3c15b26d5f072cd083d469df976cf6adf3e68fb3 Author: Georg-Johann

[Bug modula2/117555] [15 regression] libgm2 build failure after r15-5081-g95960cd473297c

2024-11-18 Thread gaius at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117555 --- Comment #6 from Gaius Mulley --- Ah yes indeed - thanks for spotting this.

[Bug target/117659] [avr] Wrong code for u24 << 16

2024-11-18 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117659 --- Comment #2 from GCC Commits --- The releases/gcc-14 branch has been updated by Georg-Johann Lay : https://gcc.gnu.org/g:3cb7ac6f02d35eda5d9e52834d06f50d0c929ecc commit r14-10939-g3cb7ac6f02d35eda5d9e52834d06f50d0c929ecc Author: Georg-Johan

[Bug analyzer/117662] Weird -fanalyzer behavior with code split across multiple files

2024-11-18 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117662 Andrew Pinski changed: What|Removed |Added Keywords||diagnostic --- Comment #2 from Andrew P

[Bug modula2/117660] Errors referring to variables of type array could display full declaration

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

[Bug target/117659] [avr] Wrong code for u24 << 16

2024-11-18 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117659 --- Comment #1 from GCC Commits --- The master branch has been updated by Georg-Johann Lay : https://gcc.gnu.org/g:bba27015f2815a8fa6fae46a29a70644e868341c commit r15-5410-gbba27015f2815a8fa6fae46a29a70644e868341c Author: Georg-Johann Lay Dat

[Bug analyzer/117662] Weird -fanalyzer behavior with code split across multiple files

2024-11-18 Thread frantisek at sumsal dot cz via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117662 --- Comment #1 from Frantisek Sumsal --- And, of course, I forgot to provide the gcc version. I use the gcc-latest build from copr.fedorainfracloud.org/dmalcolm/gcc-latest on Fedora 40, i.e.: $ /opt/gcc-latest/bin/gcc --version gcc (GCC) 15.0.0

  1   2   >