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/28364] poor optimization choices when iterating over a std::string (probably not c++-specific)



------- Comment #13 from pinskia at gcc dot gnu dot org  2006-07-13 03:37 -------
Hmm, for some reason I don't like the idea of using std::string in the inner
loop :).  Even the C testcase does not seem like a good inner loop in general
anyways as there is no caculation going on here.  To me these look like loops
which are run for testing only, looking for bad characters to see if a problem
had happened.


-- 


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


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