phobos unittests not passing with dmd built by clang

Jacob Carlborg doob at me.com
Tue Jan 31 23:40:00 PST 2012


On 2012-02-01 00:28, Walter Bright wrote:
> On 1/31/2012 9:03 AM, Trass3r wrote:
>> The autotester hasn't revealed this cause it still uses the old g++4.2
>> on OSX.
>> Apple switched to Clang just recently.
>
> "gcc" on OS X 10.7, which I am using, defaults to using clang. So I am
> using clang on a regular basis, and have not seen issues.

Really? I thought GCC perhaps used the LLVM backend on 10.7 but not the 
Clang frontend. LLVM != Clang. Seems scary that they just change what 
"gcc" invokes, specially on the command line. It's a totally different 
thing that they changed the default compiler in Xcode.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list