$ time gcc-4.9.3 3.c /tmp/ccI3fMyI.s: Assembler messages: /tmp/ccI3fMyI.s: Fatal error: cannot write to output file '/tmp/ccKx86os.o': No space left on device gcc-4.9.3 3.c 2.02s user 2.83s system 98% cpu 4.910 total
$ time gcc-5.3.0 3.c
/tmp/ccCFX8BW.s: Assembler messages:
/tmp/ccCFX8BW.s: Fatal error: cannot write to output file '/tmp/cc3ogYTX.o': No space left on device
gcc-5.3.0 3.c 1.93s user 2.97s system 97% cpu 5.032 total
$ time clang 3.c
fatal error: error in backend: IO failure on output stream.
clang 3.c 50.56s user 4.44s system 99% cpu 55.489 total
$ time gcc-4.9.3 3.c
/tmp/ccI3fMyI.s: Assembler messages:
/tmp/ccI3fMyI.s: Fatal error: cannot write to output file '/tmp/ccKx86os.o': No space left on device
gcc-4.9.3 3.c 2.02s user 2.83s system 98% cpu 4.910 total
Чё сказать-то хотел?