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/49873] Optimizer regression


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

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> 2011-07-27 17:00:06 UTC ---
I think this code is undefined because you are subtracting two "arrays" which
produces an undefined result in C.


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