<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">Hello,</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"><br /></p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"> Trying to compile PyQt with GCC 16 throws multiple errors such as:</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"><br /></p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"><span style="font-family:monospace;"><span style="background-color:#ffffff;"><span style="color:#000000;">/build/pyqt6/src/pyqt6-6.11.0/build/QtCore/sipQtCoreQXmlStreamEntityDeclaration.cpp: In function ‘PyObject* slot_QXmlStreamEntityDeclaration___ne__(PyObje</span></span></span><br /><span style="background-color:#ffffff;"><span style="color:#000000;">ct*, PyObject*)’: </span></span><br /><span style="background-color:#ffffff;"><span style="color:#000000;">/build/pyqt6/src/pyqt6-6.11.0/build/QtCore/sipQtCoreQXmlStreamEntityDeclaration.cpp:211:32: error: no matching function for call to ‘operator!=(QXmlStream</span></span><br /><span style="background-color:#ffffff;"><span style="color:#000000;">EntityDeclaration&, const QXmlStreamEntityDeclaration&)’ </span></span><br /><span style="background-color:#ffffff;"><span style="color:#000000;"> 211 |             sipRes = operator!=((*sipCpp), *a0); </span></span><br /><span style="background-color:#ffffff;"><span style="color:#000000;">     |                      ~~~~~~~~~~^~~~~~~~~~~~~~~~</span></span><br /></p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"><br /></p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">in many different classes. Using Qt 6.11.0, sip 6.15.3. It compiles with no errors with GCC 15 and the same versions of all dependencies.</p>
<p style="margin-top:12;margin-bottom:12;margin-left:0;margin-right:0;"> </p>
<p style="margin-top:12;margin-bottom:12;margin-left:0;margin-right:0;">  </p>
</body>
</html>