Re: A89: Matrix Errors
[Prev][Next][Index][Thread]
Re: A89: Matrix Errors
Hi!
| I don't really know. Actually, what you did worked fine in a late version
| of gcc, but I think that non-constant initializers isn't really part of
the
| C standard.
I think it worked before, too. But non-constant initializers are only
allowed for LOCAL variables, because that is the only place where this makes
sense.
| It makes the compiler a tiny bit less complex if you don't allow
| non-constants or something.
Very probably.
Bye,
Sebastian Reichelt
References: