public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/16276] [3.4 only] G++ generates local references to linkonce sections
       [not found] <bug-16276-682@http.gcc.gnu.org/bugzilla/>
@ 2005-10-07  3:26 ` gdr at gcc dot gnu dot org
  2006-02-28  9:35 ` gdr at gcc dot gnu dot org
  1 sibling, 0 replies; 13+ messages in thread
From: gdr at gcc dot gnu dot org @ 2005-10-07  3:26 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=16276


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

* [Bug c++/16276] [3.4 only] G++ generates local references to linkonce sections
       [not found] <bug-16276-682@http.gcc.gnu.org/bugzilla/>
  2005-10-07  3:26 ` [Bug c++/16276] [3.4 only] G++ generates local references to linkonce sections gdr at gcc dot gnu dot org
@ 2006-02-28  9:35 ` gdr at gcc dot gnu dot org
  1 sibling, 0 replies; 13+ messages in thread
From: gdr at gcc dot gnu dot org @ 2006-02-28  9:35 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #30 from gdr at gcc dot gnu dot org  2006-02-28 09:34 -------
Fixed in 4.0 and up.
Won't fix for 3.4.6.


-- 

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=16276


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

* [Bug c++/16276] [3.4 only] G++ generates local references to linkonce sections
  2004-06-29 16:28 [Bug c++/16276] New: " hjl at lucon dot org
                   ` (9 preceding siblings ...)
  2004-12-03 17:51 ` hjl at lucon dot org
@ 2005-05-19 17:23 ` mmitchel at gcc dot gnu dot org
  10 siblings, 0 replies; 13+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2005-05-19 17:23 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=16276


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

* [Bug c++/16276] [3.4 only] G++ generates local references to linkonce sections
  2004-06-29 16:28 [Bug c++/16276] New: " hjl at lucon dot org
                   ` (8 preceding siblings ...)
  2004-10-31  1:04 ` mmitchel at gcc dot gnu dot org
@ 2004-12-03 17:51 ` hjl at lucon dot org
  2005-05-19 17:23 ` mmitchel at gcc dot gnu dot org
  10 siblings, 0 replies; 13+ messages in thread
From: hjl at lucon dot org @ 2004-12-03 17:51 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From hjl at lucon dot org  2004-12-03 17:51 -------
An updated patch for gcc 3.4 is posted at

http://gcc.gnu.org/ml/gcc-patches/2004-12/msg00276.html

-- 


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


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

* [Bug c++/16276] [3.4 only] G++ generates local references to linkonce sections
  2004-06-29 16:28 [Bug c++/16276] New: " hjl at lucon dot org
                   ` (7 preceding siblings ...)
  2004-10-29 13:04 ` cvs-commit at gcc dot gnu dot org
@ 2004-10-31  1:04 ` mmitchel at gcc dot gnu dot org
  2004-12-03 17:51 ` hjl at lucon dot org
  2005-05-19 17:23 ` mmitchel at gcc dot gnu dot org
  10 siblings, 0 replies; 13+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2004-10-31  1:04 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mmitchel at gcc dot gnu dot org  2004-10-31 01:03 -------
Postponed until GCC 3.4.4.

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


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


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

* [Bug c++/16276] [3.4 only] G++ generates local references to linkonce sections
  2004-06-29 16:28 [Bug c++/16276] New: " hjl at lucon dot org
                   ` (6 preceding siblings ...)
  2004-10-29 13:00 ` cvs-commit at gcc dot gnu dot org
@ 2004-10-29 13:04 ` cvs-commit at gcc dot gnu dot org
  2004-10-31  1:04 ` mmitchel at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 13+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-10-29 13:04 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-10-29 13:04 -------
Subject: Bug 16276

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_3-rhl-branch
Changes by:	jakub@gcc.gnu.org	2004-10-29 13:03:55

Modified files:
	gcc            : ChangeLog 
	gcc/cp         : rtti.c 
	gcc/testsuite  : ChangeLog 
