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]

access to deleted pointer in flow.c


Hi,

Since the weekend I have random failures during bootstrap, it's not
crashing everytime but it always fails with same pattern. I tried
electric-fence and found one access to an already deleted pointer in
try_simplify_condjump. After the call to redirect_edge_succ_nodup
cbranch_jump_edge/cbranch_fallthru_edge might be removed (in my case it
was cbranch_fallthru_edge).

bye, Roman


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