Created
November 21, 2015 14:37
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I also encountered this error.