Added files:
	gcc/testsuite/g++.dg/rtti: tinfo1.C 

Log message:
	2004-07-07  H.J. Lu  <hongjiu.lu@intel.com>
	
	PR c++/16276
	* rtti.c (emit_tinfo_decl): Turn off DECL_ONE_ONLY if typeinfo
	is not public.
	
	PR c++/16276
	* g++.dg/rtti/tinfo1.C: New file.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-rhl-branch&r1=1.16114.2.523.2.115&r2=1.16114.2.523.2.116
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/rtti.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-rhl-branch&r1=1.146.2.1.2.2&r2=1.146.2.1.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-rhl-branch&r1=1.2261.2.170.2.63&r2=1.2261.2.170.2.64
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/rtti/tinfo1.C.diff?cvsroot=gcc&only_with_tag=gcc-3_3-rhl-branch&r1=NONE&r2=1.3.28.1



-- 


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


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

* [Bug c++/16276] [3.4 only] G++ generates local references to linkonce sections
  2004-06-29 16:28 [Bug c++/16276] New: " hjl at lucon dot org
                   ` (5 preceding siblings ...)
  2004-09-27  4:05 ` pinskia at gcc dot gnu dot org
@ 2004-10-29 13:00 ` cvs-commit at gcc dot gnu dot org
  2004-10-29 13:04 ` cvs-commit at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 13+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-10-29 13:00 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-10-29 13:00 -------
Subject: Bug 16276

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_3-rhl-branch
Changes by:	jakub@gcc.gnu.org	2004-10-29 12:59:56

Modified files:
	gcc            : ChangeLog final.c output.h varasm.c 
	gcc/testsuite  : ChangeLog 
Added files:
	gcc/testsuite/g++.old-deja/g++.other: comdat4-aux.cc comdat4.C 

Log message:
	PR c++/16276
	* output.h (function_readonly_data_section): New prototype.
	* varasm.c (function_readonly_data_section): New function.
	* final.c (final_scan_insn): Call it instead of
	readonly_data_section.
	
	* g++.old-deja/g++.other/comdat4.C: New test.
	* g++.old-deja/g++.other/comdat4-aux.cc: New.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-rhl-branch&r1=1.16114.2.523.2.114&r2=1.16114.2.523.2.115
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/final.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-rhl-branch&r1=1.271.2.1.4.2&r2=1.271.2.1.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/output.h.diff?cvsroot=gcc&only_with_tag=gcc-3_3-rhl-branch&r1=1.116.6.1&r2=1.116.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/varasm.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-rhl-branch&r1=1.324.2.4.2.10&r2=1.324.2.4.2.11
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-rhl-branch&r1=1.2261.2.170.2.62&r2=1.2261.2.170.2.63
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.other/comdat4-aux.cc.diff?cvsroot=gcc&only_with_tag=gcc-3_3-rhl-branch&r1=NONE&r2=1.1.32.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.other/comdat4.C.diff?cvsroot=gcc&only_with_tag=gcc-3_3-rhl-branch&r1=NONE&r2=1.1.32.1



-- 


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


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

* [Bug c++/16276] [3.4 only] G++ generates local references to linkonce sections
  2004-06-29 16:28 [Bug c++/16276] New: " hjl at lucon dot org
                   ` (4 preceding siblings ...)
  2004-09-01 15:51 ` cvs-commit at gcc dot gnu dot org
@ 2004-09-27  4:05 ` pinskia at gcc dot gnu dot org
  2004-10-29 13:00 ` cvs-commit at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 13+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-09-27  4:05 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-09-27 04:05 -------
The patch referenced via an url to gcc-patches is wrong, someone needs to find the one which was 
applied to fix the problem and back port it to 3.4.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|patch                       |
      Known to work|4.0                         |4.0.0


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


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

