Fergus Henderson <[EMAIL PROTECTED]> writes:
> Jon Fairbairn was talking about Haskell. MSVC is a C/C++ compiler,
> not a Haskell compiler. For C and C++, there are many many areas of
> undefined, unspecified, or implementation-defined behaviour. If a
> C or C++ program gives different behaviour on different runs or with
> different compilation flags, this is almost always due to the program
> depending on one of those areas, rather than due to the compiler not
> conforming to the standard.
Standard, shmandard. If a compiler can't produce reproducable code,
then its of little value for scientific computing.
Julian.