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/19431] missed optimization with ifs and deferencing



------- Comment #13 from pinskia at gcc dot gnu dot org  2007-02-25 22:01 -------
>   if (variable != variable + 8B) goto <L6>; else goto <L2>;

That issue was fixed just yesterday by PR 30951.


-- 


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


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