This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/36837] Return type of spu_splats is not deduced correctly



------- Comment #4 from pinskia at gcc dot gnu dot org  2008-07-15 14:58 -------
[apinski@dhcp-10-98-10-216 ~]$ ~/gcc-spu/bin/spu-elf-gcc t.cc -S -v
Using built-in specs.
Target: spu-elf
Configured with: /home/apinski/src/local/gcc/configure --target=spu-elf
--prefix=/home/apinski/gcc-spu --with-mpfr=/usr/local --with-newlib
--enable-languages=c,c++,objc --with-headers
Thread model: single
gcc version 4.4.0 20080711 (experimental) [trunk revision 137727] (GCC) 
COLLECT_GCC_OPTIONS='-S' '-v'
 /home/apinski/gcc-spu/libexec/gcc/spu-elf/4.4.0/cc1plus -quiet -v t.cc -quiet
-dumpbase t.cc -auxbase t -version -o t.s
ignoring nonexistent directory
"/home/apinski/gcc-spu/lib/gcc/spu-elf/4.4.0/../../../../spu-elf/sys-include"
#include "..." search starts here:
#include <...> search starts here:

/home/apinski/gcc-spu/lib/gcc/spu-elf/4.4.0/../../../../spu-elf/include/c++/4.4.0

/home/apinski/gcc-spu/lib/gcc/spu-elf/4.4.0/../../../../spu-elf/include/c++/4.4.0/spu-elf

/home/apinski/gcc-spu/lib/gcc/spu-elf/4.4.0/../../../../spu-elf/include/c++/4.4.0/backward
 /home/apinski/gcc-spu/lib/gcc/spu-elf/4.4.0/include
 /home/apinski/gcc-spu/lib/gcc/spu-elf/4.4.0/include-fixed
 /home/apinski/gcc-spu/lib/gcc/spu-elf/4.4.0/../../../../spu-elf/include
End of search list.
GNU C++ (GCC) version 4.4.0 20080711 (experimental) [trunk revision 137727]
(spu-elf)
        compiled by GNU C version 4.1.0 20060304 (Red Hat 4.1.0-3), GMP version
4.2.1, MPFR version 2.2.1.
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
Compiler executable checksum: 6f14eb7742734115a119ca07da3cf037
COMPILER_PATH=/home/apinski/gcc-spu/libexec/gcc/spu-elf/4.4.0/:/home/apinski/gcc-spu/libexec/gcc/spu-elf/4.4.0/:/home/apinski/gcc-spu/libexec/gcc/spu-elf/:/home/apinski/gcc-spu/lib/gcc/spu-elf/4.4.0/:/home/apinski/gcc-spu/lib/gcc/spu-elf/:/home/apinski/gcc-spu/lib/gcc/spu-elf/4.4.0/../../../../spu-elf/bin/
LIBRARY_PATH=/home/apinski/gcc-spu/lib/gcc/spu-elf/4.4.0/:/home/apinski/gcc-spu/lib/gcc/spu-elf/4.4.0/../../../../spu-elf/lib/
COLLECT_GCC_OPTIONS='-S' '-v'


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36837


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]