public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug debug/11608] New: testcase gcc.dg/debug/20020327-1.c fails with -gstabs1 etc.
@ 2003-07-20 17:23 dank at kegel dot com
  2003-07-30  2:45 ` [Bug debug/11608] " pinskia at physics dot uc dot edu
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: dank at kegel dot com @ 2003-07-20 17:23 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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

           Summary: testcase gcc.dg/debug/20020327-1.c fails with -gstabs1
                    etc.
           Product: gcc
           Version: 3.3.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: debug
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: dank at kegel dot com
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: sh4-*-linux-gnu

I'm building and testing an x86->sh4 crosscompiler with http://kegel.com/crosstool
With either gcc-3.3 or gcc-ss-3_3-20030714 I get:

Testing debug/20020327-1.c, -gstabs1
...
FAIL: gcc.dg/debug/20020327-1.c (test for excess errors)
Excess errors:
/tmp/cc8dFF7Y.s: Assembler messages:
/tmp/cc8dFF7Y.s:66: Error: symbol `Letext' is already defined


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

* [Bug debug/11608] testcase gcc.dg/debug/20020327-1.c fails with -gstabs1 etc.
  2003-07-20 17:23 [Bug debug/11608] New: testcase gcc.dg/debug/20020327-1.c fails with -gstabs1 etc dank at kegel dot com
@ 2003-07-30  2:45 ` pinskia at physics dot uc dot edu
  2003-08-23  0:56 ` dhazeghi at yahoo dot com
                   ` (13 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-07-30  2:45 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2003-07-30 02:45:41
               date|                            |


------- Additional Comments From pinskia at physics dot uc dot edu  2003-07-30 02:45 -------
I can confirm this on the mainline (20030718).


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

* [Bug debug/11608] testcase gcc.dg/debug/20020327-1.c fails with -gstabs1 etc.
  2003-07-20 17:23 [Bug debug/11608] New: testcase gcc.dg/debug/20020327-1.c fails with -gstabs1 etc dank at kegel dot com
  2003-07-30  2:45 ` [Bug debug/11608] " pinskia at physics dot uc dot edu
