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 rtl-optimization/16968] [3.4 Regression] loop optimizer miscompilation


------- Additional Comments From ebotcazou at gcc dot gnu dot org  2004-12-13 11:02 -------
Hum... the problem lies in the old loop optimizer, which indeed doesn't care
about optimization barriers.  This apparently had had very limited consequences
until we started to emit them more frequently as part of the stopgap solution
for the RTX_UNCHANGING_P.  We might need to resort to disabling all
optimizations if we detect such a barrier in a loop.


-- 


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


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