public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/38666]  New: internal compiler error: Segmentation fault
@ 2008-12-29 22:21 sergstesh at yahoo dot com
  2008-12-29 22:56 ` [Bug c/38666] " sergstesh at yahoo dot com
                   ` (27 more replies)
  0 siblings, 28 replies; 30+ messages in thread
From: sergstesh at yahoo dot com @ 2008-12-29 22:21 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 3177 bytes --]

I've encountered this problem while compiling a mostly autogenerated "C" file.

Here is the screen session:

"
~/AFSWD/install/gcc-4.3.2/binsh/gcc -v -save-temps -O1 -march=native
-mtune=native -I/home/sergei/GenericBinauralFFTW/C -Wall gcc_bug.c -o gcc_bug
-lm
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: /home/sergei/AFSWD/build/gcc-4.3.2.src/configure
--enable-bootstrap --enable-threads
--enable-languages=c,c++,fortran,objc,obj-c++,treelang
--with-mpfr=/home/sergei/AFSWD/install/mpfr-2.3.2
--with-gmp=/home/sergei/AFSWD/install/gmp-4.2.2
--prefix=/home/sergei/AFSWD/install/gcc-4.3.2
Thread model: posix
gcc version 4.3.2 (GCC)
COLLECT_GCC_OPTIONS='-v' '-save-temps' '-O1'  
'-I/home/sergei/GenericBinauralFFTW/C' '-Wall' '-o' 'gcc_bug'
 /home/sergei/AFSWD/install/gcc-4.3.2/libexec/gcc/i686-pc-linux-gnu/4.3.2/cc1
-E -quiet -v -I/home/sergei/GenericBinauralFFTW/C gcc_bug.c -march=k8-sse3
-mcx16 -msahf --param l1-cache-size=64 --param l1-cache-line-size=64 -mtune=k8
-Wall -O1 -fpch-preprocess -o gcc_bug.i
ignoring nonexistent directory
"/home/sergei/AFSWD/install/gcc-4.3.2/lib/gcc/i686-pc-linux-gnu/4.3.2/../../../../i686-pc-linux-gnu/include"
#include "..." search starts here:
#include <...> search starts here:
 /home/sergei/GenericBinauralFFTW/C
 /usr/local/include
 /home/sergei/AFSWD/install/gcc-4.3.2/include
 /home/sergei/AFSWD/install/gcc-4.3.2/lib/gcc/i686-pc-linux-gnu/4.3.2/include

/home/sergei/AFSWD/install/gcc-4.3.2/lib/gcc/i686-pc-linux-gnu/4.3.2/include-fixed
 /usr/include
End of search list.
COLLECT_GCC_OPTIONS='-v' '-save-temps' '-O1'  
'-I/home/sergei/GenericBinauralFFTW/C' '-Wall' '-o' 'gcc_bug'
 /home/sergei/AFSWD/install/gcc-4.3.2/libexec/gcc/i686-pc-linux-gnu/4.3.2/cc1
-fpreprocessed gcc_bug.i -march=k8-sse3 -mcx16 -msahf --param l1-cache-size=64
--param l1-cache-line-size=64 -mtune=k8 -quiet -dumpbase gcc_bug.c -auxbase
gcc_bug -O1 -Wall -version -o gcc_bug.s
GNU C (GCC) version 4.3.2 (i686-pc-linux-gnu)
        compiled by GNU C version 4.3.2, GMP version 4.2.2, MPFR version 2.3.2.
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Compiler executable checksum: 59348dc68d2c7c94f733394a90fbab10
gcc_bug.c: In function ‘main’:
gcc_bug.c:23030: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
".

I am about to upload 'gcc_bug.i' file generated by the above command.


-- 
           Summary: internal compiler error: Segmentation fault
           Product: gcc
           Version: 4.3.2
            Status: UNCONFIRMED
          Severity: major
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: sergstesh at yahoo dot com
 GCC build triplet: Linux amdam2 2.6.22.19-0.1-default #1 SMP 2008-10-14
                    22:17:43 +0
  GCC host triplet: Linux amdam2 2.6.22.19-0.1-default #1 SMP 2008-10-14
                    22:17:43 +0
GCC target triplet: Linux amdam2 2.6.22.19-0.1-default #1 SMP 2008-10-14
                    22:17:43 +0


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


^ permalink raw reply	[flat|nested] 30+ messages in thread
[parent not found: <bug-38666-4@http.gcc.gnu.org/bugzilla/>]

end of thread, other threads:[~2011-06-27 11:55 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-12-29 22:21 [Bug c/38666] New: internal compiler error: Segmentation fault sergstesh at yahoo dot com
2008-12-29 22:56 ` [Bug c/38666] " sergstesh at yahoo dot com
2008-12-29 22:56 ` sergstesh at yahoo dot com
2008-12-29 23:01 ` sergstesh at yahoo dot com
2008-12-29 23:27 ` [Bug middle-end/38666] " pinskia at gcc dot gnu dot org
2008-12-29 23:38 ` [Bug c/38666] " sergstesh at yahoo dot com
2008-12-29 23:41 ` [Bug middle-end/38666] " pinskia at gcc dot gnu dot org
2008-12-29 23:45 ` rguenth at gcc dot gnu dot org
2008-12-30  0:01 ` [Bug c/38666] " sergstesh at yahoo dot com
2008-12-30  0:04 ` [Bug middle-end/38666] " pinskia at gcc dot gnu dot org
2008-12-30  0:10 ` [Bug c/38666] " sergstesh at yahoo dot com
2008-12-30 10:18 ` rguenth at gcc dot gnu dot org
2009-01-02 20:24 ` [Bug middle-end/38666] " pinskia at gcc dot gnu dot org
2009-01-08 13:03 ` [Bug middle-end/38666] [4.3 Regression] " ubizjak at gmail dot com
2009-01-08 13:11 ` ubizjak at gmail dot com
2009-01-08 13:55 ` ubizjak at gmail dot com
2009-01-08 18:30 ` [Bug middle-end/38666] [4.3 Regression] internal compiler error: Segmentation fault in record_one_conflict, ra-conflict.c:176 hjl dot tools at gmail dot com
2009-01-08 20:04 ` hjl dot tools at gmail dot com
2009-01-08 22:18 ` sergstesh at yahoo dot com
2009-01-08 22:23 ` hjl dot tools at gmail dot com
2009-01-08 22:26 ` sergstesh at yahoo dot com
2009-01-08 23:03 ` rguenth at gcc dot gnu dot org
2009-01-09  7:21 ` ubizjak at gmail dot com
2009-01-21 22:14 ` rguenth at gcc dot gnu dot org
2009-01-24 10:40 ` rguenth at gcc dot gnu dot org
2009-08-04 12:46 ` rguenth at gcc dot gnu dot org
2010-05-22 18:28 ` rguenth at gcc dot gnu dot org
2010-05-23  4:49 ` sergstesh at yahoo dot com
2010-05-24 12:56 ` rguenth at gcc dot gnu dot org
     [not found] <bug-38666-4@http.gcc.gnu.org/bugzilla/>
2011-06-27 11:55 ` rguenth at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).