public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "cvs-commit at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c++/9782] [4.0/4.1 Regression] constructor not called on higher-dimensional arrays of template types
Date: Tue, 06 Sep 2005 14:55:00 -0000	[thread overview]
Message-ID: <20050906145515.25184.qmail@sourceware.org> (raw)
In-Reply-To: <20030220203601.9782.michael.j.kenny@saic.com>


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-09-06 14:55 -------
Subject: Bug 9782

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	mmitchel@gcc.gnu.org	2005-09-06 14:55:06

Modified files:
	gcc/testsuite  : ChangeLog 
	gcc/cp         : ChangeLog call.c cp-tree.h init.c rtti.c tree.c 
	                 typeck.c 
Added files:
	gcc/testsuite/g++.dg/expr: cast6.C 
	gcc/testsuite/g++.dg/init: new15.C 

Log message:
	* cp-tree.h (rvalue): New function.
	* call.c (build_conditional_expr): Use it.
	* init.c (build_new_1): Likewise.
	* rtti.c (build_dynamic_cast_1): Likewise.
	* tree.c (rvalue): New function.
	* typeck.c (build_unary_op): Use it.
	(build_static_cast_1): Likewise.
	
	* g++.dg/expr/cast6.C: New test.
	
	PR c++/9782
	* init.c (build_new_1): Make sure the entire array type is
	complete, not just its element types.
	
	PR c++/9782
	* g++.dg/init/new15.C: New test.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.6016&r2=1.6017
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/expr/cast6.C.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/init/new15.C.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&r1=1.4874&r2=1.4875
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/call.c.diff?cvsroot=gcc&r1=1.550&r2=1.551
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/cp-tree.h.diff?cvsroot=gcc&r1=1.1161&r2=1.1162
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/init.c.diff?cvsroot=gcc&r1=1.428&r2=1.429
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/rtti.c.diff?cvsroot=gcc&r1=1.220&r2=1.221
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/tree.c.diff?cvsroot=gcc&r1=1.441&r2=1.442
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/typeck.c.diff?cvsroot=gcc&r1=1.650&r2=1.651



-- 


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


  parent reply	other threads:[~2005-09-06 14:55 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20030220203601.9782.michael.j.kenny@saic.com>
2003-08-18  2:14 ` [Bug c++/9782] " pinskia at gcc dot gnu dot org
2004-01-03 13:54 ` pinskia at gcc dot gnu dot org
2004-07-18  3:51 ` pinskia at gcc dot gnu dot org
2005-03-18 15:10 ` lerdsuwa at gcc dot gnu dot org
2005-09-04 18:39 ` [Bug c++/9782] [4.0/4.1 Regression] " pinskia at gcc dot gnu dot org
2005-09-05 16:34 ` mmitchel at gcc dot gnu dot org
2005-09-06 14:55 ` cvs-commit at gcc dot gnu dot org [this message]
2005-09-06 15:01 ` cvs-commit at gcc dot gnu dot org
2005-09-06 15:04 ` mmitchel at gcc dot gnu dot org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050906145515.25184.qmail@sourceware.org \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).