public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/2518] user-declared operator new hides standard one
       [not found] <20010409090600.2518.igodard@rational.com>
@ 2003-07-19 20:38 ` pinskia at physics dot uc dot edu
  2004-06-29 17:43 ` giovannibajo at libero dot it
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-07-19 20:38 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=2518


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at physics dot uc
                   |                            |dot edu
             Status|REOPENED                    |NEW


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

* [Bug c++/2518] user-declared operator new hides standard one
       [not found] <20010409090600.2518.igodard@rational.com>
  2003-07-19 20:38 ` [Bug c++/2518] user-declared operator new hides standard one pinskia at physics dot uc dot edu
@ 2004-06-29 17:43 ` giovannibajo at libero dot it
  2004-06-29 17:58 ` giovannibajo at libero dot it
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: giovannibajo at libero dot it @ 2004-06-29 17:43 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From giovannibajo at libero dot it  2004-06-29 17:41 -------
Mine.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |giovannibajo at libero dot
                   |dot org                     |it
             Status|NEW                         |ASSIGNED


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


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

* [Bug c++/2518] user-declared operator new hides standard one
       [not found] <20010409090600.2518.igodard@rational.com>
  2003-07-19 20:38 ` [Bug c++/2518] user-declared operator new hides standard one pinskia at physics dot uc dot edu
  2004-06-29 17:43 ` giovannibajo at libero dot it
@ 2004-06-29 17:58 ` giovannibajo at libero dot it
  2004-07-05 15:56 ` cvs-commit at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: giovannibajo at libero dot it @ 2004-06-29 17:58 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From giovannibajo at libero dot it  2004-06-29 17:43 -------
Patch posted, waiting for review:
http://gcc.gnu.org/ml/gcc-patches/2004-06/msg02525.html

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |patch
      Known to fail|                            |2.95.3 3.0.4 3.3.4 3.4.0
                   |                            |3.5.0


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


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

* [Bug c++/2518] user-declared operator new hides standard one
       [not found] <20010409090600.2518.igodard@rational.com>
                   ` (2 preceding siblings ...)
  2004-06-29 17:58 ` giovannibajo at libero dot it
@ 2004-07-05 15:56 ` cvs-commit at gcc dot gnu dot org
  2004-07-05 15:58 ` giovannibajo at libero dot it
  2004-07-05 15:58 ` giovannibajo at libero dot it
  5 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-07-05 15:56 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-07-05 15:56 -------
Subject: Bug 2518

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	giovannibajo@gcc.gnu.org	2004-07-05 15:56:10

Modified files:
	gcc/cp         : ChangeLog call.c 
	gcc/testsuite  : ChangeLog 
Added files:
	gcc/testsuite/g++.dg/lookup: new1.C 

Log message:
	PR c++/2518
	* call.c (build_operator_new_call): Look only at global scope.
	
	PR c++/2518
	* g++.dg/lookup/new1.C: New test.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&r1=1.4162&r2=1.4163
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/call.c.diff?cvsroot=gcc&r1=1.490&r2=1.491
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.3940&r2=1.3941
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/lookup/new1.C.diff?cvsroot=gcc&r1=NONE&r2=1.1



-- 


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


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

* [Bug c++/2518] user-declared operator new hides standard one
       [not found] <20010409090600.2518.igodard@rational.com>
                   ` (4 preceding siblings ...)
  2004-07-05 15:58 ` giovannibajo at libero dot it
@ 2004-07-05 15:58 ` giovannibajo at libero dot it
  5 siblings, 0 replies; 6+ messages in thread
From: giovannibajo at libero dot it @ 2004-07-05 15:58 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From giovannibajo at libero dot it  2004-07-05 15:58 -------
Fixed for GCC 3.5.0. Thank you for your report!

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |3.5.0


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


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

* [Bug c++/2518] user-declared operator new hides standard one
       [not found] <20010409090600.2518.igodard@rational.com>
                   ` (3 preceding siblings ...)
  2004-07-05 15:56 ` cvs-commit at gcc dot gnu dot org
@ 2004-07-05 15:58 ` giovannibajo at libero dot it
  2004-07-05 15:58 ` giovannibajo at libero dot it
  5 siblings, 0 replies; 6+ messages in thread
From: giovannibajo at libero dot it @ 2004-07-05 15:58 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From giovannibajo at libero dot it  2004-07-05 15:58 -------
I forgot to say, I committed the patch as obvious after Nathan's suggestion:
http://gcc.gnu.org/ml/gcc-patches/2004-07/msg00321.html


-- 


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


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

end of thread, other threads:[~2004-07-05 15:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20010409090600.2518.igodard@rational.com>
2003-07-19 20:38 ` [Bug c++/2518] user-declared operator new hides standard one pinskia at physics dot uc dot edu
2004-06-29 17:43 ` giovannibajo at libero dot it
2004-06-29 17:58 ` giovannibajo at libero dot it
2004-07-05 15:56 ` cvs-commit at gcc dot gnu dot org
2004-07-05 15:58 ` giovannibajo at libero dot it
2004-07-05 15:58 ` giovannibajo at libero dot it

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