[Bug c++/92907] noexcept does not consider "const" in member functions

2020-01-22 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92907 Marek Polacek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/92907] noexcept does not consider "const" in member functions

2020-01-22 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92907 --- Comment #6 from CVS Commits --- The master branch has been updated by Marek Polacek : https://gcc.gnu.org/g:e1fd040884ab7ac36caab5822bcb5e51e8d8 commit r10-6149-ge1fd040884ab7ac36caab5822bcb5e51e8d8 Author: Marek Polacek Date: Tu

[Bug c++/92907] noexcept does not consider "const" in member functions

2020-01-21 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92907 Marek Polacek changed: What|Removed |Added Keywords||patch --- Comment #5 from Marek Polacek

[Bug c++/92907] noexcept does not consider "const" in member functions

2020-01-21 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92907 --- Comment #4 from Marek Polacek --- I think I see the problem -- in cp_parser_noexcept_specification_opt we inject 'this', but always without any qualifiers: 25737 if (current_class_type) 25738 inject_this_parameter (curre

[Bug c++/92907] noexcept does not consider "const" in member functions

2019-12-19 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92907 Marek Polacek changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[Bug c++/92907] noexcept does not consider "const" in member functions

2019-12-19 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92907 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|NEW CC|

[Bug c++/92907] noexcept does not consider "const" in member functions

2019-12-19 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92907 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug c++/92907] noexcept does not consider "const" in member functions

2019-12-11 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92907 Jonathan Wakely changed: What|Removed |Added Keywords||wrong-code Status|UNCONFIR