Node:- -pack-struct - disable structure alignment, Next:-D__BP_RANDOM__ - BP compatible pseudo random number generator, Previous:-D__BP_TYPE_SIZES__ - small integer types etc., Up:BP Incompatibilities
GPC by default aligns fields of records and arrays suitably for
higher performance, while BP doesn't. If you don't want the
alignment (e.g., because the program relies on the internal format
of your structures), give the --pack-struct
option.