[Bug c++/68615] Unhelpful location when missing a semi-colon on a function declaration at the end of a header

2021-06-01 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68615

Jonathan Wakely  changed:

   What|Removed |Added

   Target Milestone|9.5 |---

[Bug c++/68615] Unhelpful location when missing a semi-colon on a function declaration at the end of a header

2021-06-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68615

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|9.4 |9.5

--- Comment #8 from Richard Biener  ---
GCC 9.4 is being released, retargeting bugs to GCC 9.5.

[Bug c++/68615] Unhelpful location when missing a semi-colon on a function declaration at the end of a header

2020-03-12 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68615

Jakub Jelinek  changed:

   What|Removed |Added

   Target Milestone|9.3 |9.4

--- Comment #7 from Jakub Jelinek  ---
GCC 9.3.0 has been released, adjusting target milestone.

[Bug c++/68615] Unhelpful location when missing a semi-colon on a function declaration at the end of a header

2019-08-12 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68615

Jakub Jelinek  changed:

   What|Removed |Added

   Target Milestone|9.2 |9.3

--- Comment #6 from Jakub Jelinek  ---
GCC 9.2 has been released.

[Bug c++/68615] Unhelpful location when missing a semi-colon on a function declaration at the end of a header

2019-05-03 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68615

Jakub Jelinek  changed:

   What|Removed |Added

   Target Milestone|9.0 |9.2

--- Comment #5 from Jakub Jelinek  ---
GCC 9.1 has been released.

[Bug c++/68615] Unhelpful location when missing a semi-colon on a function declaration at the end of a header

2018-06-16 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68615

Eric Gallager  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED

--- Comment #4 from Eric Gallager  ---
Since David put himself as the assignee for this, I'm changing the status to
ASSIGNED.

[Bug c++/68615] Unhelpful location when missing a semi-colon on a function declaration at the end of a header

2018-03-16 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68615

David Malcolm  changed:

   What|Removed |Added

   Assignee|unassigned at gcc dot gnu.org  |dmalcolm at gcc dot 
gnu.org
   Target Milestone|--- |9.0

[Bug c++/68615] Unhelpful location when missing a semi-colon on a function declaration at the end of a header

2018-03-16 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68615

Jonathan Wakely  changed:

   What|Removed |Added

   Last reconfirmed|2017-09-28 00:00:00 |2018-3-16
 CC||dmalcolm at gcc dot gnu.org

--- Comment #3 from Jonathan Wakely  ---
Unchanged by the recent improvements in GCC 8 for similar cases.

[Bug c++/68615] Unhelpful location when missing a semi-colon on a function declaration at the end of a header

2017-09-28 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68615

Jonathan Wakely  changed:

   What|Removed |Added

   See Also||https://gcc.gnu.org/bugzill
   ||a/show_bug.cgi?id=56084

--- Comment #2 from Jonathan Wakely  ---
(In reply to Eric Gallager from comment #1)
> Confirmed, related to bug 44515 and bug 82013
> (not sure which is a dup of which if any)

Neither I think. Both are for C not C++, and the former is for calls not
declarations.

Possibly a dup of PR c++/56084 because fixing that properly might make the
location for this case correct. But it might be better to keep them separate.

[Bug c++/68615] Unhelpful location when missing a semi-colon on a function declaration at the end of a header

2017-09-28 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68615

Eric Gallager  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
   Last reconfirmed||2017-09-28
 CC||egallager at gcc dot gnu.org
   See Also||https://gcc.gnu.org/bugzill
   ||a/show_bug.cgi?id=44515,
   ||https://gcc.gnu.org/bugzill
   ||a/show_bug.cgi?id=82013
 Ever confirmed|0   |1

--- Comment #1 from Eric Gallager  ---
Confirmed, related to bug 44515 and bug 82013
(not sure which is a dup of which if any)