Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Jun 2010 22:57:30 -0400
From:      Eitan Adler <lists@eitanadler.com>
To:        freebsd ports <freebsd-ports@freebsd.org>
Subject:   Confirming a bug in clang++ (freeBSD
Message-ID:  <AANLkTink7JcqKh4J2Q72CsQ3J-DqYagSB0izFho5GnYX@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
Can anyone with FreeBSD 8.1-RC1 i386 or FreeBSD 8.1-RC2 i386 confirm
that the following code compiles and fails with the version of clang++
from ports?
This works with g++ and fails with clang++ for me.

Here is the original code
#include <iostream>
int main()
{
    std::cout << 1;
    return 1;
}

My bug report is here: http://llvm.org/bugs/show_bug.cgi?id=7489

I want to know if this is my problem or a clang++ problem or a bug
somewhere else.
-- 
Eitan Adler



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?AANLkTink7JcqKh4J2Q72CsQ3J-DqYagSB0izFho5GnYX>