[Bug debug/38757] gcc does not emit DW_LANG_C99

2014-11-26 Thread mark at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=38757 Mark Wielaard changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug debug/38757] gcc does not emit DW_LANG_C99

2014-11-26 Thread mark at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=38757 --- Comment #8 from Mark Wielaard --- Author: mark Date: Wed Nov 26 11:05:20 2014 New Revision: 218077 URL: https://gcc.gnu.org/viewcvs?rev=218077&root=gcc&view=rev Log: PR debug/38757 continued. Handle C11, C++11 and C++14. Add experimental (m

[Bug debug/38757] gcc does not emit DW_LANG_C99

2014-11-21 Thread mark at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=38757 --- Comment #7 from Mark Wielaard --- Author: mark Date: Fri Nov 21 16:00:06 2014 New Revision: 217934 URL: https://gcc.gnu.org/viewcvs?rev=217934&root=gcc&view=rev Log: PR debug/38757 gcc does not emit DW_LANG_C99. For C and C++ add the langua

[Bug debug/38757] gcc does not emit DW_LANG_C99

2014-06-06 Thread mark at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=38757 --- Comment #6 from Mark Wielaard --- Current 4.9 rebased version of the patch is here: http://pkgs.fedoraproject.org/cgit/gcc.git/tree/gcc49-pr38757.patch

[Bug debug/38757] gcc does not emit DW_LANG_C99

2014-04-01 Thread mark at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38757 --- Comment #5 from Mark Wielaard --- Patch has been discussed on the patches list a couple of times in the past, but not yet applied: http://gcc.gnu.org/ml/gcc-patches/2009-03/msg00858.html http://gcc.gnu.org/ml/gcc-patches/2010-04/msg00991.html

[Bug debug/38757] gcc does not emit DW_LANG_C99

2014-04-01 Thread mark at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38757 Mark Wielaard changed: What|Removed |Added CC||mark at gcc dot gnu.org --- Comment #4 fr

[Bug debug/38757] gcc does not emit DW_LANG_C99

2009-03-18 Thread jakub at gcc dot gnu dot org
--- Comment #3 from jakub at gcc dot gnu dot org 2009-03-18 12:52 --- Created an attachment (id=17484) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17484&action=view) gcc44-pr38757.patch Fix which will allow later on similar differentiation between C++98 and C++0x or say Fortran

[Bug debug/38757] gcc does not emit DW_LANG_C99

2009-03-18 Thread jakub at gcc dot gnu dot org
--- Comment #2 from jakub at gcc dot gnu dot org 2009-03-18 10:59 --- BTW, related, we only generate DW_AT_prototyped attributes for DW_LANG_C89, shouldn't we generate them also for DW_LANG_C99, DW_LANG_ObjC? As lang_hooks are const, we can't modify lang_hooks.name depending on -std={c,

[Bug debug/38757] gcc does not emit DW_LANG_C99

2009-01-09 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2009-01-09 20:25 --- Confirmed, I noticed this also. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added