* [Bug c++/16276] [3.4 only] G++ generates local references to linkonce sections
  2004-06-29 16:28 [Bug c++/16276] New: " hjl at lucon dot org
                   ` (3 preceding siblings ...)
  2004-09-01 15:48 ` cvs-commit at gcc dot gnu dot org
@ 2004-09-01 15:51 ` cvs-commit at gcc dot gnu dot org
  2004-09-27  4:05 ` pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 13+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-09-01 15:51 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-09-01 15:51 -------
Subject: Bug 16276

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_4-rhl-branch
Changes by:	jakub@gcc.gnu.org	2004-09-01 15:51:34

Modified files:
	gcc            : ChangeLog 
	gcc/cp         : rtti.c 
	gcc/testsuite  : ChangeLog 
	gcc/testsuite/g++.dg/rtti: tinfo1.C 

Log message:
	2004-07-07  H.J. Lu  <hongjiu.lu@intel.com>
	
	PR c++/16276
	* rtti.c (emit_tinfo_decl): Turn off DECL_ONE_ONLY if typeinfo
	is not public.
	
	2004-08-18  Jakub Jelinek  <jakub@redhat.com>
	
	Revert:
	2004-07-27  Andrew Pinski  <apinski@apple.com>
	* g++.dg/rtti/tinfo1.C: Correct the xfail.
	
	2004-07-26  Andrew Pinski  <apinski@apple.com>
	* g++.dg/rtti/tinfo1.C: Xfail.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_4-rhl-branch&r1=2.2326.2.399.2.30&r2=2.2326.2.399.2.31
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/rtti.c.diff?cvsroot=gcc&only_with_tag=gcc-3_4-rhl-branch&r1=1.176.4.3&r2=1.176.4.3.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_4-rhl-branch&r1=1.3389.2.170.2.16&r2=1.3389.2.170.2.17
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/rtti/tinfo1.C.diff?cvsroot=gcc&only_with_tag=gcc-3_4-rhl-branch&r1=1.1.6.2&r2=1.1.6.3



-- 


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


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

* [Bug c++/16276] [3.4 only] G++ generates local references to linkonce sections
  2004-06-29 16:28 [Bug c++/16276] New: " hjl at lucon dot org
                   ` (2 preceding siblings ...)
  2004-08-23 21:00 ` mmitchel at gcc dot gnu dot org
@ 2004-09-01 15:48 ` cvs-commit at gcc dot gnu dot org
  2004-09-01 15:51 ` cvs-commit at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 13+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-09-01 15:48 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-09-01 15:48 -------
Subject: Bug 16276

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_4-rhl-branch
Changes by:	jakub@gcc.gnu.org	2004-09-01 15:48:02

Modified files:
	gcc            : ChangeLog final.c output.h target-def.h 
	                 target.h varasm.c 
	gcc/config/alpha: alpha.c 
	gcc/config/arm : pe.h 
	gcc/config/avr : avr.c 
	gcc/config/i386: cygming.h i386-interix.h 
	gcc/config/ip2k: ip2k.c 
	gcc/config/mcore: mcore.c 
	gcc/config/rs6000: xcoff.h 
	gcc/doc        : tm.texi 
	gcc/testsuite  : ChangeLog 
Added files:
	gcc/testsuite/g++.old-deja/g++.other: comdat4-aux.cc comdat4.C 

