Werner LEMBERG a écrit :
second, in ftcbasic.c, without the patch, icl will ICE.
    

What's `ICE'?

  
I believe it stands for "Internal Compiler Error", yep, that's a compiler bug :-)

Cheers,

- David Turner
- The FreeType Project  (www.freetype.org)


  
+#ifdef __INTEL_COMPILER
+#define CONST_AUX
+#else
+#define CONST_AUX const
+#endif

  FT_CALLBACK_TABLE_DEF
-  const FTC_GCacheClassRec  ftc_basic_image_cache_class =
+  CONST_AUX FTC_GCacheClassRec  ftc_basic_image_cache_class =
  {
    {
      ftc_inode_new,
    

Is this a compiler bug?  And why just here?  There are mkany more
`const ..._class' structures in FreeType.


    Werner


_______________________________________________
Freetype mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/freetype

  

***********************************************************************************
Information contained in this email message is confidential and may be privileged, and is intended only for use of the individual or entity named above. If the reader of this message is not the intended recipient, or the employee or agent responsible to deliver it to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please immediately notify the [EMAIL PROTECTED] and destroy the original message.
***********************************************************************************
_______________________________________________
Freetype mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/freetype

Reply via email to