From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 587BB3858C83; Wed, 1 Mar 2023 04:18:18 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 587BB3858C83 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1677644298; bh=8br2xBW7SakccroFeGq7OPTVAjPKpiEpGcPjVPEhpds=; h=From:To:Subject:Date:From; b=Oeczc7Rb+4Gbe8oHxpiPkA/FYjrs9AS9iYMta7FQw0jyV6LwFTLayK5arYTwLVyIT tewwNUTpuK5Q9lcM4RmgLxeMX2wspKzV2aMlmINdtWUg9K/W200/XKUr1L3vOAt1oB p9OsZwToVmbvbRJZZ5bga+69AkEwBM79BAMSuY0Q= From: "thiago at kde dot org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/108980] New: Warning text missing the warning itself (GCC 13) Date: Wed, 01 Mar 2023 04:18:17 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: thiago at kde dot org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D108980 Bug ID: 108980 Summary: Warning text missing the warning itself (GCC 13) Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: thiago at kde dot org Target Milestone: --- Warning options: -Wall -Wextra -fno-exceptions -mno-direct-extern-access -Werror -Wno-error= =3Dcpp -Wno-error=3Ddeprecated-declarations -Wno-error=3Dstrict-overflow -Wno-error=3Dimplicit-fallthrough -Wno-error=3Ddeprecated-copy -Wno-error=3Dredundant-move -Wno-error=3Dinit-list-lifetime -Wno-error=3Dformat-overflow -Wno-error=3Dstringop-overflow -Wno-error=3Ddeprecated-enum-enum-conversion -Wno-error=3Ddeprecated-enum-float-conversion -Wsuggest-override Printed: In file included from /home/tjmaciei/src/qt/qt6-release/qtdeclarative/src/qmlmodels/qqmllistcompo= sitor.cpp:4: /home/tjmaciei/src/qt/qt6-release/qtdeclarative/src/qmlmodels/qqmllistcompo= sitor_p.h: In member function =E2=80=98void QQmlListCompositor::move(Group, int, Group= , int, int, Group, QVector*, QVector*)=E2=80=99: /home/tjmaciei/src/qt/qt6-release/qtdeclarative/src/qmlmodels/qqmllistcompo= sitor_p.h:115:13: note: while referencing =E2=80=98QQmlListCompositor::iterator::index=E2=80= =99 115 | int index[MaximumGroupCount] =3D { 0 }; | ^~~~~ /home/tjmaciei/src/qt/qt6-release/qtdeclarative/src/qmlmodels/qqmllistcompo= sitor_p.h:115:13: note: while referencing =E2=80=98QQmlListCompositor::iterator::index=E2=80= =99 How can I help find out what the issue here is?=