OSDN Git Service

/cp
[pf3gnuchains/gcc-fork.git] / gcc / cp / semantics.c
index 3c9853a..cca601d 100644 (file)
@@ -3401,7 +3401,7 @@ finish_underlying_type (tree type)
 
   if (TREE_CODE (type) != ENUMERAL_TYPE)
     {
-      error ("%qE is not an enumeration type", type);
+      error ("%qT is not an enumeration type", type);
       return error_mark_node;
     }