public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug debug/20253] [3.4/4.0/4.1 regression]: Macro debug info broken due to lexer change
       [not found] <20050228195936.20253.dberlin@gcc.gnu.org>
@ 2005-03-01 18:00 ` dberlin at gcc dot gnu dot org
  2005-03-01 18:18 ` dpatel at apple dot com
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 12+ messages in thread
From: dberlin at gcc dot gnu dot org @ 2005-03-01 18:00 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dberlin at gcc dot gnu dot org  2005-03-01 18:00 -------
I'll fix this bug if someone can test the fix on a stabs machine for me.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |dberlin at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2005-02-28 20:12:18         |2005-03-01 18:00:11
               date|                            |


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


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

* [Bug debug/20253] [3.4/4.0/4.1 regression]: Macro debug info broken due to lexer change
       [not found] <20050228195936.20253.dberlin@gcc.gnu.org>
  2005-03-01 18:00 ` [Bug debug/20253] [3.4/4.0/4.1 regression]: Macro debug info broken due to lexer change dberlin at gcc dot gnu dot org
@ 2005-03-01 18:18 ` dpatel at apple dot com
  2005-03-02 20:45 ` pinskia at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 12+ messages in thread
From: dpatel at apple dot com @ 2005-03-01 18:18 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dpatel at apple dot com  2005-03-01 18:18 -------
Subject: Re:  [3.4/4.0/4.1 regression]: Macro debug info broken due to lexer change


On Mar 1, 2005, at 10:00 AM, dberlin at gcc dot gnu dot org wrote:

> I'll fix this bug if someone can test the fix on a stabs machine for 
> me.

I can run gdb test suite on powerpc-darwin. Note: FSF gdb does not have 
darwin port so darwin gdb is not similar to the one used by other stabs 
platform.

-
Devang



-- 


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


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

* [Bug debug/20253] [3.4/4.0/4.1 regression]: Macro debug info broken due to lexer change
       [not found] <20050228195936.20253.dberlin@gcc.gnu.org>
  2005-03-01 18:00 ` [Bug debug/20253] [3.4/4.0/4.1 regression]: Macro debug info broken due to lexer change dberlin at gcc dot gnu dot org
  2005-03-01 18:18 ` dpatel at apple dot com
@ 2005-03-02 20:45 ` pinskia at gcc dot gnu dot org
  2005-03-04  3:08 ` cvs-commit at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 12+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-03-02 20:45 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-03-02 20:45 -------
Patch here: <http://gcc.gnu.org/ml/gcc-patches/2005-03/msg00169.html>.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |patch


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


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

* [Bug debug/20253] [3.4/4.0/4.1 regression]: Macro debug info broken due to lexer change
       [not found] <20050228195936.20253.dberlin@gcc.gnu.org>
                   ` (2 preceding siblings ...)
  2005-03-02 20:45 ` pinskia at gcc dot gnu dot org
@ 2005-03-04  3:08 ` cvs-commit at gcc dot gnu dot org
  2005-03-04  3:28 ` [Bug debug/20253] [3.4/4.0 " pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 12+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-03-04  3:08 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-03-04 03:08 -------
Subject: Bug 20253

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	dberlin@gcc.gnu.org	2005-03-04 03:08:11

Modified files:
	gcc            : ChangeLog c-opts.c dwarf2out.c 
Added files:
	gcc/testsuite/gcc.dg/debug/dwarf2: dwarf2-macro.c 

Log message:
	2005-03-03  Daniel Berlin <dberlin@dbrelin.org>
	
	Fix PR debug/20253
	
	* c-opts.c (c_common_parse_file): Call start_source_file
	and end_source_file at the approriate times.
	
	* dwarf2out.c (dwarf2out_finish): Don't auto-end
	the main file, it will be done for us now.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.7659&r2=2.7660
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-opts.c.diff?cvsroot=gcc&r1=1.136&r2=1.137
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/dwarf2out.c.diff?cvsroot=gcc&r1=1.570&r2=1.571
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/debug/dwarf2/dwarf2-macro.c.diff?cvsroot=gcc&r1=NONE&r2=1.1



-- 


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


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

* [Bug debug/20253] [3.4/4.0 regression]: Macro debug info broken due to lexer change
       [not found] <20050228195936.20253.dberlin@gcc.gnu.org>
                   ` (3 preceding siblings ...)
  2005-03-04  3:08 ` cvs-commit at gcc dot gnu dot org
@ 2005-03-04  3:28 ` pinskia at gcc dot gnu dot org
  2005-03-04 15:28 ` cvs-commit at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 12+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-03-04  3:28 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-03-04 03:28 -------
Fixed at least on the mainline.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to work|3.3.3 3.2.3                 |3.3.3 3.2.3 4.1.0
            Summary|[3.4/4.0/4.1 regression]:   |[3.4/4.0 regression]: Macro
                   |Macro debug info broken due |debug info broken due to
                   |to lexer change             |lexer change


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


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

* [Bug debug/20253] [3.4/4.0 regression]: Macro debug info broken due to lexer change
       [not found] <20050228195936.20253.dberlin@gcc.gnu.org>
                   ` (4 preceding siblings ...)
  2005-03-04  3:28 ` [Bug debug/20253] [3.4/4.0 " pinskia at gcc dot gnu dot org
@ 2005-03-04 15:28 ` cvs-commit at gcc dot gnu dot org
  2005-03-04 15:35 ` [Bug debug/20253] [3.4 " pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 12+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-03-04 15:28 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-03-04 15:28 -------
Subject: Bug 20253

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-4_0-branch
Changes by:	dberlin@gcc.gnu.org	2005-03-04 15:28:46

Modified files:
	gcc            : ChangeLog c-opts.c dwarf2out.c 
Added files:
	gcc/testsuite/gcc.dg/debug/dwarf2: dwarf2-macro.c 

Log message:
	2005-03-04  Daniel Berlin <dberlin@dbrelin.org>
	
	Fix PR debug/20253
	
	* c-opts.c (c_common_parse_file): Call start_source_file
	and end_source_file at the approriate times.
	
	* dwarf2out.c (dwarf2out_finish): Don't auto-end
	the main file, it will be done for us now.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=2.7592.2.20&r2=2.7592.2.21
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-opts.c.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.136&r2=1.136.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/dwarf2out.c.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.570&r2=1.570.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/debug/dwarf2/dwarf2-macro.c.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=NONE&r2=1.1.2.1



-- 


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


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

* [Bug debug/20253] [3.4 regression]: Macro debug info broken due to lexer change
       [not found] <20050228195936.20253.dberlin@gcc.gnu.org>
                   ` (5 preceding siblings ...)
  2005-03-04 15:28 ` cvs-commit at gcc dot gnu dot org
@ 2005-03-04 15:35 ` pinskia at gcc dot gnu dot org
  2005-03-10 13:18 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 12+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-03-04 15:35 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-03-04 15:35 -------
