public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/9256] [DR 337] Pointers to arrays of abstract objects must be disallowed
       [not found] <20030109153601.9256.pavel_vozenilek@hotmail.com>
@ 2004-01-09  4:32 ` giovannibajo at libero dot it
  2004-01-09 11:25 ` giovannibajo at libero dot it
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: giovannibajo at libero dot it @ 2004-01-09  4:32 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From giovannibajo at libero dot it  2004-01-09 04:32 -------
I will post a patch soon.

-- 
           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=9256


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

* [Bug c++/9256] [DR 337] Pointers to arrays of abstract objects must be disallowed
       [not found] <20030109153601.9256.pavel_vozenilek@hotmail.com>
  2004-01-09  4:32 ` [Bug c++/9256] [DR 337] Pointers to arrays of abstract objects must be disallowed giovannibajo at libero dot it
@ 2004-01-09 11:25 ` giovannibajo at libero dot it
  2004-01-10  1:18 ` cvs-commit at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: giovannibajo at libero dot it @ 2004-01-09 11:25 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From giovannibajo at libero dot it  2004-01-09 11:24 -------
Patch here, waiting for review:
http://gcc.gnu.org/ml/gcc-patches/2004-01/msg00653.html


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


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


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

* [Bug c++/9256] [DR 337] Pointers to arrays of abstract objects must be disallowed
       [not found] <20030109153601.9256.pavel_vozenilek@hotmail.com>
  2004-01-09  4:32 ` [Bug c++/9256] [DR 337] Pointers to arrays of abstract objects must be disallowed giovannibajo at libero dot it
  2004-01-09 11:25 ` giovannibajo at libero dot it
@ 2004-01-10  1:18 ` cvs-commit at gcc dot gnu dot org
  2004-01-10  1:22 ` cvs-commit at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-01-10  1:18 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-01-10 01:18 -------
Subject: Bug 9256

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	giovannibajo@gcc.gnu.org	2004-01-10 01:18:08

Modified files:
	gcc/cp         : ChangeLog pt.c decl.c 

Log message:
	DR 337
	PR c++/9256
	* pt.c (tsubst): Substitution must fail if we are attempting to
	create an array with element type that is an abstract class type.
	* decl.c (cp_finish_decl): Strip pointers and array types recursively
	before calling abstract_virtuals_error.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&r1=1.3863&r2=1.3864
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/pt.c.diff?cvsroot=gcc&r1=1.809&r2=1.810
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/decl.c.diff?cvsroot=gcc&r1=1.1170&r2=1.1171



-- 


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


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

* [Bug c++/9256] [DR 337] Pointers to arrays of abstract objects must be disallowed
       [not found] <20030109153601.9256.pavel_vozenilek@hotmail.com>
                   ` (2 preceding siblings ...)
  2004-01-10  1:18 ` cvs-commit at gcc dot gnu dot org
@ 2004-01-10  1:22 ` cvs-commit at gcc dot gnu dot org
  2004-01-10  1:24 ` giovannibajo at libero dot it
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-01-10  1:22 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-01-10 01:22 -------
Subject: Bug 9256

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	giovannibajo@gcc.gnu.org	2004-01-10 01:22:06

Modified files:
	gcc/testsuite  : ChangeLog 
Added files:
	gcc/testsuite/g++.dg/other: abstract1.C 

Log message:
	DR 337
	PR c++/9256
	* g++.dg/other/abstract1.C: New test.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.3353&r2=1.3354
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/other/abstract1.C.diff?cvsroot=gcc&r1=NONE&r2=1.1



-- 


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


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

* [Bug c++/9256] [DR 337] Pointers to arrays of abstract objects must be disallowed
       [not found] <20030109153601.9256.pavel_vozenilek@hotmail.com>
                   ` (3 preceding siblings ...)
  2004-01-10  1:22 ` cvs-commit at gcc dot gnu dot org
@ 2004-01-10  1:24 ` giovannibajo at libero dot it
  2004-01-10  1:29 ` pavel_vozenilek at hotmail dot com
  2004-01-17  8:57 ` dhazeghi at yahoo dot com
  6 siblings, 0 replies; 7+ messages in thread
From: giovannibajo at libero dot it @ 2004-01-10  1:24 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From giovannibajo at libero dot it  2004-01-10 01:24 -------
Fixed in GCC 3.4.0. Thank you for your report!

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


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


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

* [Bug c++/9256] [DR 337] Pointers to arrays of abstract objects must be disallowed
       [not found] <20030109153601.9256.pavel_vozenilek@hotmail.com>
                   ` (4 preceding siblings ...)
  2004-01-10  1:24 ` giovannibajo at libero dot it
@ 2004-01-10  1:29 ` pavel_vozenilek at hotmail dot com
  2004-01-17  8:57 ` dhazeghi at yahoo dot com
  6 siblings, 0 replies; 7+ messages in thread
From: pavel_vozenilek at hotmail dot com @ 2004-01-10  1:29 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pavel_vozenilek at hotmail dot com  2004-01-10 01:29 -------
Subject: Re:  [DR 337] Pointers to arrays of abstract objects must be disallowed

> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9256
> Fixed in GCC 3.4.0. Thank you for your report!
>
That's good news indeed.

Thanks,
/Pavel




-- 


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


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

* [Bug c++/9256] [DR 337] Pointers to arrays of abstract objects must be disallowed
       [not found] <20030109153601.9256.pavel_vozenilek@hotmail.com>
                   ` (5 preceding siblings ...)
  2004-01-10  1:29 ` pavel_vozenilek at hotmail dot com
@ 2004-01-17  8:57 ` dhazeghi at yahoo dot com
  6 siblings, 0 replies; 7+ messages in thread
From: dhazeghi at yahoo dot com @ 2004-01-17  8:57 UTC (permalink / raw)
  To: gcc-bugs



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


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


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

end of thread, other threads:[~2004-01-17  8:57 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20030109153601.9256.pavel_vozenilek@hotmail.com>
2004-01-09  4:32 ` [Bug c++/9256] [DR 337] Pointers to arrays of abstract objects must be disallowed giovannibajo at libero dot it
2004-01-09 11:25 ` giovannibajo at libero dot it
2004-01-10  1:18 ` cvs-commit at gcc dot gnu dot org
2004-01-10  1:22 ` cvs-commit at gcc dot gnu dot org
2004-01-10  1:24 ` giovannibajo at libero dot it
2004-01-10  1:29 ` pavel_vozenilek at hotmail dot com
2004-01-17  8:57 ` 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).