Bug 11430 - gcc 3.3 on SunOS 5.8: internal compiler error: Segmentation Fault
Summary: gcc 3.3 on SunOS 5.8: internal compiler error: Segmentation Fault
Status: RESOLVED DUPLICATE of bug 10876
Alias: None
Product: gcc
Classification: Unclassified
Component: c (show other bugs)
Version: 3.3
: P2 normal
Target Milestone: 3.4.0
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-04 09:09 UTC by valentin
Modified: 2005-07-23 22:49 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description valentin 2003-07-04 09:09:53 UTC
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!
Comment 1 Eric Botcazou 2003-07-04 09:33:31 UTC

*** This bug has been marked as a duplicate of 10876 ***