From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5226 invoked by alias); 7 Dec 2004 14:21:51 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 5152 invoked from network); 7 Dec 2004 14:21:43 -0000 Received: from unknown (HELO wproxy.gmail.com) (64.233.184.192) by sourceware.org with SMTP; 7 Dec 2004 14:21:43 -0000 Received: by wproxy.gmail.com with SMTP id 36so103423wra for ; Tue, 07 Dec 2004 06:21:42 -0800 (PST) Received: by 10.54.2.11 with SMTP id 11mr1017352wrb; Tue, 07 Dec 2004 06:21:42 -0800 (PST) Received: by 10.54.45.61 with HTTP; Tue, 7 Dec 2004 06:21:42 -0800 (PST) Message-ID: <4fc48eb104120706212dfbb1d6@mail.gmail.com> Date: Tue, 07 Dec 2004 14:21:00 -0000 From: tbp Reply-To: tbp To: gcc@gcc.gnu.org Subject: Re: gcc/g++ 4.0.0, 20041205 snapshot, bug #18073 still present In-Reply-To: <4fc48eb104120612413d6affc3@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <4fc48eb104120612413d6affc3@mail.gmail.com> X-SW-Source: 2004-12/txt/msg00287.txt.bz2 Hmm. I don't know what i'm supposed to do with a bug marked as resolved when it's not. I've added an entry http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18073 some days ago, and got no sign of life. So i've reposted here, to no avail. Am i supposed to open a new bug in bugzilla? If someone in the know could just give me some clue about what i'm doing wrong, i'll happily do my best to get that covered (like "it's known, move on" or "give more info, stupid" or "we don't give a rat's ass" etc). Thanks in advance. On Mon, 6 Dec 2004 21:41:50 +0100, tbp wrote: > Unsure if it's a known issue, it's marked as resolved, yet on cygwin i get: > /usr/local/gcc-405/lib/gcc/i686-pc-cygwin/4.0.0/include/mmintrin.h: In > function 'int _mm_cvtsi64_si32(int __vector__)': > /usr/local/gcc-405/lib/gcc/i686-pc-cygwin/4.0.0/include/mmintrin.h:91: > error: invalid cast from type 'int __vector__' to type 'long long int' > /usr/local/gcc-405/lib/gcc/i686-pc-cygwin/4.0.0/include/mmintrin.h: In > function 'int __vector__ _mm_add_si64(int __vector__, int > __vector__)': > /usr/local/gcc-405/lib/gcc/i686-pc-cygwin/4.0.0/include/mmintrin.h:282: > error: invalid cast from type 'int __vector__' to type 'long long int' > /usr/local/gcc-405/lib/gcc/i686-pc-cygwin/4.0.0/include/mmintrin.h:282: > error: invalid cast from type 'int __vector__' to type 'long long int' > /usr/local/gcc-405/lib/gcc/i686-pc-cygwin/4.0.0/include/mmintrin.h: In > function 'int __vector__ _mm_sub_si64(int __vector__, int > __vector__)': > > Also present in the 20041128 snapshot etc... in fact i have to ressort > to the 20041017 snapshot because of it. > That's annoying because gcc4 produce by far the best SSE code (when > you can dodge ICEs) and that's pretty critical in my current project. > > Reading specs from /usr/local/gcc-405/lib/gcc/i686-pc-cygwin/4.0.0/specs > Configured with: ../configure --prefix=/usr/local/gcc-405 > --enable-languages=c,c++ --enable-threads=posix --with-system-zlib > --disable-checking --disable-nls --disable-shared > --disable-win32-registry --verbose --with-gcc --with-gnu-ld > --with-gnu-as --with-as=/usr/local/binutils/bin/as > --with-ld=/usr/local/binutils/bin/ld > Thread model: posix > gcc version 4.0.0 20041205 (experimental) >