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 c++/13376] [3.4 Regression] Incorrect dumps of RTL for passes that use current_function_name


------- Additional Comments From steven at gcc dot gnu dot org  2003-12-27 20:22 -------
We have this problem because the C++ front end caches at most 4 printable 
names, and frees a printable name if it needs room for a fifth function.  This 
way, we end up with cfun->name pointing to free'ed memory. 

-- 


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


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