タグ

関連タグで絞り込む (2)

タグの絞り込みを解除

compilerとxcodeに関するWatsonのブックマーク (1)

  • XCode 4 ships a buggy compiler

    You may have heard of LLVM, a compiler infrastructure library. You may have heard of GCC, the GNU C and C++ compiler. Those two are completely separate software products, but there exists llvm-gcc which is a GCC frontend that utilizes LLVM. All OS X versions <= Snow Leopard originally shipped with regular gcc, but as of Xcode 4 (which is also the default on OS X Lion) Apple has switched to llvm-gc

    XCode 4 ships a buggy compiler
    Watson
    Watson 2012/01/01
    Xcode4 の llvm-gcc が腐っていて、alloca(0) がうまいこと動かず ruby で困っているという話。私の環境では return 0 で終わるけど、環境によって違うのかな?
  • 1