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/24888] duplication of local variables after versioning/inlining



------- Comment #1 from rguenth at gcc dot gnu dot org  2005-11-16 11:46 -------
try dumping with -fdump-tree-*-uid, they are probably different copies.  You
can
try http://gcc.gnu.org/ml/gcc-patches/2005-08/msg00314.html to avoid having
unused versions dumped.


-- 


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


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