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 c/38929] Optimisation with inline function causes invalid behaviour



------- Comment #1 from gcc at twistedsquare dot com  2009-01-21 17:03 -------
I tried fiddling with various optimisations.  With -O1 the code works fine. 
With -O2 the code breaks.  With -O2 -fno-tree-vrp it works fine again, so that
may help in finding the bug.


-- 


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


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