This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/33977] [4.3 Regression] internal compiler error: canonical types differ for identical types const char [5] and const sal_Char [5]



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]