gcc/libstdc++-v3/docs/17_intro/PROBLEMS
Benjamin Kosnik b2dad0e372 libstdc++-v3: New directory.
2000-04-21  Benjamin Kosnik  <bkoz@redhat.com>

	* libstdc++-v3: New directory.

From-SVN: r33317
2000-04-21 20:33:34 +00:00

9 lines
336 B
Plaintext

Irix 6.2:
- math.h: defines extern long double hypotl( long double ); i.e., only
one argument. They've fixed this in 6.3.
DES OSF 3.2 & 4.0:
- libm define sincos, sincosf, and sincosl but there are no prototypes and
especially the return type is nowhere defined. The functions are
documented in the man pages, though.