On 09/26/2017 06:22 PM, Michael Stone wrote:
> On Mon, Sep 25, 2017 at 05:10:32PM +, 慕 冬亮 wrote:
>> how do I check the default C standard GCC uses? I check "gcc -v"(list
>> below), but nothing is found.
>
> the default is to not be standards compliant. if you need a specific
> standard you s
On Mon, Sep 25, 2017 at 05:10:32PM +, 慕 冬亮 wrote:
how do I check the default C standard GCC uses? I check "gcc -v"(list
below), but nothing is found.
the default is to not be standards compliant. if you need a specific
standard you should specify it (e.g., -std=c11)
gcc version 7.2.0 (D
Hi all,
how do I check the default C standard GCC uses? I check "gcc -v"(list
below), but nothing is found.
$ gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linu
3 matches
Mail list logo