This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: ix86_data_alignment: bad defaults?


> The assembler should produce a hard error if one asks it for an  
> alignment that can't be satisfied.

The djgpp assembler quietly ignores such requests (not intentional);
the object file just stops at 2**4.  I only noticed the bug because
gcc itself complains, and with -Werror (as djgpp and binutils use),
the build just fails.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]