This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: ICE on x86_64-pc-mingw32 / g++
- From: NightStrike <nightstrike at gmail dot com>
- To: gcc-help <gcc-help at gcc dot gnu dot org>, "Kai Tietz" <Kai dot Tietz at onevision dot com>
- Date: Fri, 25 Jan 2008 17:55:25 -0500
- Subject: Re: ICE on x86_64-pc-mingw32 / g++
- References: <b609cb3b0801251454p4d44bac8v7962575128ba9326@mail.gmail.com>
On 1/25/08, NightStrike <nightstrike@gmail.com> wrote:
> I tried to compile basic programs on a Win64 machine using a native
> x86_64-pc-mingw32 compiler. This program works with gcc:
>
> #include <stdio.h>
> int main() {
> printf("Hello, world!");
> return 0;
> }
>
>
> I then tried g++ with this (notice I'm not even using cout):
>
> #include <iostream>
> int main() {
> return 0;
> }
>
> And I get this from g++ -E:
>
> In file included from <built-in>:0:
> <built-in>:0: internal compiler error: Segmentation fault
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See <http://gcc.gnu.org/bugs.html> for instructions.
>
>
> Suggestions?
>
Note that gcc was built from SVN HEAD, and is datecoded 20080125