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++/36767] [4.3/4.4 Regression] Segmentation fault with -fprofile-arcs -O2



------- Comment #9 from jason at gcc dot gnu dot org  2008-07-25 02:32 -------
I accidentally checked in the demangler patch with my defaulted/deleted
functions work today, so you don't need to worry about that.  :)

As for the patch itself, does it work to scan for DECL_EXPRs instead of the
decls themselves?  I'm a bit concerned about the current patch touching decls
that it shouldn't.


-- 


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


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