From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11635 invoked by alias); 29 Oct 2002 21:16:02 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 11579 invoked by uid 71); 29 Oct 2002 21:16:02 -0000 Date: Tue, 29 Oct 2002 13:16:00 -0000 Message-ID: <20021029211601.11577.qmail@sources.redhat.com> To: gdr@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: mmitchel@gcc.gnu.org Subject: c++/7363 Reply-To: mmitchel@gcc.gnu.org X-SW-Source: 2002-10/txt/msg01221.txt.bz2 List-Id: The following reply was made to PR c++/7363; it has been noted by GNATS. From: mmitchel@gcc.gnu.org To: gcc-gnats@gcc.gnu.org Cc: Subject: c++/7363 Date: 29 Oct 2002 21:12:37 -0000 CVSROOT: /cvs/gcc Module name: gcc Branch: gcc-3_2-branch Changes by: mmitchel@gcc.gnu.org 2002-10-29 13:12:37 Modified files: gcc/testsuite : ChangeLog gcc/cp : ChangeLog decl2.c semantics.c Added files: gcc/testsuite/g++.dg/template: alignof1.C Log message: PR c++/7363 * semantics.c (finish_alignof): Call complete_type before calling c_alignof. * decl2.c (build_expr_from_tree): Use finish_sizeof/finish_alignof. * g++.dg/template/alignof1.C: New test. Patches: http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_2-branch&r1=1.1672.2.166.2.41&r2=1.1672.2.166.2.42 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/template/alignof1.C.diff?cvsroot=gcc&only_with_tag=gcc-3_2-branch&r1=NONE&r2=1.1.2.1 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_2-branch&r1=1.2685.2.114.2.35&r2=1.2685.2.114.2.36 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/decl2.c.diff?cvsroot=gcc&only_with_tag=gcc-3_2-branch&r1=1.520.2.7.2.6&r2=1.520.2.7.2.7 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/semantics.c.diff?cvsroot=gcc&only_with_tag=gcc-3_2-branch&r1=1.252.2.6&r2=1.252.2.6.4.1