public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/9574] [3.4 regression] Error accessing static member with custom operator []
       [not found] <20030204211600.9574.fche@redhat.com>
@ 2003-06-04  2:33 ` giovannibajo@libero.it
  2003-06-04 13:41 ` pinskia@physics.uc.edu
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: giovannibajo@libero.it @ 2003-06-04  2:33 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=9574


giovannibajo@libero.it changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|ice-on-valid-code           |rejects-valid
   Last reconfirmed|0000-00-00 00:00:00         |2003-06-04 02:33:19
               date|                            |
            Summary|[3.4 regression][New parser]|[3.4 regression] Error
                   |crash                       |accessing static member with
                   |                            |custom operator []


------- Additional Comments From giovannibajo@libero.it  2003-06-04 02:33 -------
We now have a reject-valid on today's mainline (20030604):

pr9574.cpp: In constructor `bar::bar()':
pr9574.cpp:10: error: object missing in reference to `bar::z'
pr9574.cpp:11: error: from this location




------- 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] 5+ messages in thread

* [Bug c++/9574] [3.4 regression] Error accessing static member with custom operator []
       [not found] <20030204211600.9574.fche@redhat.com>
  2003-06-04  2:33 ` [Bug c++/9574] [3.4 regression] Error accessing static member with custom operator [] giovannibajo@libero.it
@ 2003-06-04 13:41 ` pinskia@physics.uc.edu
  2003-07-18  1:31 ` pinskia at physics dot uc dot edu
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: pinskia@physics.uc.edu @ 2003-06-04 13:41 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=9574


pinskia@physics.uc.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |3.4





------- 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] 5+ messages in thread

* [Bug c++/9574] [3.4 regression] Error accessing static member with custom operator []
       [not found] <20030204211600.9574.fche@redhat.com>
  2003-06-04  2:33 ` [Bug c++/9574] [3.4 regression] Error accessing static member with custom operator [] giovannibajo@libero.it
  2003-06-04 13:41 ` pinskia@physics.uc.edu
@ 2003-07-18  1:31 ` pinskia at physics dot uc dot edu
  2003-07-18  1:32 ` pinskia at physics dot uc dot edu
  2003-09-07  3:43 ` cvs-commit at gcc dot gnu dot org
  4 siblings, 0 replies; 5+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-07-18  1:31 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=9574


pinskia at physics dot uc dot edu changed:

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


------- Additional Comments From pinskia at physics dot uc dot edu  2003-07-18 01:31 -------
Fixed on the mainline (20030717).


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

* [Bug c++/9574] [3.4 regression] Error accessing static member with custom operator []
       [not found] <20030204211600.9574.fche@redhat.com>
                   ` (2 preceding siblings ...)
  2003-07-18  1:31 ` pinskia at physics dot uc dot edu
@ 2003-07-18  1:32 ` pinskia at physics dot uc dot edu
  2003-09-07  3:43 ` cvs-commit at gcc dot gnu dot org
  4 siblings, 0 replies; 5+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-07-18  1:32 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=9574



------- Additional Comments From pinskia at physics dot uc dot edu  2003-07-18 01:32 -------
I will submit a test case soon.


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

* [Bug c++/9574] [3.4 regression] Error accessing static member with custom operator []
       [not found] <20030204211600.9574.fche@redhat.com>
                   ` (3 preceding siblings ...)
  2003-07-18  1:32 ` pinskia at physics dot uc dot edu
@ 2003-09-07  3:43 ` cvs-commit at gcc dot gnu dot org
  4 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2003-09-07  3:43 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=9574



------- Additional Comments From cvs-commit at gcc dot gnu dot org  2003-09-07 03:43 -------
Subject: Bug 9574

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	pinskia@gcc.gnu.org	2003-09-07 03:43:15

Added files:
	gcc/testsuite/g++.dg/lookup: scoped7.C 
	gcc/testsuite/g++.dg/other: static1.C 
	gcc/testsuite/g++.dg/warn: template-1.C 
	gcc/testsuite/g++.dg/template: crash10.C call1.C 
	gcc/testsuite/g++.dg/overload: VLA.C 

Log message:
	2003-09-06  Andrew Pinski  <pinskia@physics.uc.edu>
	
	PR c++/11507
	* g++.dg/lookup/scoped7.C: New test.
	
	PR c++/9574
	* g++.dg/other/static1.C: New test.
	
	PR c++/11490
	* g++.dg/warn/template-1.C: New test.
	
	PR c++/11432
	* g++.dg/template/crash10.C: New test.
	
	PR c++/2478
	* g++.dg/overload/VLA.C: New test.
	
	PR c++/10804
	* g++.dg/template/call1.C: New test.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/lookup/scoped7.C.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/other/static1.C.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/warn/template-1.C.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/template/crash10.C.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/template/call1.C.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/overload/VLA.C.diff?cvsroot=gcc&r1=NONE&r2=1.1


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

end of thread, other threads:[~2003-09-07  3:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20030204211600.9574.fche@redhat.com>
2003-06-04  2:33 ` [Bug c++/9574] [3.4 regression] Error accessing static member with custom operator [] giovannibajo@libero.it
2003-06-04 13:41 ` pinskia@physics.uc.edu
2003-07-18  1:31 ` pinskia at physics dot uc dot edu
2003-07-18  1:32 ` pinskia at physics dot uc dot edu
2003-09-07  3:43 ` cvs-commit 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).