[Bug c/11627] internal compiler error: in push_reload, at reload.c:1282

bangerth at dealii dot org gcc-bugzilla@gcc.gnu.org
Tue Jul 22 18:20:00 GMT 2003


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


bangerth at dealii dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


------- Additional Comments From bangerth at dealii dot org  2003-07-22 18:20 -------
I can't reproduce this problem with a snapshot from this night -- can you
double check whether you can see the problem with the preprocessed
sources (and then attach them to the report form, rather than mailing
to the audit trail -- thanks) and send us the command line you used when
invoking the compiler on the preprocessed sources?

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

W.



More information about the Gcc-bugs mailing list