[Bug debug/120227] Incorrect debug info generation with options -gcodeview -g

2025-05-12 Thread bc-info at styx dot cabel.net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120227 --- Comment #1 from Iouri Kharon --- FYI: The problem is in the compiler (cc1/cc1plus)- with such a combination of keys, a "mixture" of codeview-style and dwarf-style info gets into the generated assembler

[Bug c/120227] New: Incorrect debug info generation with options -gcodeview -g

2025-05-11 Thread bc-info at styx dot cabel.net via Gcc-bugs
Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: bc-info at styx dot cabel.net Target Milestone: --- $ cat test.c // gcc -c -gcodeview -g test.c void f(void) {} $ gcc -c -gcodeview -g test.c cciogM22.s: Assembler messages: cciogM22.s:174

[Bug debug/120051] [15/16 regression] codeview ICE/segfault starting with 15.1.0

2025-05-11 Thread bc-info at styx dot cabel.net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120051 --- Comment #20 from Iouri Kharon --- (In reply to Christoph Reiter from comment #19) > After doing some more testing, the 32bit build now fails with these patches: > > [1/301] Compiling C++ object > operations/external/exr-save.dll.p/exr-save.

[Bug debug/120051] [15/16 regression] codeview ICE/segfault starting with 15.1.0

2025-05-10 Thread bc-info at styx dot cabel.net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120051 --- Comment #17 from Iouri Kharon --- (In reply to Christoph Reiter from comment #16) > (In reply to Christoph Reiter from comment #15) > > Thanks, that seems to have fixed the babl build. > > ah, I meant the gegl build. And did you apply the

[Bug debug/120051] [15/16 regression] codeview ICE/segfault starting with 15.1.0

2025-05-10 Thread bc-info at styx dot cabel.net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120051 Iouri Kharon changed: What|Removed |Added Attachment #61379|0 |1 is obsolete|

[Bug debug/120051] [15/16 regression] codeview ICE/segfault starting with 15.1.0

2025-05-09 Thread bc-info at styx dot cabel.net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120051 --- Comment #12 from Iouri Kharon --- FYI: Yet cc1/cc1plus can be linked with --pdb :) - secondary patch for ld added to https://sourceware.org/bugzilla/show_bug.cgi?id=32942

[Bug debug/120051] [15/16 regression] codeview ICE/segfault starting with 15.1.0

2025-05-09 Thread bc-info at styx dot cabel.net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120051 --- Comment #10 from Iouri Kharon --- (In reply to Sam James from comment #6) > Mark, when you get a chance to work on this, if you haven't tried it before, > I'd recommend doing a bootstrap w/ -gcodeview enabled by default to see what > falls o

[Bug debug/120051] [15/16 regression] codeview ICE/segfault starting with 15.1.0

2025-05-09 Thread bc-info at styx dot cabel.net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120051 Iouri Kharon changed: What|Removed |Added Attachment #61364|0 |1 is obsolete|

[Bug debug/120051] [15/16 regression] codeview ICE/segfault starting with 15.1.0

2025-05-07 Thread bc-info at styx dot cabel.net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120051 Iouri Kharon changed: What|Removed |Added Attachment #61313|0 |1 is obsolete|

[Bug debug/120051] [15/16 regression] codeview ICE/segfault starting with 15.1.0

2025-05-05 Thread bc-info at styx dot cabel.net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120051 --- Comment #4 from Iouri Kharon --- (In reply to Sam James from comment #3) > (In reply to Iouri Kharon from comment #2) > > In addition, a bug in ld-2.44 was found :). See > > https://savannah.gnu.org/patch/index.php?10520 > > Could you file

[Bug debug/120051] [15/16 regression] codeview ICE/segfault starting with 15.1.0

2025-05-05 Thread bc-info at styx dot cabel.net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120051 Iouri Kharon changed: What|Removed |Added Attachment #61272|0 |1 is obsolete|

[Bug debug/120051] codeview ICE/segfault starting with 15.1.0

2025-05-02 Thread bc-info at styx dot cabel.net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120051 Iouri Kharon changed: What|Removed |Added CC||bc-info at styx dot cabel.net

[Bug c/119940] New: Incorrect calculate MD5 (for -gcodeview) under windows

2025-04-25 Thread bc-info at styx dot cabel.net via Gcc-bugs
Component: c Assignee: unassigned at gcc dot gnu.org Reporter: bc-info at styx dot cabel.net Target Milestone: --- When build gcc under windows (mingw-w64, etc) incorrect calculation MD5 for option -gcodeview. Patch for fix this bug: --- gcc-15.0/gcc/dwarf2codeview.cc.orig

[Bug target/46261] avr-gcc: Segfaults when compiled with the -mint8 option

2011-05-01 Thread bc-info at styx dot cabel.net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46261 --- Comment #4 from Iouri Kharon 2011-05-01 13:29:35 UTC --- Created attachment 24157 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24157 CHAR16 and CHAR32 in avr with -mint8 This patch correct bug 46261 in gcc-4.5.x