Skip to content

Instantly share code, notes, and snippets.

@k-takata
Created November 21, 2015 14:37
Show Gist options
  • Save k-takata/2aa25f48038ae5599464 to your computer and use it in GitHub Desktop.
Save k-takata/2aa25f48038ae5599464 to your computer and use it in GitHub Desktop.
GCC stopped with SEGV when compiling Vim 7.4.930 on Cygwin64 on Win10
$ make
gcc -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/ex_cmds2.o ex_cmds2.c
ex_cmds2.c: 関数 ‘profile_divide’ 内:
ex_cmds2.c:981:2: コンパイラ内部エラー: Segmentation fault
tm2->tv_sec = floor(usec / 1000000.0);
^
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
Makefile:2588: ターゲット 'objects/ex_cmds2.o' のレシピで失敗しました
make: *** [objects/ex_cmds2.o] エラー 1
@zhanzushun
Copy link

I also encountered this error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment