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 bootstrap/12983] segmentation fault on make bootstrap


------- Additional Comments From dhazeghi at yahoo dot com  2003-11-10 02:25 -------
Yes, we do need more details. See http://gcc.gnu.org/bugs.html. What we need is preprocessed 
source that's crashing the compiler. To do that, cd to the directory where the build failed, and 
rerun the failing command, adding -save-temps to the command line. Attach the .i file created to 
this report.

Should be something like:
cd obj/gcc
./xgcc -B./ -B/usr/local/i686-pc-linux-gnu/bin/ -isystem 
/usr/local/i686-pc-linux-gnu/include -isystem 
/usr/local/i686-pc-linux-gnu/sys-include -O2 -DIN_GCC    -W -Wall 
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  
-I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. 
-I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -g0 
-finhibit-size-directive -fno-inline-functions -fno-exceptions 
-fno-zero-initialized-in-bss -fno-omit-frame-pointer \ 
   -c ../../gcc-3.3.2/gcc/crtstuff.c -DCRT_BEGIN -save-temps \ 
  -o crtbegin.o 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


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


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