Log message:
	PR c++/16276
	* output.h (default_function_rodata_section,
	default_no_function_rodata_section): New prototypes.
	* target.h (struct gcc_target): Add asm_out.function_rodata_section.
	* target-def.h (TARGET_ASM_FUNCTION_RODATA_SECTION): Define.
	(TARGET_ASM_OUT): Add it.
	* varasm.c (default_function_rodata_section,
	default_no_function_rodata_section): New functions.
	* final.c (final_scan_insn): Call
	targetm.asm_out.function_rodata_section instead of
	readonly_data_section.
	* config/mcore/mcore.c (TARGET_ASM_FUNCTION_RODATA_SECTION): Define.
	* config/ip2k/ip2k.c (TARGET_ASM_FUNCTION_RODATA_SECTION): Likewise.
	* config/rs6000/xcoff.h (TARGET_ASM_FUNCTION_RODATA_SECTION):
	Likewise.
	* config/alpha/alpha.c (TARGET_ASM_FUNCTION_RODATA_SECTION): Likewise.
	* config/i386/cygming.h (TARGET_ASM_FUNCTION_RODATA_SECTION):
	Likewise.
	* config/i386/i386-interix.h (TARGET_ASM_FUNCTION_RODATA_SECTION):
	Likewise.
	* config/arm/pe.h (TARGET_ASM_FUNCTION_RODATA_SECTION): Likewise.
	* config/avr/avr.c (TARGET_ASM_FUNCTION_RODATA_SECTION): Likewise.
	* doc/tm.texi (TARGET_ASM_FUNCTION_RODATA_SECTION): Document.
	
	* g++.old-deja/g++.other/comdat4.C: New test.
	* g++.old-deja/g++.other/comdat4-aux.cc: New.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_4-rhl-branch&r1=2.2326.2.399.2.29&r2=2.2326.2.399.2.30
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/final.c.diff?cvsroot=gcc&only_with_tag=gcc-3_4-rhl-branch&r1=1.304.4.2&r2=1.304.4.2.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/output.h.diff?cvsroot=gcc&only_with_tag=gcc-3_4-rhl-branch&r1=1.133.10.2&r2=1.133.10.2.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/target-def.h.diff?cvsroot=gcc&only_with_tag=gcc-3_4-rhl-branch&r1=1.63.4.2.2.1&r2=1.63.4.2.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/target.h.diff?cvsroot=gcc&only_with_tag=gcc-3_4-rhl-branch&r1=1.74.2.3.2.1&r2=1.74.2.3.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/varasm.c.diff?cvsroot=gcc&only_with_tag=gcc-3_4-rhl-branch&r1=1.405.2.3&r2=1.405.2.3.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/alpha/alpha.c.diff?cvsroot=gcc&only_with_tag=gcc-3_4-rhl-branch&r1=1.342.4.8.2.2&r2=1.342.4.8.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/arm/pe.h.diff?cvsroot=gcc&only_with_tag=gcc-3_4-rhl-branch&r1=1.23.6.1&r2=1.23.6.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/avr/avr.c.diff?cvsroot=gcc&only_with_tag=gcc-3_4-rhl-branch&r1=1.108.4.2&r2=1.108.4.2.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/i386/cygming.h.diff?cvsroot=gcc&only_with_tag=gcc-3_4-rhl-branch&r1=1.11.4.1.2.1&r2=1.11.4.1.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/i386/i386-interix.h.diff?cvsroot=gcc&only_with_tag=gcc-3_4-rhl-branch&r1=1.47.4.1&r2=1.47.4.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/ip2k/ip2k.c.diff?cvsroot=gcc&only_with_tag=gcc-3_4-rhl-branch&r1=1.29.4.1&r2=1.29.4.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/mcore/mcore.c.diff?cvsroot=gcc&only_with_tag=gcc-3_4-rhl-branch&r1=1.55.4.1&r2=1.55.4.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/rs6000/xcoff.h.diff?cvsroot=gcc&only_with_tag=gcc-3_4-rhl-branch&r1=1.51.4.1&r2=1.51.4.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/doc/tm.texi.diff?cvsroot=gcc&only_with_tag=gcc-3_4-rhl-branch&r1=1.281.2.13.2.3&r2=1.281.2.13.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_4-rhl-branch&r1=1.3389.2.170.2.15&r2=1.3389.2.170.2.16
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.other/comdat4-aux.cc.diff?cvsroot=gcc&only_with_tag=gcc-3_4-rhl-branch&r1=NONE&r2=1.1.8.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.other/comdat4.C.diff?cvsroot=gcc&only_with_tag=gcc-3_4-rhl-branch&r1=NONE&r2=1.1.8.1



-- 


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


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

