On 11/23/22 05:29, José Matos wrote:
On Tue, 2022-11-22 at 22:13 -0500, Richard Kimberly Heck wrote:
Here's the program to check:

#define _GLIBCXX_DEBUG 1
#include <unordered_set>

int main()
{
    std::unordered_set<int>::iterator it{};
    it == it;
}

That's what was crashing in GCC.
Are you saying that this program will crash when called?

I do not see this compiling with either gcc 12 or 13.

Yes, that's the program that's mentioned in the bug report at GCC. It crashes (in whatever version that was) but should not.

Riki


--
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel

Reply via email to