[Bug c++/77807] Problem with for loop condition
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77807 Antoine Sauma changed: What|Removed |Added Severity|normal |major
[Bug c++/77807] New: Problem with for loop condition
++ Assignee: unassigned at gcc dot gnu.org Reporter: antoine.sauma at tre dot se Target Milestone: --- Here is the code: #include #include using namespace std; int main(int argc, char** argv) { long double ld = 1; for (unsigned long n = 0; n < 100 && ld > 0.1; n++)