tags 681281 + pending thanks I've tested a fix from RoboTux,
| [tag@urial:~/tmp][04:33 PM]$ ./test.sh
| tcc @ 0.9.26~git20120612.ad5f375-5
| testing with gcc ... 2
| testing with tcc ... 0
| testing with clang ... 2
| [tag@urial:~/tmp][04:33 PM]$ ./test.sh
| tcc @ 0.9.26~git20120612.ad5f375-6
| testing with gcc ... 2
| testing with tcc ... 2
| testing with clang ... 2
| [tag@urial:~/tmp][04:35 PM]$ cat test.sh
| #!/bin/bash
|
| echo "tcc @ `dpkg -l | grep \ tcc | awk '{print $3}'`"
|
| for cmp in gcc tcc clang; do
| echo -n "testing with $cmp ... "
| $cmp test.c -o test
| ./test
| echo "$?"
| rm test
| done
Since RoboTux is away from his machine, he has given me consent to upload on his
behalf.
Upload pending.
Thanks,
Paul
--
.''`. Paul Tagliamonte <[email protected]>
: :' : Proud Debian Developer
`. `'` 4096R / 8F04 9AD8 2C92 066C 7352 D28A 7B58 5B30 807C 2A87
`- http://people.debian.org/~paultag
signature.asc
Description: Digital signature

