diff options
author | tbsaunde <tbsaunde@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-05-05 03:41:53 +0000 |
---|---|---|
committer | tbsaunde <tbsaunde@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-05-05 03:41:53 +0000 |
commit | 690b050a17c1d61a257c046959b6b4dbe123e9bb (patch) | |
tree | ccc4d5e0cfe5965a5e89e5eb7f6616cfdb85f63e /config.guess | |
parent | edfc04e760da62abe4974546679abbfd5c02a9c8 (diff) | |
download | gcc-690b050a17c1d61a257c046959b6b4dbe123e9bb.tar.gz |
Improve the test in bitfields.m4
Using a named bitfield with a width more than 0 means we won't hit
weirdness caused by the bitfield not really needing to exist. Changing
int to long long means we won't have trouble with some arch where size
of int is 1 or 2.
libobjc/ChangeLog:
2015-05-04 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
* configure: Regenerate.
config/ChangeLog:
2015-05-04 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
* bitfields.m4: Change int to long long, and use bitfields of
width 1 instead of 0.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@222794 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'config.guess')
0 files changed, 0 insertions, 0 deletions