[Bug debug/40109] Incorrect debug info nesting for typedef statements within namespaces

2013-08-19 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40109 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added CC||j...@red-bean.com

[Bug debug/40109] Incorrect debug info nesting for typedef statements within namespaces

2009-05-18 Thread dodji at gcc dot gnu dot org
--- Comment #3 from dodji at gcc dot gnu dot org 2009-05-18 19:20 --- Subject: Bug 40109 Author: dodji Date: Mon May 18 19:19:52 2009 New Revision: 147674 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=147674 Log: Fix for PR debug/40109 gcc/ChangeLog: PR debug/40109 *

[Bug debug/40109] Incorrect debug info nesting for typedef statements within namespaces

2009-05-18 Thread dodji at gcc dot gnu dot org
--- Comment #4 from dodji at gcc dot gnu dot org 2009-05-18 19:24 --- Subject: Bug 40109 Author: dodji Date: Mon May 18 19:24:17 2009 New Revision: 147675 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=147675 Log: Candidate Fix for PR debug/40109 gcc/ChangeLog: PR debug/40109 *

[Bug debug/40109] Incorrect debug info nesting for typedef statements within namespaces

2009-05-18 Thread dodji at gcc dot gnu dot org
--- Comment #5 from dodji at gcc dot gnu dot org 2009-05-18 19:26 --- Subject: Bug 40109 Author: dodji Date: Mon May 18 19:26:41 2009 New Revision: 147676 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=147676 Log: Fix for PR debug/40109 gcc/ChangeLog: PR debug/40109 *

[Bug debug/40109] Incorrect debug info nesting for typedef statements within namespaces

2009-05-18 Thread dodji at gcc dot gnu dot org
--- Comment #6 from dodji at gcc dot gnu dot org 2009-05-18 19:29 --- Fixed in 4.5, 4.4 and 4.3. -- dodji at gcc dot gnu dot org changed: What|Removed |Added

[Bug debug/40109] Incorrect debug info nesting for typedef statements within namespaces

2009-05-13 Thread dodji at gcc dot gnu dot org
--- Comment #2 from dodji at gcc dot gnu dot org 2009-05-13 14:58 --- Patch submitted for review at http://gcc.gnu.org/ml/gcc-patches/2009-05/msg00706.html. -- dodji at gcc dot gnu dot org changed: What|Removed |Added

[Bug debug/40109] Incorrect debug info nesting for typedef statements within namespaces

2009-05-11 Thread dodji at gcc dot gnu dot org
--- Comment #1 from dodji at gcc dot gnu dot org 2009-05-11 18:29 --- Created an attachment (id=17853) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17853action=view) Candidate fix I have tested this patch. It bootstraps and passes regtest on trunk. I need to test it on the