アカウント名:
パスワード:
きになります!
$ gcc -vUsing built-in specs.COLLECT_GCC=gccCOLLECT_LTO_WRAPPER=/usr/local/Cellar/gcc/4.8.3/libexec/gcc/x86_64-apple-darwin13.2.0/4.8.3/lto-wrapperTarget: x86_64-apple-darwin13.2.0Configured with: ../configure --build=x86_64-apple-darwin13.2.0 --prefix=/usr/local/Cellar/gcc/4.8.3 --enable-languages=c,c++,objc,obj-c++,fortran --with-gmp=/usr/local/opt/gmp --with-mpfr=/usr/local/opt/mpfr --with-mpc=/usr/local/opt/libmpc --with-cloog=/usr/local/opt/cloog --with-isl=/usr/local/opt/isl --with-syste
FreeBSD 9.1-RELEASE-p15 amd64 上の gcc 4.2.1 (20070831 patched [FreeBSD]) です。
$ cc -vUsing built-in specs.Target: amd64-undermydesk-freebsdConfigured with: FreeBSD/amd64 system compilerThread model: posixgcc version 4.2.1 20070831 patched [FreeBSD]
とりあえず-Eオプションをつけて・・・
stdio.h の中身を除くとこんな感じですね。
int main(void){ printf("%s\n", (1?0:1?0:1)?"true":"false"); printf("%s\n", "true"); return 0;}
より多くのコメントがこの議論にあるかもしれませんが、JavaScriptが有効ではない環境を使用している場合、クラシックなコメントシステム(D1)に設定を変更する必要があります。
アレゲは一日にしてならず -- アレゲ研究家
どんな環境でしょう (スコア:0)
きになります!
Re:どんな環境でしょう (スコア:1)
FreeBSD 9.1-RELEASE-p15 amd64 上の gcc 4.2.1 (20070831 patched [FreeBSD]) です。
Re: (スコア:0)
とりあえず-Eオプションをつけて・・・
Re:どんな環境でしょう (スコア:1)
stdio.h の中身を除くとこんな感じですね。