https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85125
--- Comment #7 from John McFarlane ---
Confirmed. Thank you!
On Mon, 19 Aug 2019 at 15:02, mpolacek at gcc dot gnu.org <
gcc-bugzi...@gcc.gnu.org> wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85125
>
> Marek Polacek changed:
>
>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85125
Marek Polacek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85125
Marek Polacek changed:
What|Removed |Added
Keywords||patch
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85125
--- Comment #4 from David Stone ---
*** Bug 86623 has been marked as a duplicate of this bug. ***
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85125
David Stone changed:
What|Removed |Added
CC||david at doublewise dot net
--- Comment #3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85125
--- Comment #2 from John McFarlane ---
Here are two more:
constexpr int dubious_increment(int i) { return ++i + ++i; }
static_assert(dubious_increment(0) == 3);
constexpr int dubious_increment(int i) { return i; }
static_ass
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85125
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|