[Bug debug/29202] ICE in output_pubnames, at dwarf2out.c:7380
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Mon Sep 25 03:19:00 GMT 2006
------- Comment #3 from pinskia at gcc dot gnu dot org 2006-09-25 03:19 -------
reduced testcase:
template <class charT> struct s
{
charT imp() const;
};
template <class charT> charT s<charT>::imp() const
{
static const int masks[20] = {0};
}
__extension__ extern template char s<char>::imp() const;
int regcompA(void)
{
s<char> t;
t.imp();
}
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Last reconfirmed|0000-00-00 00:00:00 |2006-09-25 03:19:34
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29202
More information about the Gcc-bugs
mailing list