public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/2478] problem with pointers to arrays and VLA
       [not found] <20010403130600.2478.kengole@us.ibm.com>
@ 2003-06-15 18:54 ` pinskia@physics.uc.edu
  2003-08-02  3:30 ` pinskia at physics dot uc dot edu
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 4+ messages in thread
From: pinskia@physics.uc.edu @ 2003-06-15 18:54 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=2478


pinskia@physics.uc.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2003-05-05 00:00:00         |2003-06-15 18:54:03
               date|                            |


------- Additional Comments From pinskia@physics.uc.edu  2003-06-15 18:54 -------
same thing happens on the mainline (20030615).


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

* [Bug c++/2478] problem with pointers to arrays and VLA
       [not found] <20010403130600.2478.kengole@us.ibm.com>
  2003-06-15 18:54 ` [Bug c++/2478] problem with pointers to arrays and VLA pinskia@physics.uc.edu
@ 2003-08-02  3:30 ` pinskia at physics dot uc dot edu
  2003-09-07  3:43 ` cvs-commit at gcc dot gnu dot org
  2003-12-09 16:29 ` dhazeghi at yahoo dot com
  3 siblings, 0 replies; 4+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-08-02  3:30 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=2478


pinskia at physics dot uc dot edu changed:

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


------- Additional Comments From pinskia at physics dot uc dot edu  2003-08-02 03:30 -------
Fixed on the mainline (20030801). Will submit a testcase soon.


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

* [Bug c++/2478] problem with pointers to arrays and VLA
       [not found] <20010403130600.2478.kengole@us.ibm.com>
  2003-06-15 18:54 ` [Bug c++/2478] problem with pointers to arrays and VLA pinskia@physics.uc.edu
  2003-08-02  3:30 ` pinskia at physics dot uc dot edu
@ 2003-09-07  3:43 ` cvs-commit at gcc dot gnu dot org
  2003-12-09 16:29 ` dhazeghi at yahoo dot com
  3 siblings, 0 replies; 4+ 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=2478



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

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

* [Bug c++/2478] problem with pointers to arrays and VLA
       [not found] <20010403130600.2478.kengole@us.ibm.com>
                   ` (2 preceding siblings ...)
  2003-09-07  3:43 ` cvs-commit at gcc dot gnu dot org
@ 2003-12-09 16:29 ` dhazeghi at yahoo dot com
  3 siblings, 0 replies; 4+ messages in thread
From: dhazeghi at yahoo dot com @ 2003-12-09 16:29 UTC (permalink / raw)
  To: gcc-bugs



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


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


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

end of thread, other threads:[~2003-12-09 16:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20010403130600.2478.kengole@us.ibm.com>
2003-06-15 18:54 ` [Bug c++/2478] problem with pointers to arrays and VLA pinskia@physics.uc.edu
2003-08-02  3:30 ` pinskia at physics dot uc dot edu
2003-09-07  3:43 ` cvs-commit at gcc dot gnu dot org
2003-12-09 16:29 ` dhazeghi at yahoo dot com

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