*: suppress ~60% of "aliased warnings" on gcc-4.4.1
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@@ -444,7 +444,7 @@ struct globals2 {
|
||||
|
||||
/* biggest and least used members go last */
|
||||
tsplitter fsplitter, rsplitter;
|
||||
};
|
||||
}; //FIX_ALIASING; - large code growth
|
||||
#define G1 (ptr_to_globals[-1])
|
||||
#define G (*(struct globals2 *)ptr_to_globals)
|
||||
/* For debug. nm --size-sort awk.o | grep -vi ' [tr] ' */
|
||||
|
@@ -117,7 +117,7 @@ struct globals {
|
||||
int idx; /* Space used */
|
||||
int len; /* Space allocated */
|
||||
} pipeline;
|
||||
};
|
||||
} FIX_ALIASING;
|
||||
#define G (*(struct globals*)&bb_common_bufsiz1)
|
||||
void BUG_sed_globals_too_big(void);
|
||||
#define INIT_G() do { \
|
||||
|
Reference in New Issue
Block a user