[Bug c++/77771] internal compiler error: in cxx_eval_bit_field_ref, at cp/constexpr.c:2090

2019-06-07 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=1

Marek Polacek  changed:

   What|Removed |Added

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

--- Comment #8 from Marek Polacek  ---
Fixed.

[Bug c++/77771] internal compiler error: in cxx_eval_bit_field_ref, at cp/constexpr.c:2090

2019-06-07 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=1

--- Comment #7 from Marek Polacek  ---
Author: mpolacek
Date: Sat Jun  8 00:17:13 2019
New Revision: 272068

URL: https://gcc.gnu.org/viewcvs?rev=272068=gcc=rev
Log:
PR c++/1
* g++.dg/cpp0x/constexpr-1.C: New test.

Added:
trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-1.C
Modified:
trunk/gcc/testsuite/ChangeLog

[Bug c++/77771] internal compiler error: in cxx_eval_bit_field_ref, at cp/constexpr.c:2090

2019-06-07 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=1

Marek Polacek  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||mpolacek at gcc dot gnu.org
   Assignee|unassigned at gcc dot gnu.org  |mpolacek at gcc dot 
gnu.org

--- Comment #6 from Marek Polacek  ---
Fixed by r250659; will add the test.

[Bug c++/77771] internal compiler error: in cxx_eval_bit_field_ref, at cp/constexpr.c:2090

2018-02-11 Thread reichelt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=1

Volker Reichelt  changed:

   What|Removed |Added

 CC||antoshkka at gmail dot com

--- Comment #5 from Volker Reichelt  ---
*** Bug 83231 has been marked as a duplicate of this bug. ***

[Bug c++/77771] internal compiler error: in cxx_eval_bit_field_ref, at cp/constexpr.c:2090

2017-10-23 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=1

--- Comment #4 from Paolo Carlini  ---
Likely related to PR57335.

[Bug c++/77771] internal compiler error: in cxx_eval_bit_field_ref, at cp/constexpr.c:2090

2016-11-27 Thread vlad at petric dot cc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=1

--- Comment #3 from Vlad Petric  ---
Sorry - accidentally added test case attachment to this bug. The bug I reported
is likely related https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78551

[Bug c++/77771] internal compiler error: in cxx_eval_bit_field_ref, at cp/constexpr.c:2090

2016-11-27 Thread vlad at petric dot cc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=1

--- Comment #2 from Vlad Petric  ---
Created attachment 40165
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40165=edit
code that fails

[Bug c++/77771] internal compiler error: in cxx_eval_bit_field_ref, at cp/constexpr.c:2090

2016-09-29 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=1

Martin Liška  changed:

   What|Removed |Added

   Keywords||ice-on-valid-code
 Status|UNCONFIRMED |NEW
   Last reconfirmed||2016-09-29
 CC||marxin at gcc dot gnu.org
 Ever confirmed|0   |1
  Known to fail||4.7.4, 4.8.5, 4.9.4, 5.4.0,
   ||6.2.0

--- Comment #1 from Martin Liška  ---
Confirmed.