public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/9259] Calling a non-qualified member function within a sizeof() expression leads to "invalid use of undefined type"
       [not found] <20030110065603.9259.bangerth@ticam.utexas.edu>
@ 2003-06-03 12:42 ` reichelt@gcc.gnu.org
  2004-01-02 13:32 ` pinskia at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: reichelt@gcc.gnu.org @ 2003-06-03 12:42 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=9259


reichelt@gcc.gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |numerical.simulation@web.de


------- Additional Comments From reichelt@gcc.gnu.org  2003-06-03 12:42 -------
*** Bug 11077 has been marked as a duplicate of this bug. ***



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug c++/9259] Calling a non-qualified member function within a sizeof() expression leads to "invalid use of undefined type"
       [not found] <20030110065603.9259.bangerth@ticam.utexas.edu>
  2003-06-03 12:42 ` [Bug c++/9259] Calling a non-qualified member function within a sizeof() expression leads to "invalid use of undefined type" reichelt@gcc.gnu.org
@ 2004-01-02 13:32 ` pinskia at gcc dot gnu dot org
  2004-01-14 15:25 ` giovannibajo at libero dot it
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-02 13:32 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-02 13:32 -------
*** Bug 13545 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |john_maddock at compuserve
                   |                            |dot com


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


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

* [Bug c++/9259] Calling a non-qualified member function within a sizeof() expression leads to "invalid use of undefined type"
       [not found] <20030110065603.9259.bangerth@ticam.utexas.edu>
  2003-06-03 12:42 ` [Bug c++/9259] Calling a non-qualified member function within a sizeof() expression leads to "invalid use of undefined type" reichelt@gcc.gnu.org
  2004-01-02 13:32 ` pinskia at gcc dot gnu dot org
@ 2004-01-14 15:25 ` giovannibajo at libero dot it
  2004-01-14 15:25 ` giovannibajo at libero dot it
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: giovannibajo at libero dot it @ 2004-01-14 15:25 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From giovannibajo at libero dot it  2004-01-14 15:25 -------
Patch submitted:
http://gcc.gnu.org/ml/gcc-patches/2004-01/msg01317.html


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


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


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

* [Bug c++/9259] Calling a non-qualified member function within a sizeof() expression leads to "invalid use of undefined type"
       [not found] <20030110065603.9259.bangerth@ticam.utexas.edu>
                   ` (2 preceding siblings ...)
  2004-01-14 15:25 ` giovannibajo at libero dot it
@ 2004-01-14 15:25 ` giovannibajo at libero dot it
  2004-01-15 23:41 ` cvs-commit at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: giovannibajo at libero dot it @ 2004-01-14 15:25 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From giovannibajo at libero dot it  2004-01-14 15:25 -------
Mine!

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


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


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

* [Bug c++/9259] Calling a non-qualified member function within a sizeof() expression leads to "invalid use of undefined type"
       [not found] <20030110065603.9259.bangerth@ticam.utexas.edu>
                   ` (3 preceding siblings ...)
  2004-01-14 15:25 ` giovannibajo at libero dot it
@ 2004-01-15 23:41 ` cvs-commit at gcc dot gnu dot org
  2004-01-15 23:49 ` cvs-commit at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-01-15 23:41 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-01-15 23:41 -------
Subject: Bug 9259

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	giovannibajo@gcc.gnu.org	2004-01-15 23:41:42

Modified files:
	gcc/cp         : ChangeLog typeck.c 

Log message:
	PR c++/9259
	* typeck.c (build_class_member_access_expr): Allow to access members
	of the currently open class.
	(finish_class_member_access_expr): Likewise.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&r1=1.3884&r2=1.3885
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/typeck.c.diff?cvsroot=gcc&r1=1.518&r2=1.519



-- 


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


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

* [Bug c++/9259] Calling a non-qualified member function within a sizeof() expression leads to "invalid use of undefined type"
       [not found] <20030110065603.9259.bangerth@ticam.utexas.edu>
                   ` (4 preceding siblings ...)
  2004-01-15 23:41 ` cvs-commit at gcc dot gnu dot org
@ 2004-01-15 23:49 ` cvs-commit at gcc dot gnu dot org
  2004-01-15 23:52 ` giovannibajo at libero dot it
  2004-01-16  0:01 ` pinskia at gcc dot gnu dot org
  7 siblings, 0 replies; 8+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-01-15 23:49 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-01-15 23:49 -------
Subject: Bug 9259

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	giovannibajo@gcc.gnu.org	2004-01-15 23:49:14

Modified files:
	gcc/testsuite  : ChangeLog 
Added files:
	gcc/testsuite/g++.dg/expr: sizeof2.C 

Log message:
	PR c++/9259
	* g++.dg/expr/sizeof2.C: New test.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.3381&r2=1.3382
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/expr/sizeof2.C.diff?cvsroot=gcc&r1=NONE&r2=1.1



-- 


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


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

* [Bug c++/9259] Calling a non-qualified member function within a sizeof() expression leads to "invalid use of undefined type"
       [not found] <20030110065603.9259.bangerth@ticam.utexas.edu>
                   ` (5 preceding siblings ...)
  2004-01-15 23:49 ` cvs-commit at gcc dot gnu dot org
@ 2004-01-15 23:52 ` giovannibajo at libero dot it
  2004-01-16  0:01 ` pinskia at gcc dot gnu dot org
  7 siblings, 0 replies; 8+ messages in thread
From: giovannibajo at libero dot it @ 2004-01-15 23:52 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From giovannibajo at libero dot it  2004-01-15 23:51 -------
Fixed for 3.4.0, thanks!

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


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


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

* [Bug c++/9259] Calling a non-qualified member function within a sizeof() expression leads to "invalid use of undefined type"
       [not found] <20030110065603.9259.bangerth@ticam.utexas.edu>
                   ` (6 preceding siblings ...)
  2004-01-15 23:52 ` giovannibajo at libero dot it
@ 2004-01-16  0:01 ` pinskia at gcc dot gnu dot org
  7 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-16  0:01 UTC (permalink / raw)
  To: gcc-bugs



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


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


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

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

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20030110065603.9259.bangerth@ticam.utexas.edu>
2003-06-03 12:42 ` [Bug c++/9259] Calling a non-qualified member function within a sizeof() expression leads to "invalid use of undefined type" reichelt@gcc.gnu.org
2004-01-02 13:32 ` pinskia at gcc dot gnu dot org
2004-01-14 15:25 ` giovannibajo at libero dot it
2004-01-14 15:25 ` giovannibajo at libero dot it
2004-01-15 23:41 ` cvs-commit at gcc dot gnu dot org
2004-01-15 23:49 ` cvs-commit at gcc dot gnu dot org
2004-01-15 23:52 ` giovannibajo at libero dot it
2004-01-16  0:01 ` 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).