Skip to content

Instantly share code, notes, and snippets.

@k-takata
k-takata / gist:2aa25f48038ae5599464
Created November 21, 2015 14:37
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' のレシピで失敗しました