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: RFA: fix execute/simd-4 for little endian


Jim Wilson wrote:
> 
> Joern Rennecke wrote:
> > +   union { long long ll; int i[2] } endianness_test;
> 
> You are missing a semi-colon in the union.  This shows up as a compile
> time warning.

Sorry.  I've added the semicolon under the obvious rule.
	
-- 
--------------------------
SuperH (UK) Ltd.
2410 Aztec West / Almondsbury / BRISTOL / BS32 4QX
T:+44 1454 465658


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