This is the mail archive of the gcc-patches@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: [PATCH] replace LIBGCC2_WORDS_BIG_ENDIAN with __WORDS_BIG_ENDIAN__


On Tue, 2010-10-12 at 23:48 +0000, Joseph S. Myers wrote:
> * arm, with -mwords-little-endian.  "Note: this option should only be used 
> if you require compatibility with code for big-endian ARM processors 
> generated by versions of the compiler prior to 2.8.".  It could probably 
> be removed by now.

Agreed.  It should certainly be deprecated in 4.6 and I would propose
removing it in 4.7.

The chances are high that the option produces buggy code.  Big-endian
code gets far too little testing as it is, and I suspect that option is
never tested at all these days.

R.



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