This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/11627] internal compiler error: in push_reload, at reload.c:1282
- From: "dean-gcc at arctic dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 22 Jul 2003 18:29:08 -0000
- Subject: [Bug c/11627] internal compiler error: in push_reload, at reload.c:1282
- References: <20030722035055.11627.dean-gcc@arctic.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11627
------- Additional Comments From dean-gcc at arctic dot org 2003-07-22 18:29 -------
Subject: Re: internal compiler error: in push_reload, at
reload.c:1282
On Tue, 22 Jul 2003, bangerth at dealii dot org wrote:
> Here's for the reference what I get with your code after stripping the
> #line markers:
>
> tmp/gg> ../build-gcc/gcc-install/bin/gcc -std=c99 -O -g -Wall -march=pentium4
> -fomit-frame-pointer -c -o sha1.o sha1.i -msse
> sha1.i: In function `_mm_cvtsi32_si64':
> sha1.i:118: warning: implicit declaration of function `__builtin_ia32_loadd_si64'
> sha1.i:118: error: can't convert between vector values of different size
> sha1.i: In function `_mm_cvtsi64_si32':
> sha1.i:130: warning: implicit declaration of function `__builtin_ia32_si64_stored'
> sha1.i: At top level:
> sha1.i:1953: error: redefinition of '__v4si'
> sha1.i:947: error: '__v4si' previously declared here
ack shoot sorry -- i had a local patch in my tree which modifies both
those _mm_cvtsi32_si64 and _mm_cvtsi64_si32 ... i don't think either are
used by this particular code though. anyhow i'll resubmit ASAP with that
cleared up.
-dean