[Bug c++/33620] [4.3 regression] internal compiler error: canonical types differ for identical types const QList and const QList

2008-02-01 Thread singhai at gmail dot com
--- Comment #8 from singhai at gmail dot com 2008-02-02 03:21 --- Created an attachment (id=15075) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15075&action=view) Another variant of the bug Another internal compiler error with a similar symptoms. f.c:11: internal compile

[Bug c++/33620] [4.3 regression] internal compiler error: canonical types differ for identical types const QList and const QList

2008-02-01 Thread singhai at gmail dot com
--- Comment #9 from singhai at gmail dot com 2008-02-02 03:27 --- (From update of attachment 15075) class Header {}; template class NGram { public: Header GetHeader() const; } __attribute__((__packed__)); template Header NGram::GetHeader() const { return 0; } -- http