[Bug cobol/120623] New: gcobol-16 on i386-solaris results in "out of memory".

2025-06-10 Thread rdubner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120623 Bug ID: 120623 Summary: gcobol-16 on i386-solaris results in "out of memory". Product: gcc Version: 16.0 Status: UNCONFIRMED Severity: normal Priority: P3 Compo

[Bug cobol/120623] gcobol-16 on i386-solaris results in "out of memory".

2025-06-10 Thread rdubner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120623 Robert Dubner changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |rdubner at gcc dot gnu.org

[Bug cobol/119211] [15/16 Regression] Cobol GCC 15 release checklist

2025-06-10 Thread rdubner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119211 Bug 119211 depends on bug 119217, which changed state. Bug 119217 Summary: cobol: build broken on non-linux by unguarded use of Linux-specific facilities. https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119217 What|Removed

[Bug cobol/119217] cobol: build broken on non-linux by unguarded use of Linux-specific facilities.

2025-06-10 Thread rdubner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119217 Robert Dubner changed: What|Removed |Added Resolution|--- |FIXED Status|WAITING

[Bug cobol/119217] cobol: build broken on non-linux by unguarded use of Linux-specific facilities.

2025-06-09 Thread rdubner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119217 --- Comment #26 from Robert Dubner --- *Thank* you. Those hints led to a successful compilation. This doesn't work: ../configure CONFIG_SHELL=/bin/bash --enable-languages=c,c++ --disable-multilib --disable-bootstrap So, I cribbed some of th

[Bug cobol/119217] cobol: build broken on non-linux by unguarded use of Linux-specific facilities.

2025-06-07 Thread rdubner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119217 Robert Dubner changed: What|Removed |Added CC||rdubner at gcc dot gnu.org --- Comment

[Bug cobol/120501] Error parsing ">>turn"

2025-06-05 Thread rdubner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120501 Robert Dubner changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug cobol/119323] cppcheck meets libgcobol

2025-06-04 Thread rdubner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119323 --- Comment #11 from Robert Dubner --- I suspect that the preference for prefix notation is an historical oddity. And it is not hard to write pseudo code that demonstrates extra temporary variables might be needed. And it's always fun to look

[Bug cobol/119323] cppcheck meets libgcobol

2025-06-04 Thread rdubner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119323 Robert Dubner changed: What|Removed |Added Resolution|--- |FIXED Status|WAITING

[Bug cobol/120422] Reducing strcmp() and strlen() gcc/cobol/genapi.cc at f3a62dcfc96cb24127385a7e668133e037b6085d

2025-06-02 Thread rdubner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120422 Robert Dubner changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug cobol/119975] clock_gettime in genapi.cc is unportable

2025-06-02 Thread rdubner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119975 Robert Dubner changed: What|Removed |Added Status|ASSIGNED|WAITING --- Comment #3 from Robert Dubn

[Bug cobol/120422] Reducing strcmp() and strlen() gcc/cobol/genapi.cc at f3a62dcfc96cb24127385a7e668133e037b6085d

2025-06-01 Thread rdubner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120422 Robert Dubner changed: What|Removed |Added CC||rdubner at gcc dot gnu.org --- Comment

[Bug cobol/119524] cobol: gg_printf assumes target characteristics

2025-06-01 Thread rdubner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119524 Robert Dubner changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug cobol/120501] Error parsing ">>turn"

2025-06-01 Thread rdubner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120501 Robert Dubner changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |jklowden at gcc dot gnu.org

[Bug cobol/120501] New: Error parsing ">>turn"

2025-06-01 Thread rdubner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120501 Bug ID: 120501 Summary: Error parsing ">>turn" Product: gcc Version: 16.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: cobol Assignee:

[Bug cobol/119324] cppcheck meets /cobol/

2025-05-23 Thread rdubner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119324 --- Comment #10 from Robert Dubner --- Yes, thank you. I don't mean to seem like I am being argumentative. I can't help but note that your selected commands generated three lines of output from a 50K cppcheck.list file that is 766 lines long.

[Bug cobol/119324] cppcheck meets /cobol/

