[Bug c++/66878] Segmentation fault when compiling

2021-12-09 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66878

Martin Liška  changed:

   What|Removed |Added

 CC||marxin at gcc dot gnu.org,
   ||mpolacek at gcc dot gnu.org
   Keywords|needs-bisection |
   See Also||https://gcc.gnu.org/bugzill
   ||a/show_bug.cgi?id=94255

--- Comment #6 from Martin Liška  ---
Fixed with r11-175-g21968d4ae067e3fa.

[Bug c++/66878] Segmentation fault when compiling

2021-12-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66878

Andrew Pinski  changed:

   What|Removed |Added

  Known to work||11.1.0
 Status|RESOLVED|NEW
  Known to fail||10.3.0
 Resolution|DUPLICATE   |---
   Keywords||ice-on-valid-code,
   ||needs-bisection

--- Comment #5 from Andrew Pinski  ---
Reopening as this one does not seem like a dup after all.

Also this one seems to be fixed in GCC 11+

[Bug c++/66878] Segmentation fault when compiling

2015-07-26 Thread anders.granlund.0 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66878

Anders Granlund anders.granlund.0 at gmail dot com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #4 from Anders Granlund anders.granlund.0 at gmail dot com ---
Moving this into 66879 since it is very similar.

*** This bug has been marked as a duplicate of bug 66879 ***


[Bug c++/66878] Segmentation fault when compiling

2015-07-15 Thread anders.granlund.0 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66878

--- Comment #3 from Anders Granlund anders.granlund.0 at gmail dot com ---
The following bug that I also reported is related:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66888


[Bug c++/66878] Segmentation fault when compiling

2015-07-15 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66878

--- Comment #2 from Marek Polacek mpolacek at gcc dot gnu.org ---
This is infinite recursion in push_inner_scope_r - stack overflow.


[Bug c++/66878] Segmentation fault when compiling

2015-07-15 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66878

Marek Polacek mpolacek at gcc dot gnu.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
   Last reconfirmed||2015-07-15
 CC||mpolacek at gcc dot gnu.org
 Ever confirmed|0   |1

--- Comment #1 from Marek Polacek mpolacek at gcc dot gnu.org ---
Confirmed even with 4.9/5/trunk.