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]

java/10145


The following reply was made to PR java/10145; it has been noted by GNATS.

From: jason at gcc dot gnu dot org
To: gcc-gnats at gcc dot gnu dot org
Cc:  
Subject: java/10145
Date: 31 Mar 2003 20:25:04 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Changes by:	jason at gcc dot gnu dot org	2003-03-31 20:25:04
 
 Modified files:
 	gcc            : ChangeLog c-decl.c stor-layout.c 
 	gcc/cp         : ChangeLog class.c 
 
 Log message:
 	PR java/10145
 	* stor-layout.c (update_alignment_for_field): Respect
 	DECL_USER_ALIGN for zero-length bitfields, too.
 	* c-decl.c (finish_struct): Don't set DECL_ALIGN for normal
 	fields.
 	* cp/class.c (check_field_decl): Don't set DECL_ALIGN.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=1.17271&r2=1.17272
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-decl.c.diff?cvsroot=gcc&r1=1.372&r2=1.373
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/stor-layout.c.diff?cvsroot=gcc&r1=1.145&r2=1.146
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&r1=1.3307&r2=1.3308
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/class.c.diff?cvsroot=gcc&r1=1.528&r2=1.529
 


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