This is the mail archive of the gcc-prs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

c++/9881


The following reply was made to PR c++/9881; it has been noted by GNATS.

From: nathan at gcc dot gnu dot org
To: gcc-gnats at gcc dot gnu dot org
Cc:  
Subject: c++/9881
Date: 21 Apr 2003 11:15:20 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Branch: 	gcc-3_3-branch
 Changes by:	nathan at gcc dot gnu dot org	2003-04-21 11:15:19
 
 Modified files:
 	gcc/cp         : ChangeLog typeck.c 
 	gcc/testsuite  : ChangeLog 
 	gcc/testsuite/g++.dg/other: packed1.C 
 Added files:
 	gcc/testsuite/g++.dg/init: addr-const1.C 
 
 Log message:
 	cp:
 	PR c++/9881
 	* typeck.c (build_unary_op): Fold all COMPONENT_REF addr
 	expressions. Reverts my 2002-08-08 patch.
 	testsuite:
 	PR c++/9881
 	* g++.dg/init/addr-const1.C: New test.
 	* g++.dg/other/packed1.C: XFAIL on aligned architectures.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.3076.2.109&r2=1.3076.2.110
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/typeck.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.436.2.5&r2=1.436.2.6
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.2261.2.143&r2=1.2261.2.144
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/other/packed1.C.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.1&r2=1.1.22.1
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/init/addr-const1.C.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=NONE&r2=1.1.2.1
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]