[Bug c++/85890] [7 Regression] cc1plus runs out of memory in recursive Fibonacci computation

2019-04-15 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85890

Marek Polacek  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #4 from Marek Polacek  ---
Fixed then.

[Bug c++/85890] [7 Regression] cc1plus runs out of memory in recursive Fibonacci computation

2018-12-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85890

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|7.4 |7.5

[Bug c++/85890] [7 Regression] cc1plus runs out of memory in recursive Fibonacci computation

2018-10-09 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85890

--- Comment #3 from Jonathan Wakely  ---
And fixed on trunk by r258116

[Bug c++/85890] [7 Regression] cc1plus runs out of memory in recursive Fibonacci computation

2018-10-09 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85890

Martin Liška  changed:

   What|Removed |Added

   Keywords|needs-bisection |
 Status|NEW |ASSIGNED
 CC||marxin at gcc dot gnu.org
   Assignee|unassigned at gcc dot gnu.org  |mpolacek at gcc dot 
gnu.org

--- Comment #2 from Martin Liška  ---
Regressed with r255813.

[Bug c++/85890] [7 Regression] cc1plus runs out of memory in recursive Fibonacci computation

2018-05-24 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85890

Richard Biener  changed:

   What|Removed |Added

   Priority|P3  |P2
 Status|UNCONFIRMED |NEW
  Known to work||6.4.0, 7.1.0, 7.2.0, 8.1.0
   Keywords||compile-time-hog,
   ||memory-hog, needs-bisection
   Last reconfirmed||2018-05-24
 Ever confirmed|0   |1
Summary|cc1plus runs out of memory  |[7 Regression] cc1plus runs
   |in recursive Fibonacci  |out of memory in recursive
   |computation |Fibonacci computation
   Target Milestone|--- |7.4
  Known to fail||7.3.0, 7.3.1

--- Comment #1 from Richard Biener  ---
Confirmed.  GCC 8 and GCC 6 finish this in 0.02s and with 21MB memory use.

It's a regression on the branch.