[Bug bootstrap/36948] cc1.exe: internal compiler error: Segmentation fault

brian at dessent dot net gcc-bugzilla@gcc.gnu.org
Sat Aug 2 21:03:00 GMT 2008



------- Comment #12 from brian at dessent dot net  2008-08-02 21:02 -------
Subject: Re:  cc1.exe: internal compiler error: Segmentation 
 fault

You're not really testing what you think you are, because MSYS
translates everything on the command line, so saying that "gcc
-I/foo/bar" works just means that MSYS actually executed "gcc
-Ic:/path/to/foo/bar".  MinGW apps like gcc have *no* way of
interpreting anything but Win32 paths.

And yes, using Win32 paths with colons also fails because the gcc build
system isn't expecting paths with colons.


-- 


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



More information about the Gcc-bugs mailing list