public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/18170] New: m32r-elf-as, m32r-linux-as debug relocation error for c++
@ 2004-10-27  4:35 inaoka dot kazuhiro at renesas dot com
  2004-10-27 11:54 ` [Bug target/18170] " pinskia at gcc dot gnu dot org
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: inaoka dot kazuhiro at renesas dot com @ 2004-10-27  4:35 UTC (permalink / raw)
  To: gcc-bugs

When I build m32r-elf-g++ version 4.0.0, an assemble debug relocation error 
happened.

/home3/FSF/org_src/gcc/build/gcc/xgcc -shared-libgcc -
B/home3/FSF/org_src/gcc/build/gcc/ -nostdinc++ -
L/home3/FSF/org_src/gcc/build/m32r-elf/libstdc++-v3/src -
L/home3/FSF/org_src/gcc/build/m32r-elf/libstdc++-v3/src/.libs -
B/usr/local/m32r-elf/m32r-elf/bin/ -B/usr/local/m32r-elf/m32r-elf/lib/ -
isystem /usr/local/m32r-elf/m32r-elf/include -isystem /usr/local/m32r-elf/m32r-
elf/sys-include -I/home3/FSF/org_src/gcc/build/m32r-elf/libstdc++-
v3/include/m32r-elf -I/home3/FSF/org_src/gcc/build/m32r-elf/libstdc++-
v3/include -I/home3/FSF/org_src/gcc/gcc/libstdc++-v3/libsupc++ -g -Os -g -Os -
fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-
show-location=once -c /home3/FSF/org_src/gcc/gcc/libstdc++-v3/src/fstream-
inst.cc -o fstream-inst.o
/tmp/ccpeTFIw.s: Assembler messages:
/tmp/ccpeTFIw.s:5842: Error: can't resolve 
`.gnu.linkonce.t._ZNSt13basic_fstreamIcSt11char_traitsIcEED0Ev' 
{.gnu.linkonce.t._ZNSt13basic_fstreamIcSt11char_traitsIcEED0Ev section} - 
`_ZNSt13basic_fstreamIcSt11char_traitsIcEED0Ev' 
{.gnu.linkonce.t._ZNSt13basic_fstreamIcSt11char_traitsIcEED0Ev section}
/tmp/ccpeTFIw.s:5842: Error: expression too complex
/tmp/ccpeTFIw.s:6015: Error: can't resolve 
`.gnu.linkonce.t._ZNSt13basic_fstreamIcSt11char_traitsIcEED1Ev' 
{.gnu.linkonce.t._ZNSt13basic_fstreamIcSt11char_traitsIcEED1Ev section} - 
`_ZNSt13basic_fstreamIcSt11char_traitsIcEED1Ev' 
{.gnu.linkonce.t._ZNSt13basic_fstreamIcSt11char_traitsIcEED1Ev section}
/tmp/ccpeTFIw.s:6015: Error: expression too complex
/tmp/ccpeTFIw.s:6553: Error: can't resolve 
`.gnu.linkonce.t._ZNSt14basic_ofstreamIcSt11char_traitsIcEED0Ev' 
{.gnu.linkonce.t._ZNSt14basic_ofstreamIcSt11char_traitsIcEED0Ev section} - 
`_ZNSt14basic_ofstreamIcSt11char_traitsIcEED0Ev' 
{.gnu.linkonce.t._ZNSt14basic_ofstreamIcSt11char_traitsIcEED0Ev section}
/tmp/ccpeTFIw.s:6553: Error: expression too complex
/tmp/ccpeTFIw.s:6698: Error: can't resolve 
`.gnu.linkonce.t._ZNSt14basic_ofstreamIcSt11char_traitsIcEED1Ev' 
{.gnu.linkonce.t._ZNSt14basic_ofstreamIcSt11char_traitsIcEED1Ev section} - 
`_ZNSt14basic_ofstreamIcSt11char_traitsIcEED1Ev' 
{.gnu.linkonce.t._ZNSt14basic_ofstreamIcSt11char_traitsIcEED1Ev section}
/tmp/ccpeTFIw.s:6698: Error: expression too complex
/tmp/ccpeTFIw.s:7218: Error: can't resolve 
`.gnu.linkonce.t._ZNSt14basic_ifstreamIcSt11char_traitsIcEED0Ev' 
{.gnu.linkonce.t._ZNSt14basic_ifstreamIcSt11char_traitsIcEED0Ev section} - 
`_ZNSt14basic_ifstreamIcSt11char_traitsIcEED0Ev' 
{.gnu.linkonce.t._ZNSt14basic_ifstreamIcSt11char_traitsIcEED0Ev section}
/tmp/ccpeTFIw.s:7218: Error: expression too complex
/tmp/ccpeTFIw.s:7363: Error: can't resolve 
`.gnu.linkonce.t._ZNSt14basic_ifstreamIcSt11char_traitsIcEED1Ev' 
{.gnu.linkonce.t._ZNSt14basic_ifstreamIcSt11char_traitsIcEED1Ev section} - 
`_ZNSt14basic_ifstreamIcSt11char_traitsIcEED1Ev' 
{.gnu.linkonce.t._ZNSt14basic_ifstreamIcSt11char_traitsIcEED1Ev section}
/tmp/ccpeTFIw.s:7363: Error: expression too complex
make[3]: *** [fstream-inst.lo] Error 1

-- 
           Summary: m32r-elf-as, m32r-linux-as debug relocation error for
                    c++
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: inaoka dot kazuhiro at renesas dot com
                CC: gcc-bugs at gcc dot gnu dot org
  GCC host triplet: m32r
GCC target triplet: m32r


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


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

* [Bug target/18170] m32r-elf-as, m32r-linux-as debug relocation error for c++
  2004-10-27  4:35 [Bug c++/18170] New: m32r-elf-as, m32r-linux-as debug relocation error for c++ inaoka dot kazuhiro at renesas dot com
@ 2004-10-27 11:54 ` pinskia at gcc dot gnu dot org
  2004-10-27 12:05 ` inaoka dot kazuhiro at renesas dot com
                   ` (14 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-27 11:54 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-10-27 11:54 -------
What version of binutils are you using?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|c++                         |target


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


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

* [Bug target/18170] m32r-elf-as, m32r-linux-as debug relocation error for c++
  2004-10-27  4:35 [Bug c++/18170] New: m32r-elf-as, m32r-linux-as debug relocation error for c++ inaoka dot kazuhiro at renesas dot com
  2004-10-27 11:54 ` [Bug target/18170] " pinskia at gcc dot gnu dot org
@ 2004-10-27 12:05 ` inaoka dot kazuhiro at renesas dot com
  2004-10-31 15:06 ` pinskia at gcc dot gnu dot org
                   ` (13 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: inaoka dot kazuhiro at renesas dot com @ 2004-10-27 12:05 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From inaoka dot kazuhiro at renesas dot com  2004-10-27 12:05 -------
(In reply to comment #1)
> What version of binutils are you using?
GNU assembler version 2.15.94 (m32r-elf) using BFD version 2.15.94 20041022


-- 


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


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

* [Bug target/18170] m32r-elf-as, m32r-linux-as debug relocation error for c++
  2004-10-27  4:35 [Bug c++/18170] New: m32r-elf-as, m32r-linux-as debug relocation error for c++ inaoka dot kazuhiro at renesas dot com
  2004-10-27 11:54 ` [Bug target/18170] " pinskia at gcc dot gnu dot org
  2004-10-27 12:05 ` inaoka dot kazuhiro at renesas dot com
@ 2004-10-31 15:06 ` pinskia at gcc dot gnu dot org
  2004-11-07 15:39 ` [Bug middle-end/18170] [4.0 Regression] " pinskia at gcc dot gnu dot org
                   ` (12 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-31 15:06 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |wrong-code


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


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

* [Bug target/18170] m32r-elf-as, m32r-linux-as debug relocation error for c++
  2004-10-27  4:35 [Bug c++/18170] New: m32r-elf-as, m32r-linux-as debug relocation error for c++ inaoka dot kazuhiro at renesas dot com
                   ` (3 preceding siblings ...)
  2004-11-07 15:39 ` [Bug middle-end/18170] [4.0 Regression] " pinskia at gcc dot gnu dot org
@ 2004-11-07 15:39 ` pinskia at gcc dot gnu dot org
  2004-11-07 15:54 ` [Bug middle-end/18170] [4.0 Regression] " pinskia at gcc dot gnu dot org
                   ` (10 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-07 15:39 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-11-07 15:39 -------
*** Bug 18355 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hp at gcc dot gnu dot org


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


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

* [Bug middle-end/18170] [4.0 Regression] m32r-elf-as, m32r-linux-as debug relocation error for c++
  2004-10-27  4:35 [Bug c++/18170] New: m32r-elf-as, m32r-linux-as debug relocation error for c++ inaoka dot kazuhiro at renesas dot com
                   ` (2 preceding siblings ...)
  2004-10-31 15:06 ` pinskia at gcc dot gnu dot org
@ 2004-11-07 15:39 ` pinskia at gcc dot gnu dot org
  2004-11-07 15:39 ` [Bug target/18170] " pinskia at gcc dot gnu dot org
                   ` (11 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-07 15:39 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|target                      |middle-end
            Summary|m32r-elf-as, m32r-linux-as  |[4.0 Regression] m32r-elf-
                   |debug relocation error for  |as, m32r-linux-as debug
                   |c++                         |relocation error for c++
   Target Milestone|---                         |4.0.0


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


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

* [Bug middle-end/18170] [4.0 Regression] m32r-elf-as, m32r-linux-as debug relocation error for c++
  2004-10-27  4:35 [Bug c++/18170] New: m32r-elf-as, m32r-linux-as debug relocation error for c++ inaoka dot kazuhiro at renesas dot com
                   ` (4 preceding siblings ...)
  2004-11-07 15:39 ` [Bug target/18170] " pinskia at gcc dot gnu dot org
@ 2004-11-07 15:54 ` pinskia at gcc dot gnu dot org
  2004-12-01 18:22 ` pinskia at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-07 15:54 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-11-07 15:54 -------
Confirmed via the dup bug.  These seems like they are caused by comdat support.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-11-07 15:54:31
               date|                            |


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


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

* [Bug middle-end/18170] [4.0 Regression] m32r-elf-as, m32r-linux-as debug relocation error for c++
  2004-10-27  4:35 [Bug c++/18170] New: m32r-elf-as, m32r-linux-as debug relocation error for c++ inaoka dot kazuhiro at renesas dot com
                   ` (5 preceding siblings ...)
  2004-11-07 15:54 ` [Bug middle-end/18170] [4.0 Regression] " pinskia at gcc dot gnu dot org
@ 2004-12-01 18:22 ` pinskia at gcc dot gnu dot org
  2004-12-02 19:39 ` cvs-commit at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-12-01 18:22 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P3


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


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

* [Bug middle-end/18170] [4.0 Regression] m32r-elf-as, m32r-linux-as debug relocation error for c++
  2004-10-27  4:35 [Bug c++/18170] New: m32r-elf-as, m32r-linux-as debug relocation error for c++ inaoka dot kazuhiro at renesas dot com
                   ` (6 preceding siblings ...)
  2004-12-01 18:22 ` pinskia at gcc dot gnu dot org
@ 2004-12-02 19:39 ` cvs-commit at gcc dot gnu dot org
  2004-12-02 20:15 ` tobi at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-12-02 19:39 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-12-02 19:39 -------
Subject: Bug 18170

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	tobi@gcc.gnu.org	2004-12-02 19:39:15

Modified files:
	libgfortran    : ChangeLog 
	libgfortran/io : transfer.c 
	gcc/testsuite  : ChangeLog 
Added files:
	gcc/testsuite/gfortran.dg: direct_io_3.f90 

Log message:
	libgfortran/
	PR fortran/18710
	* io/transfer.c (unformatted_read, unformatted_write): width of
	a COMPLEX is twice its kind.
	
	gcc/testsuite/
	PR fortran/18170
	* gfortran.dg/direct_io_3.f90: New test.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/ChangeLog.diff?cvsroot=gcc&r1=1.124&r2=1.125
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/io/transfer.c.diff?cvsroot=gcc&r1=1.17&r2=1.18
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.4708&r2=1.4709
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gfortran.dg/direct_io_3.f90.diff?cvsroot=gcc&r1=NONE&r2=1.1



-- 


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


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

* [Bug middle-end/18170] [4.0 Regression] m32r-elf-as, m32r-linux-as debug relocation error for c++
  2004-10-27  4:35 [Bug c++/18170] New: m32r-elf-as, m32r-linux-as debug relocation error for c++ inaoka dot kazuhiro at renesas dot com
                   ` (7 preceding siblings ...)
  2004-12-02 19:39 ` cvs-commit at gcc dot gnu dot org
@ 2004-12-02 20:15 ` tobi at gcc dot gnu dot org
  2004-12-13 18:17 ` pinskia at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: tobi at gcc dot gnu dot org @ 2004-12-02 20:15 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From tobi at gcc dot gnu dot org  2004-12-02 20:15 -------
That commit is unrelated to this bug, I had mistyped the PR number.

Sorry.

-- 


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


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

* [Bug middle-end/18170] [4.0 Regression] m32r-elf-as, m32r-linux-as debug relocation error for c++
  2004-10-27  4:35 [Bug c++/18170] New: m32r-elf-as, m32r-linux-as debug relocation error for c++ inaoka dot kazuhiro at renesas dot com
                   ` (8 preceding siblings ...)
  2004-12-02 20:15 ` tobi at gcc dot gnu dot org
@ 2004-12-13 18:17 ` pinskia at gcc dot gnu dot org
  2004-12-13 22:13 ` [Bug target/18170] " hp at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-12-13 18:17 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-12-13 18:17 -------
Does this work now or is still broken?
Also could you attach a preprocessed source and the failing assembly?

-- 


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


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

* [Bug target/18170] [4.0 Regression] m32r-elf-as, m32r-linux-as debug relocation error for c++
  2004-10-27  4:35 [Bug c++/18170] New: m32r-elf-as, m32r-linux-as debug relocation error for c++ inaoka dot kazuhiro at renesas dot com
                   ` (9 preceding siblings ...)
  2004-12-13 18:17 ` pinskia at gcc dot gnu dot org
@ 2004-12-13 22:13 ` hp at gcc dot gnu dot org
  2004-12-15 17:15 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: hp at gcc dot gnu dot org @ 2004-12-13 22:13 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From hp at gcc dot gnu dot org  2004-12-13 22:12 -------
It still happened with "Sat Dec 11 18:22:23 GMT 2004".
I don't think preprocessed code or assembly code is of much interest,
as this is all quite visible with a combined tree build, as per
simtest-howto.html.  My last successful build of this port was with
"Wed Apr 21 08:31:07 GMT 2004".  Perhaps time to call on the maintainer?
Ports left broken for a long time should be obsoleted.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2004-11-07 15:54:31         |2004-12-13 22:12:58
               date|                            |


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


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

* [Bug target/18170] [4.0 Regression] m32r-elf-as, m32r-linux-as debug relocation error for c++
  2004-10-27  4:35 [Bug c++/18170] New: m32r-elf-as, m32r-linux-as debug relocation error for c++ inaoka dot kazuhiro at renesas dot com
                   ` (10 preceding siblings ...)
  2004-12-13 22:13 ` [Bug target/18170] " hp at gcc dot gnu dot org
@ 2004-12-15 17:15 ` pinskia at gcc dot gnu dot org
  2005-01-21 17:32 ` mmitchel at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-12-15 17:15 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-12-15 16:59 -------
This is even more minor now since m32r was switched over to using dwarf2 debugging.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |minor


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


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

* [Bug target/18170] [4.0 Regression] m32r-elf-as, m32r-linux-as debug relocation error for c++
  2004-10-27  4:35 [Bug c++/18170] New: m32r-elf-as, m32r-linux-as debug relocation error for c++ inaoka dot kazuhiro at renesas dot com
                   ` (11 preceding siblings ...)
  2004-12-15 17:15 ` pinskia at gcc dot gnu dot org
@ 2005-01-21 17:32 ` mmitchel at gcc dot gnu dot org
  2005-03-05 19:49 ` [Bug target/18170] [4.0/4.1 " pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2005-01-21 17:32 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mmitchel at gcc dot gnu dot org  2005-01-21 17:31 -------
m32r is not a primary or secondary target; removing target milestone.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.0.0                       |---


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


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

* [Bug target/18170] [4.0/4.1 Regression] m32r-elf-as, m32r-linux-as debug relocation error for c++
  2004-10-27  4:35 [Bug c++/18170] New: m32r-elf-as, m32r-linux-as debug relocation error for c++ inaoka dot kazuhiro at renesas dot com
                   ` (12 preceding siblings ...)
  2005-01-21 17:32 ` mmitchel at gcc dot gnu dot org
@ 2005-03-05 19:49 ` pinskia at gcc dot gnu dot org
  2005-07-26 12:03 ` steven at gcc dot gnu dot org
  2005-08-10  9:28 ` inaoka dot kazuhiro at renesas dot com
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-03-05 19:49 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.1.0


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


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

* [Bug target/18170] [4.0/4.1 Regression] m32r-elf-as, m32r-linux-as debug relocation error for c++
  2004-10-27  4:35 [Bug c++/18170] New: m32r-elf-as, m32r-linux-as debug relocation error for c++ inaoka dot kazuhiro at renesas dot com
                   ` (13 preceding siblings ...)
  2005-03-05 19:49 ` [Bug target/18170] [4.0/4.1 " pinskia at gcc dot gnu dot org
@ 2005-07-26 12:03 ` steven at gcc dot gnu dot org
  2005-08-10  9:28 ` inaoka dot kazuhiro at renesas dot com
  15 siblings, 0 replies; 17+ messages in thread
From: steven at gcc dot gnu dot org @ 2005-07-26 12:03 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From steven at gcc dot gnu dot org  2005-07-26 12:01 -------
What should we do with this bug?  If m32r is no longer affected, then 
what is?  Maybe suspend this one or close it as WONTFIX? 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING


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


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

* [Bug target/18170] [4.0/4.1 Regression] m32r-elf-as, m32r-linux-as debug relocation error for c++
  2004-10-27  4:35 [Bug c++/18170] New: m32r-elf-as, m32r-linux-as debug relocation error for c++ inaoka dot kazuhiro at renesas dot com
                   ` (14 preceding siblings ...)
  2005-07-26 12:03 ` steven at gcc dot gnu dot org
@ 2005-08-10  9:28 ` inaoka dot kazuhiro at renesas dot com
  15 siblings, 0 replies; 17+ messages in thread
From: inaoka dot kazuhiro at renesas dot com @ 2005-08-10  9:28 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From inaoka dot kazuhiro at renesas dot com  2005-08-10 09:27 -------
m32r is no longer affected.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |WONTFIX


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


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

end of thread, other threads:[~2005-08-10  9:28 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-27  4:35 [Bug c++/18170] New: m32r-elf-as, m32r-linux-as debug relocation error for c++ inaoka dot kazuhiro at renesas dot com
2004-10-27 11:54 ` [Bug target/18170] " pinskia at gcc dot gnu dot org
2004-10-27 12:05 ` inaoka dot kazuhiro at renesas dot com
2004-10-31 15:06 ` pinskia at gcc dot gnu dot org
2004-11-07 15:39 ` [Bug middle-end/18170] [4.0 Regression] " pinskia at gcc dot gnu dot org
2004-11-07 15:39 ` [Bug target/18170] " pinskia at gcc dot gnu dot org
2004-11-07 15:54 ` [Bug middle-end/18170] [4.0 Regression] " pinskia at gcc dot gnu dot org
2004-12-01 18:22 ` pinskia at gcc dot gnu dot org
2004-12-02 19:39 ` cvs-commit at gcc dot gnu dot org
2004-12-02 20:15 ` tobi at gcc dot gnu dot org
2004-12-13 18:17 ` pinskia at gcc dot gnu dot org
2004-12-13 22:13 ` [Bug target/18170] " hp at gcc dot gnu dot org
2004-12-15 17:15 ` pinskia at gcc dot gnu dot org
2005-01-21 17:32 ` mmitchel at gcc dot gnu dot org
2005-03-05 19:49 ` [Bug target/18170] [4.0/4.1 " pinskia at gcc dot gnu dot org
2005-07-26 12:03 ` steven at gcc dot gnu dot org
2005-08-10  9:28 ` inaoka dot kazuhiro at renesas dot com

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).