[Bug target/11358] complex-6.c:40: internal compiler error: in subreg_hard_regno, at emit-rtl.c:1087

olh at suse dot de gcc-bugzilla@gcc.gnu.org
Sun Oct 5 08:19: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=11358


olh at suse dot de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


------- Additional Comments From olh at suse dot de  2003-10-05 08:19 -------

olh@mandarine:~> cat > pr11358.c
__complex__ int ctest_int (__complex__ int x)
{
  return ~x;
}
olh@mandarine:~> install-gcc-head/bin/gcc -Wall -O1 -g -o pr11358.o pr11358.c
/usr/lib/../lib64/crt1.o(.rodata+0x8):../sysdeps/powerpc/powerpc64/elf/start.S:44: undefined reference to `main'
collect2: ld returned 1 exit status
olh@mandarine:~> install-gcc-head/bin/gcc -Wall -O1 -g -o pr11358.o pr11358.c -v -c
Reading specs from /home/olh/install-gcc-head/lib/gcc/powerpc64-unknown-linux-gnu/3.4/specs
Configured with: /home/olh/gcc-head/configure --prefix=/home/olh/install-gcc-head --disable-nls --enable-threads=posix --enable-__cxa_atexit --enable-languages=c,c++,f77,objc
Thread model: posix
gcc version 3.4 20031004 (experimental)
 /home/olh/install-gcc-head/libexec/gcc/powerpc64-unknown-linux-gnu/3.4/cc1 -quiet -v -D__unix__ -D__gnu_linux__ -D__linux__ -Dunix -D__unix -Dlinux -D__linux -Asystem=unix -Asystem=posix pr11358.c -quiet -dumpbase pr11358.c -auxbase-strip pr11358.o -g -O1 -Wall -version -o /tmp/ccOGWQWv.s
ignoring nonexistent directory "/home/olh/install-gcc-head/lib/gcc/powerpc64-unknown-linux-gnu/3.4/../../../../powerpc64-unknown-linux-gnu/include"
#include "..." search starts here:
#include <...> search starts here:
 /usr/local/include
 /home/olh/install-gcc-head/include
 /home/olh/install-gcc-head/lib/gcc/powerpc64-unknown-linux-gnu/3.4/include
 /usr/include
End of search list.
GNU C version 3.4 20031004 (experimental) (powerpc64-unknown-linux-gnu)
        compiled by GNU C version 3.4 20031004 (experimental).
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
 as -a64 -mppc64 -V -Qy -o pr11358.o /tmp/ccOGWQWv.s
GNU assembler version 2.14.90 (powerpc64-suse-linux) using BFD version 2.14.90 20030701
olh@mandarine:~>



More information about the Gcc-bugs mailing list