public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* c/3325
@ 2002-01-29  9:26 neil
  0 siblings, 0 replies; only message in thread
From: neil @ 2002-01-29  9:26 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

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

From: neil@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: c/3325
Date: 29 Jan 2002 17:19:59 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Changes by:	neil@gcc.gnu.org	2002-01-29 09:19:58
 
 Modified files:
 	gcc            : ChangeLog c-decl.c tree.c tree.h 
 	gcc/objc       : objc-act.c 
 	gcc/testsuite/gcc.dg: uninit-A.c 
 	gcc/testsuite/gcc.c-torture/compile: 20000224-1.c 
 Added files:
 	gcc/testsuite/gcc.dg: bitfld-1.c bitfld-2.c 
 	gcc/testsuite/gcc.c-torture/execute: bitfld-1.c 
 
 Log message:
 	PR c/3325
 	* c-decl.c (enum_decl_context): Remove BITFIELD.
 	(grokdeclarator): Take bitfield width as an input.
 	Ensure bitfields are given the correct type.  Perform
 	bitfield width validation with build_bitfield_integer_type
 	rather than waiting for finish_struct.
 	(grok_typename, grok_typename_in_parm_context, start_decl,
 	push_parmdecl, grokfield, start_function): Update calls to
 	grokdeclarator.
 	(build_bitfield_integer_type): New function.
 	(finish_struct): Move bitfield validation to grokdeclarator
 	and build_bitfield_integer_type.
 	* tree.c (build_nonstandard_integer_type): New function.
 	* tree.h (build_nonstandard_integer_type): New prototype.
 	objc:
 	* objc-act.c (objc_copy_list): Remove DECL_INITIAL kludge.
 	testsuite:
 	* gcc.c-torture/compile/20000224-1.c: Update.
 	* gcc.c-torture/execute/bitfld-1.c: New tests.
 	* gcc.dg/bitfld-1.c, bitfld-2.c: Diagnostic tests.
 	* gcc.dg/uninit-A.c: Update.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=1.12866&r2=1.12867
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-decl.c.diff?cvsroot=gcc&r1=1.290&r2=1.291
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree.c.diff?cvsroot=gcc&r1=1.233&r2=1.234
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree.h.diff?cvsroot=gcc&r1=1.300&r2=1.301
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/objc/objc-act.c.diff?cvsroot=gcc&r1=1.123&r2=1.124
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/bitfld-1.c.diff?cvsroot=gcc&r1=NONE&r2=1.1
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/bitfld-2.c.diff?cvsroot=gcc&r1=NONE&r2=1.1
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/uninit-A.c.diff?cvsroot=gcc&r1=1.2&r2=1.3
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.c-torture/execute/bitfld-1.c.diff?cvsroot=gcc&r1=NONE&r2=1.1
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.c-torture/compile/20000224-1.c.diff?cvsroot=gcc&r1=1.1&r2=1.2
 


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-01-29 17:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-01-29  9:26 c/3325 neil

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).