
knownbugs/knownbugs					    knownbugs/knownbugs
knownbugs/KnownBugs					    knownbugs/KnownBugs


    NOT IMPLEMENTED IN UNREGISTERED RELEASE BUT IMPLEMENTED IN REGISTERED
    RELEASE:

	* bit fields
	* floating point
	* manual pages for DICE libraries
	* keywords:	__chip, __far, __near
	* misc library routines

    PREPROCESSOR:

	(1) string-ize operator (#) does not escape contents (e.g. if there is
	    a quote or a backslash in the string, it is not escaped)

	(2) token-pasting operator (##) resolves the paste last instead of
	    first.  Thus, the pasted operator may not currently be used to
	    represent other macros.

    MAIN COMPILER:

	Structural return values have not been implemented yet

	Auto-Initialization of auto arrays / structures.  I.E.
	stack aggregate initialization of arrays and structures is not
	implemented yet (a new ANSI thing)

    LIBRARY ROUTINES

	*scanf() routines do not understand %[...] form or %e,E,f,g (fp forms)

	time routines ignore daylight savings time.

    FLOATING POINT

	Not all fp library calls have been implemented yet.  However, all
	amiga shared library related fp calls are fully incorporated into
	DICE.

