public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* gcc/g++ 4.0.0, 20041205 snapshot, bug #18073 still present
@ 2004-12-06 20:42 tbp
  2004-12-07 14:21 ` tbp
  0 siblings, 1 reply; 3+ messages in thread
From: tbp @ 2004-12-06 20:42 UTC (permalink / raw)
  To: gcc

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)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: gcc/g++ 4.0.0, 20041205 snapshot, bug #18073 still present
  2004-12-06 20:42 gcc/g++ 4.0.0, 20041205 snapshot, bug #18073 still present tbp
@ 2004-12-07 14:21 ` tbp
  2004-12-07 16:12   ` Nathan Sidwell
  0 siblings, 1 reply; 3+ messages in thread
From: tbp @ 2004-12-07 14:21 UTC (permalink / raw)
  To: gcc

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 <tbptbp@gmail.com> 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)
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: gcc/g++ 4.0.0, 20041205 snapshot, bug #18073 still present
  2004-12-07 14:21 ` tbp
@ 2004-12-07 16:12   ` Nathan Sidwell
  0 siblings, 0 replies; 3+ messages in thread
From: Nathan Sidwell @ 2004-12-07 16:12 UTC (permalink / raw)
  To: tbp; +Cc: gcc

tbp wrote:
> 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?

I have reopened the bug. thanks for the report

nathan

-- 
Nathan Sidwell    ::   http://www.codesourcery.com   ::     CodeSourcery LLC
nathan@codesourcery.com    ::     http://www.planetfall.pwp.blueyonder.co.uk

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-12-07 16:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-12-06 20:42 gcc/g++ 4.0.0, 20041205 snapshot, bug #18073 still present tbp
2004-12-07 14:21 ` tbp
2004-12-07 16:12   ` Nathan Sidwell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).