This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

C99 variable length arrays for numerical code?


For quite a while now, the C99 status page has said that both
variable-length arrays and complex (and) imaginary support in complex.h are
Broken.

As someone who writes a lot of computational acoustics code, I'd really like
to start using these features, or at least have better explanation of what
is broken and what isn't. I've been using _Complex variables in gcc for a
while now, and as far as I can tell, that part is working fine.

Any thoughts on when these features (and the rest of C99 compliance that's
important for numerical work) might be completed?

Thanks,

Perrin Meyer


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]