[Bug target/29258] internal compiler error: Segmentation fault

2010-07-18 Thread dschlic1 at gmail dot com


--- Comment #7 from dschlic1 at gmail dot com  2010-07-18 23:51 ---
Created an attachment (id=21248)
 -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21248action=view)
Script file to build arm cross compiler causes segmentation fault

The attached script file causes the compiler to have a segmentation fault.


-- 


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



[Bug target/29258] internal compiler error: Segmentation fault

2007-08-11 Thread chandleg at wizardsworks dot org


--- Comment #6 from chandleg at wizardsworks dot org  2007-08-11 20:37 
---
I have the same problem as listed here, building a x86_64 cross compiler using
32bit gcc-4.1.2

bash-3.1$ gcc -v
Reading specs from /usr/lib/gcc/i486-slackware-linux/4.1.2/specs
Target: i486-slackware-linux
Configured with: ../gcc-4.1.2/configure --prefix=/usr --enable-shared
--enable-languages=ada,c,c++,fortran,java,objc --enable-threads=posix
--enable-__cxa_atexit --disable-checking --with-gnu-ld --verbose
--with-arch=i486 --target=i486-slackware-linux --host=i486-slackware-linux
Thread model: posix
gcc version 4.1.2

Here is a link to the FULL output of the build.  The error is at the bottom.
http://wizardsworks.org/chandleg/gcc-bug.ouput


-- 

chandleg at wizardsworks dot org changed:

   What|Removed |Added

 CC||chandleg at wizardsworks dot
   ||org


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



[Bug target/29258] internal compiler error: Segmentation fault

2007-02-05 Thread marie dot vidal at inria dot fr


--- Comment #5 from marie dot vidal at inria dot fr  2007-02-06 07:27 
---
I got exactly the same error, I tried to build a cross-compiler
x86 - x86-64 using crosstool 0.43. 

host: x86
-
Linux 2.6.10-1.771_FC2
gcc (GCC) 4.0.2 20051125 (Red Hat 4.0.2-8)
glibc-2.3.6-3
binutils-2.15.94.0.2.2-2.1

target: x86-64
--
binutils-2.16.1
gcc-4.1.0
glibc-2.3.6
linux-2.6.15.4
linux-libc-headers-2.6.12.0
glibc-linuxthreads-2.3.6
gdb-6.5

On the same machine, the compilation of gcc-4.1.1-glibc-2.3.6 for
x86-64 gave the same error, but I succeeded in building
gcc-3.4.5-glibc-2.3.5 for x86-64.


-- 


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



[Bug target/29258] internal compiler error: Segmentation fault

2007-01-05 Thread Michael dot McElroy at schange dot com


--- Comment #4 from Michael dot McElroy at schange dot com  2007-01-05 
22:10 ---
Get the same error doing a X86 to X86_64 cross compile building gcc 4.1 and
glibc 2.3.6 (crosstool 0.43). If I downgrade to gcc 3.4.5 and glibc 2.3.2, get
the sam segmentation fault on a different file in the same subdir:
../sysdeps/ieee754/ldbl-96/s_scalbnl.c: In function `__scalbnl':
../sysdeps/ieee754/ldbl-96/s_scalbnl.c:70: internal compiler error:
Segmentation fault. Running Suse 10.1 with the gcc 4.1 compiler. WAG is that
this is a stack overflow condition.


-- 

Michael dot McElroy at schange dot com changed:

   What|Removed |Added

 CC||Michael dot McElroy at
   ||schange dot com


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



[Bug target/29258] internal compiler error: Segmentation fault

2006-09-28 Thread bangerth at dealii dot org


--- Comment #1 from bangerth at dealii dot org  2006-09-28 06:10 ---
Can you post preprocessed sources as requested in
  http://gcc.gnu.org/bugs.html

Thanks
  Wolfgang


-- 

bangerth at dealii dot org changed:

   What|Removed |Added

 CC||bangerth at dealii dot org


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



[Bug target/29258] internal compiler error: Segmentation fault

2006-09-28 Thread gobikrishna dot dhanuskodi at wipro dot com


--- Comment #2 from gobikrishna dot dhanuskodi at wipro dot com  2006-09-28 
07:27 ---
Created an attachment (id=12348)
 -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12348action=view)
Preprocessed file generated using --save-temps


-- 


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



[Bug target/29258] internal compiler error: Segmentation fault

2006-09-28 Thread rguenth at gcc dot gnu dot org


--- Comment #3 from rguenth at gcc dot gnu dot org  2006-09-28 11:21 ---
Works for me with 3.4.6 (x86_64) and 3.4.3 (i686).  Did not try a
cross-compiler though.


-- 


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



[Bug target/29258] internal compiler error: Segmentation fault

2006-09-27 Thread pinskia at gcc dot gnu dot org


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

   Severity|major   |normal
  Component|c   |target


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