[Bug c/40909] stat produces incorrect result with w64-mingw under -O2
rguenth at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Fri Jul 31 17:44:00 GMT 2009
------- Comment #14 from rguenth at gcc dot gnu dot org 2009-07-31 17:44 -------
Yes, and of course remove the inline qualifier ;)
I have no idea what optimize(0) will do and why it should affect the bug
you are seeing (I guess it disallows inlining, which is why I think noinline
is a better choice here).
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40909
More information about the Gcc-bugs
mailing list