public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "thiago at kde dot org" <gcc-bugzilla@gcc.gnu.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	[thread overview]
Message-ID: <bug-108980-4@http.gcc.gnu.org/bugzilla/> (raw)

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108980

            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=cpp
-Wno-error=deprecated-declarations -Wno-error=strict-overflow
-Wno-error=implicit-fallthrough -Wno-error=deprecated-copy
-Wno-error=redundant-move -Wno-error=init-list-lifetime
-Wno-error=format-overflow -Wno-error=stringop-overflow
-Wno-error=deprecated-enum-enum-conversion
-Wno-error=deprecated-enum-float-conversion -Wsuggest-override

Printed:

In file included from
/home/tjmaciei/src/qt/qt6-release/qtdeclarative/src/qmlmodels/qqmllistcompositor.cpp:4:
/home/tjmaciei/src/qt/qt6-release/qtdeclarative/src/qmlmodels/qqmllistcompositor_p.h:
In member function ‘void QQmlListCompositor::move(Group, int, Group, int, int,
Group, QVector<Remove>*, QVector<Insert>*)’:
/home/tjmaciei/src/qt/qt6-release/qtdeclarative/src/qmlmodels/qqmllistcompositor_p.h:115:13:
note: while referencing ‘QQmlListCompositor::iterator::index’
  115 |         int index[MaximumGroupCount] = { 0 };
      |             ^~~~~
/home/tjmaciei/src/qt/qt6-release/qtdeclarative/src/qmlmodels/qqmllistcompositor_p.h:115:13:
note: while referencing ‘QQmlListCompositor::iterator::index’

How can I help find out what the issue here is?

             reply	other threads:[~2023-03-01  4:18 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-01  4:18 thiago at kde dot org [this message]
2023-03-01  4:19 ` [Bug c++/108980] " thiago at kde dot org
2023-03-01  4:20 ` [Bug tree-optimization/108980] " pinskia at gcc dot gnu.org
2023-03-01  4:26 ` [Bug tree-optimization/108980] [13 Regression] " pinskia at gcc dot gnu.org
2023-03-01  4:27 ` pinskia at gcc dot gnu.org
2023-03-01  4:27 ` pinskia at gcc dot gnu.org
2023-03-01  7:54 ` rguenth at gcc dot gnu.org
2023-03-01 18:02 ` thiago at kde dot org
2023-03-01 18:34 ` thiago at kde dot org
2023-03-01 18:46 ` pinskia at gcc dot gnu.org
2023-03-01 19:05 ` thiago at kde dot org
2023-03-01 20:16 ` pinskia at gcc dot gnu.org
2023-03-01 23:27 ` pinskia at gcc dot gnu.org
2023-03-09 18:04 ` pinskia at gcc dot gnu.org
2023-03-09 18:28 ` cvs-commit at gcc dot gnu.org
2023-03-09 18:29 ` pinskia at gcc dot gnu.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-108980-4@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).