This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/36948] cc1.exe: internal compiler error: Segmentation fault
- From: "brian at dessent dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 2 Aug 2008 19:24:29 -0000
- Subject: [Bug bootstrap/36948] cc1.exe: internal compiler error: Segmentation fault
- References: <bug-36948-15391@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #10 from brian at dessent dot net 2008-08-02 19:24 -------
Subject: Re: cc1.exe: internal compiler error: Segmentation
fault
/c/foo/bar is valid for *MSYS* apps. But we're talking about gcc which
is NOT a MSYS app, it is a MinGW app, i.e. native win32. /c/foo/bar is
*not* valid for such an app. In fact the whole point of MSYS is to
rewrite these paths as c:/foo/bar when invoking MinGW apps, but that is
only possible if they are passed on a command line. The gcc build
system sometimes embeds them in filenames and they won't be translated.
Thus you have to be careful to avoid using them.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36948