2011-05-18

なぜかgcc 4.7がクラッシュする

以下のコードで、生成されたファイルを実行するとクラッシュする。

#include <iostream>

int main()
{
    std::cout << std::endl ;
}

どうもstd::endlをストリームに食わせようとするとクラッシュする模様。今使っているweeklyビルドの問題なのか、gccの問題なのか。

No comments:

Post a Comment

You can use some HTML elements, such as <b>, <i>, <a>, also, some characters need to be entity referenced such as <, > and & Your comment may need to be confirmed by blog author. Your comment will be published under GFDL 1.3 or later license with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.