decl.c (shadow_tag): Give error for typedef-ing built-in types Fixes g++/14837

a
Thu Feb 12 12:46:51 1998  Benjamin Kosnik  <bkoz@rhino.cygnus.com>
	* decl.c (shadow_tag): Give error for typedef-ing built-in types
Fixes g++/14837

From-SVN: r17880
This commit is contained in:
Benjamin Kosnik 1998-02-12 18:18:49 +00:00
parent 89e9f3a8a9
commit ea957dd5f4

View File

@ -1,3 +1,7 @@
Thu Feb 12 12:46:51 1998 Benjamin Kosnik <bkoz@rhino.cygnus.com>
* decl.c (shadow_tag): Give error for typedef-ing built-in types.
Wed Feb 11 16:42:04 1998 Mark Mitchell <mmitchell@usa.net>
* tree.c (is_overloaded_fn): Use really_overloaded_fn.