This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/33977] [4.3 Regression] internal compiler error: canonical types differ for identical types const char [5] and const sal_Char [5]
- From: "bero at arklinux dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 1 Nov 2007 22:56:16 -0000
- Subject: [Bug c++/33977] [4.3 Regression] internal compiler error: canonical types differ for identical types const char [5] and const sal_Char [5]
- References: <bug-33977-5606@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from bero at arklinux dot org 2007-11-01 22:56 -------
Created an attachment (id=14462)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14462&action=view)
Reduced test case
typedef char sal_Char;
const sal_Char sHTML[] = "HTML";
extern const char sHTML[];
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33977