new test for peculiarity
authorGötz Lindenmaier <goetz@ipd.info.uni-karlsruhe.de>
Fri, 23 Jan 2004 08:49:48 +0000 (08:49 +0000)
committerGötz Lindenmaier <goetz@ipd.info.uni-karlsruhe.de>
Fri, 23 Jan 2004 08:49:48 +0000 (08:49 +0000)
[r2344]

ir/tr/trvrfy.h

index 60d57a3..bca59bd 100644 (file)
@@ -36,7 +36,8 @@ enum  trvrfy_error_codes {
   no_error                 = 0,                /**< no error */
   error_ent_not_cont       = 1,                /**< overwritten entity not in superclass */
   error_null_mem           = 2,                /**< compound contains NULL member */
-  error_const_on_wrong_irg = 3         /**< constant placed on wrong IRG */
+  error_const_on_wrong_irg = 3,                /**< constant placed on wrong IRG */
+  error_existent_entity_without_irg = 4 /**< Method ents with pec_exist must have an irg */
 };