Changes to Symantec C++ compiler 6.11

1.Fixes the internal errors listed below
	Internal Error cgcs 250
	Internal Error cgcod 1333
	Internal Error cg87.c 99
	Internal Error ph 603
	Internal Error cgcod 1614
	Internal Error cgcod 1402
	Internal Error cgcod 1634

2.Fixes cases where -g switch would cause GPFault.

3.Fixes cases where -g switch with operator= would cause 
	bad code generation.
	
4.Fixes code generation problems when 
	TIME optimization turned on.
	INT Array initialized using -mx memory model.
	-NS and -mL are used (CPP compiler).
	generating virtual method addresses.
	calling a virtual method via a function ptr across a DLL and EXE
	 boundary would cause a GPFault.
   inlined CPP methods had bad side effects.

5.Better error/warning message when
	Declaration is missing some identifiers.
	__export definition is different from prototype(C Compiler).
	using Precompiled headers.
	nested structures used.


