[Bug debug/111847] Debug info for structure member is not generated for structure in template class

2023-10-17 Thread EngyCZ at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111847 Jiří Engelthaler changed: What|Removed |Added Resolution|--- |INVALID Status|UNCONFIRM

[Bug debug/111847] New: Debug info for structure members is not generated for structure in template class

2023-10-17 Thread EngyCZ at gmail dot com via Gcc-bugs
Severity: normal Priority: P3 Component: debug Assignee: unassigned at gcc dot gnu.org Reporter: EngyCZ at gmail dot com Target Milestone: --- Created attachment 56131 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=56131&action=edit Sample sour

[Bug pch/88219] New: Precompiled headers Segmentation fault in Cygwin

2018-11-27 Thread EngyCZ at gmail dot com
: pch Assignee: unassigned at gcc dot gnu.org Reporter: EngyCZ at gmail dot com Target Milestone: --- Created attachment 45099 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=45099&action=edit Sample Hi, Precompiled headers feature doesn't work in Cygwin.

[Bug c++/80596] g++ generates incomplete DWARF debug information for array-typedefs

2017-05-03 Thread EngyCZ at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80596 Jiří Engelthaler changed: What|Removed |Added CC||EngyCZ at gmail dot com --- Comment

[Bug c++/77363] [5/6/7 Regression] Missing debug information in DWARF

2016-08-30 Thread EngyCZ at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77363 Jiří Engelthaler changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/77363] [5/6/7 Regression] Missing debug information in DWARF

2016-08-25 Thread EngyCZ at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77363 --- Comment #3 from Jiří Engelthaler --- This pr68162 breaks the function

[Bug c++/77363] [5/6/7 Regression] Missing debug information in DWARF

2016-08-25 Thread EngyCZ at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77363 Jiří Engelthaler changed: What|Removed |Added Known to work||5.3.0 --- Comment #2 from Jiří Engelt

[Bug c++/77363] New: Missing debug information in DWARF

2016-08-24 Thread EngyCZ at gmail dot com
++ Assignee: unassigned at gcc dot gnu.org Reporter: EngyCZ at gmail dot com Target Milestone: --- Created attachment 39489 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39489&action=edit example.c I have found a missing debug information in dwarf for file compiled with g+

[Bug driver/68029] Strange behavior of -fdiagnostics-color option

2015-11-26 Thread EngyCZ at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68029 --- Comment #10 from Jiří Engelthaler --- Will this bug be resolved in 6.0 release?

[Bug driver/68029] Strange behavior of -fdiagnostics-color option

2015-11-03 Thread EngyCZ at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68029 --- Comment #9 from Jiří Engelthaler --- (In reply to Manuel López-Ibáñez from comment #8) > > Good catch! In principle your patch seems correct. I think you are only > missing a testcase. This patch is small enough to not require a copyright >

[Bug driver/68029] Strange behavior of -fdiagnostics-color option

2015-11-03 Thread EngyCZ at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68029 --- Comment #7 from Jiří Engelthaler --- Created attachment 36638 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36638&action=edit diag_color.patch fdiagnostics_color_idx can by on first place so comparing as > 1 will miss it. There should

[Bug driver/68029] Strange behavior of -fdiagnostics-color option

2015-11-02 Thread EngyCZ at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68029 --- Comment #5 from Jiří Engelthaler --- (In reply to Manuel López-Ibáñez from comment #4) > (In reply to Jiří Engelthaler from comment #3) > > (In reply to Manuel López-Ibáñez from comment #2) > > > What does -### show for the call to cc1 ? My c

[Bug driver/68029] Strange behavior of -fdiagnostics-color option

2015-11-02 Thread EngyCZ at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68029 --- Comment #3 from Jiří Engelthaler --- (In reply to Manuel López-Ibáñez from comment #2) > What does -### show for the call to cc1 ? My commit r228094 to opts-common.c > should have fixed this. $ gcc -fdiagnostics-color=never a.c -### cc1.exe

[Bug c/68029] New: Strange behavior of -fdiagnostics-color option

2015-10-20 Thread EngyCZ at gmail dot com
Assignee: unassigned at gcc dot gnu.org Reporter: EngyCZ at gmail dot com Target Milestone: --- Hi. In current trunk version of GCC 6.0 compiler I have found strange behavior of -fdiagnostics-color option gcc.exe -fdiagnostics-color=never a.c will output colored error: a.c