[Bug analyzer/117262] [15 regression] Analyzer doesn't handle RAW_DATA_CST properly

2025-03-11 Thread dmalcolm at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117262 --- Comment #7 from David Malcolm --- tree.def has: /* Used to represent the brace-enclosed initializers for a structure or an array. It contains a sequence of component values made out of a VEC of constructor_elt. For RECORD_TYPE, U

[Bug web/119227] New: Does the generated HTML for cobol get installed to the website?

2025-03-11 Thread dmalcolm at gcc dot gnu.org via Gcc-bugs
Priority: P3 Component: web Assignee: unassigned at gcc dot gnu.org Reporter: dmalcolm at gcc dot gnu.org Target Milestone: --- In gcc/cobol/Make-lang.in I see: cobol.install-html: installdirs gcobol.html gcobol-io.html $(INSTALL_DATA) gcobol.html

[Bug web/119227] Does the generated HTML for cobol get installed to the website?

2025-03-11 Thread dmalcolm at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119227 --- Comment #1 from David Malcolm --- FWIW I tried https://gcc.gnu.org/onlinedocs/gcc/gcobol.html but it wasn't found.

[Bug cobol/119256] Capture source ranges for tokens in gcobol

2025-03-12 Thread dmalcolm at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119256 David Malcolm changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |dmalcolm at gcc dot gnu.org

[Bug cobol/119256] Capture source ranges for tokens in gcobol

2025-03-12 Thread dmalcolm at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119256 --- Comment #2 from David Malcolm --- BTW, should the source range be: hello.cob:2:8: error: syntax error, unexpected NAME, expecting FUNCTION or PROGRAM-ID 2 |porgram-id. hello. |^~ rather than: hello.cob:2:

[Bug web/119227] Does the generated HTML for cobol get installed to the website?

2025-03-14 Thread dmalcolm at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119227 --- Comment #6 from David Malcolm --- Thanks for the info Mark. Sorry if this comes across as blunt, but pushing changes and waiting for a cronjob to run (in production) seems very 1990s. Is there some automated way to bring up a test instance

[Bug c/119366] [15 Regression] ICE: "free(): invalid pointer" in diagnostic_context::finish() (diagnostic.cc:427) with -Wfatal-errors

2025-03-19 Thread dmalcolm at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119366 David Malcolm changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |dmalcolm at gcc dot gnu.org

[Bug c/119366] [15 Regression] ICE: "free(): invalid pointer" in diagnostic_context::finish() (diagnostic.cc:427) with -Wfatal-errors

2025-03-19 Thread dmalcolm at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119366 David Malcolm changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/110363] RFE: New use-after-move warning

2025-03-26 Thread dmalcolm at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110363 David Malcolm changed: What|Removed |Added CC||dmalcolm at gcc dot gnu.org

[Bug testsuite/116163] RFE: add a linting tool for DejaGnu tests

2025-03-26 Thread dmalcolm at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116163 David Malcolm changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |dmalcolm at gcc dot gnu.org

[Bug testsuite/116163] RFE: add a linting tool for DejaGnu tests

2025-03-27 Thread dmalcolm at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116163 David Malcolm changed: What|Removed |Added Status|WAITING |NEW --- Comment #19 from David Malcolm

[Bug analyzer/119697] New: Support for exception subclass matching in analyzer

2025-04-09 Thread dmalcolm at gcc dot gnu.org via Gcc-bugs
Component: analyzer Assignee: dmalcolm at gcc dot gnu.org Reporter: dmalcolm at gcc dot gnu.org Blocks: 97111 Target Milestone: --- I have a patch in development for PR 97111 (adding exception-handling support to -fanalyzer), but so far it only does *exact* matches on

[Bug analyzer/119715] New: -Wanalyzer-infinite-loop: specify loop invariant in message where possible

2025-04-10 Thread dmalcolm at gcc dot gnu.org via Gcc-bugs
: enhancement Priority: P3 Component: analyzer Assignee: dmalcolm at gcc dot gnu.org Reporter: dmalcolm at gcc dot gnu.org Target Milestone: --- Quoting: https://www.reddit.com/r/programming/comments/1jvxwpu/comment/mmevj5a/ "EDIT: And that 29-line wa

[Bug analyzer/119278] [15 Regression] ICE on gnutls-3.8.9: in cmp_csts_same_type, at analyzer/svalue.cc:466 since r15-8016-g8015a72ae49640

2025-03-14 Thread dmalcolm at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119278 --- Comment #6 from David Malcolm --- Thanks Jakub, the attachment looks good to me. Sorry about the breakage.

[Bug analyzer/111536] -fanalyzer false positive with NRVO return

2025-04-11 Thread dmalcolm at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111536 David Malcolm changed: What|Removed |Added Status|NEW |ASSIGNED Target Milestone|---

[Bug web/119227] Does the generated HTML for cobol get installed to the website?

2025-03-28 Thread dmalcolm at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119227 --- Comment #18 from David Malcolm --- For reference, some commits that I needed to do when getting the libgdiagnostics docs onto the website: commit g:e6e4cb34e30f25adfb57e998663a8a1796b8573c commit g:168f938b8f2aab5c0443b02404d004ed4298651

[Bug gcov-profile/119719] New: Suitability of gcov for very resource-constrained systems

2025-04-10 Thread dmalcolm at gcc dot gnu.org via Gcc-bugs
Priority: P3 Component: gcov-profile Assignee: unassigned at gcc dot gnu.org Reporter: dmalcolm at gcc dot gnu.org Target Milestone: --- Quoting Reddit user duane11583 about coverage testing on embedded systems: https://www.reddit.com/r/C_Programming/comments

[Bug analyzer/111536] -fanalyzer false positive with NRVO return

2025-04-28 Thread dmalcolm at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111536 David Malcolm changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug analyzer/109366] No -Wanalyzer-null-dereference for unique_ptr

2025-04-28 Thread dmalcolm at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109366 David Malcolm changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug analyzer/97110] [meta-bug] tracker bug for supporting C++ in -fanalyzer

2025-04-28 Thread dmalcolm at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97110 Bug 97110 depends on bug 109366, which changed state. Bug 109366 Summary: No -Wanalyzer-null-dereference for unique_ptr https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109366 What|Removed |Added ---

[Bug analyzer/97110] [meta-bug] tracker bug for supporting C++ in -fanalyzer

2025-04-28 Thread dmalcolm at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97110 Bug 97110 depends on bug 111536, which changed state. Bug 111536 Summary: -fanalyzer false positive with NRVO return https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111536 What|Removed |Added --

[Bug analyzer/97111] Support for exception-handling within -fanalyzer

2025-04-28 Thread dmalcolm at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97111 David Malcolm changed: What|Removed |Added Ever confirmed|0 |1 Target Milestone|---

[Bug analyzer/97113] Support for RTTI within -fanalyzer

2025-04-28 Thread dmalcolm at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97113 David Malcolm changed: What|Removed |Added Target Milestone|--- |16.0 Last reconfirmed|

[Bug analyzer/120045] analyzer: False positive with guarded NULL dereference

2025-04-30 Thread dmalcolm at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120045 David Malcolm changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Ever confirmed|0

<    31   32   33   34   35   36