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 c/11217] New: Segmentation Fault when compiling arts-1.1.2


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

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

           Summary: Segmentation Fault when compiling arts-1.1.2
           Product: gcc
           Version: 3.3
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: c
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: yossi@engineer.com
                CC: gcc-bugs@gcc.gnu.org,yossi@engineer.com

While tring to compile KDE module ARTS-1.1.2 i got this message:

if /bin/bash ../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../.. -I../../flow -I../../flow -I../../mcop -I../..
-I/usr/pack/kde-3.1.2-to/include   -I/usr/pack/kde-3.1.2-to/include
-I/usr/openwin/include -I../../libltdl  -DQT_THREAD_SUPPORT
-I/usr/pack/kde-3.1.2-to/include/openssl -I/usr/pack/kde-3.1.2-to/include
-D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DUSE_SOLARIS -DSVR4 -DNDEBUG -O2
-I/usr/pack/kde-3.1.2-to/include/openssl -I/usr/pack/kde-3.1.2-to/include
-DNDEBUG -O2  -I/usr/pack/kde-3.1.2-to/include/openssl
-I/usr/pack/kde-3.1.2-to/include -MT gslfft.lo -MD -MP -MF ".deps/gslfft.Tpo" \
  -c -o gslfft.lo `test -f 'gslfft.c' || echo './'`gslfft.c; \
then mv ".deps/gslfft.Tpo" ".deps/gslfft.Plo"; \
else rm -f ".deps/gslfft.Tpo"; exit 1; \
fi
gslfft.c: In function `gsl_power2_fft256analysis_skip2':
gslfft.c:3565: internal compiler error: Segmentation Fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
gmake: *** [gslfft.lo] Error 1

compiling using gcc 3.3 on solaris 8 ultrasparc.

Here is the gcc -v output:

Reading specs from
/usr/pack/kde-3.1.2-to/sun4u-sun-solaris2.8/lib/gcc-lib/sparc-sun-solaris2.8/3.3/specs
Configured with: ../configure --with-as=/usr/ccs/bin/as
--with-ld=/usr/ccs/bin/ld --disable-nls --enable-shared --with-cpu=ultrasparc :
(reconfigured) ../configure --with-as=/usr/ccs/bin/as --with-ld=/usr/ccs/bin/ld
--disable-nls --enable-shared --with-cpu=ultrasparc
--prefix=/usr/pack/kde-3.1.2-to
--exec-prefix=/usr/pack/kde-3.1.2-to/sun4u-sun-solaris2.8
Thread model: posix
gcc version 3.3


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