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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49321 138bc75d-0d04-0410-961f-82ee72b054a4
Showing
- gcc/ChangeLog 19 additions, 0 deletionsgcc/ChangeLog
- gcc/c-decl.c 137 additions, 114 deletionsgcc/c-decl.c
- gcc/objc/objc-act.c 0 additions, 7 deletionsgcc/objc/objc-act.c
- gcc/testsuite/gcc.c-torture/compile/20000224-1.c 1 addition, 1 deletiongcc/testsuite/gcc.c-torture/compile/20000224-1.c
- gcc/testsuite/gcc.c-torture/execute/bitfld-1.c 54 additions, 0 deletionsgcc/testsuite/gcc.c-torture/execute/bitfld-1.c
- gcc/testsuite/gcc.dg/bitfld-1.c 30 additions, 0 deletionsgcc/testsuite/gcc.dg/bitfld-1.c
- gcc/testsuite/gcc.dg/bitfld-2.c 23 additions, 0 deletionsgcc/testsuite/gcc.dg/bitfld-2.c
- gcc/testsuite/gcc.dg/uninit-A.c 3 additions, 1 deletiongcc/testsuite/gcc.dg/uninit-A.c
- gcc/tree.c 23 additions, 0 deletionsgcc/tree.c
- gcc/tree.h 1 addition, 0 deletionsgcc/tree.h
Loading
Please register or sign in to comment