decl.c (grokdeclarator): Don't treat arbitrary types as unsigned just because flag_si...
authorMark Mitchell <mark@codesourcery.com>
Thu, 3 Jun 1999 10:07:18 +0000 (10:07 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Thu, 3 Jun 1999 10:07:18 +0000 (10:07 +0000)
commitb89c5a7b53874bf0fa55f53a8ebbf16cc23ed345
tree27ab2a708784e1828c99304a32675bbcd8d0ee29
parent5403593a4401fca1ef78e3926effc637ae435369
decl.c (grokdeclarator): Don't treat arbitrary types as unsigned just because flag_signed_bitfields is false.

* decl.c (grokdeclarator): Don't treat arbitrary types as unsigned
just because flag_signed_bitfields is false.

From-SVN: r27328
gcc/cp/ChangeLog
gcc/cp/decl.c
gcc/testsuite/g++.old-deja/g++.other/bitfld2.C [new file with mode: 0644]