Fixed also on the 4.0 branch, 3.4 is a little harder as the loop has changed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[3.4/4.0 regression]: Macro |[3.4 regression]: Macro
                   |debug info broken due to    |debug info broken due to
                   |lexer change                |lexer change


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


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

* [Bug debug/20253] [3.4 regression]: Macro debug info broken due to lexer change
       [not found] <20050228195936.20253.dberlin@gcc.gnu.org>
                   ` (6 preceding siblings ...)
  2005-03-04 15:35 ` [Bug debug/20253] [3.4 " pinskia at gcc dot gnu dot org
@ 2005-03-10 13:18 ` pinskia at gcc dot gnu dot org
  2005-05-19 17:50 ` mmitchel at gcc dot gnu dot org
  2005-07-26 13:16 ` dberlin at gcc dot gnu dot org
  9 siblings, 0 replies; 12+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-03-10 13:18 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-03-10 13:18 -------
*** Bug 20404 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |niva at niisi dot msk dot ru


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


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

* [Bug debug/20253] [3.4 regression]: Macro debug info broken due to lexer change
       [not found] <20050228195936.20253.dberlin@gcc.gnu.org>
                   ` (7 preceding siblings ...)
  2005-03-10 13:18 ` pinskia at gcc dot gnu dot org
@ 2005-05-19 17:50 ` mmitchel at gcc dot gnu dot org
  2005-07-26 13:16 ` dberlin at gcc dot gnu dot org
  9 siblings, 0 replies; 12+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2005-05-19 17:50 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4.4                       |3.4.5


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


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

* [Bug debug/20253] [3.4 regression]: Macro debug info broken due to lexer change
       [not found] <20050228195936.20253.dberlin@gcc.gnu.org>
                   ` (8 preceding siblings ...)
  2005-05-19 17:50 ` mmitchel at gcc dot gnu dot org
@ 2005-07-26 13:16 ` dberlin at gcc dot gnu dot org
  9 siblings, 0 replies; 12+ messages in thread
From: dberlin at gcc dot gnu dot org @ 2005-07-26 13:16 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dberlin at gcc dot gnu dot org  2005-07-26 13:16 -------
This has moved very much off my radar since it was fixed in 4.1.0 and 4.0.0

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|dberlin at gcc dot gnu dot  |unassigned at gcc dot gnu
                   |org                         |dot org
             Status|ASSIGNED                    |NEW
      Known to fail|3.4.0 4.0.0                 |3.4.0
      Known to work|3.3.3 3.2.3 4.1.0           |3.3.3 3.2.3 4.1.0 4.0.0


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


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

* [Bug debug/20253] [3.4 regression]: Macro debug info broken due to lexer change
       [not found] <bug-20253-1@http.gcc.gnu.org/bugzilla/>
  2005-10-07  3:56 ` gdr at gcc dot gnu dot org
@ 2006-02-28 10:04 ` gdr at gcc dot gnu dot org
  1 sibling, 0 replies; 12+ messages in thread
From: gdr at gcc dot gnu dot org @ 2006-02-28 10:04 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #17 from gdr at gcc dot gnu dot org  2006-02-28 10:03 -------
fixed for 4.0.0


-- 

gdr at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|3.4.6                       |4.0.0


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


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

* [Bug debug/20253] [3.4 regression]: Macro debug info broken due to lexer change
       [not found] <bug-20253-1@http.gcc.gnu.org/bugzilla/>
@ 2005-10-07  3:56 ` gdr at gcc dot gnu dot org
  2006-02-28 10:04 ` gdr at gcc dot gnu dot org
  1 sibling, 0 replies; 12+ messages in thread
From: gdr at gcc dot gnu dot org @ 2005-10-07  3:56 UTC (permalink / raw)
  To: gcc-bugs



-- 

gdr at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4.5                       |3.4.6


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


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

end of thread, other threads:[~2006-02-28 10:03 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20050228195936.20253.dberlin@gcc.gnu.org>
2005-03-01 18:00 ` [Bug debug/20253] [3.4/4.0/4.1 regression]: Macro debug info broken due to lexer change dberlin at gcc dot gnu dot org
2005-03-01 18:18 ` dpatel at apple dot com
2005-03-02 20:45 ` pinskia at gcc dot gnu dot org
2005-03-04  3:08 ` cvs-commit at gcc dot gnu dot org
2005-03-04  3:28 ` [Bug debug/20253] [3.4/4.0 " pinskia at gcc dot gnu dot org
2005-03-04 15:28 ` cvs-commit at gcc dot gnu dot org
2005-03-04 15:35 ` [Bug debug/20253] [3.4 " pinskia at gcc dot gnu dot org
2005-03-10 13:18 ` pinskia at gcc dot gnu dot org
2005-05-19 17:50 ` mmitchel at gcc dot gnu dot org
2005-07-26 13:16 ` dberlin at gcc dot gnu dot org
     [not found] <bug-20253-1@http.gcc.gnu.org/bugzilla/>
2005-10-07  3:56 ` gdr at gcc dot gnu dot org
2006-02-28 10:04 ` gdr 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).