public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug debug/40713] Overlapping .debug_ranges (C++)
       [not found] <bug-40713-4@http.gcc.gnu.org/bugzilla/>
@ 2011-10-11 10:35 ` Paulo.Matos at csr dot com
  2011-10-11 10:41 ` paolo.carlini at oracle dot com
  2011-10-11 11:49 ` Paulo.Matos at csr dot com
  2 siblings, 0 replies; 7+ messages in thread
From: Paulo.Matos at csr dot com @ 2011-10-11 10:35 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40713

Paulo J. Matos <Paulo.Matos at csr dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |Paulo.Matos at csr dot com

--- Comment #4 from Paulo J. Matos <Paulo.Matos at csr dot com> 2011-10-11 10:34:52 UTC ---
This also seems to occur on gcc 4.3.6, is the patch ever going to be backported
there?


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug debug/40713] Overlapping .debug_ranges (C++)
       [not found] <bug-40713-4@http.gcc.gnu.org/bugzilla/>
  2011-10-11 10:35 ` [Bug debug/40713] Overlapping .debug_ranges (C++) Paulo.Matos at csr dot com
@ 2011-10-11 10:41 ` paolo.carlini at oracle dot com
  2011-10-11 11:49 ` Paulo.Matos at csr dot com
  2 siblings, 0 replies; 7+ messages in thread
From: paolo.carlini at oracle dot com @ 2011-10-11 10:41 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40713

--- Comment #5 from Paolo Carlini <paolo.carlini at oracle dot com> 2011-10-11 10:40:33 UTC ---
As the home page says, 4.4.x is the oldest maintained branch..


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug debug/40713] Overlapping .debug_ranges (C++)
       [not found] <bug-40713-4@http.gcc.gnu.org/bugzilla/>
  2011-10-11 10:35 ` [Bug debug/40713] Overlapping .debug_ranges (C++) Paulo.Matos at csr dot com
  2011-10-11 10:41 ` paolo.carlini at oracle dot com
@ 2011-10-11 11:49 ` Paulo.Matos at csr dot com
  2 siblings, 0 replies; 7+ messages in thread
From: Paulo.Matos at csr dot com @ 2011-10-11 11:49 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40713

--- Comment #6 from Paulo J. Matos <Paulo.Matos at csr dot com> 2011-10-11 11:48:08 UTC ---
(In reply to comment #5)
> As the home page says, 4.4.x is the oldest maintained branch..

Right! Sorry for the noise.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug debug/40713] Overlapping .debug_ranges (C++)
  2009-07-10 15:16 [Bug debug/40713] New: " jan dot kratochvil at redhat dot com
                   ` (2 preceding siblings ...)
  2009-07-11 17:42 ` jakub at gcc dot gnu dot org
@ 2010-05-24 11:13 ` jakub at gcc dot gnu dot org
  3 siblings, 0 replies; 7+ messages in thread
From: jakub at gcc dot gnu dot org @ 2010-05-24 11:13 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from jakub at gcc dot gnu dot org  2010-05-24 11:13 -------
Fixed.


-- 

jakub at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40713


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug debug/40713] Overlapping .debug_ranges (C++)
  2009-07-10 15:16 [Bug debug/40713] New: " jan dot kratochvil at redhat dot com
  2009-07-10 18:28 ` [Bug debug/40713] " jakub at gcc dot gnu dot org
  2009-07-10 19:34 ` jakub at gcc dot gnu dot org
@ 2009-07-11 17:42 ` jakub at gcc dot gnu dot org
  2010-05-24 11:13 ` jakub at gcc dot gnu dot org
  3 siblings, 0 replies; 7+ messages in thread
From: jakub at gcc dot gnu dot org @ 2009-07-11 17:42 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from jakub at gcc dot gnu dot org  2009-07-11 17:42 -------
Subject: Bug 40713

Author: jakub
Date: Sat Jul 11 17:41:59 2009
New Revision: 149514

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=149514
Log:
        PR debug/40713
        * dwarf2out.c (dw_fde_struct): Add in_std_section and
        cold_in_std_section bits.
        (dwarf2out_begin_prologue): Initialize them.
        (dwarf2out_finish): Don't emit FDE range into .debug_ranges
        if already covered by text_section or cold_text_section range.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/dwarf2out.c


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40713


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug debug/40713] Overlapping .debug_ranges (C++)
  2009-07-10 15:16 [Bug debug/40713] New: " jan dot kratochvil at redhat dot com
  2009-07-10 18:28 ` [Bug debug/40713] " jakub at gcc dot gnu dot org
@ 2009-07-10 19:34 ` jakub at gcc dot gnu dot org
  2009-07-11 17:42 ` jakub at gcc dot gnu dot org
  2010-05-24 11:13 ` jakub at gcc dot gnu dot org
  3 siblings, 0 replies; 7+ messages in thread
From: jakub at gcc dot gnu dot org @ 2009-07-10 19:34 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from jakub at gcc dot gnu dot org  2009-07-10 19:33 -------
Created an attachment (id=18176)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18176&action=view)
gcc45-pr40713.patch

Untested patch.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40713


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug debug/40713] Overlapping .debug_ranges (C++)
  2009-07-10 15:16 [Bug debug/40713] New: " jan dot kratochvil at redhat dot com
@ 2009-07-10 18:28 ` jakub at gcc dot gnu dot org
  2009-07-10 19:34 ` jakub at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 7+ messages in thread
From: jakub at gcc dot gnu dot org @ 2009-07-10 18:28 UTC (permalink / raw)
  To: gcc-bugs



-- 

jakub at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |jakub at gcc dot gnu dot org
                   |dot org                     |
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2009-07-10 18:27:42
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40713


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-10-11 11:49 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-40713-4@http.gcc.gnu.org/bugzilla/>
2011-10-11 10:35 ` [Bug debug/40713] Overlapping .debug_ranges (C++) Paulo.Matos at csr dot com
2011-10-11 10:41 ` paolo.carlini at oracle dot com
2011-10-11 11:49 ` Paulo.Matos at csr dot com
2009-07-10 15:16 [Bug debug/40713] New: " jan dot kratochvil at redhat dot com
2009-07-10 18:28 ` [Bug debug/40713] " jakub at gcc dot gnu dot org
2009-07-10 19:34 ` jakub at gcc dot gnu dot org
2009-07-11 17:42 ` jakub at gcc dot gnu dot org
2010-05-24 11:13 ` jakub at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).