public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/97165] New: Infinite error stream on invalid code
@ 2020-09-22 14:16 mpolacek at gcc dot gnu.org
  2020-09-22 14:17 ` [Bug c++/97165] [9/10/11 Regression] " mpolacek at gcc dot gnu.org
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: mpolacek at gcc dot gnu.org @ 2020-09-22 14:16 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 97165
           Summary: Infinite error stream on invalid code
           Product: gcc
           Version: 11.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: mpolacek at gcc dot gnu.org
  Target Milestone: ---

a<b<c<d<e<f<g

$ ./cc1plus -quiet q.C -std=c++20
q.C:1:13: error: ‘g’ was not declared in this scope
    1 | a<b<c<d<e<f<g
      |             ^
q.C:1:13: error: ‘g’ was not declared in this scope
q.C:1:13: error: ‘g’ was not declared in this scope
q.C:1:13: error: ‘g’ was not declared in this scope
q.C:1:13: error: ‘g’ was not declared in this scope
q.C:1:13: error: ‘g’ was not declared in this scope
q.C:1:13: error: ‘g’ was not declared in this scope
[...]

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

end of thread, other threads:[~2023-07-07 10:38 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-22 14:16 [Bug c++/97165] New: Infinite error stream on invalid code mpolacek at gcc dot gnu.org
2020-09-22 14:17 ` [Bug c++/97165] [9/10/11 Regression] " mpolacek at gcc dot gnu.org
2020-09-22 14:17 ` mpolacek at gcc dot gnu.org
2020-09-22 15:50 ` mpolacek at gcc dot gnu.org
2020-10-12 11:49 ` rguenth at gcc dot gnu.org
2021-06-01  8:18 ` [Bug c++/97165] [9/10/11/12 " rguenth at gcc dot gnu.org
2022-04-13 19:41 ` mpolacek at gcc dot gnu.org
2022-05-27  9:43 ` [Bug c++/97165] [10/11/12/13 " rguenth at gcc dot gnu.org
2022-06-28 10:42 ` jakub at gcc dot gnu.org
2022-08-08  0:05 ` pinskia at gcc dot gnu.org
2022-08-08  0:11 ` f.heckenbach@fh-soft.de
2023-07-07 10:38 ` [Bug c++/97165] [11/12/13/14 " rguenth 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).