public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/3347] Too large bitfields should be errors
       [not found] <20010621130600.3347.h.b.furuseth@usit.uio.no>
@ 2003-07-07  3:56 ` pinskia at physics dot uc dot edu
  2003-07-11 20:05 ` dhazeghi at yahoo dot com
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-07-07  3:56 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |NEW


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug c/3347] Too large bitfields should be errors
       [not found] <20010621130600.3347.h.b.furuseth@usit.uio.no>
  2003-07-07  3:56 ` [Bug c/3347] Too large bitfields should be errors pinskia at physics dot uc dot edu
@ 2003-07-11 20:05 ` dhazeghi at yahoo dot com
  2003-08-13  3:14 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: dhazeghi at yahoo dot com @ 2003-07-11 20:05 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


dhazeghi at yahoo dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |neil at gcc dot gnu dot org
  GCC build triplet|sparc-sun-solaris2.8        |
   GCC host triplet|sparc-sun-solaris2.8        |
 GCC target triplet|sparc-sun-solaris2.8        |
   Last reconfirmed|0000-00-00 00:00:00         |2003-07-11 20:05:17
               date|                            |


------- Additional Comments From dhazeghi at yahoo dot com  2003-07-11 20:05 -------
Confirmed with current branch and mainline (20030710). Neil, I take it your
patch was never applid?


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug c/3347] Too large bitfields should be errors
       [not found] <20010621130600.3347.h.b.furuseth@usit.uio.no>
  2003-07-07  3:56 ` [Bug c/3347] Too large bitfields should be errors pinskia at physics dot uc dot edu
  2003-07-11 20:05 ` dhazeghi at yahoo dot com
@ 2003-08-13  3:14 ` pinskia at gcc dot gnu dot org
  2003-08-23  1:34 ` dhazeghi at yahoo dot com
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-08-13  3:14 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
   Last reconfirmed|2003-07-11 20:05:17         |2003-08-13 03:14:07
               date|                            |
   Target Milestone|---                         |3.4


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-08-13 03:14 -------
Since there was a patch at one point, move the target to 3.4 to get some attention.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug c/3347] Too large bitfields should be errors
       [not found] <20010621130600.3347.h.b.furuseth@usit.uio.no>
                   ` (2 preceding siblings ...)
  2003-08-13  3:14 ` pinskia at gcc dot gnu dot org
@ 2003-08-23  1:34 ` dhazeghi at yahoo dot com
  2003-12-17  0:33 ` cvs-commit at gcc dot gnu dot org
  2003-12-19 17:33 ` jsm28 at gcc dot gnu dot org
  5 siblings, 0 replies; 6+ messages in thread
From: dhazeghi at yahoo dot com @ 2003-08-23  1:34 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


dhazeghi at yahoo dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4                         |---


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug c/3347] Too large bitfields should be errors
       [not found] <20010621130600.3347.h.b.furuseth@usit.uio.no>
                   ` (3 preceding siblings ...)
  2003-08-23  1:34 ` dhazeghi at yahoo dot com
@ 2003-12-17  0:33 ` cvs-commit at gcc dot gnu dot org
  2003-12-19 17:33 ` jsm28 at gcc dot gnu dot org
  5 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2003-12-17  0:33 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2003-12-17 00:25 -------
Subject: Bug 3347

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	jsm28@gcc.gnu.org	2003-12-17 00:25:25

Modified files:
	gcc            : ChangeLog c-decl.c 
	gcc/testsuite  : ChangeLog 
Added files:
	gcc/testsuite/gcc.dg: bitfld-8.c 

Log message:
	2003-12-17  Neil Booth  <neil@daikokuya.co.uk>
	Joseph S. Myers  <jsm@polyomino.org.uk>
	
	PR c/3347
	* c-decl.c (enum_decl_context): Remove BITFIELD.
	(grokdeclarator): Take bit-field width as an input.
	Perform bit-field width validation with
	check_bitfield_type_and_width rather than waiting for
	finish_struct.
	(groktypename, groktypename_in_parm_context, start_decl,
	push_parm_decl, grokfield, start_function): Update calls to
	grokdeclarator.
	(check_bitfield_type_and_width): New function.
	(finish_struct): Move bit-field validation to grokdeclarator
	and check_bitfield_type_and_width.
	
	testsuite:
	* gcc.dg/bitfld-8.c: New test.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.2012&r2=2.2013
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-decl.c.diff?cvsroot=gcc&r1=1.459&r2=1.460
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.3272&r2=1.3273
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/bitfld-8.c.diff?cvsroot=gcc&r1=NONE&r2=1.1



-- 


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug c/3347] Too large bitfields should be errors
       [not found] <20010621130600.3347.h.b.furuseth@usit.uio.no>
                   ` (4 preceding siblings ...)
  2003-12-17  0:33 ` cvs-commit at gcc dot gnu dot org
@ 2003-12-19 17:33 ` jsm28 at gcc dot gnu dot org
  5 siblings, 0 replies; 6+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2003-12-19 17:33 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From jsm28 at gcc dot gnu dot org  2003-12-19 17:05 -------
Fixed in 3.4.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jsm28 at gcc dot gnu dot org
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |3.4.0


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2003-12-19 17:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20010621130600.3347.h.b.furuseth@usit.uio.no>
2003-07-07  3:56 ` [Bug c/3347] Too large bitfields should be errors pinskia at physics dot uc dot edu
2003-07-11 20:05 ` dhazeghi at yahoo dot com
2003-08-13  3:14 ` pinskia at gcc dot gnu dot org
2003-08-23  1:34 ` dhazeghi at yahoo dot com
2003-12-17  0:33 ` cvs-commit at gcc dot gnu dot org
2003-12-19 17:33 ` jsm28 at gcc dot gnu dot org

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