public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/108093] New: Quadratic error lines printed with missing include for template
@ 2022-12-14  8:53 denis.campredon at gmail dot com
  2022-12-14 19:39 ` [Bug c++/108093] Quadratic error lines printed with missing include for template with -std=c++20 pinskia at gcc dot gnu.org
  0 siblings, 1 reply; 2+ messages in thread
From: denis.campredon at gmail dot com @ 2022-12-14  8:53 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 108093
           Summary: Quadratic error lines printed with missing include for
                    template
           Product: gcc
           Version: 12.2.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: denis.campredon at gmail dot com
  Target Milestone: ---

Compiled with -std=c++20, who has only missing includes, the following code
prints way too much lines of error.
Adding or removing one template level drastically changes the number or error
lines.

------------------------------------
using namespace std;
vector<vector<vector<string>>> foo;
------------------------------------


with std=c++17 only one line is printed :
'vector' does not name a type

Ideally, both invocations should print 1 error per unknown type and add
fix-hints for the missing includes.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-12-14 19:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-14  8:53 [Bug c++/108093] New: Quadratic error lines printed with missing include for template denis.campredon at gmail dot com
2022-12-14 19:39 ` [Bug c++/108093] Quadratic error lines printed with missing include for template with -std=c++20 pinskia at gcc dot gnu.org

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).