[Bug c++/84281] Heap grows indefinitely

2018-11-26 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84281 --- Comment #14 from Jason Merrill --- Author: jason Date: Mon Nov 26 15:53:48 2018 New Revision: 266469 URL: https://gcc.gnu.org/viewcvs?rev=266469&root=gcc&view=rev Log: PR c++/84281 2018-02-12 Richard Biener * constexpr.c

[Bug c++/84281] Heap grows indefinitely

2018-06-26 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84281 Jason Merrill changed: What|Removed |Added CC||mirzayanovmr at gmail dot com --- Commen

[Bug c++/84281] Heap grows indefinitely

2018-06-26 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84281 Jason Merrill changed: What|Removed |Added CC||m101010a at gmail dot com --- Comment #1

[Bug c++/84281] Heap grows indefinitely

2018-03-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84281 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/84281] Heap grows indefinitely

2018-02-12 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84281 Richard Biener changed: What|Removed |Added Known to work||8.0 Known to fail|

[Bug c++/84281] Heap grows indefinitely

2018-02-11 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84281 --- Comment #9 from Richard Biener --- Author: rguenth Date: Mon Feb 12 07:31:56 2018 New Revision: 257580 URL: https://gcc.gnu.org/viewcvs?rev=257580&root=gcc&view=rev Log: 2018-02-12 Richard Biener PR c++/84281 * constexpr.

[Bug c++/84281] Heap grows indefinitely

2018-02-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84281 Richard Biener changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug c++/84281] Heap grows indefinitely

2018-02-09 Thread fiesh at zefix dot tv
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84281 --- Comment #7 from fiesh at zefix dot tv --- Oh, I just realize I misunderstood what ice-on-invalid means. Sorry about that!

[Bug c++/84281] Heap grows indefinitely

2018-02-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84281 Richard Biener changed: What|Removed |Added CC||jason at gcc dot gnu.org,

[Bug c++/84281] Heap grows indefinitely

2018-02-08 Thread fiesh at zefix dot tv
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84281 --- Comment #5 from fiesh at zefix dot tv --- The test case was reduced from an actual translation unit that stalled our build server. Since the translation unit itself was invalid C++, the test case is too. I think it shouldn't be part of the co

[Bug c++/84281] Heap grows indefinitely

2018-02-08 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84281 Martin Sebor changed: What|Removed |Added Keywords||error-recovery, |

[Bug c++/84281] Heap grows indefinitely

2018-02-08 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84281 David Malcolm changed: What|Removed |Added CC||dmalcolm at gcc dot gnu.org --- Comment

[Bug c++/84281] Heap grows indefinitely

2018-02-08 Thread fiesh at zefix dot tv
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84281 --- Comment #2 from fiesh at zefix dot tv --- I guess that depends on the definition of "meaningful". It reproduces the problem, so I'd say yes. ;)

[Bug c++/84281] Heap grows indefinitely

2018-02-08 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84281 Richard Biener changed: What|Removed |Added Keywords||memory-hog --- Comment #1 from Richard