cost 269 ms
Compiler flag in GCC (C)

I have read the GCC documentation and man. If I compile the code as (1) gcc -o test test.c I get some results when executing it. If I compile it as (2 ...

clang run error gcc ok

#ifndef _LIST_H #define _LIST_H typedef int element_type; typedef struct node * p_node; typedef p_node list; typedef struct node { ...

2017-09-28 07:41:31   1   27    clang / gcc4  

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM