[Bug c/43893] Error: Invalid controlling predicate with -fopenmp

2010-06-07 Thread gccbug at oxyware dot com
--- Comment #9 from gccbug at oxyware dot com 2010-06-07 12:12 --- The patch doesn't seem to handle != as a terminating condition: #pragma omp parallel for for (int i = 0; i != 1000; i++) {} doesn't compile on 4.4.1, whereas i<1000 does. -- http://gcc.gnu

[Bug c++/42673] New: GLIBCXX_DEBUG off-by-one error for std::string operator[]

2010-01-09 Thread gccbug at oxyware dot com
Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: gccbug at oxyware dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42673