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++/33620] [4.3 regression] internal compiler error: canonical types differ for identical types const QList<QStringList> and const QList<QStringList>



------- Comment #9 from singhai at gmail dot com  2008-02-02 03:27 -------
(From update of attachment 15075)
class Header {};

template <int I>
class NGram {
 public:
  Header GetHeader() const;
} __attribute__((__packed__));


template <int I>
Header NGram<I>::GetHeader() const {
  return 0;
}


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33620


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