(finish_struct): No pedwarn for field with enum type if size matches int.
authorRichard Stallman <rms@gnu.org>
Fri, 6 Aug 1993 01:11:37 +0000 (01:11 +0000)
committerRichard Stallman <rms@gnu.org>
Fri, 6 Aug 1993 01:11:37 +0000 (01:11 +0000)
commit61df2ee2d5617486233a0cec45357b27bb619919
tree8a0f848104f2b6b4abb07e1a87ce3dc3f291a132
parentd8e29a65ddcd21f2e2cad1b8eb09fff6b96bd6fa
(finish_struct): No pedwarn for field with enum type if size matches int.

(grokdeclarator): No error for void type for extern or global var.

(grokdeclarator): Warn here for volatile fn returning non-void type.
(start_function): Not here.

(grokdeclarator): Don't pass on const and volatile
fron function value type to function type.

From-SVN: r5084
gcc/c-decl.c