lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [5124] Upgrade Comeau compiler from 4.3.3 (20040505) to 4.


From: Greg Chicares
Subject: [lmi-commits] [5124] Upgrade Comeau compiler from 4.3.3 (20040505) to 4.3.10.1 (current)
Date: Mon, 13 Dec 2010 20:22:43 +0000

Revision: 5124
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5124
Author:   chicares
Date:     2010-12-13 20:22:43 +0000 (Mon, 13 Dec 2010)
Log Message:
-----------
Upgrade Comeau compiler from 4.3.3 (20040505) to 4.3.10.1 (current)

Modified Paths:
--------------
    lmi/trunk/test_coding_rules.cpp

Modified: lmi/trunk/test_coding_rules.cpp
===================================================================
--- lmi/trunk/test_coding_rules.cpp     2010-12-13 20:20:59 UTC (rev 5123)
+++ lmi/trunk/test_coding_rules.cpp     2010-12-13 20:22:43 UTC (rev 5124)
@@ -335,6 +335,7 @@
         (   !f.is_of_phylum(e_gpl)
         &&  !f.is_of_phylum(e_make)
         &&  !f.is_of_phylum(e_patch)
+        &&  !f.is_of_phylum(e_script)
         &&  contains(f.data(), '\t')
         )
         {
@@ -769,10 +770,13 @@
         ,"_LIBC"
         ,"__BIG_ENDIAN"
         ,"__BYTE_ORDER"
-    // Compiler specific: como including EDG.
+    // Compiler specific: EDG; hence, como, and also libcomo.
+        ,"__asm"
         ,"__COMO__"
         ,"__COMO_VERSION__"
         ,"__EDG_VERSION__"
+        ,"__inline"
+        ,"__MWERKS__"
     // Compiler specific: borland.
         ,"_CatcherPTR"
         ,"__BORLANDC__"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]