@ 2003-08-23  0:56 ` dhazeghi at yahoo dot com
  2004-01-02  6:58 ` pinskia at gcc dot gnu dot org
                   ` (12 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: dhazeghi at yahoo dot com @ 2003-08-23  0:56 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


dhazeghi at yahoo dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |wrong-code
   Target Milestone|3.4                         |---


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

* [Bug debug/11608] testcase gcc.dg/debug/20020327-1.c fails with -gstabs1 etc.
  2003-07-20 17:23 [Bug debug/11608] New: testcase gcc.dg/debug/20020327-1.c fails with -gstabs1 etc dank at kegel dot com
  2003-07-30  2:45 ` [Bug debug/11608] " pinskia at physics dot uc dot edu
  2003-08-23  0:56 ` dhazeghi at yahoo dot com
@ 2004-01-02  6:58 ` pinskia at gcc dot gnu dot org
  2004-01-02  7:01 ` pinskia at gcc dot gnu dot org
                   ` (11 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-02  6:58 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-02 06:58 -------
The problem looks like DBX_OUTPUT_MAIN_SOURCE_FILE_END is defined wrong 
and uses Letext which it should not for this test as Letext is the function which is defined 
in the file.  Maybe adding a . infront of the label will fix it.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
 GCC target triplet|sh4-*-linux-gnu             |sh?-*-linux-gnu
   Last reconfirmed|2003-07-30 02:45:41         |2004-01-02 06:58:43
               date|                            |


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


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

* [Bug debug/11608] testcase gcc.dg/debug/20020327-1.c fails with -gstabs1 etc.
  2003-07-20 17:23 [Bug debug/11608] New: testcase gcc.dg/debug/20020327-1.c fails with -gstabs1 etc dank at kegel dot com
                   ` (2 preceding siblings ...)
  2004-01-02  6:58 ` pinskia at gcc dot gnu dot org
@ 2004-01-02  7:01 ` pinskia at gcc dot gnu dot org
  2004-01-02  7:27 ` pinskia at gcc dot gnu dot org
                   ` (10 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-02  7:01 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-02 07:00 -------
Or convert it to use asm_printf like below:

#define DBX_OUTPUT_MAIN_SOURCE_FILE_END(FILE, FILENAME)                 \
  asm_fprintf (FILE,                                                    \
              "\t.stabs \"\",%d,0,0,%LLetext\n%LLetext:\n", N_SO N_SO)

-- 


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


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

* [Bug debug/11608] testcase gcc.dg/debug/20020327-1.c fails with -gstabs1 etc.
  2003-07-20 17:23 [Bug debug/11608] New: testcase gcc.dg/debug/20020327-1.c fails with -gstabs1 etc dank at kegel dot com
                   ` (3 preceding siblings ...)
  2004-01-02  7:01 ` pinskia at gcc dot gnu dot org
@ 2004-01-02  7:27 ` pinskia at gcc dot gnu dot org
  2004-01-02  7:28 ` pinskia at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-02  7:27 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-02 07:27 -------
Created an attachment (id=5399)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=5399&action=view)
patch that should fix it


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |pinskia at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED


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


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

* [Bug debug/11608] testcase gcc.dg/debug/20020327-1.c fails with -gstabs1 etc.
  2003-07-20 17:23 [Bug debug/11608] New: testcase gcc.dg/debug/20020327-1.c fails with -gstabs1 etc dank at kegel dot com
                   ` (4 preceding siblings ...)
  2004-01-02  7:27 ` pinskia at gcc dot gnu dot org
@ 2004-01-02  7:28 ` pinskia at gcc dot gnu dot org
  2004-01-11  0:26 ` [Bug target/11608] " pinskia at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-02  7:28 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-02 07:28 -------
Can you try this patch which should fix it?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |WAITING
   Target Milestone|---                         |3.4.0


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


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

* [Bug target/11608] testcase gcc.dg/debug/20020327-1.c fails with -gstabs1 etc.
  2003-07-20 17:23 [Bug debug/11608] New: testcase gcc.dg/debug/20020327-1.c fails with -gstabs1 etc dank at kegel dot com
                   ` (5 preceding siblings ...)
  2004-01-02  7:28 ` pinskia at gcc dot gnu dot org
@ 2004-01-11  0:26 ` pinskia at gcc dot gnu dot org
  2004-01-14  5:41 ` pinskia at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-11  0:26 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-11 00:26 -------
Since this is minor target and this never quiet work right anyways, I am moving this to 
3.4.1 while waiting for the results.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4.0                       |3.4.1


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


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

* [Bug target/11608] testcase gcc.dg/debug/20020327-1.c fails with -gstabs1 etc.
  2003-07-20 17:23 [Bug debug/11608] New: testcase gcc.dg/debug/20020327-1.c fails with -gstabs1 etc dank at kegel dot com
                   ` (6 preceding siblings ...)
  2004-01-11  0:26 ` [Bug target/11608] " pinskia at gcc dot gnu dot org
@ 2004-01-14  5:41 ` pinskia at gcc dot gnu dot org
  2004-01-17 23:03 ` dhazeghi at yahoo dot com
                   ` (6 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-14  5:41 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4.1                       |3.5.0


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


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

* [Bug target/11608] testcase gcc.dg/debug/20020327-1.c fails with -gstabs1 etc.
  2003-07-20 17:23 [Bug debug/11608] New: testcase gcc.dg/debug/20020327-1.c fails with -gstabs1 etc dank at kegel dot com
                   ` (7 preceding siblings ...)
  2004-01-14  5:41 ` pinskia at gcc dot gnu dot org
@ 2004-01-17 23:03 ` dhazeghi at yahoo dot com
  2004-01-27 16:25 ` dank at kegel dot com
                   ` (5 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: dhazeghi at yahoo dot com @ 2004-01-17 23:03 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dhazeghi at yahoo dot com  2004-01-17 23:03 -------
Dan, can you test the patch, or send the asm from the failing testcase? Thanks.

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


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


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

* [Bug target/11608] testcase gcc.dg/debug/20020327-1.c fails with -gstabs1 etc.
  2003-07-20 17:23 [Bug debug/11608] New: testcase gcc.dg/debug/20020327-1.c fails with -gstabs1 etc dank at kegel dot com
                   ` (8 preceding siblings ...)
  2004-01-17 23:03 ` dhazeghi at yahoo dot com
@ 2004-01-27 16:25 ` dank at kegel dot com
  2004-01-27 16:27 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: dank at kegel dot com @ 2004-01-27 16:25 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dank at kegel dot com  2004-01-27 16:25 -------
The patch seems to fix the problem when applied to gcc-3.3-20040119!

-- 


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


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

* [Bug target/11608] testcase gcc.dg/debug/20020327-1.c fails with -gstabs1 etc.
  2003-07-20 17:23 [Bug debug/11608] New: testcase gcc.dg/debug/20020327-1.c fails with -gstabs1 etc dank at kegel dot com
                   ` (9 preceding siblings ...)
  2004-01-27 16:25 ` dank at kegel dot com
@ 2004-01-27 16:27 ` pinskia at gcc dot gnu dot org
  2004-05-01  0:29 ` dhazeghi at yahoo dot com
                   ` (3 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-27 16:27 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-27 16:27 -------
Thanks, I will ask for approval soon.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |ASSIGNED
   Last reconfirmed|2004-01-02 06:58:43         |2004-01-27 16:27:44
               date|                            |


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


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

* [Bug target/11608] testcase gcc.dg/debug/20020327-1.c fails with -gstabs1 etc.
  2003-07-20 17:23 [Bug debug/11608] New: testcase gcc.dg/debug/20020327-1.c fails with -gstabs1 etc dank at kegel dot com
                   ` (10 preceding siblings ...)
  2004-01-27 16:27 ` pinskia at gcc dot gnu dot org
@ 2004-05-01  0:29 ` dhazeghi at yahoo dot com
  2004-05-01  0:40 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: dhazeghi at yahoo dot com @ 2004-05-01  0:29 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dhazeghi at yahoo dot com  2004-05-01 00:29 -------
Andrew, this is still assigned to you. Any progress in getting your patch approved?

-- 


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


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

* [Bug target/11608] testcase gcc.dg/debug/20020327-1.c fails with -gstabs1 etc.
  2003-07-20 17:23 [Bug debug/11608] New: testcase gcc.dg/debug/20020327-1.c fails with -gstabs1 etc dank at kegel dot com
                   ` (11 preceding siblings ...)
  2004-05-01  0:29 ` dhazeghi at yahoo dot com
@ 2004-05-01  0:40 ` pinskia at gcc dot gnu dot org
  2004-05-01  0:48 ` cvs-commit at gcc dot gnu dot org
  2004-05-01  0:50 ` pinskia at gcc dot gnu dot org
  14 siblings, 0 replies; 16+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-05-01  0:40 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-05-01 00:40 -------
Woops I had forgot to submit it:(.  I will do so right now.

-- 


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


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

* [Bug target/11608] testcase gcc.dg/debug/20020327-1.c fails with -gstabs1 etc.
  2003-07-20 17:23 [Bug debug/11608] New: testcase gcc.dg/debug/20020327-1.c fails with -gstabs1 etc dank at kegel dot com
                   ` (12 preceding siblings ...)
  2004-05-01  0:40 ` pinskia at gcc dot gnu dot org
@ 2004-05-01  0:48 ` cvs-commit at gcc dot gnu dot org
  2004-05-01  0:50 ` pinskia at gcc dot gnu dot org
  14 siblings, 0 replies; 16+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-05-01  0:48 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-05-01 00:48 -------
Subject: Bug 11608

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	pinskia@gcc.gnu.org	2004-05-01 00:48:33

Modified files:
	gcc            : ChangeLog 
	gcc/config/sh  : elf.h 

Log message:
	2004-04-20  Andrew Pinski  <pinskia@physics.uc.edu>
	
	PR target/11608
	* config/sh/elf.h (DBX_OUTPUT_MAIN_SOURCE_FILE_END): Update and make it
	more like the one in config/dbxelf.h.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.3536&r2=2.3537
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/sh/elf.h.diff?cvsroot=gcc&r1=1.32&r2=1.33



-- 


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


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

* [Bug target/11608] testcase gcc.dg/debug/20020327-1.c fails with -gstabs1 etc.
  2003-07-20 17:23 [Bug debug/11608] New: testcase gcc.dg/debug/20020327-1.c fails with -gstabs1 etc dank at kegel dot com
                   ` (13 preceding siblings ...)
  2004-05-01  0:48 ` cvs-commit at gcc dot gnu dot org
@ 2004-05-01  0:50 ` pinskia at gcc dot gnu dot org
  14 siblings, 0 replies; 16+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-05-01  0:50 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-05-01 00:50 -------
Fixed on the mainline for 3.5.0.

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


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


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

end of thread, other threads:[~2004-05-01  0:50 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-20 17:23 [Bug debug/11608] New: testcase gcc.dg/debug/20020327-1.c fails with -gstabs1 etc dank at kegel dot com
2003-07-30  2:45 ` [Bug debug/11608] " pinskia at physics dot uc dot edu
2003-08-23  0:56 ` dhazeghi at yahoo dot com
2004-01-02  6:58 ` pinskia at gcc dot gnu dot org
2004-01-02  7:01 ` pinskia at gcc dot gnu dot org
2004-01-02  7:27 ` pinskia at gcc dot gnu dot org
2004-01-02  7:28 ` pinskia at gcc dot gnu dot org
2004-01-11  0:26 ` [Bug target/11608] " pinskia at gcc dot gnu dot org
2004-01-14  5:41 ` pinskia at gcc dot gnu dot org
2004-01-17 23:03 ` dhazeghi at yahoo dot com
2004-01-27 16:25 ` dank at kegel dot com
2004-01-27 16:27 ` pinskia at gcc dot gnu dot org
2004-05-01  0:29 ` dhazeghi at yahoo dot com
2004-05-01  0:40 ` pinskia at gcc dot gnu dot org
2004-05-01  0:48 ` cvs-commit at gcc dot gnu dot org
2004-05-01  0:50 ` pinskia 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).