OSDN Git Service

a
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 12 Feb 1998 18:18:49 +0000 (18:18 +0000)
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 12 Feb 1998 18:18:49 +0000 (18:18 +0000)
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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17880 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/cp/ChangeLog

index 8534f1a..45fbdf0 100644 (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.