Re: SSE2 generation bug with 4.1.2 and -O3

2007-03-26 Thread Prakash Punnoor
Am Samstag 17 März 2007 schrieb Prakash Punnoor: > Now filed under > > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31245 > > at David's request. I noticed another SSE2 related bug, filed under http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31361 -- (°= =°) //\ Prakash Punnoor /\\

Re: SSE2 generation bug with 4.1.2 and -O3

2007-03-17 Thread Prakash Punnoor
Now filed under http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31245 at David's request. -- (°= =°) //\ Prakash Punnoor /\\ V_/ \_V pgpmJBx7yF8Fe.pgp Description: PGP signature

SSE2 generation bug with 4.1.2 and -O3

2007-03-17 Thread Prakash Punnoor
Hi, this is my simple test proggie: #include #include union __u128i { unsigned int u[4]; __m128i v; }; static const union __u128i mask = {{0xU, 0xU, 0xU, 0xU}}; static void test1() { union __u128i input = {{1, 2, 3, 4}}; int