Le 9 févr. 06 à 17:32, Arend Bayer a écrit :

Could you try the following: What are the outputs of
echo __GNUC__ | gcc -E -xc - | tail -n 1
echo __GNUC_MINOR__ | gcc -E -xc - | tail -n 1

It seems to work as expected. Here are the results :

[~] echo __GNUC__ | gcc -E -xc - | tail -n 1
4
[~] echo __GNUC_MINOR__ | gcc -E -xc - | tail -n 1
0


And this is coherent with the version of GCC on my system (4.0.0).

Stephane































































... /// ... \\\ ...




_______________________________________________
gnugo-devel mailing list
gnugo-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/gnugo-devel

Reply via email to