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/11430] New: gcc 3.3 on SunOS 5.8: internal compiler error: Segmentation Fault


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

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

           Summary: gcc 3.3 on SunOS 5.8: internal compiler error:
                    Segmentation Fault
           Product: gcc
           Version: 3.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: nakov at imms dot de
                CC: gcc-bugs at gcc dot gnu dot org

While compiling arts-1.1.2 (for KDE 3.1.2):

>> Please submit a full bug report,
>> with preprocessed source if appropriate.
>> See <URL:http://gcc.gnu.org/bugs.html> for instructions.

# exact version of GCC + options given when GCC was configured/built:
> gcc -v
Reading specs from /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.3/specs
Configured with: ../configure --prefix=/usr/local -enable-shared=yes
--enable-static=no --enable-languages=c,c++,f77
Thread model: posix
gcc version 3.3

# system type:
> uname -a
SunOS sun 5.8 Generic_112953-02 sun4u sparc SUNW,Sun-Blade-1000 Solaris

# the complete command line that triggers the bug:
> gcc -DHAVE_CONFIG_H -I. -I../..  -I../../flow -I../../mcop \
  -I/opt/kde3/include -I/opt/qt3/include -I../../libltdl \
  -DQT_THREAD_SUPPORT -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DUSE_SOLARIS
-DSVR4 -O2 -MT \
  gslfft.lo -MD -MP -MF .deps/gslfft.Tpo -c gslfft.c  -fPIC -DPIC -o .libs/gslfft.o

# the compiler output (error messages, warnings, etc.):
gslfft.c: In function `gsl_power2_fft256analysis_skip2':
gslfft.c:3565: internal compiler error: Segmentation Fault

# the preprocessed file (-save-temps):
see attachement: "gslfft.i"

Should i really submit it ? gslfft.i -> size 361864 Byte ...

Thanks!


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