gcc accepting input from stdin?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The gcc release that I'm currently using (3.3.1) accepts input from stdin for the compilation step, i.e. the following command produces an object file:

   echo "int main(void) {return 0;}" | gcc -xc -c -


Can anybody tell me the gcc release into which this feature was introduced?


Thanks,

Erik Leunissen
==============


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux