]> gcc.gnu.org Git - gcc.git/commitdiff
(finish_struct): Fix typo in transparent union warning that led to core dump.
authorPaul Eggert <eggert@gnu.org>
Fri, 2 Feb 1996 17:42:40 +0000 (17:42 +0000)
committerPaul Eggert <eggert@gnu.org>
Fri, 2 Feb 1996 17:42:40 +0000 (17:42 +0000)
From-SVN: r11161

gcc/c-decl.c

index 70fa447c380783702e1b284aa1fbdbd083dd0255..3483e321fe59e9c05d22cc56d6dad1d107e6763c 100644 (file)
@@ -5720,7 +5720,7 @@ finish_struct (t, fieldlist, attributes)
       && TYPE_MODE (t) != DECL_MODE (TYPE_FIELDS (t)))
     {
       TYPE_TRANSPARENT_UNION (t) = 0;
-      warning ("cannot make `%s' a transparent union");
+      warning ("union cannot be made transparent");
     }
 
   /* If this structure or union completes the type of any previous
This page took 0.073205 seconds and 5 git commands to generate.