shebs 02/10/04 14:30:41
Modified: gcc tree.h
Log:
Add a comment explaining what happened to the unused bit count.
Revision Changes Path
1.58 +2 -0 gcc3/gcc/tree.h
Index: tree.h
===================================================================
RCS file: /cvs/Darwin/gcc3/gcc/tree.h,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- tree.h 2002/10/01 22:00:00 1.57
+++ tree.h 2002/10/04 21:30:41 1.58
@@ -1859,6 +1859,8 @@
unsigned private_extern_flag : 1;
/* APPLE LOCAL coalescing */
unsigned coalesced_flag : 1;
+ /* Minus 1 unused bits, so we're over another byte boundary, but PPC
+ Darwin alignment rules mean no actual struct size change. */
unsigned lang_flag_0 : 1;
unsigned lang_flag_1 : 1;