On Thu, 23 Sep 2010 08:18:23 -0500 Cesar Romani <[email protected]> wrote:
> I'm using vim 7.3.6, built on Win XP with MinGW. > By updating to 7.3.11 > It builds fine to gvim.exe but building to vim.exe 7.3.11 gives: > > -------------------- > ... > gcc -c ... tag.c -o objZ/tag.o > tag.c: In function 'do_tag': > tag.c:128:1: internal compiler error: Segmentation fault The problem seems to be in the gcc you are using. You can use -save-temps to create a preprocessed file and report to your gcc provider. -- Onur Küçük Knowledge speaks, <onur.--.-.delipenguen.net> but wisdom listens -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
