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 tree-optimization/29908] [4.2/4.3 Regression] ICE in set_lattice_value, at tree-ssa-ccp.c:434



------- Comment #9 from pinskia at gcc dot gnu dot org  2006-11-20 17:19 -------
Reduced testcase (better than what was here):
struct iunknown
{
 virtual ~iunknown() {}
};
class ifile_format  :public virtual iunknown{};
namespace {
struct imagemagick_reader  :public ifile_format{};
}
void
imagemagick_reader_factory()
{
    imagemagick_reader a;
}


-- 


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


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