Appears to be working for me in 8.04:

$ tcc -run <(echo 'int main(){puts("hello world!");}')
hello world!
$ tcc <(echo 'int main(){puts("hello world!");}')
$ echo $?
0
$ ./a.out 
hello world!

-- 
tcc -run works but tcc can't produce a.out.
https://bugs.launchpad.net/bugs/1898
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to