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 middle-end/27793] [4.1 Regression] num_ssa_names inconsistent or immediate use iterator wrong



------- 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


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