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 middle-end/43340] miscompiled code at -O2



------- Comment #2 from jakub at gcc dot gnu dot org  2010-03-12 08:40 -------
What kind of dependencies?  The routine just calls one another routinem so all
you need is find out what arguments it is called with, write a small wrapper
that calls it with those arguments, and write a dummy rotint that fills in the
pre-computed arguments that haven't been passed to the whole routine.


-- 


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


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