rtti.c change breaks Solaris x86

John Carr jfc@tiac.net
Fri Aug 14 14:17:00 GMT 1998


This recent change breaks Solaris x86 g++:

	* rtti.c (get_tinfo_fn): Also set DECL_IGNORED_P.

It triggers this abort in dwarfout_file_scope_decl when compiling tinfo.cc
on Solaris x86 (i386-pc-solaris2.6):

  if (DECL_IGNORED_P (decl))
    {
      if (TREE_CODE (decl) == FUNCTION_DECL && DECL_INITIAL (decl) != NULL)
	abort ();
      return;
    }



More information about the Gcc-bugs mailing list