(check_case_value): Call constant_expression_warning.
authorRichard Stallman <rms@gnu.org>
Mon, 7 Sep 1992 06:07:30 +0000 (06:07 +0000)
committerRichard Stallman <rms@gnu.org>
Mon, 7 Sep 1992 06:07:30 +0000 (06:07 +0000)
From-SVN: r2070

gcc/c-common.c

index 33804c41a8d8601040177487ec3732df099ab221..b3579f676163e0803fc340ce1c584d3c91fcbb1f 100644 (file)
@@ -321,6 +321,8 @@ check_case_value (value)
     /* Promote char or short to int.  */
     value = default_conversion (value);
 
+  constant_expression_warning (value);
+
   return value;
 }
 \f