[Bug analyzer/120213] analyzer report a false positive

2025-05-10 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120213 --- Comment #5 from Andrew Pinski --- (In reply to Andrew Pinski from comment #4) > I would complain to VScode because it is works just fine for other terminals > that implement ascii control characters with UTF-8. Oh XScode should be using the

[Bug c++/120124] "g++: fatal error: Killed signal..." when reporting error involving very complex lambda type

2025-05-10 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120124 Andrew Pinski changed: What|Removed |Added Keywords||c++-lambda Status|UNCONFIRM

[Bug analyzer/120213] analyzer report a false positive

2025-05-10 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120213 --- Comment #6 from Sam James --- Looks like it doesn't default to UTF8: https://github.com/Microsoft/vscode/issues/19837.

[Bug c++/119699] fnspec for constructors/deconstructors don't say they return this when targetm.cxx.cdtor_returns_this () returns true

2025-05-10 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119699 --- Comment #3 from Andrew Pinski --- (In reply to Christophe Lyon from comment #2) > FTR I tried this based on your suggestion: > diff --git a/gcc/cp/decl.cc b/gcc/cp/decl.cc > index a785d5e79cb..a709bde8f15 100644 > --- a/gcc/cp/decl.cc > +++

[Bug rtl-optimization/120214] New: REG_RETURNED Does not always work for stack addresses

2025-05-10 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120214 Bug ID: 120214 Summary: REG_RETURNED Does not always work for stack addresses Product: gcc Version: 14.0 Status: UNCONFIRMED Keywords: missed-optimization Severity: norm

[Bug target/118518] gcc 14.2.1 nvptx cross compiler complains about alias definitions in a struct with two constructors that are not aliases

2025-05-10 Thread schulz.benjamin at googlemail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118518 --- Comment #15 from Benjamin Schulz --- Hi there, my recent openmp version of the code seems to compile now (after a small change) executes without error on gcc 15.1 on gpu. So I now think about whether I have to re-convert some of it back

[Bug c++/118590] [14 regression] ICE with acc enter data copyin and dependent types since r14-7033-g1413af02d62182

2025-05-10 Thread schulz.benjamin at googlemail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118590 --- Comment #13 from Benjamin Schulz --- Thanks. Works with 15.1

<    1   2