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

Reply via email to