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/29585] [4.2/4.3 Regression] tree check: expected ssa_name, have var_decl in is_old_name, at tree-into-ssa.c:558



------- Comment #7 from pinskia at gcc dot gnu dot org  2006-11-20 17:20 -------
Here is another reduced testcase:
struct iunknown
{
 virtual ~iunknown() {}
};
class ifile_format : virtual iunknown{};
namespace {
struct imagemagick_reader : ifile_format{};
}
void
imagemagick_reader_factory()
{
    imagemagick_reader a;
}


-- 


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


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