2025-05-22 Thread rdubner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119324 --- Comment #8 from Robert Dubner --- I don't like making blind changes. I need to duplicate the report you created so that I know that any changes I make actually fix cppcheck outputs without creating new ones. The "problems" reported by Cppc

[Bug cobol/119324] cppcheck meets /cobol/

2025-05-21 Thread rdubner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119324 --- Comment #6 from Robert Dubner --- I compiled and installed cppcheck 2.17, which was a bit of an intelligence test. The error messages were very chatty, but didn't actually tell me what I needed to know. It took a while, but the internet ca

[Bug cobol/119324] cppcheck meets /cobol/

2025-05-20 Thread rdubner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119324 --- Comment #4 from Robert Dubner --- I fear that my ignorance is holed up in a bit of a fortress. I have installed Cppcheck 2.7 on an Ubuntu 22.04 LTS x86_64 system. When I try to run it on just one file that you mention, I get the following.

[Bug cobol/119883] codegen: recursive user-defined functions don't run recursive

2025-05-20 Thread rdubner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119883 --- Comment #3 from Robert Dubner --- (In reply to James K. Lowden from comment #2) > The issue appears to boil down to YYLTYPE and YDFLTYPE, which are identical, > being defined differently somehow, somewhere. A clue perhaps: in > gcc/cobol/ut

[Bug cobol/119632] section segments (cobol85) not implemented, "ignored" -> raising compile error

2025-05-20 Thread rdubner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119632 Robert Dubner changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug cobol/119810] FE: -include does not unset "included from"

2025-05-20 Thread rdubner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119810 Robert Dubner changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug cobol/119771] FE (parser): CONSTANT AS LENGTH OF does not error - but result in length of zero

2025-05-20 Thread rdubner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119771 Robert Dubner changed: What|Removed |Added Resolution|--- |FIXED Status|WAITING

[Bug cobol/119772] FE: COBOL2025/2026 (original GnuCOBOL extension) LENGTH OF usage-specification missing

2025-05-20 Thread rdubner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119772 Robert Dubner changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug cobol/119790] FE (parser): CONSTANT AS figurative-constant broken

2025-05-20 Thread rdubner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119790 Robert Dubner changed: What|Removed |Added Resolution|--- |FIXED Status|WAITING

[Bug cobol/119770] FLOAT-DECIMAL support + "cannot MOVE '_stack1'"

2025-05-20 Thread rdubner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119770 Robert Dubner changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug cobol/119337] cobol: gcobc wrapper should deduce output name

2025-05-20 Thread rdubner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119337 Robert Dubner changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug cobol/119883] codegen: recursive user-defined functions don't run recursive

2025-05-20 Thread rdubner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119883 Robert Dubner changed: What|Removed |Added Status|NEW |WAITING --- Comment #1 from Robert Dubn

[Bug cobol/119885] libgcobol: SQRT wrong argument check

2025-05-20 Thread rdubner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119885 Robert Dubner changed: What|Removed |Added Resolution|--- |FIXED CC|

[Bug cobol/119324] cppcheck meets /cobol/

2025-05-15 Thread rdubner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119324 --- Comment #2 from Robert Dubner --- (In reply to David Binderman from comment #0) > I tried out the static analyser cppcheck on > the source code of /cobol/. > > The most important things it said were: David, I am not familiar with cppcheck.

[Bug testsuite/120251] cobol tests depend on locale

2025-05-15 Thread rdubner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120251 --- Comment #6 from Robert Dubner --- And this time I figured out how to change a locale to test it.

[Bug testsuite/120251] cobol tests depend on locale

2025-05-15 Thread rdubner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120251 Robert Dubner changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug testsuite/120251] cobol tests depend on locale

2025-05-15 Thread rdubner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120251 --- Comment #4 from Robert Dubner --- The reason for the locale problem is because COBOL has an often-used feature whereby alphanumeric strings can be set to a figurative constant named "HIGH-VALUE", which by default is 0xFF. And, yes, "by defa

[Bug cobol/119377] cobol.dg/group1/declarative_1.cob fails (segfaults, uninitialised vars)

