[Bug target/20799] [4.0/4.1 Regression] bad relocs for new/delete overrides

2005-08-23 Thread cvs-commit at gcc dot gnu dot org

--- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-08-24 
01:52 ---
Subject: Bug 20799

CVSROOT:/cvs/gcc
Module name:gcc
Branch: gcc-4_0-branch
Changes by: [EMAIL PROTECTED]   2005-08-24 01:52:10

Modified files:
gcc: ChangeLog 
gcc/config : darwin.c 

Log message:
2005-08-23  Andrew Pinski  <[EMAIL PROTECTED]>

PR target/20799
* config/darwin.c (machopic_select_section): Remove the hack to
mark "::operator new" and "::operator delete" for coalescing
even though they are not weak.

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.386&r2=2.7592.2.387
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/darwin.c.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.108&r2=1.108.2.1



-- 


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


[Bug target/20799] [4.0/4.1 Regression] bad relocs for new/delete overrides

2005-08-23 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2005-08-24 
01:52 ---
Fixed in 4.0.2.

-- 
   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED


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


[Bug target/20799] [4.0/4.1 Regression] bad relocs for new/delete overrides

2005-08-23 Thread cvs-commit at gcc dot gnu dot org

--- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-08-24 
01:51 ---
Subject: Bug 20799

CVSROOT:/cvs/gcc
Module name:gcc
Changes by: [EMAIL PROTECTED]   2005-08-24 01:50:54

Modified files:
gcc: ChangeLog 
gcc/config : darwin.c 

Log message:
2005-08-23  Andrew Pinski  <[EMAIL PROTECTED]>

PR target/20799
* config/darwin.c (machopic_select_section): Remove the hack to
mark "::operator new" and "::operator delete" for coalescing
even though they are not weak.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.9812&r2=2.9813
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/darwin.c.diff?cvsroot=gcc&r1=1.124&r2=1.125



-- 


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


[Bug target/20799] [4.0/4.1 Regression] bad relocs for new/delete overrides

2005-08-23 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2005-08-24 
00:40 ---
Patch posted here: .

-- 
   What|Removed |Added

URL||http://gcc.gnu.org/ml/gcc-
   ||patches/2005-
   ||08/msg01375.html
   Keywords||patch


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


[Bug target/20799] [4.0/4.1 Regression] bad relocs for new/delete overrides

2005-08-22 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2005-08-23 
02:09 ---
I will see if I can bootstrap/test this tomorrow.

-- 
   What|Removed |Added

 CC||pinskia at gcc dot gnu dot
   ||org
 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=20799


[Bug target/20799] [4.0/4.1 Regression] bad relocs for new/delete overrides

2005-07-06 Thread mmitchel at gcc dot gnu dot org

--- Additional Comments From mmitchel at gcc dot gnu dot org  2005-07-06 
17:03 ---
Postponed until 4.0.2.

-- 
   What|Removed |Added

   Target Milestone|4.0.1   |4.0.2


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


[Bug target/20799] [4.0/4.1 Regression] bad relocs for new/delete overrides

2005-04-16 Thread mmitchel at gcc dot gnu dot org

--- Additional Comments From mmitchel at gcc dot gnu dot org  2005-04-17 
04:53 ---
Postponed until 4.0.1.

-- 
   What|Removed |Added

   Target Milestone|4.0.0   |4.0.1


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


[Bug target/20799] [4.0/4.1 Regression] bad relocs for new/delete overrides

2005-04-11 Thread federico dot carminati at cern dot ch

--- Additional Comments From federico dot carminati at cern dot ch  
2005-04-11 07:49 ---
This fix has not yet been merged to the head. Any news? 

-- 


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


[Bug target/20799] [4.0/4.1 Regression] bad relocs for new/delete overrides

2005-04-07 Thread pinskia at gcc dot gnu dot org


-- 
   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever Confirmed||1
   Last reconfirmed|-00-00 00:00:00 |2005-04-07 08:17:48
   date||


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


[Bug target/20799] [4.0/4.1 Regression] bad relocs for new/delete overrides

2005-04-06 Thread geoffk at gcc dot gnu dot org

--- Additional Comments From geoffk at gcc dot gnu dot org  2005-04-06 
23:12 ---
There's a local change on apple-ppc-branch that appears to fix this, but for 
some reason it was not 
submitted to FSF:

1.22.2.24.2.44 (zlaski   01-Mar-05):   /* APPLE LOCAL coalescing */ 
1.22.2.24.2.44 (zlaski   01-Mar-05):   /* Removed special handling of 
'::operator new' and '::operator 
delete'.  */


-- 
   What|Removed |Added

 CC||zlaski at apple dot com
   Keywords|wrong-code  |rejects-valid
Summary|[4.0/4.1 Regression] Legal  |[4.0/4.1 Regression] bad
   |code generate wrong binary  |relocs for new/delete
   ||overrides


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