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/49413] over-optimization that causes valid code to segfault


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

--- Comment #4 from Paolo Carlini <paolo.carlini at oracle dot com> 2011-06-15 01:00:34 UTC ---
Personally, I find the expression "over-optimization" misleading: either we
have a compiler *bug*, which therefore is performing an incorrect
transformation, or we don't, thus the code is triggering undefined behavior
(which happens to show up at high optimization level). In either case, I don't
see "over-optimization".


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