2025-05-12 Thread rdubner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119377 --- Comment #16 from Robert Dubner --- (In reply to Iain Sandoe from comment #10) > (In reply to Robert Dubner from comment #9) > > Whether or not this will fix any other problems, I don't know. I do know > > that valgrind was reporting uniniti

[Bug cobol/119377] cobol.dg/group1/declarative_1.cob fails (segfaults, uninitialised vars)

2025-05-12 Thread rdubner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119377 --- Comment #15 from Robert Dubner --- Oh. Well, that's a comedown. I am compiling GCC-16 on an Ubuntu 22.04 LTS system, with the Ubuntu distribution version of GCC-11. When I build GCC-6 and run "make check-cobol" I am getting, as of today,

[Bug cobol/119377] cobol.dg/group1/declarative_1.cob fails (segfaults, uninitialised vars)

2025-05-12 Thread rdubner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119377 --- Comment #13 from Robert Dubner --- Thanks. Sadly, that didn't tell me anything useful. The front-end code that's failing is slated to be completely eliminated when Jim gets a chance to work on it, probably in the next couple of weeks. The

[Bug cobol/119377] cobol.dg/group1/declarative_1.cob fails (segfaults, uninitialised vars)

2025-05-12 Thread rdubner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119377 --- Comment #11 from Robert Dubner --- I am not surprised. When I first read about it a couple of days ago, it looked to me like two separate problems. Primus: We talked casually about my working with you to duplicate the working environment

[Bug cobol/119377] cobol.dg/group1/declarative_1.cob fails (segfaults, uninitialised vars)

2025-05-11 Thread rdubner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119377 --- Comment #9 from Robert Dubner --- Whether or not this will fix any other problems, I don't know. I do know that valgrind was reporting uninitialized data, and now it is not.

[Bug cobol/119377] cobol.dg/group1/declarative_1.cob fails (segfaults, uninitialised vars)

2025-05-11 Thread rdubner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119377 --- Comment #7 from Robert Dubner --- Never mind. I am seeing the valgrind error, thank you very much. Let me see if I can get rid of it, and we'll move on from there.

[Bug cobol/119377] cobol.dg/group1/declarative_1.cob fails (segfaults, uninitialised vars)

2025-05-11 Thread rdubner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119377 --- Comment #6 from Robert Dubner --- Declarative and Exception processing have been changed significantly in recent days. Is the declarative_1 problem still showing up?

[Bug cobol/119215] -Wodr and -Wlto-type-mismatch issues in cobol

2025-04-16 Thread rdubner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119215 Robert Dubner changed: What|Removed |Added CC||jklowden at gcc dot gnu.org --- Comment

[Bug cobol/119215] -Wodr and -Wlto-type-mismatch issues in cobol

2025-04-16 Thread rdubner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119215 Robert Dubner changed: What|Removed |Added CC||rdubner at gcc dot gnu.org --- Comment

[Bug cobol/119211] [15 Regression] Cobol GCC 15 release checklist

2025-04-16 Thread rdubner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119211 Bug 119211 depends on bug 119759, which changed state. Bug 119759 Summary: LICENSE file in gcc/cobol https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119759 What|Removed |Added -

[Bug cobol/119759] LICENSE file in gcc/cobol

2025-04-16 Thread rdubner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119759 Robert Dubner changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |rdubner at gcc dot gnu.org

[Bug cobol/119759] LICENSE file in gcc/cobol

2025-04-16 Thread rdubner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119759 Robert Dubner changed: What|Removed |Added CC||rdubner at gcc dot gnu.org --- Comment

[Bug cobol/119809] FE internal_error internal compiler error: in digits_from_float128, at cobol/genapi.cc:15293 (bit data items)

2025-04-15 Thread rdubner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119809 Robert Dubner changed: What|Removed |Added Assignee|rdubner at gcc dot gnu.org |jklowden at gcc dot gnu.org ---

[Bug cobol/119809] FE internal_error internal compiler error: in digits_from_float128, at cobol/genapi.cc:15293 (bit data items)

2025-04-15 Thread rdubner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119809 Robert Dubner changed: What|Removed |Added Ever confirmed|0 |1 Last reconfirmed|

