real.h (struct real_value): Use the same type for all bitfields.
authorAlexandre Oliva <aoliva@redhat.com>
Mon, 22 Mar 2004 00:40:44 +0000 (00:40 +0000)
committerAlexandre Oliva <aoliva@gcc.gnu.org>
Mon, 22 Mar 2004 00:40:44 +0000 (00:40 +0000)
commit1e92bbb90760c6d3a55d9685228cf2e99dd40e8f
tree7b5c6d97adab6e033ff6faffa54cbc4e7d09046e
parent9175d40929b58aed64a94ecd1b4b8dcb3642f35b
real.h (struct real_value): Use the same type for all bitfields.

* real.h (struct real_value): Use the same type for all
bitfields.  Rename exp to uexp.
(REAL_EXP, SET_REAL_EXP): New accessor macros for uexp.
Adjust all uses of exp...
* builtins.c: ... here, ...
* emit-rtl.c: ... here, and ...
* real.c: ... and here.

From-SVN: r79802
gcc/ChangeLog
gcc/builtins.c
gcc/emit-rtl.c
gcc/real.c
gcc/real.h