Ludovic CourtÃs <[EMAIL PROTECTED]> writes: > Side note : GCC 3.0.2 (x86) does report an error in this case, but the > diagnostic it produces is rather unexpected: > > t.c:1: initializer element is not constant > > Has it been fixed since then?
GCC 3.4.0 (x86) says: t.c:1: warning: division by zero t.c:1: error: initializer element is not constant which is a bit more informative. _______________________________________________ Autoconf mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/autoconf
