public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/49729] New: diagnostic cascade
@ 2011-07-13  9:24 igodard at pacbell dot net
  2011-07-13  9:36 ` [Bug c++/49729] " redi at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: igodard at pacbell dot net @ 2011-07-13  9:24 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49729

           Summary: diagnostic cascade
           Product: gcc
           Version: 4.4.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: igodard@pacbell.net


This code:

int main() {
    for(int i = 0; i < 10; ++i)
        continue);
    return 0;
    }


got me:

s3:~/ootbc/sim$ g++ foo.cc
foo.cc: In function ‘int main()’:
foo.cc:3: error: expected ‘;’ before ‘)’ token
foo.cc:3: error: expected primary-expression before ‘)’ token
foo.cc:3: error: expected ‘;’ before ‘)’ token

I got the idea the first time :-)


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

* [Bug c++/49729] diagnostic cascade
  2011-07-13  9:24 [Bug c++/49729] New: diagnostic cascade igodard at pacbell dot net
@ 2011-07-13  9:36 ` redi at gcc dot gnu.org
  2021-12-09  0:56 ` pinskia at gcc dot gnu.org
  2021-12-09  0:56 ` pinskia at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: redi at gcc dot gnu.org @ 2011-07-13  9:36 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49729

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |diagnostic
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2011.07.13 09:34:44
     Ever Confirmed|0                           |1
      Known to fail|                            |4.1.2, 4.4.3, 4.5.2, 4.6.1,
                   |                            |4.7.0
           Severity|normal                      |minor

--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> 2011-07-13 09:34:44 UTC ---
confirmed


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

* [Bug c++/49729] diagnostic cascade
  2011-07-13  9:24 [Bug c++/49729] New: diagnostic cascade igodard at pacbell dot net
  2011-07-13  9:36 ` [Bug c++/49729] " redi at gcc dot gnu.org
@ 2021-12-09  0:56 ` pinskia at gcc dot gnu.org
  2021-12-09  0:56 ` pinskia at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-12-09  0:56 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2011-07-13 09:34:44         |2021-12-8

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
GCC 4.9.0 and above removes the last diagnostics but the secone remains so it
is better but not fully fixed.

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

* [Bug c++/49729] diagnostic cascade
  2011-07-13  9:24 [Bug c++/49729] New: diagnostic cascade igodard at pacbell dot net
  2011-07-13  9:36 ` [Bug c++/49729] " redi at gcc dot gnu.org
  2021-12-09  0:56 ` pinskia at gcc dot gnu.org
@ 2021-12-09  0:56 ` pinskia at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-12-09  0:56 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
(In reply to Andrew Pinski from comment #2)
> GCC 4.9.0 and above removes the last diagnostics but the secone remains so
> it is better but not fully fixed.

s/secone/second/
typo fingers.

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

end of thread, other threads:[~2021-12-09  0:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-13  9:24 [Bug c++/49729] New: diagnostic cascade igodard at pacbell dot net
2011-07-13  9:36 ` [Bug c++/49729] " redi at gcc dot gnu.org
2021-12-09  0:56 ` pinskia at gcc dot gnu.org
2021-12-09  0:56 ` 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).