Displaying 2 results from an estimated 2 matches for "ec62af42".
2013 Aug 16
0
[LLVMdev] running spec2006 with clang
On 08/16/2013 01:42 PM, Renato Golin wrote:
> On 16 August 2013 20:02, reed kotler <rkotler at mips.com
> <mailto:rkotler at mips.com>> wrote:
>
> -std=gnu89 is not valid for c++
>
>
> I think the point here is that this is the default std for GCC but not
> Clang, so you have to force clang to behave like GCC. For C++, you'll
> have to force
2013 Aug 16
2
[LLVMdev] running spec2006 with clang
On 16 August 2013 20:02, reed kotler <rkotler at mips.com> wrote:
> -std=gnu89 is not valid for c++
>
I think the point here is that this is the default std for GCC but not
Clang, so you have to force clang to behave like GCC. For C++, you'll have
to force whatever default GCC has for it's C++ standard.
Though, GCC 4.8 is getting very close to Clang's behaviour, so