[Bug middle-end/63289] ICE from --param max-vartrack-expr-depth

2021-09-20 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63289

--- Comment #6 from Andrew Pinski  ---
I think this was a stack limit issue.  It seemed to be fixed in GCC 6+.  The
compile time is also cut in half too.

[Bug middle-end/63289] ICE from --param max-vartrack-expr-depth

2015-06-23 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63289

Richard Biener rguenth at gcc dot gnu.org changed:

   What|Removed |Added

   Target Milestone|4.8.5   |---

--- Comment #5 from Richard Biener rguenth at gcc dot gnu.org ---
Seems to be a recursion issue.


[Bug middle-end/63289] ICE from --param max-vartrack-expr-depth

2014-12-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63289

Jakub Jelinek jakub at gcc dot gnu.org changed:

   What|Removed |Added

   Target Milestone|4.8.4   |4.8.5

--- Comment #4 from Jakub Jelinek jakub at gcc dot gnu.org ---
GCC 4.8.4 has been released.


[Bug middle-end/63289] ICE from --param max-vartrack-expr-depth

2014-12-03 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63289

Marek Polacek mpolacek at gcc dot gnu.org changed:

   What|Removed |Added

  Component|c   |middle-end

--- Comment #3 from Marek Polacek mpolacek at gcc dot gnu.org ---
This seems to be fixed on trunk.