[Bug cobol/119244] cobol/libgcobol should allow libquadmath to provide 128b floating support.

2025-04-13 Thread rdubner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119244 --- Comment #34 from Robert Dubner --- And it worked. Thanks again.

[Bug cobol/119244] cobol/libgcobol should allow libquadmath to provide 128b floating support.

2025-04-13 Thread rdubner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119244 --- Comment #33 from Robert Dubner --- Thank you. I'll give that a try.

[Bug cobol/119244] cobol/libgcobol should allow libquadmath to provide 128b floating support.

2025-04-13 Thread rdubner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119244 Robert Dubner changed: What|Removed |Added CC||rdubner at gcc dot gnu.org --- Comment

[Bug cobol/119456] gcobol: huge codegen for use of reference-modification (and missing optimization)

2025-04-11 Thread rdubner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119456 Robert Dubner changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED CC|

[Bug cobol/119694] Excessive getenv uses in cobol FE

2025-04-11 Thread rdubner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119694 Robert Dubner changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug cobol/119694] Excessive getenv uses in cobol FE

2025-04-11 Thread rdubner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119694 --- Comment #7 from Robert Dubner --- There are only a few getenv() calls that I regard as necessary. Those can be renamed. As I said, GCOBOL_SHOW and GCOBOL_TRACE. There is a COBPATH that operates like LD_LIBRARY_PATH; that can, and should,

[Bug cobol/119694] Excessive getenv uses in cobol FE

2025-04-11 Thread rdubner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119694 --- Comment #5 from Robert Dubner --- As the parser parses each COBOL statement, it tends to call a function, generally named parser_whatever. For example, the COBOL statement "OPEN INPUT " results in the function parser_file_open() being call

[Bug cobol/119694] Excessive getenv uses in cobol FE

2025-04-10 Thread rdubner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119694 Robert Dubner changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |rdubner at gcc dot gnu.org

[Bug cobol/119682] reference-modification (temporary literal?) yields wrong result

2025-04-09 Thread rdubner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119682 Robert Dubner changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug cobol/119414] cobol driver unconditionally adds platform-specific command line options.

2025-04-09 Thread rdubner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119414 Robert Dubner changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug cobol/119364] building a cobol cross compiler on i686-linux-gnu targeting x86_64-linux-gnu fails

2025-04-09 Thread rdubner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119364 --- Comment #18 from Robert Dubner --- The revised code will be based on passing pointers to lists of integers. (I have managed to talk Jim out of his desire to pass structures created with GENERIC to the library code. He thinks I am a sissy f

[Bug cobol/119682] reference-modification (temporary literal?) yields wrong result

2025-04-09 Thread rdubner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119682 Robert Dubner changed: What|Removed |Added Last reconfirmed||2025-04-09 Status|UNCONFIRM

[Bug cobol/119636] compile error: gcobol1 does not find file descriptions in case of obsolete FD phrases

2025-04-09 Thread rdubner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119636 --- Comment #2 from Robert Dubner --- (In reply to Robert Dubner from comment #1) > The revised code will be based on passing pointers to lists of integers. > > Those lists of integers are being established as static arrays of type > integer_ty

[Bug cobol/119364] building a cobol cross compiler on i686-linux-gnu targeting x86_64-linux-gnu fails

2025-04-09 Thread rdubner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119364 --- Comment #17 from Robert Dubner --- Oi. "Wait for me, I'm your leader!" Jim and I are in the process of a complete rewrite of how the declaratives and exception processing are handled. I believe that most, if not all, of the concerns raise

[Bug cobol/119636] compile error: gcobol1 does not find file descriptions in case of obsolete FD phrases

2025-04-09 Thread rdubner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119636 Robert Dubner changed: What|Removed |Added CC||rdubner at gcc dot gnu.org --- Comment

[Bug cobol/119414] cobol driver unconditionally adds platform-specific command line options.

2025-04-09 Thread rdubner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119414 Robert Dubner changed: What|Removed |Added Resolution|FIXED |--- Status|RESOLVED

[Bug cobol/119637] link error for LINAGE-COUNTER

2025-04-08 Thread rdubner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119637 Robert Dubner changed: What|Removed |Added Last reconfirmed||2025-04-08 Status|UNCONFIRM

