]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/cp/init.c
call.c (add_builtin_candidate): legal -> valid, illegal -> invalid.
[thirdparty/gcc.git] / gcc / cp / init.c
index 737cd9c15c11c111824f32d04882b3b0ddf8d06e..b50f85fc4b9a072652de927f7aa7dcfdff3f0f3f 100644 (file)
@@ -1756,7 +1756,7 @@ build_offset_ref (type, name)
 
   if (TREE_CODE (t) == FIELD_DECL && DECL_C_BIT_FIELD (t))
     {
-      error ("illegal pointer to bit-field `%D'", t);
+      error ("invalid pointer to bit-field `%D'", t);
       return error_mark_node;
     }