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/11591] ICE in gcc.dg/altivec-5.c in 3.3 branch for non-Altivec powerpc


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From dank at kegel dot com  2003-07-19 19:25 -------
So when gcc is run with -maltivec, and gcc was configured for a
CPU which doesn't support altivec,
should the compiler gracefully exit with an error "This compiler was not built
with support for altivec" ?

FWIW, I configured gcc with:
/crosstool-0.13/build/powerpc-750-linux-gnu/gcc-ss-3_3-20030714-glibc-2.2.5/gcc-ss-3_3-20030714/configure
--target=powerpc-750-linux-gnu --host=i686-host_pc-linux-gnu
--prefix=/opt/cegl-2.0/powerpc-750-linux-gnu/gcc-ss-3_3-20030714-glibc-2.2.5
--with-cpu=750 --disable-nls --enable-threads=posix --enable-symvers=gnu
--enable-__cxa_atexit --enable-languages=c,c++ --enable-shared --enable-c99
--enable-long-long


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