]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/c/ChangeLog
PR c/57773
authormpolacek <mpolacek@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 6 Jan 2014 18:53:01 +0000 (18:53 +0000)
committermpolacek <mpolacek@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 6 Jan 2014 18:53:01 +0000 (18:53 +0000)
commit6685d11ca873e7e78314597a48e934e13946b5af
treed1e15bd8204f3a756aa9a12600b3781957a80f71
parent5afc8ab4f70d7ba13ff57a8e99c1b570bbf7ad3c
PR c/57773
* doc/implement-c.texi: Mention that other integer types are
permitted as bit-field types in strictly conforming mode.
c/
* c-decl.c (check_bitfield_type_and_width): Warn for implementation
defined bit-field types only in ISO C.
testsuite/
* gcc.dg/pr57773.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@206373 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/c/ChangeLog
gcc/c/c-decl.c
gcc/doc/implement-c.texi
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr57773.c [new file with mode: 0644]