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