------- Comment #11 from jakub at gcc dot gnu dot org  2006-06-01 11:48 -------
Does the C++ FE need the exact decl after gimplification?  If not, perhaps
as a workaround pushdecl_maybe_friend could together with duplicating DECL_UID
also populate a hash table and cp-gimplify.c would use that hash table to make
sure only one of the decls with the same DECL_UID ever makes it into gimple.


-- 


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

Reply via email to