[Bug cobol/119521] gcc-cobol generated programs with memory leak

2025-04-04 Thread rdubner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119521 --- Comment #7 from Robert Dubner --- The DB programs are not among the ones we test. When I run the program, it rapidly gets stuck in an infinite loop around lines 511 513. It just keeps attempting to PERFORM DEBUG-ALL-PROCS, repeatedly. So,

[Bug cobol/119521] gcc-cobol generated programs with memory leak

2025-03-28 Thread rdubner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119521 --- Comment #2 from Robert Dubner --- Additional: The leaking memory is because exception checking is turned on. Still looking...

[Bug cobol/119521] gcc-cobol generated programs with memory leak

2025-03-28 Thread rdubner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119521 Robert Dubner changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug testsuite/119443] Peculiar behavior of the new dg-output-file directive

2025-03-24 Thread rdubner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119443 Robert Dubner changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED

[Bug testsuite/119443] Peculiar behavior of the new dg-output-file directive

2025-03-24 Thread rdubner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119443 Robert Dubner changed: What|Removed |Added CC||rdubner at gcc dot gnu.org --- Comment

[Bug testsuite/119443] New: Peculiar behavior of the new dg-output-file directive

2025-03-24 Thread rdubner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119443 Bug ID: 119443 Summary: Peculiar behavior of the new dg-output-file directive Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Compo

[Bug cobol/119241] cobol Front end uses host floating point (128b) support

2025-03-20 Thread rdubner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119241 --- Comment #24 from Robert Dubner --- Here comes perhaps too much information. That "value thing" was added late. I believe it arrived at the point where Jim realized he needed to be doing compile-time numerical calculations for the Compiler

[Bug cobol/119241] cobol Front end uses host floating point (128b) support

2025-03-19 Thread rdubner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119241 --- Comment #14 from Robert Dubner --- "Wait for me! I am your leader!" I am not *used* to this. What I *am* used to is people telling me there's a problem in my code, and then standing around tapping their feet impatiently until I fix it. O

[Bug cobol/119211] [15 Regression] Cobol GCC 15 release checklist

2025-03-17 Thread rdubner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119211 Bug 119211 depends on bug 119213, which changed state. Bug 119213 Summary: gcc/cobol/Make-lang.in: suspicious -DEXEC_LIB with hardcoded lib64 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119213 What|Removed |A

[Bug cobol/119213] gcc/cobol/Make-lang.in: suspicious -DEXEC_LIB with hardcoded lib64

2025-03-17 Thread rdubner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119213 Robert Dubner changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug cobol/119213] gcc/cobol/Make-lang.in: suspicious -DEXEC_LIB with hardcoded lib64

2025-03-16 Thread rdubner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119213 Robert Dubner changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug cobol/119241] cobol Front end uses host floating point (128b) support

2025-03-16 Thread rdubner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119241 --- Comment #6 from Robert Dubner --- (In reply to Iain Sandoe from comment #5) > In my experiments with x86_64 Darwin and Linux, I have managed to convert > the library to use libquadmath. > > I started to try and apply Jakub's suggestions to

[Bug cobol/119214] debug volatile asm breaks assembling

2025-03-15 Thread rdubner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119214 Robert Dubner changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug cobol/119214] debug volatile asm breaks assembling

2025-03-14 Thread rdubner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119214 --- Comment #20 from Robert Dubner --- (In reply to Richard Biener from comment #15) > (In reply to Robert Dubner from comment #14) > > (In reply to Richard Biener from comment #13) > > > (In reply to Robert Dubner from comment #7) > > > [...]

[Bug cobol/119214] debug volatile asm breaks assembling

2025-03-14 Thread rdubner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119214 --- Comment #18 from Robert Dubner --- (In reply to Jakub Jelinek from comment #17) > Note, > * gengen.cc: applies if( !optimize ) test > is not properly formatted ChangeLog entry, unfortunately it got through > pre-commit hooks. > For n

[Bug cobol/119214] debug volatile asm breaks assembling

2025-03-13 Thread rdubner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119214 Robert Dubner changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|