* [Bug c++/16276] [3.4 only] G++ generates local references to linkonce sections
  2004-06-29 16:28 [Bug c++/16276] New: " hjl at lucon dot org
  2004-08-12 14:38 ` [Bug c++/16276] [3.4 only] " pinskia at gcc dot gnu dot org
  2004-08-12 17:46 ` mark at codesourcery dot com
@ 2004-08-23 21:00 ` mmitchel at gcc dot gnu dot org
  2004-09-01 15:48 ` cvs-commit at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 13+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2004-08-23 21:00 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mmitchel at gcc dot gnu dot org  2004-08-23 21:00 -------
Postponed until GCC 3.4.3.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4.2                       |3.4.3


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


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

* [Bug c++/16276] [3.4 only] G++ generates local references to linkonce sections
  2004-06-29 16:28 [Bug c++/16276] New: " hjl at lucon dot org
  2004-08-12 14:38 ` [Bug c++/16276] [3.4 only] " pinskia at gcc dot gnu dot org
@ 2004-08-12 17:46 ` mark at codesourcery dot com
  2004-08-23 21:00 ` mmitchel at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 13+ messages in thread
From: mark at codesourcery dot com @ 2004-08-12 17:46 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mark at codesourcery dot com  2004-08-12 17:46 -------
Subject: Re:  [3.4 only] G++ generates local references to
 linkonce sections

pinskia at gcc dot gnu dot org wrote:

>------- Additional Comments From pinskia at gcc dot gnu dot org  2004-08-12 14:38 -------
>Fixed in 3.5.0.  But it seems like this needs to be fixed in 3.4.0 also but I want to say the patch here is 
>too big for the release branch, Mark?
>  
>
Actually, it looks OK to me -- if someone will backport it and test it.



-- 


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


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

* [Bug c++/16276] [3.4 only] G++ generates local references to linkonce sections
  2004-06-29 16:28 [Bug c++/16276] New: " hjl at lucon dot org
@ 2004-08-12 14:38 ` pinskia at gcc dot gnu dot org
  2004-08-12 17:46 ` mark at codesourcery dot com
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 13+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-08-12 14:38 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-08-12 14:38 -------
Fixed in 3.5.0.  But it seems like this needs to be fixed in 3.4.0 also but I want to say the patch here is 
too big for the release branch, Mark?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mark at codesourcery dot com
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
      Known to work|                            |3.5.0
   Last reconfirmed|0000-00-00 00:00:00         |2004-08-12 14:38:30
               date|                            |
            Summary|G++ generates local         |[3.4 only] G++ generates
                   |references to linkonce      |local references to linkonce
                   |sections                    |sections
   Target Milestone|---                         |3.4.2


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


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

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

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-16276-682@http.gcc.gnu.org/bugzilla/>
2005-10-07  3:26 ` [Bug c++/16276] [3.4 only] G++ generates local references to linkonce sections gdr at gcc dot gnu dot org
2006-02-28  9:35 ` gdr at gcc dot gnu dot org
2004-06-29 16:28 [Bug c++/16276] New: " hjl at lucon dot org
2004-08-12 14:38 ` [Bug c++/16276] [3.4 only] " pinskia at gcc dot gnu dot org
2004-08-12 17:46 ` mark at codesourcery dot com
2004-08-23 21:00 ` mmitchel at gcc dot gnu dot org
2004-09-01 15:48 ` cvs-commit at gcc dot gnu dot org
2004-09-01 15:51 ` cvs-commit at gcc dot gnu dot org
2004-09-27  4:05 ` pinskia at gcc dot gnu dot org
2004-10-29 13:00 ` cvs-commit at gcc dot gnu dot org
2004-10-29 13:04 ` cvs-commit at gcc dot gnu dot org
2004-10-31  1:04 ` mmitchel at gcc dot gnu dot org
2004-12-03 17:51 ` hjl at lucon dot org
2005-05-19 17:23 ` mmitchel 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).