> long long long lll = 0; > > gcc: test.c:9:15: error: 'long long long' is too long for GCC > long long long lll = 0; > ^~~~ > > tcc: <nothing>
Don't worry about it. It's a TCC "extension". It's not like GCC doesn't have any extensions. _______________________________________________ Tinycc-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/tinycc-devel
