projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e64bb70
)
(finish_struct): Fix typo in transparent union warning that led to core dump.
author
Paul Eggert
<eggert@gnu.org>
Fri, 2 Feb 1996 17:42:40 +0000
(17:42 +0000)
committer
Paul Eggert
<eggert@gnu.org>
Fri, 2 Feb 1996 17:42:40 +0000
(17:42 +0000)
From-SVN: r11161
gcc/c-decl.c
patch
|
blob
|
history
diff --git
a/gcc/c-decl.c
b/gcc/c-decl.c
index 70fa447c380783702e1b284aa1fbdbd083dd0255..3483e321fe59e9c05d22cc56d6dad1d107e6763c 100644
(file)
--- a/
gcc/c-decl.c
+++ b/
gcc/c-decl.c
@@
-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